Trace number 2659141

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.22 1795.92

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3707.opb
MD5SUMbd6dfc1cb1b60fa01a3db613e331e5b8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4574600208
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29764190431236
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29764190431236
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c Glucose learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-2659141-1276522731.opb
0.21/0.21	c reading problem ... 
6.13/5.05	c ... done. Wall clock time 4.834s.
6.13/5.05	c #vars     155000
6.13/5.05	c #constraints  64123
6.13/5.05	c constraints type 
6.13/5.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
41.42/38.94	c cleaning 2500 clauses out of 5002 with flag 5002/5002
62.44/59.83	c cleaning 4247 clauses out of 8501 with flag 11001/11001
75.37/72.72	c cleaning 5627 clauses out of 11253 with flag 18000/18000
98.27/95.54	c cleaning 6814 clauses out of 13627 with flag 26001/26001
126.12/123.38	c cleaning 7903 clauses out of 15812 with flag 35000/35000
159.99/157.13	c cleaning 8953 clauses out of 17910 with flag 45001/45001
195.98/193.09	c cleaning 9479 clauses out of 18957 with flag 55001/55001
234.82/231.89	c cleaning 9737 clauses out of 19478 with flag 65001/65001
276.56/273.55	c cleaning 9869 clauses out of 19740 with flag 75000/75000
314.00/310.99	c cleaning 9936 clauses out of 19871 with flag 85000/85000
349.12/346.07	c cleaning 9967 clauses out of 19936 with flag 95001/95001
377.76/374.69	c cleaning 9985 clauses out of 19970 with flag 105002/105002
415.60/412.41	c cleaning 9991 clauses out of 19984 with flag 115001/115001
460.33/457.14	c cleaning 9996 clauses out of 19992 with flag 125000/125000
496.35/493.12	c cleaning 9999 clauses out of 19997 with flag 135001/135001
535.26/532.00	c cleaning 9995 clauses out of 19997 with flag 145000/145000
566.29/563.10	c cleaning 9999 clauses out of 20003 with flag 155001/155001
591.43/588.14	c cleaning 10001 clauses out of 20004 with flag 165001/165001
628.95/625.62	c cleaning 9998 clauses out of 20003 with flag 175001/175001
670.88/667.56	c cleaning 10000 clauses out of 20004 with flag 185000/185000
701.29/697.92	c cleaning 10003 clauses out of 20005 with flag 195001/195001
730.62/727.21	c cleaning 10001 clauses out of 20001 with flag 205000/205000
763.55/760.13	c cleaning 10000 clauses out of 20000 with flag 215000/215000
789.18/785.74	c cleaning 9999 clauses out of 20001 with flag 225001/225001
821.02/817.55	c cleaning 9999 clauses out of 20001 with flag 235000/235000
849.28/845.72	c cleaning 9998 clauses out of 20002 with flag 245000/245000
877.91/874.39	c cleaning 10000 clauses out of 20004 with flag 255000/255000
921.33/917.71	c cleaning 10001 clauses out of 20005 with flag 265001/265001
961.67/958.04	c cleaning 10002 clauses out of 20003 with flag 275000/275000
997.72/994.06	c cleaning 10000 clauses out of 20002 with flag 285001/285001
1031.34/1027.68	c cleaning 10001 clauses out of 20002 with flag 295001/295001
1077.77/1074.05	c cleaning 9998 clauses out of 20000 with flag 305000/305000
1124.10/1120.38	c cleaning 10000 clauses out of 20002 with flag 315000/315000
1169.02/1165.21	c cleaning 10001 clauses out of 20003 with flag 325001/325001
1206.04/1202.24	c cleaning 10001 clauses out of 20001 with flag 335000/335000
1243.95/1240.14	c cleaning 9996 clauses out of 20000 with flag 345000/345000
1279.07/1275.23	c cleaning 10001 clauses out of 20004 with flag 355000/355000
1313.80/1309.96	c cleaning 10002 clauses out of 20005 with flag 365002/365002
1352.51/1348.67	c cleaning 10003 clauses out of 20006 with flag 375005/375005
1386.82/1382.94	c cleaning 9995 clauses out of 19998 with flag 385000/385000
1422.65/1418.74	c cleaning 9997 clauses out of 20003 with flag 395000/395000
1464.40/1460.49	c cleaning 9999 clauses out of 20006 with flag 405000/405000
1499.96/1495.94	c cleaning 10004 clauses out of 20007 with flag 415000/415000
1534.47/1530.44	c cleaning 10001 clauses out of 20003 with flag 425000/425000
1568.60/1564.53	c cleaning 10001 clauses out of 20003 with flag 435001/435001
1605.02/1600.98	c cleaning 9999 clauses out of 20002 with flag 445001/445001
1638.66/1634.52	c cleaning 10000 clauses out of 20003 with flag 455001/455001
1672.58/1668.40	c cleaning 9997 clauses out of 20002 with flag 465000/465000
1704.29/1700.14	c cleaning 9999 clauses out of 20006 with flag 475001/475001
1736.41/1732.25	c cleaning 10004 clauses out of 20008 with flag 485002/485002
1772.22/1768.04	c cleaning 10001 clauses out of 20002 with flag 495000/495000
1800.05/1795.82	c starts		: 152
1800.05/1795.82	c conflicts		: 502795
1800.05/1795.82	c decisions		: 761755
1800.05/1795.82	c propagations		: 8836292
1800.05/1795.82	c inspects		: 370900114
1800.05/1795.82	c learnt literals	: 0
1800.05/1795.82	c learnt binary clauses	: 0
1800.05/1795.82	c learnt ternary clauses	: 0
1800.05/1795.82	c learnt clauses	: 502795
1800.05/1795.82	c ignored clauses	: 0
1800.05/1795.82	c root simplifications	: 0
1800.05/1795.82	c removed literals (reason simplification)	: 5492600
1800.05/1795.82	c reason swapping (by a shorter reason)	: 0
1800.05/1795.82	c Calls to reduceDB	: 51
1800.05/1795.82	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.82	c number of learned constraints concerned by reduction	: 0
1800.05/1795.82	c number of learning phase by resolution	: 0
1800.05/1795.82	c number of learning phase by cutting planes	: 0
1800.05/1795.82	c speed (assignments/second)	: 4934.353378714184
1800.05/1795.82	c non guided choices	22929
1800.05/1795.87	c learnt constraints type 
1800.05/1795.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17826
1800.05/1795.87	c constraints type 
1800.05/1795.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.05/1795.87	s UNKNOWN
1800.05/1795.87	c Total wall clock time (in seconds): 1795.661

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659141-1276522731/watcher-2659141-1276522731 -o /tmp/evaluation-result-2659141-1276522731/solver-2659141-1276522731 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659141-1276522731.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.08 3/106 29467
/proc/meminfo: memFree=1754788/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=392 CPUtime=0
/proc/29467/stat : 29467 (java6) S 29465 29467 29069 0 -1 4194304 120 0 0 0 0 0 0 0 16 0 1 0 27876644 401408 40 1992294400 134512640 134550932 4289265040 18446744073709551615 2474580 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/29467/statm: 98 40 32 10 0 25 0

[startup+0.0544781 s]
/proc/loadavg: 1.00 1.01 1.08 3/106 29467
/proc/meminfo: memFree=1754788/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1521664 CPUtime=0.03
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 3511 0 1 0 2 1 0 0 15 0 7 0 27876644 1558183936 2955 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 380416 2955 993 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.101486 s]
/proc/loadavg: 1.00 1.01 1.08 3/106 29467
/proc/meminfo: memFree=1754788/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1524024 CPUtime=0.08
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 3936 0 1 0 6 2 0 0 15 0 12 0 27876644 1560600576 3376 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 381006 3376 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301527 s]
/proc/loadavg: 1.00 1.01 1.08 3/106 29467
/proc/meminfo: memFree=1754788/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1526744 CPUtime=0.36
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 6231 0 1 0 33 3 0 0 15 0 12 0 27876644 1563385856 5669 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 381686 5670 1364 10 0 378988 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526744

[startup+0.701589 s]
/proc/loadavg: 1.00 1.01 1.08 3/106 29467
/proc/meminfo: memFree=1754788/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1528164 CPUtime=1.02
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 10593 0 1 0 97 5 0 0 15 0 12 0 27876644 1564839936 9981 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 382041 9982 1400 10 0 379343 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1528164

[startup+1.51275 s]
/proc/loadavg: 1.00 1.01 1.08 2/118 29479
/proc/meminfo: memFree=1698272/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1528496 CPUtime=1.93
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 23900 0 1 0 184 9 0 0 15 0 12 0 27876644 1565179904 23288 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 382124 23289 1401 10 0 379426 0
[pid=29467/tid=29469] ppid=29465 vsize=1528496 CPUtime=1.48
/proc/29467/task/29469/stat : 29469 (java) R 29465 29467 29069 0 -1 4202560 21629 0 1 0 140 8 0 0 25 0 12 0 27876646 1565179904 23289 1992294400 134512640 134550932 4286706544 18446744073709551615 4108778356 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29467/tid=29470] ppid=29465 vsize=1528496 CPUtime=0
/proc/29467/task/29470/stat : 29470 (java) S 29465 29467 29069 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 27876647 1565179904 23289 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29471] ppid=29465 vsize=1528496 CPUtime=0
/proc/29467/task/29471/stat : 29471 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27876647 1565179904 23289 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29472] ppid=29465 vsize=1528496 CPUtime=0
/proc/29467/task/29472/stat : 29472 (java) S 29465 29467 29069 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 27876649 1565179904 23289 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29473] ppid=29465 vsize=1528496 CPUtime=0
/proc/29467/task/29473/stat : 29473 (java) S 29465 29467 29069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 27876650 1565179904 23289 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29474] ppid=29465 vsize=1528496 CPUtime=0
/proc/29467/task/29474/stat : 29474 (java) S 29465 29467 29069 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 27876650 1565179904 23289 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29475] ppid=29465 vsize=1528496 CPUtime=0
/proc/29467/task/29475/stat : 29475 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27876654 1565179904 23289 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29476] ppid=29465 vsize=1528496 CPUtime=0.11
/proc/29467/task/29476/stat : 29476 (java) R 29465 29467 29069 0 -1 4202560 88 0 0 0 11 0 0 0 16 0 12 0 27876654 1565179904 23289 1992294400 134512640 134550932 4286706544 18446744073709551615 103149227 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29467/tid=29477] ppid=29465 vsize=1528496 CPUtime=0.32
/proc/29467/task/29477/stat : 29477 (java) R 29465 29467 29069 0 -1 4202560 1123 0 0 0 32 0 0 0 15 0 12 0 27876654 1565179904 23289 1992294400 134512640 134550932 4286706544 18446744073709551615 106809925 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29467/tid=29478] ppid=29465 vsize=1528496 CPUtime=0
/proc/29467/task/29478/stat : 29478 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27876654 1565179904 23290 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29479] ppid=29465 vsize=1528496 CPUtime=0
/proc/29467/task/29479/stat : 29479 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27876654 1565179904 23290 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1528496

[startup+3.10103 s]
/proc/loadavg: 1.00 1.01 1.08 3/118 29479
/proc/meminfo: memFree=1598824/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1528200 CPUtime=3.86
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 41996 0 1 0 369 17 0 0 15 0 12 0 27876644 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 382050 40916 1417 10 0 379352 0
[pid=29467/tid=29469] ppid=29465 vsize=1528200 CPUtime=2.93
/proc/29467/task/29469/stat : 29469 (java) R 29465 29467 29069 0 -1 4202560 32010 0 1 0 281 12 0 0 25 0 12 0 27876646 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4109081828 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29467/tid=29470] ppid=29465 vsize=1528200 CPUtime=0.11
/proc/29467/task/29470/stat : 29470 (java) S 29465 29467 29069 0 -1 4202560 4008 0 0 0 10 1 0 0 16 0 12 0 27876647 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29471] ppid=29465 vsize=1528200 CPUtime=0.12
/proc/29467/task/29471/stat : 29471 (java) S 29465 29467 29069 0 -1 4202560 3624 0 0 0 11 1 0 0 18 0 12 0 27876647 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29472] ppid=29465 vsize=1528200 CPUtime=0
/proc/29467/task/29472/stat : 29472 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 27876649 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29473] ppid=29465 vsize=1528200 CPUtime=0
/proc/29467/task/29473/stat : 29473 (java) S 29465 29467 29069 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27876650 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29474] ppid=29465 vsize=1528200 CPUtime=0
/proc/29467/task/29474/stat : 29474 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27876650 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29475] ppid=29465 vsize=1528200 CPUtime=0
/proc/29467/task/29475/stat : 29475 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27876654 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29476] ppid=29465 vsize=1528200 CPUtime=0.19
/proc/29467/task/29476/stat : 29476 (java) S 29465 29467 29069 0 -1 4202560 128 0 0 0 19 0 0 0 15 0 12 0 27876654 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29477] ppid=29465 vsize=1528200 CPUtime=0.45
/proc/29467/task/29477/stat : 29477 (java) S 29465 29467 29069 0 -1 4202560 1158 0 0 0 45 0 0 0 15 0 12 0 27876654 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29478] ppid=29465 vsize=1528200 CPUtime=0
/proc/29467/task/29478/stat : 29478 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27876654 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29479] ppid=29465 vsize=1528200 CPUtime=0
/proc/29467/task/29479/stat : 29479 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27876654 1564876800 40916 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1528200

[startup+6.30164 s]
/proc/loadavg: 1.00 1.01 1.08 4/118 29479
/proc/meminfo: memFree=1532856/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1529320 CPUtime=7.99
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 63062 0 1 0 771 28 0 0 15 0 13 0 27876644 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 382330 59352 1437 10 0 379632 0
[pid=29467/tid=29469] ppid=29465 vsize=1529320 CPUtime=5.48
/proc/29467/task/29469/stat : 29469 (java) R 29465 29467 29069 0 -1 4202560 32054 0 1 0 535 13 0 0 25 0 13 0 27876646 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4109337357 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29467/tid=29470] ppid=29465 vsize=1529320 CPUtime=0.59
/proc/29467/task/29470/stat : 29470 (java) S 29465 29467 29069 0 -1 4202560 14673 0 0 0 52 7 0 0 16 0 13 0 27876647 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29471] ppid=29465 vsize=1529320 CPUtime=0.61
/proc/29467/task/29471/stat : 29471 (java) S 29465 29467 29069 0 -1 4202560 13530 0 0 0 55 6 0 0 18 0 13 0 27876647 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29472] ppid=29465 vsize=1529320 CPUtime=0
/proc/29467/task/29472/stat : 29472 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 27876649 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29473] ppid=29465 vsize=1529320 CPUtime=0
/proc/29467/task/29473/stat : 29473 (java) S 29465 29467 29069 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27876650 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29474] ppid=29465 vsize=1529320 CPUtime=0
/proc/29467/task/29474/stat : 29474 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27876650 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29475] ppid=29465 vsize=1529320 CPUtime=0
/proc/29467/task/29475/stat : 29475 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27876654 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29476] ppid=29465 vsize=1529320 CPUtime=0.46
/proc/29467/task/29476/stat : 29476 (java) S 29465 29467 29069 0 -1 4202560 343 0 0 0 46 0 0 0 15 0 13 0 27876654 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29477] ppid=29465 vsize=1529320 CPUtime=0.81
/proc/29467/task/29477/stat : 29477 (java) S 29465 29467 29069 0 -1 4202560 1390 0 0 0 81 0 0 0 15 0 13 0 27876654 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29478] ppid=29465 vsize=1529320 CPUtime=0
/proc/29467/task/29478/stat : 29478 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 27876654 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29479] ppid=29465 vsize=1529320 CPUtime=0
/proc/29467/task/29479/stat : 29479 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27876654 1566023680 59352 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1529320

[startup+12.7018 s]
/proc/loadavg: 1.00 1.01 1.08 2/119 29480
/proc/meminfo: memFree=1517224/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1529416 CPUtime=14.83
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 64336 0 1 0 1454 29 0 0 15 0 13 0 27876644 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 382354 60443 1440 10 0 379656 0
[pid=29467/tid=29469] ppid=29465 vsize=1529416 CPUtime=11.69
/proc/29467/task/29469/stat : 29469 (java) R 29465 29467 29069 0 -1 4202560 32061 0 1 0 1156 13 0 0 25 0 13 0 27876646 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4109095260 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29467/tid=29470] ppid=29465 vsize=1529416 CPUtime=0.67
/proc/29467/task/29470/stat : 29470 (java) S 29465 29467 29069 0 -1 4202560 14698 0 0 0 60 7 0 0 16 0 13 0 27876647 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29471] ppid=29465 vsize=1529416 CPUtime=0.69
/proc/29467/task/29471/stat : 29471 (java) S 29465 29467 29069 0 -1 4202560 14523 0 0 0 63 6 0 0 18 0 13 0 27876647 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29472] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29472/stat : 29472 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 27876649 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29473] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29473/stat : 29473 (java) S 29465 29467 29069 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29474] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29474/stat : 29474 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29475] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29475/stat : 29475 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27876654 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29476] ppid=29465 vsize=1529416 CPUtime=0.76
/proc/29467/task/29476/stat : 29476 (java) S 29465 29467 29069 0 -1 4202560 532 0 0 0 76 0 0 0 15 0 13 0 27876654 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29477] ppid=29465 vsize=1529416 CPUtime=0.97
/proc/29467/task/29477/stat : 29477 (java) S 29465 29467 29069 0 -1 4202560 1450 0 0 0 97 0 0 0 15 0 13 0 27876654 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29478] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29478/stat : 29478 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 27876654 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29479] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29479/stat : 29479 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27876654 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29480] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29480/stat : 29480 (java) S 29465 29467 29069 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27877237 1566121984 60443 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 1529416

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 29480
/proc/meminfo: memFree=1497260/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1529416 CPUtime=27.92
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 69969 0 1 0 2760 32 0 0 15 0 13 0 27876644 1566121984 65464 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 382354 65464 1440 10 0 379656 0
[pid=29467/tid=29469] ppid=29465 vsize=1529416 CPUtime=24.22
/proc/29467/task/29469/stat : 29469 (java) R 29465 29467 29069 0 -1 4202560 32065 0 1 0 2409 13 0 0 25 0 13 0 27876646 1566121984 65464 1992294400 134512640 134550932 4286706544 18446744073709551615 4109301111 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29467/tid=29470] ppid=29465 vsize=1529416 CPUtime=0.94
/proc/29467/task/29470/stat : 29470 (java) S 29465 29467 29069 0 -1 4202560 17876 0 0 0 85 9 0 0 16 0 13 0 27876647 1566121984 65464 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29471] ppid=29465 vsize=1529416 CPUtime=0.96
/proc/29467/task/29471/stat : 29471 (java) S 29465 29467 29069 0 -1 4202560 16974 0 0 0 89 7 0 0 18 0 13 0 27876647 1566121984 65464 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29472] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29472/stat : 29472 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 27876649 1566121984 65464 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29473] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29473/stat : 29473 (java) S 29465 29467 29069 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 65464 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29474] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29474/stat : 29474 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 65464 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29475] ppid=29465 vsize=1529416 CPUtime=0

################
# More data... #
################

[pid=29467/tid=29473] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29473/stat : 29473 (java) S 29465 29467 29069 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29474] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29474/stat : 29474 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29475] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29475/stat : 29475 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29476] ppid=29465 vsize=1529416 CPUtime=0.92
/proc/29467/task/29476/stat : 29476 (java) S 29465 29467 29069 0 -1 4202560 546 0 0 0 92 0 0 0 15 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29477] ppid=29465 vsize=1529416 CPUtime=1.02
/proc/29467/task/29477/stat : 29477 (java) S 29465 29467 29069 0 -1 4202560 1453 0 0 0 102 0 0 0 16 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29478] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29478/stat : 29478 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29479] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29479/stat : 29479 (java) S 29465 29467 29069 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29480] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29480/stat : 29480 (java) S 29465 29467 29069 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27877237 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.42
Current children cumulated vsize (KiB) 1529416

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 29533
/proc/meminfo: memFree=1404136/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1529416 CPUtime=1666.48
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 139776 0 1 0 166582 66 0 0 15 0 13 0 27876644 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 382354 88125 1445 10 0 379656 0
[pid=29467/tid=29469] ppid=29465 vsize=1529416 CPUtime=1638.21
/proc/29467/task/29469/stat : 29469 (java) R 29465 29467 29069 0 -1 4202560 32168 0 1 0 163805 16 0 0 25 0 13 0 27876646 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4109095243 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29467/tid=29470] ppid=29465 vsize=1529416 CPUtime=3.4
/proc/29467/task/29470/stat : 29470 (java) S 29465 29467 29069 0 -1 4202560 35358 0 0 0 322 18 0 0 16 0 13 0 27876647 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29471] ppid=29465 vsize=1529416 CPUtime=3.43
/proc/29467/task/29471/stat : 29471 (java) S 29465 29467 29069 0 -1 4202560 33002 0 0 0 328 15 0 0 15 0 13 0 27876647 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29472] ppid=29465 vsize=1529416 CPUtime=19.43
/proc/29467/task/29472/stat : 29472 (java) S 29465 29467 29069 0 -1 4202560 36088 0 0 0 1929 14 0 0 15 0 13 0 27876649 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29473] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29473/stat : 29473 (java) S 29465 29467 29069 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29474] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29474/stat : 29474 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29475] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29475/stat : 29475 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29476] ppid=29465 vsize=1529416 CPUtime=0.92
/proc/29467/task/29476/stat : 29476 (java) S 29465 29467 29069 0 -1 4202560 546 0 0 0 92 0 0 0 15 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29477] ppid=29465 vsize=1529416 CPUtime=1.02
/proc/29467/task/29477/stat : 29477 (java) S 29465 29467 29069 0 -1 4202560 1453 0 0 0 102 0 0 0 16 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29478] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29478/stat : 29478 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29479] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29479/stat : 29479 (java) S 29465 29467 29069 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29480] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29480/stat : 29480 (java) S 29465 29467 29069 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27877237 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.48
Current children cumulated vsize (KiB) 1529416

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29535
/proc/meminfo: memFree=1404136/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1529416 CPUtime=1726.51
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 141290 0 1 0 172584 67 0 0 15 0 13 0 27876644 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 382354 88125 1445 10 0 379656 0
[pid=29467/tid=29469] ppid=29465 vsize=1529416 CPUtime=1697.33
/proc/29467/task/29469/stat : 29469 (java) R 29465 29467 29069 0 -1 4202560 32172 0 1 0 169717 16 0 0 25 0 13 0 27876646 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4109443834 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29467/tid=29470] ppid=29465 vsize=1529416 CPUtime=3.45
/proc/29467/task/29470/stat : 29470 (java) S 29465 29467 29069 0 -1 4202560 35358 0 0 0 327 18 0 0 15 0 13 0 27876647 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29471] ppid=29465 vsize=1529416 CPUtime=3.48
/proc/29467/task/29471/stat : 29471 (java) S 29465 29467 29069 0 -1 4202560 33002 0 0 0 333 15 0 0 16 0 13 0 27876647 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29472] ppid=29465 vsize=1529416 CPUtime=20.24
/proc/29467/task/29472/stat : 29472 (java) S 29465 29467 29069 0 -1 4202560 37594 0 0 0 2010 14 0 0 15 0 13 0 27876649 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29473] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29473/stat : 29473 (java) S 29465 29467 29069 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29474] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29474/stat : 29474 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29475] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29475/stat : 29475 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29476] ppid=29465 vsize=1529416 CPUtime=0.92
/proc/29467/task/29476/stat : 29476 (java) S 29465 29467 29069 0 -1 4202560 546 0 0 0 92 0 0 0 15 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29477] ppid=29465 vsize=1529416 CPUtime=1.02
/proc/29467/task/29477/stat : 29477 (java) S 29465 29467 29069 0 -1 4202560 1453 0 0 0 102 0 0 0 16 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29478] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29478/stat : 29478 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29479] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29479/stat : 29479 (java) S 29465 29467 29069 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29480] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29480/stat : 29480 (java) S 29465 29467 29069 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27877237 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.51
Current children cumulated vsize (KiB) 1529416

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29535
/proc/meminfo: memFree=1403516/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1529416 CPUtime=1786.52
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 142803 0 1 0 178584 68 0 0 15 0 13 0 27876644 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 382354 88125 1445 10 0 379656 0
[pid=29467/tid=29469] ppid=29465 vsize=1529416 CPUtime=1756.49
/proc/29467/task/29469/stat : 29469 (java) R 29465 29467 29069 0 -1 4202560 32175 0 1 0 175633 16 0 0 25 0 13 0 27876646 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4109501113 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29467/tid=29470] ppid=29465 vsize=1529416 CPUtime=3.48
/proc/29467/task/29470/stat : 29470 (java) S 29465 29467 29069 0 -1 4202560 35358 0 0 0 330 18 0 0 15 0 13 0 27876647 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29471] ppid=29465 vsize=1529416 CPUtime=3.52
/proc/29467/task/29471/stat : 29471 (java) S 29465 29467 29069 0 -1 4202560 33002 0 0 0 337 15 0 0 16 0 13 0 27876647 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29472] ppid=29465 vsize=1529416 CPUtime=21.01
/proc/29467/task/29472/stat : 29472 (java) S 29465 29467 29069 0 -1 4202560 39102 0 0 0 2086 15 0 0 15 0 13 0 27876649 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29473] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29473/stat : 29473 (java) S 29465 29467 29069 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29474] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29474/stat : 29474 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29475] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29475/stat : 29475 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29476] ppid=29465 vsize=1529416 CPUtime=0.92
/proc/29467/task/29476/stat : 29476 (java) S 29465 29467 29069 0 -1 4202560 546 0 0 0 92 0 0 0 15 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29477] ppid=29465 vsize=1529416 CPUtime=1.02
/proc/29467/task/29477/stat : 29477 (java) S 29465 29467 29069 0 -1 4202560 1453 0 0 0 102 0 0 0 16 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29478] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29478/stat : 29478 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29479] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29479/stat : 29479 (java) S 29465 29467 29069 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29480] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29480/stat : 29480 (java) S 29465 29467 29069 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27877237 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (KiB) 1529416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 1.08 1.02 1.01 2/119 29537
/proc/meminfo: memFree=1403516/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=1529416 CPUtime=1800.05
/proc/29467/stat : 29467 (java) S 29465 29467 29069 0 -1 4202496 142808 0 1 0 179937 68 0 0 15 0 13 0 27876644 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 382354 88125 1445 10 0 379656 0
[pid=29467/tid=29469] ppid=29465 vsize=1529416 CPUtime=1769.96
/proc/29467/task/29469/stat : 29469 (java) R 29465 29467 29069 0 -1 4202560 32176 0 1 0 176980 16 0 0 25 0 13 0 27876646 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4109148160 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29467/tid=29470] ppid=29465 vsize=1529416 CPUtime=3.51
/proc/29467/task/29470/stat : 29470 (java) S 29465 29467 29069 0 -1 4202560 35358 0 0 0 333 18 0 0 16 0 13 0 27876647 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29471] ppid=29465 vsize=1529416 CPUtime=3.55
/proc/29467/task/29471/stat : 29471 (java) S 29465 29467 29069 0 -1 4202560 33002 0 0 0 340 15 0 0 16 0 13 0 27876647 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29472] ppid=29465 vsize=1529416 CPUtime=21.01
/proc/29467/task/29472/stat : 29472 (java) S 29465 29467 29069 0 -1 4202560 39104 0 0 0 2086 15 0 0 15 0 13 0 27876649 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 0 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29473] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29473/stat : 29473 (java) S 29465 29467 29069 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29474] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29474/stat : 29474 (java) S 29465 29467 29069 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27876650 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29475] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29475/stat : 29475 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29476] ppid=29465 vsize=1529416 CPUtime=0.92
/proc/29467/task/29476/stat : 29476 (java) S 29465 29467 29069 0 -1 4202560 546 0 0 0 92 0 0 0 15 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29477] ppid=29465 vsize=1529416 CPUtime=1.02
/proc/29467/task/29477/stat : 29477 (java) S 29465 29467 29069 0 -1 4202560 1453 0 0 0 102 0 0 0 16 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29478] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29478/stat : 29478 (java) S 29465 29467 29069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
[pid=29467/tid=29479] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29479/stat : 29479 (java) S 29465 29467 29069 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 27876654 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 1 0 0 0
[pid=29467/tid=29480] ppid=29465 vsize=1529416 CPUtime=0
/proc/29467/task/29480/stat : 29480 (java) S 29465 29467 29069 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27877237 1566121984 88125 1992294400 134512640 134550932 4286706544 18446744073709551615 4294960144 0 4 0 16800975 18446604437822100544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1529416

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1795.92 s]
/proc/loadavg: 1.08 1.02 1.01 2/119 29537
/proc/meminfo: memFree=1403516/2059040 swapFree=4140476/4192956
[pid=29467] ppid=29465 vsize=0 CPUtime=1800.21
/proc/29467/stat : 29467 (java) Z 29465 29467 29069 0 -1 4203548 142832 0 1 0 179950 71 0 0 15 0 2 0 27876644 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 0 0 0 0 0 0 0
[pid=29467/tid=29480] ppid=29465 vsize=0 CPUtime=0.02
/proc/29467/task/29480/stat : 29480 (java) R 29465 29467 29069 0 -1 4203588 4 0 0 0 0 2 0 0 18 0 2 0 27877237 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.92
CPU time (s): 1800.22
CPU user time (s): 1799.5
CPU system time (s): 0.71989
CPU usage (%): 100.239
Max. virtual memory (cumulated for all children) (KiB): 1531420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.71989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142832
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37946
involuntary context switches= 13321

runsolver used 3.52646 second user time and 9.62554 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-14 15:38:52
IDJOB=2659141
IDBENCH=2299
IDSOLVER=1164
FILE ID=node007/2659141-1276522731
PBS_JOBID= 11173436
Free space on /tmp= 62476 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3707.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659141-1276522731/watcher-2659141-1276522731 -o /tmp/evaluation-result-2659141-1276522731/solver-2659141-1276522731 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659141-1276522731.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= bd6dfc1cb1b60fa01a3db613e331e5b8
RANDOM SEED=182047574

node007.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1755184 kB
Buffers:        104888 kB
Cached:         116728 kB
SwapCached:       6948 kB
Active:         104792 kB
Inactive:       130768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1755184 kB
SwapTotal:     4192956 kB
SwapFree:      4140476 kB
Dirty:            8896 kB
Writeback:           0 kB
AnonPages:       11368 kB
Mapped:          13008 kB
Slab:            46372 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62476 MiB
End job on node007 at 2010-06-14 16:08:50