Trace number 2662167

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.48 912.115

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-lotfi.opb
MD5SUMc609a7262e604847d8434d132e2de9ed
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9240
Total number of constraints145
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 constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 8589934584
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 5368709120000000000
Number of bits of the biggest number in a constraint 63
Biggest sum of numbers in a constraint 40952512476384971616
Number of bits of the biggest sum of numbers66
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100531
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662167-1276545784.opb
0.24/0.22	c reading problem ... 
3.12/1.76	c ... done. Wall clock time 1.535s.
3.12/1.76	c #vars     9240
3.12/1.76	c #constraints  2072
3.12/1.76	c constraints type 
3.12/1.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
3.12/1.76	c constraints type 
3.12/1.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
48.94/24.83	c cleaning 2493 clauses out of 5000 with flag 5000/5000
121.49/61.41	c cleaning 4250 clauses out of 8507 with flag 11000/11000
155.88/78.81	c cleaning 5629 clauses out of 11258 with flag 18001/18001
160.08/81.09	c cleaning 6815 clauses out of 13629 with flag 26001/26001
168.19/85.22	c cleaning 7906 clauses out of 15814 with flag 35001/35001
187.06/94.88	c cleaning 8938 clauses out of 17908 with flag 45001/45001
206.14/104.55	c cleaning 9460 clauses out of 18969 with flag 55000/55000
238.05/120.76	c cleaning 9740 clauses out of 19509 with flag 65000/65000
250.71/127.27	c cleaning 9886 clauses out of 19771 with flag 75002/75002
276.89/140.58	c cleaning 9936 clauses out of 19883 with flag 85000/85000
284.83/144.62	c cleaning 9970 clauses out of 19948 with flag 95001/95001
292.76/148.70	c cleaning 9983 clauses out of 19978 with flag 105001/105001
300.84/152.91	c cleaning 9995 clauses out of 19995 with flag 115001/115001
313.53/159.50	c cleaning 9991 clauses out of 20000 with flag 125001/125001
343.06/174.40	c cleaning 9998 clauses out of 20008 with flag 135000/135000
360.26/183.26	c cleaning 9998 clauses out of 20012 with flag 145002/145002
372.46/189.58	c cleaning 9997 clauses out of 20013 with flag 155001/155001
384.90/195.99	c cleaning 10000 clauses out of 20015 with flag 165000/165000
395.57/201.49	c cleaning 10004 clauses out of 20015 with flag 175000/175000
425.08/216.48	c cleaning 10002 clauses out of 20011 with flag 185000/185000
443.76/226.06	c cleaning 9999 clauses out of 20009 with flag 195000/195000
500.82/255.00	c cleaning 9999 clauses out of 20010 with flag 205000/205000
640.63/325.65	c cleaning 9999 clauses out of 20011 with flag 215000/215000
892.24/452.49	c cleaning 9998 clauses out of 20012 with flag 225000/225000
1134.25/574.68	c cleaning 9999 clauses out of 20014 with flag 235000/235000
1371.38/695.22	c cleaning 10001 clauses out of 20015 with flag 245000/245000
1588.71/804.92	c cleaning 10001 clauses out of 20015 with flag 255001/255001
1706.59/864.47	c cleaning 9997 clauses out of 20013 with flag 265000/265000
1800.11/911.92	c starts		: 130
1800.11/911.92	c conflicts		: 270157
1800.11/911.92	c decisions		: 375429
1800.11/911.92	c propagations		: 6419487
1800.11/911.92	c inspects		: 81659840
1800.11/911.92	c learnt literals	: 0
1800.11/911.92	c learnt binary clauses	: 17
1800.11/911.92	c learnt ternary clauses	: 28
1800.11/911.92	c learnt clauses	: 270157
1800.11/911.92	c ignored clauses	: 0
1800.11/911.92	c root simplifications	: 0
1800.11/911.92	c removed literals (reason simplification)	: 9922245
1800.11/911.92	c reason swapping (by a shorter reason)	: 0
1800.11/911.92	c Calls to reduceDB	: 28
1800.11/911.92	c number of reductions to clauses (during analyze)	: 0
1800.11/911.92	c number of learned constraints concerned by reduction	: 0
1800.11/911.93	c number of learning phase by resolution	: 0
1800.11/911.93	c number of learning phase by cutting planes	: 0
1800.11/911.93	c speed (assignments/second)	: 7053.079211749919
1800.11/911.93	c non guided choices	34039
1800.31/912.03	c learnt constraints type 
1800.31/912.03	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15166
1800.31/912.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.31/912.03	c constraints type 
1800.31/912.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.31/912.03	c constraints type 
1800.31/912.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.31/912.03	s UNKNOWN
1800.31/912.03	c Total wall clock time (in seconds): 911.813

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-2662167-1276545784/watcher-2662167-1276545784 -o /tmp/evaluation-result-2662167-1276545784/solver-2662167-1276545784 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662167-1276545784.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.06 1.03 1.01 3/106 1686
/proc/meminfo: memFree=1842252/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=24036 CPUtime=0
/proc/1686/stat : 1686 (runsolver) S 1684 1686 1296 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 1 0 30182359 24612864 106 1992294400 4194304 4302564 140733698979216 18446744073709551615 216120534007 0 2147483391 4096 24578 18446744071699383486 0 0 17 1 0 0 0
/proc/1686/statm: 6009 106 69 27 0 2647 0

[startup+0.0213271 s]
/proc/loadavg: 1.06 1.03 1.01 3/106 1686
/proc/meminfo: memFree=1842252/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=13684 CPUtime=0
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 1184 0 0 0 0 0 0 0 15 0 2 0 30182359 14012416 631 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 3421 631 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.101333 s]
/proc/loadavg: 1.06 1.03 1.01 3/106 1686
/proc/meminfo: memFree=1842252/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=1524180 CPUtime=0.07
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 3949 0 1 0 6 1 0 0 15 0 12 0 30182359 1560760320 3388 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 381045 3388 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524180

[startup+0.301353 s]
/proc/loadavg: 1.06 1.03 1.01 3/106 1686
/proc/meminfo: memFree=1842252/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=1526252 CPUtime=0.36
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 5472 0 1 0 33 3 0 0 15 0 12 0 30182359 1562882048 4909 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 381563 4909 1361 10 0 378866 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526252

[startup+0.7014 s]
/proc/loadavg: 1.06 1.03 1.01 3/106 1686
/proc/meminfo: memFree=1842252/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=1541312 CPUtime=1.16
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 10492 0 1 0 111 5 0 0 15 0 12 0 30182359 1578303488 9098 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 385328 9098 1373 10 0 382631 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1541312

[startup+1.50148 s]
/proc/loadavg: 1.06 1.03 1.01 5/118 1698
/proc/meminfo: memFree=1807064/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=1541916 CPUtime=2.75
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 16821 0 1 0 267 8 0 0 15 0 12 0 30182359 1578921984 12616 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 385479 12617 1406 10 0 382782 0
[pid=1686/tid=1688] ppid=1684 vsize=1541916 CPUtime=1.47
/proc/1686/task/1688/stat : 1688 (java) R 1684 1686 1296 0 -1 4202560 7597 0 1 0 143 4 0 0 25 0 12 0 30182361 1578921984 12617 1992294400 134512640 134550932 4294529744 18446744073709551615 4109092865 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1686/tid=1689] ppid=1684 vsize=1541916 CPUtime=0
/proc/1686/task/1689/stat : 1689 (java) S 1684 1686 1296 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 30182363 1578921984 12618 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1690] ppid=1684 vsize=1541916 CPUtime=0
/proc/1686/task/1690/stat : 1690 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30182363 1578921984 12618 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1691] ppid=1684 vsize=1541916 CPUtime=0
/proc/1686/task/1691/stat : 1691 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30182364 1578921984 12618 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1692] ppid=1684 vsize=1541916 CPUtime=0
/proc/1686/task/1692/stat : 1692 (java) S 1684 1686 1296 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30182365 1578921984 12618 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1693] ppid=1684 vsize=1541916 CPUtime=0
/proc/1686/task/1693/stat : 1693 (java) S 1684 1686 1296 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 30182365 1578921984 12618 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1694] ppid=1684 vsize=1541916 CPUtime=0
/proc/1686/task/1694/stat : 1694 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30182369 1578921984 12618 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1695] ppid=1684 vsize=1541916 CPUtime=0.04
/proc/1686/task/1695/stat : 1695 (java) R 1684 1686 1296 0 -1 4202560 67 0 0 0 4 0 0 0 22 0 12 0 30182369 1578921984 12618 1992294400 134512640 134550932 4294529744 18446744073709551615 105715674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1696] ppid=1684 vsize=1541916 CPUtime=1.22
/proc/1686/task/1696/stat : 1696 (java) R 1684 1686 1296 0 -1 4202560 8092 0 0 0 119 3 0 0 18 0 12 0 30182369 1578921984 12618 1992294400 134512640 134550932 4294529744 18446744073709551615 103828509 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1697] ppid=1684 vsize=1541916 CPUtime=0
/proc/1686/task/1697/stat : 1697 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30182369 1578921984 12618 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1698] ppid=1684 vsize=1541916 CPUtime=0
/proc/1686/task/1698/stat : 1698 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30182369 1578921984 12618 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1541916

[startup+3.10164 s]
/proc/loadavg: 1.30 1.08 1.02 8/122 1702
/proc/meminfo: memFree=1770576/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=1543212 CPUtime=5.84
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 47547 0 1 0 560 24 0 0 15 0 16 0 30182359 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 385803 42180 1431 10 0 383106 0
[pid=1686/tid=1688] ppid=1684 vsize=1543212 CPUtime=1.72
/proc/1686/task/1688/stat : 1688 (java) S 1684 1686 1296 0 -1 4202560 12243 0 1 0 166 6 0 0 18 0 16 0 30182361 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1689] ppid=1684 vsize=1543212 CPUtime=0.08
/proc/1686/task/1689/stat : 1689 (java) S 1684 1686 1296 0 -1 4202560 2734 0 0 0 7 1 0 0 15 0 16 0 30182363 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1690] ppid=1684 vsize=1543212 CPUtime=0.08
/proc/1686/task/1690/stat : 1690 (java) S 1684 1686 1296 0 -1 4202560 2316 0 0 0 7 1 0 0 16 0 16 0 30182363 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1691] ppid=1684 vsize=1543212 CPUtime=0.01
/proc/1686/task/1691/stat : 1691 (java) S 1684 1686 1296 0 -1 4202560 10 0 0 0 0 1 0 0 16 0 16 0 30182364 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1692] ppid=1684 vsize=1543212 CPUtime=0
/proc/1686/task/1692/stat : 1692 (java) S 1684 1686 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30182365 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1693] ppid=1684 vsize=1543212 CPUtime=0
/proc/1686/task/1693/stat : 1693 (java) S 1684 1686 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30182365 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1694] ppid=1684 vsize=1543212 CPUtime=0
/proc/1686/task/1694/stat : 1694 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30182369 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1695] ppid=1684 vsize=1543212 CPUtime=0.28
/proc/1686/task/1695/stat : 1695 (java) S 1684 1686 1296 0 -1 4202560 85 0 0 0 28 0 0 0 21 0 16 0 30182369 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1696] ppid=1684 vsize=1543212 CPUtime=2.06
/proc/1686/task/1696/stat : 1696 (java) S 1684 1686 1296 0 -1 4202560 9238 0 0 0 202 4 0 0 15 0 16 0 30182369 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1697] ppid=1684 vsize=1543212 CPUtime=0
/proc/1686/task/1697/stat : 1697 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30182369 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1698] ppid=1684 vsize=1543212 CPUtime=0
/proc/1686/task/1698/stat : 1698 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30182369 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1699] ppid=1684 vsize=1543212 CPUtime=0.54
/proc/1686/task/1699/stat : 1699 (java) R 1684 1686 1296 0 -1 4202560 1148 0 0 0 54 0 0 0 25 0 16 0 30182536 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4108877501 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1686/tid=1700] ppid=1684 vsize=1543212 CPUtime=0.98
/proc/1686/task/1700/stat : 1700 (java) R 1684 1686 1296 0 -1 4202560 18700 0 0 0 91 7 0 0 25 0 16 0 30182536 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4109081914 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1701] ppid=1684 vsize=1543212 CPUtime=0
/proc/1686/task/1701/stat : 1701 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182546 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1702] ppid=1684 vsize=1543212 CPUtime=0
/proc/1686/task/1702/stat : 1702 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182556 1580249088 42180 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1543212

[startup+6.31197 s]
/proc/loadavg: 1.30 1.08 1.02 3/122 1702
/proc/meminfo: memFree=1656496/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=1537080 CPUtime=12.22
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 55150 0 1 0 1194 28 0 0 15 0 16 0 30182359 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 384270 47489 1433 10 0 381573 0
[pid=1686/tid=1688] ppid=1684 vsize=1537080 CPUtime=1.72
/proc/1686/task/1688/stat : 1688 (java) S 1684 1686 1296 0 -1 4202560 12243 0 1 0 166 6 0 0 18 0 16 0 30182361 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1689] ppid=1684 vsize=1537080 CPUtime=0.29
/proc/1686/task/1689/stat : 1689 (java) S 1684 1686 1296 0 -1 4202560 5773 0 0 0 26 3 0 0 16 0 16 0 30182363 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1690] ppid=1684 vsize=1537080 CPUtime=0.29
/proc/1686/task/1690/stat : 1690 (java) S 1684 1686 1296 0 -1 4202560 4818 0 0 0 27 2 0 0 16 0 16 0 30182363 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1691] ppid=1684 vsize=1537080 CPUtime=0.02
/proc/1686/task/1691/stat : 1691 (java) S 1684 1686 1296 0 -1 4202560 20 0 0 0 1 1 0 0 15 0 16 0 30182364 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1692] ppid=1684 vsize=1537080 CPUtime=0
/proc/1686/task/1692/stat : 1692 (java) S 1684 1686 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30182365 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1693] ppid=1684 vsize=1537080 CPUtime=0
/proc/1686/task/1693/stat : 1693 (java) S 1684 1686 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30182365 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1694] ppid=1684 vsize=1537080 CPUtime=0
/proc/1686/task/1694/stat : 1694 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30182369 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1695] ppid=1684 vsize=1537080 CPUtime=0.53
/proc/1686/task/1695/stat : 1695 (java) R 1684 1686 1296 0 -1 4202560 149 0 0 0 53 0 0 0 15 0 16 0 30182369 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 105542894 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1696] ppid=1684 vsize=1537080 CPUtime=2.27
/proc/1686/task/1696/stat : 1696 (java) S 1684 1686 1296 0 -1 4202560 9267 0 0 0 223 4 0 0 15 0 16 0 30182369 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1697] ppid=1684 vsize=1537080 CPUtime=0
/proc/1686/task/1697/stat : 1697 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30182369 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1698] ppid=1684 vsize=1537080 CPUtime=0
/proc/1686/task/1698/stat : 1698 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30182369 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1699] ppid=1684 vsize=1537080 CPUtime=3.33
/proc/1686/task/1699/stat : 1699 (java) R 1684 1686 1296 0 -1 4202560 1292 0 0 0 333 0 0 0 25 0 16 0 30182536 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4109180220 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1686/tid=1700] ppid=1684 vsize=1537080 CPUtime=3.7
/proc/1686/task/1700/stat : 1700 (java) R 1684 1686 1296 0 -1 4202560 20515 0 0 0 361 9 0 0 25 0 16 0 30182536 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1701] ppid=1684 vsize=1537080 CPUtime=0
/proc/1686/task/1701/stat : 1701 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182546 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1702] ppid=1684 vsize=1537080 CPUtime=0
/proc/1686/task/1702/stat : 1702 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182556 1573969920 47489 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 1537080

[startup+12.7016 s]
/proc/loadavg: 1.40 1.11 1.03 5/122 1702
/proc/meminfo: memFree=1652900/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=1538104 CPUtime=24.91
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 58177 0 1 0 2462 29 0 0 15 0 16 0 30182359 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 384526 48860 1438 10 0 381829 0
[pid=1686/tid=1688] ppid=1684 vsize=1538104 CPUtime=1.72
/proc/1686/task/1688/stat : 1688 (java) S 1684 1686 1296 0 -1 4202560 12243 0 1 0 166 6 0 0 18 0 16 0 30182361 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1689] ppid=1684 vsize=1538104 CPUtime=0.33
/proc/1686/task/1689/stat : 1689 (java) S 1684 1686 1296 0 -1 4202560 6301 0 0 0 30 3 0 0 15 0 16 0 30182363 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1690] ppid=1684 vsize=1538104 CPUtime=0.32
/proc/1686/task/1690/stat : 1690 (java) S 1684 1686 1296 0 -1 4202560 5315 0 0 0 30 2 0 0 16 0 16 0 30182363 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1691] ppid=1684 vsize=1538104 CPUtime=0.02
/proc/1686/task/1691/stat : 1691 (java) S 1684 1686 1296 0 -1 4202560 20 0 0 0 1 1 0 0 16 0 16 0 30182364 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1692] ppid=1684 vsize=1538104 CPUtime=0
/proc/1686/task/1692/stat : 1692 (java) S 1684 1686 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30182365 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1693] ppid=1684 vsize=1538104 CPUtime=0
/proc/1686/task/1693/stat : 1693 (java) S 1684 1686 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30182365 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1694] ppid=1684 vsize=1538104 CPUtime=0
/proc/1686/task/1694/stat : 1694 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30182369 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1695] ppid=1684 vsize=1538104 CPUtime=0.67
/proc/1686/task/1695/stat : 1695 (java) S 1684 1686 1296 0 -1 4202560 162 0 0 0 67 0 0 0 15 0 16 0 30182369 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1696] ppid=1684 vsize=1538104 CPUtime=2.97
/proc/1686/task/1696/stat : 1696 (java) S 1684 1686 1296 0 -1 4202560 11241 0 0 0 292 5 0 0 16 0 16 0 30182369 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1697] ppid=1684 vsize=1538104 CPUtime=0
/proc/1686/task/1697/stat : 1697 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30182369 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1698] ppid=1684 vsize=1538104 CPUtime=0
/proc/1686/task/1698/stat : 1698 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30182369 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1699] ppid=1684 vsize=1538104 CPUtime=9.5
/proc/1686/task/1699/stat : 1699 (java) R 1684 1686 1296 0 -1 4202560 1295 0 0 0 950 0 0 0 25 0 16 0 30182536 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4109360318 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1700] ppid=1684 vsize=1538104 CPUtime=9.3
/proc/1686/task/1700/stat : 1700 (java) R 1684 1686 1296 0 -1 4202560 20527 0 0 0 921 9 0 0 25 0 16 0 30182536 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4108898857 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1686/tid=1701] ppid=1684 vsize=1538104 CPUtime=0
/proc/1686/task/1701/stat : 1701 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182546 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1702] ppid=1684 vsize=1538104 CPUtime=0
/proc/1686/task/1702/stat : 1702 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182556 1575018496 48860 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0

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

/proc/1686/statm: 385038 87719 1447 10 0 382341 0
[pid=1686/tid=1688] ppid=1684 vsize=1540152 CPUtime=1.72
/proc/1686/task/1688/stat : 1688 (java) S 1684 1686 1296 0 -1 4202560 12250 0 1 0 166 6 0 0 15 0 16 0 30182361 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1689] ppid=1684 vsize=1540152 CPUtime=4.49
/proc/1686/task/1689/stat : 1689 (java) S 1684 1686 1296 0 -1 4202560 27625 0 0 0 434 15 0 0 16 0 16 0 30182363 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1690] ppid=1684 vsize=1540152 CPUtime=4.47
/proc/1686/task/1690/stat : 1690 (java) S 1684 1686 1296 0 -1 4202560 27212 0 0 0 432 15 0 0 15 0 16 0 30182363 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1691] ppid=1684 vsize=1540152 CPUtime=7.16
/proc/1686/task/1691/stat : 1691 (java) S 1684 1686 1296 0 -1 4202560 470 0 0 0 708 8 0 0 15 0 16 0 30182364 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1692] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1692/stat : 1692 (java) S 1684 1686 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30182365 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1693] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1693/stat : 1693 (java) S 1684 1686 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30182365 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1694] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1694/stat : 1694 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30182369 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1695] ppid=1684 vsize=1540152 CPUtime=0.77
/proc/1686/task/1695/stat : 1695 (java) S 1684 1686 1296 0 -1 4202560 168 0 0 0 77 0 0 0 16 0 16 0 30182369 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1696] ppid=1684 vsize=1540152 CPUtime=3.94
/proc/1686/task/1696/stat : 1696 (java) S 1684 1686 1296 0 -1 4202560 13208 0 0 0 388 6 0 0 15 0 16 0 30182369 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1697] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1697/stat : 1697 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30182369 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1698] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1698/stat : 1698 (java) S 1684 1686 1296 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 30182369 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1699] ppid=1684 vsize=1540152 CPUtime=799.45
/proc/1686/task/1699/stat : 1699 (java) R 1684 1686 1296 0 -1 4202560 1576 0 0 0 79925 20 0 0 25 0 16 0 30182536 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4109659567 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1700] ppid=1684 vsize=1540152 CPUtime=800.73
/proc/1686/task/1700/stat : 1700 (java) R 1684 1686 1296 0 -1 4202560 21137 0 0 0 80045 28 0 0 25 0 16 0 30182536 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4109307009 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1686/tid=1701] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1701/stat : 1701 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182546 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1702] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1702/stat : 1702 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182556 1577115648 87719 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1622.84
Current children cumulated vsize (KiB) 1540152

[startup+882.301 s]
/proc/loadavg: 2.03 2.10 1.72 3/122 1732
/proc/meminfo: memFree=1488972/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=1540152 CPUtime=1741.43
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 106200 0 1 0 174036 107 0 0 15 0 16 0 30182359 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 385038 89043 1447 10 0 382341 0
[pid=1686/tid=1688] ppid=1684 vsize=1540152 CPUtime=1.72
/proc/1686/task/1688/stat : 1688 (java) S 1684 1686 1296 0 -1 4202560 12250 0 1 0 166 6 0 0 15 0 16 0 30182361 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1689] ppid=1684 vsize=1540152 CPUtime=4.68
/proc/1686/task/1689/stat : 1689 (java) S 1684 1686 1296 0 -1 4202560 28538 0 0 0 452 16 0 0 15 0 16 0 30182363 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1690] ppid=1684 vsize=1540152 CPUtime=4.67
/proc/1686/task/1690/stat : 1690 (java) S 1684 1686 1296 0 -1 4202560 27704 0 0 0 450 17 0 0 16 0 16 0 30182363 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1691] ppid=1684 vsize=1540152 CPUtime=7.81
/proc/1686/task/1691/stat : 1691 (java) S 1684 1686 1296 0 -1 4202560 474 0 0 0 773 8 0 0 15 0 16 0 30182364 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1692] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1692/stat : 1692 (java) S 1684 1686 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30182365 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1693] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1693/stat : 1693 (java) S 1684 1686 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30182365 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1694] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1694/stat : 1694 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30182369 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1695] ppid=1684 vsize=1540152 CPUtime=0.77
/proc/1686/task/1695/stat : 1695 (java) S 1684 1686 1296 0 -1 4202560 168 0 0 0 77 0 0 0 16 0 16 0 30182369 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1696] ppid=1684 vsize=1540152 CPUtime=3.94
/proc/1686/task/1696/stat : 1696 (java) S 1684 1686 1296 0 -1 4202560 13208 0 0 0 388 6 0 0 15 0 16 0 30182369 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1697] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1697/stat : 1697 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30182369 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1698] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1698/stat : 1698 (java) S 1684 1686 1296 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 30182369 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1699] ppid=1684 vsize=1540152 CPUtime=858.18
/proc/1686/task/1699/stat : 1699 (java) R 1684 1686 1296 0 -1 4202560 1588 0 0 0 85797 21 0 0 25 0 16 0 30182536 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4108877592 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1700] ppid=1684 vsize=1540152 CPUtime=859.56
/proc/1686/task/1700/stat : 1700 (java) R 1684 1686 1296 0 -1 4202560 21146 0 0 0 85928 28 0 0 25 0 16 0 30182536 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4109183614 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1686/tid=1701] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1701/stat : 1701 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182546 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1702] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1702/stat : 1702 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182556 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1741.43
Current children cumulated vsize (KiB) 1540152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.91 s]
/proc/loadavg: 2.10 2.10 1.73 4/122 1732
/proc/meminfo: memFree=1488848/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=1540152 CPUtime=1800.11
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 106212 0 1 0 179902 109 0 0 15 0 16 0 30182359 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 385038 89043 1447 10 0 382341 0
[pid=1686/tid=1688] ppid=1684 vsize=1540152 CPUtime=1.72
/proc/1686/task/1688/stat : 1688 (java) S 1684 1686 1296 0 -1 4202560 12250 0 1 0 166 6 0 0 15 0 16 0 30182361 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1689] ppid=1684 vsize=1540152 CPUtime=4.79
/proc/1686/task/1689/stat : 1689 (java) S 1684 1686 1296 0 -1 4202560 28538 0 0 0 463 16 0 0 15 0 16 0 30182363 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1690] ppid=1684 vsize=1540152 CPUtime=4.78
/proc/1686/task/1690/stat : 1690 (java) S 1684 1686 1296 0 -1 4202560 27704 0 0 0 461 17 0 0 16 0 16 0 30182363 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1691] ppid=1684 vsize=1540152 CPUtime=7.81
/proc/1686/task/1691/stat : 1691 (java) S 1684 1686 1296 0 -1 4202560 474 0 0 0 773 8 0 0 15 0 16 0 30182364 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1692] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1692/stat : 1692 (java) S 1684 1686 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30182365 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1693] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1693/stat : 1693 (java) S 1684 1686 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30182365 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1694] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1694/stat : 1694 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30182369 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1695] ppid=1684 vsize=1540152 CPUtime=0.77
/proc/1686/task/1695/stat : 1695 (java) S 1684 1686 1296 0 -1 4202560 168 0 0 0 77 0 0 0 16 0 16 0 30182369 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1696] ppid=1684 vsize=1540152 CPUtime=3.94
/proc/1686/task/1696/stat : 1696 (java) S 1684 1686 1296 0 -1 4202560 13208 0 0 0 388 6 0 0 15 0 16 0 30182369 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1697] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1697/stat : 1697 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30182369 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1698] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1698/stat : 1698 (java) S 1684 1686 1296 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 30182369 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1699] ppid=1684 vsize=1540152 CPUtime=887.68
/proc/1686/task/1699/stat : 1699 (java) R 1684 1686 1296 0 -1 4202560 1597 0 0 0 88745 23 0 0 25 0 16 0 30182536 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4109184264 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1700] ppid=1684 vsize=1540152 CPUtime=888.52
/proc/1686/task/1700/stat : 1700 (java) R 1684 1686 1296 0 -1 4202560 21149 0 0 0 88824 28 0 0 25 0 16 0 30182536 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4109179250 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1686/tid=1701] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1701/stat : 1701 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182546 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1702] ppid=1684 vsize=1540152 CPUtime=0
/proc/1686/task/1702/stat : 1702 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30182556 1577115648 89043 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1540152

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

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

[startup+912.017 s]
/proc/loadavg: 2.10 2.10 1.73 4/122 1732
/proc/meminfo: memFree=1488848/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=1540800 CPUtime=1800.31
/proc/1686/stat : 1686 (java) S 1684 1686 1296 0 -1 4202496 106231 0 1 0 179922 109 0 0 15 0 18 0 30182359 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 385200 89062 1449 10 0 382503 0
[pid=1686/tid=1688] ppid=1684 vsize=1540800 CPUtime=1.72
/proc/1686/task/1688/stat : 1688 (java) S 1684 1686 1296 0 -1 4202560 12250 0 1 0 166 6 0 0 15 0 18 0 30182361 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1689] ppid=1684 vsize=1540800 CPUtime=4.79
/proc/1686/task/1689/stat : 1689 (java) S 1684 1686 1296 0 -1 4202560 28538 0 0 0 463 16 0 0 15 0 18 0 30182363 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1690] ppid=1684 vsize=1540800 CPUtime=4.78
/proc/1686/task/1690/stat : 1690 (java) S 1684 1686 1296 0 -1 4202560 27704 0 0 0 461 17 0 0 16 0 18 0 30182363 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1691] ppid=1684 vsize=1540800 CPUtime=7.81
/proc/1686/task/1691/stat : 1691 (java) S 1684 1686 1296 0 -1 4202560 474 0 0 0 773 8 0 0 15 0 18 0 30182364 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 0 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1692] ppid=1684 vsize=1540800 CPUtime=0
/proc/1686/task/1692/stat : 1692 (java) S 1684 1686 1296 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 30182365 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1693] ppid=1684 vsize=1540800 CPUtime=0
/proc/1686/task/1693/stat : 1693 (java) S 1684 1686 1296 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 30182365 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1694] ppid=1684 vsize=1540800 CPUtime=0
/proc/1686/task/1694/stat : 1694 (java) S 1684 1686 1296 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 30182369 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1695] ppid=1684 vsize=1540800 CPUtime=0.78
/proc/1686/task/1695/stat : 1695 (java) R 1684 1686 1296 0 -1 4202560 168 0 0 0 78 0 0 0 15 0 18 0 30182369 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 106813315 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1696] ppid=1684 vsize=1540800 CPUtime=3.95
/proc/1686/task/1696/stat : 1696 (java) S 1684 1686 1296 0 -1 4202560 13210 0 0 0 389 6 0 0 15 0 18 0 30182369 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1697] ppid=1684 vsize=1540800 CPUtime=0
/proc/1686/task/1697/stat : 1697 (java) S 1684 1686 1296 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 30182369 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1698] ppid=1684 vsize=1540800 CPUtime=0
/proc/1686/task/1698/stat : 1698 (java) S 1684 1686 1296 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 18 0 30182369 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
[pid=1686/tid=1699] ppid=1684 vsize=1540800 CPUtime=887.74
/proc/1686/task/1699/stat : 1699 (java) R 1684 1686 1296 0 -1 4202560 1597 0 0 0 88751 23 0 0 25 0 18 0 30182536 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4109144486 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1686/tid=1700] ppid=1684 vsize=1540800 CPUtime=888.61
/proc/1686/task/1700/stat : 1700 (java) R 1684 1686 1296 0 -1 4202560 21149 0 0 0 88833 28 0 0 25 0 18 0 30182536 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4108877608 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1686/tid=1701] ppid=1684 vsize=1540800 CPUtime=0
/proc/1686/task/1701/stat : 1701 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 30182546 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 0 0 0 0
[pid=1686/tid=1702] ppid=1684 vsize=1540800 CPUtime=0
/proc/1686/task/1702/stat : 1702 (java) S 1684 1686 1296 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 30182556 1577779200 89062 1992294400 134512640 134550932 4294529744 18446744073709551615 4294960144 0 4 0 16800975 18446604437826508608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 1540800

[startup+912.102 s]
/proc/loadavg: 2.10 2.10 1.73 4/122 1732
/proc/meminfo: memFree=1488848/2059040 swapFree=4135652/4192956
[pid=1686] ppid=1684 vsize=0 CPUtime=1800.45
/proc/1686/stat : 1686 (java) Z 1684 1686 1296 0 -1 4203548 106235 0 1 0 179934 111 0 0 15 0 2 0 30182359 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1686/statm: 0 0 0 0 0 0 0
[pid=1686/tid=1699] ppid=1684 vsize=0 CPUtime=887.8
/proc/1686/task/1699/stat : 1699 (java) R 1684 1686 1296 0 -1 4203588 1597 0 0 0 88755 25 0 0 25 0 2 0 30182536 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.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 912.115
CPU time (s): 1800.48
CPU user time (s): 1799.35
CPU system time (s): 1.13083
CPU usage (%): 197.396
Max. virtual memory (cumulated for all children) (KiB): 1543912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 1.13083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106235
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= 27403
involuntary context switches= 53024

runsolver used 4.75328 second user time and 8.13076 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-14 22:03:04
IDJOB=2662167
IDBENCH=2394
IDSOLVER=1166
FILE ID=node002/2662167-1276545784
PBS_JOBID= 11173473
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-lotfi.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662167-1276545784/watcher-2662167-1276545784 -o /tmp/evaluation-result-2662167-1276545784/solver-2662167-1276545784 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662167-1276545784.opb

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

MD5SUM BENCH= c609a7262e604847d8434d132e2de9ed
RANDOM SEED=493559190

node002.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.242
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.48
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.242
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1842648 kB
Buffers:         25844 kB
Cached:         101488 kB
SwapCached:      10484 kB
Active:          76684 kB
Inactive:        63252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1842648 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:             764 kB
Writeback:           0 kB
AnonPages:       11184 kB
Mapped:           9352 kB
Slab:            54544 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179828 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= 62456 MiB
End job on node002 at 2010-06-14 22:18:18