Trace number 2662652

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.47 916.42

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin14.opb
MD5SUM321349c7a7114538010c83c600c72ae9
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark96.1494
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables8281
Total number of constraints826
Number of constraints which are clauses364
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint91
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 171
Number of bits of the biggest sum of numbers8
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.v20100531
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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662652-1276695532.opb
0.22/0.22	c reading problem ... 
1.87/1.22	c ... done. Wall clock time 1.004s.
1.87/1.22	c #vars     8281
1.87/1.22	c #constraints  826
1.87/1.22	c constraints type 
1.87/1.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 364
1.87/1.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 462
1.87/1.23	c constraints type 
1.87/1.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 364
1.87/1.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 462
26.65/13.70	c cleaning 2497 clauses out of 5003 with flag 5003/5003
47.57/24.36	c cleaning 4235 clauses out of 8507 with flag 11004/11004
82.77/42.16	c cleaning 5605 clauses out of 11268 with flag 18000/18000
120.72/61.31	c cleaning 6800 clauses out of 13663 with flag 26000/26000
170.11/86.38	c cleaning 7888 clauses out of 15865 with flag 35002/35002
240.29/121.85	c cleaning 8948 clauses out of 17975 with flag 45000/45000
303.45/153.86	c cleaning 9488 clauses out of 19029 with flag 55002/55002
378.40/191.78	c cleaning 9666 clauses out of 19539 with flag 65000/65000
443.68/224.80	c cleaning 9874 clauses out of 19875 with flag 75002/75002
489.67/248.20	c cleaning 9916 clauses out of 19999 with flag 85000/85000
548.66/278.26	c cleaning 9921 clauses out of 20085 with flag 95002/95002
636.05/322.59	c cleaning 9994 clauses out of 20165 with flag 105003/105003
687.50/348.78	c cleaning 10072 clauses out of 20168 with flag 115000/115000
734.54/372.71	c cleaning 10028 clauses out of 20098 with flag 125002/125002
809.00/410.54	c cleaning 9984 clauses out of 20068 with flag 135000/135000
880.64/446.95	c cleaning 9969 clauses out of 20085 with flag 145001/145001
973.27/494.10	c cleaning 9995 clauses out of 20117 with flag 155002/155002
1060.02/538.19	c cleaning 9958 clauses out of 20120 with flag 165000/165000
1126.78/572.15	c cleaning 10030 clauses out of 20162 with flag 175000/175000
1189.17/603.99	c cleaning 9983 clauses out of 20133 with flag 185001/185001
1242.35/631.22	c cleaning 10000 clauses out of 20151 with flag 195002/195002
1297.02/659.15	c cleaning 9947 clauses out of 20150 with flag 205001/205001
1367.60/695.04	c cleaning 10016 clauses out of 20203 with flag 215001/215001
1425.85/724.80	c cleaning 9964 clauses out of 20189 with flag 225003/225003
1477.96/751.57	c cleaning 9944 clauses out of 20222 with flag 235000/235000
1550.34/788.43	c cleaning 10011 clauses out of 20278 with flag 245000/245000
1619.86/823.94	c cleaning 10001 clauses out of 20267 with flag 255000/255000
1671.01/850.12	c cleaning 10090 clauses out of 20267 with flag 265001/265001
1737.28/884.11	c cleaning 10054 clauses out of 20181 with flag 275005/275005
1800.11/916.22	c starts		: 132
1800.11/916.22	c conflicts		: 281736
1800.11/916.22	c decisions		: 1361973
1800.11/916.22	c propagations		: 34404112
1800.11/916.22	c inspects		: 269908868
1800.11/916.22	c learnt literals	: 0
1800.11/916.22	c learnt binary clauses	: 0
1800.11/916.22	c learnt ternary clauses	: 0
1800.11/916.22	c learnt clauses	: 281736
1800.11/916.22	c ignored clauses	: 0
1800.11/916.22	c root simplifications	: 0
1800.11/916.22	c removed literals (reason simplification)	: 20205490
1800.11/916.22	c reason swapping (by a shorter reason)	: 0
1800.11/916.22	c Calls to reduceDB	: 29
1800.11/916.22	c number of reductions to clauses (during analyze)	: 0
1800.11/916.22	c number of learned constraints concerned by reduction	: 0
1800.11/916.22	c number of learning phase by resolution	: 0
1800.11/916.22	c number of learning phase by cutting planes	: 0
1800.11/916.22	c speed (assignments/second)	: 37600.27847085838
1800.11/916.22	c non guided choices	2794
1800.32/916.35	c learnt constraints type 
1800.32/916.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16866
1800.32/916.35	c constraints type 
1800.32/916.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 364
1800.32/916.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 462
1800.32/916.35	c constraints type 
1800.32/916.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 364
1800.32/916.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 462
1800.32/916.35	s UNKNOWN
1800.32/916.35	c Total wall clock time (in seconds): 916.13

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-2662652-1276695532/watcher-2662652-1276695532 -o /tmp/evaluation-result-2662652-1276695532/solver-2662652-1276695532 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662652-1276695532.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: 0.08 0.28 0.65 3/106 16443
/proc/meminfo: memFree=1896092/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1836 CPUtime=0
/proc/16443/stat : 16443 (java6) R 16441 16443 16418 0 -1 4194304 250 0 0 0 0 0 0 0 16 0 1 0 10844708 1880064 154 1992294400 134512640 134550932 4291156688 18446744073709551615 7423220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16443/statm: 458 153 116 10 0 63 0

[startup+0.0807041 s]
/proc/loadavg: 0.08 0.28 0.65 3/106 16443
/proc/meminfo: memFree=1896092/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1521796 CPUtime=0.06
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 3772 0 1 0 4 2 0 0 15 0 7 0 10844708 1558319104 3214 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 380449 3214 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100702 s]
/proc/loadavg: 0.08 0.28 0.65 3/106 16443
/proc/meminfo: memFree=1896092/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1524180 CPUtime=0.08
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 3946 0 1 0 6 2 0 0 15 0 12 0 10844708 1560760320 3386 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 381045 3386 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300717 s]
/proc/loadavg: 0.08 0.28 0.65 3/106 16443
/proc/meminfo: memFree=1896092/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1526220 CPUtime=0.34
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 5534 0 1 0 31 3 0 0 15 0 12 0 10844708 1562849280 4972 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 381555 4972 1358 10 0 378858 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526220

[startup+0.70076 s]
/proc/loadavg: 0.08 0.28 0.65 3/106 16443
/proc/meminfo: memFree=1896092/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1529132 CPUtime=1.12
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 9030 0 1 0 107 5 0 0 15 0 12 0 10844708 1565831168 8219 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 382283 8220 1395 10 0 379586 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1529132

[startup+1.50183 s]
/proc/loadavg: 0.08 0.28 0.65 2/118 16455
/proc/meminfo: memFree=1837592/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1531412 CPUtime=2.44
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 27367 0 1 0 232 12 0 0 15 0 16 0 10844708 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 382853 26356 1419 10 0 380156 0
[pid=16443/tid=16445] ppid=16441 vsize=1531412 CPUtime=1.19
/proc/16443/task/16445/stat : 16445 (java) S 16441 16443 16418 0 -1 4202560 23707 0 1 0 109 10 0 0 25 0 16 0 10844709 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=1531412 CPUtime=0
/proc/16443/task/16446/stat : 16446 (java) S 16441 16443 16418 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 10844711 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16447] ppid=16441 vsize=1531412 CPUtime=0
/proc/16443/task/16447/stat : 16447 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10844711 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16448] ppid=16441 vsize=1531412 CPUtime=0
/proc/16443/task/16448/stat : 16448 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10844712 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16449] ppid=16441 vsize=1531412 CPUtime=0
/proc/16443/task/16449/stat : 16449 (java) S 16441 16443 16418 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 10844713 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16450] ppid=16441 vsize=1531412 CPUtime=0
/proc/16443/task/16450/stat : 16450 (java) S 16441 16443 16418 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10844713 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16451] ppid=16441 vsize=1531412 CPUtime=0
/proc/16443/task/16451/stat : 16451 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10844717 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16452] ppid=16441 vsize=1531412 CPUtime=0.21
/proc/16443/task/16452/stat : 16452 (java) R 16441 16443 16418 0 -1 4202560 172 0 0 0 21 0 0 0 19 0 16 0 10844717 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 106812558 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16443/tid=16453] ppid=16441 vsize=1531412 CPUtime=0.84
/proc/16443/task/16453/stat : 16453 (java) R 16441 16443 16418 0 -1 4202560 1887 0 0 0 84 0 0 0 16 0 16 0 10844717 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 103334721 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16443/tid=16454] ppid=16441 vsize=1531412 CPUtime=0
/proc/16443/task/16454/stat : 16454 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10844717 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16455] ppid=16441 vsize=1531412 CPUtime=0
/proc/16443/task/16455/stat : 16455 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10844717 1568165888 26356 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1531412

[startup+3.10196 s]
/proc/loadavg: 0.08 0.28 0.65 5/122 16459
/proc/meminfo: memFree=1775188/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1545748 CPUtime=5.62
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 42961 0 1 0 543 19 0 0 15 0 16 0 10844708 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 386437 38115 1430 10 0 383740 0
[pid=16443/tid=16445] ppid=16441 vsize=1545748 CPUtime=1.19
/proc/16443/task/16445/stat : 16445 (java) S 16441 16443 16418 0 -1 4202560 23707 0 1 0 109 10 0 0 18 0 16 0 10844709 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=1545748 CPUtime=0.01
/proc/16443/task/16446/stat : 16446 (java) S 16441 16443 16418 0 -1 4202560 625 0 0 0 1 0 0 0 16 0 16 0 10844711 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16447] ppid=16441 vsize=1545748 CPUtime=0.01
/proc/16443/task/16447/stat : 16447 (java) S 16441 16443 16418 0 -1 4202560 724 0 0 0 1 0 0 0 18 0 16 0 10844711 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16448] ppid=16441 vsize=1545748 CPUtime=0
/proc/16443/task/16448/stat : 16448 (java) S 16441 16443 16418 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 10844712 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16449] ppid=16441 vsize=1545748 CPUtime=0
/proc/16443/task/16449/stat : 16449 (java) S 16441 16443 16418 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10844713 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16450] ppid=16441 vsize=1545748 CPUtime=0
/proc/16443/task/16450/stat : 16450 (java) R 16441 16443 16418 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 10844713 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16443/tid=16451] ppid=16441 vsize=1545748 CPUtime=0
/proc/16443/task/16451/stat : 16451 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10844717 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16452] ppid=16441 vsize=1545748 CPUtime=0.22
/proc/16443/task/16452/stat : 16452 (java) R 16441 16443 16418 0 -1 4202560 172 0 0 0 22 0 0 0 19 0 16 0 10844717 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 103142672 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16443/tid=16453] ppid=16441 vsize=1545748 CPUtime=2.42
/proc/16443/task/16453/stat : 16453 (java) R 16441 16443 16418 0 -1 4202560 9177 0 0 0 238 4 0 0 17 0 16 0 10844717 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 7521031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16443/tid=16454] ppid=16441 vsize=1545748 CPUtime=0
/proc/16443/task/16454/stat : 16454 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10844717 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16455] ppid=16441 vsize=1545748 CPUtime=0
/proc/16443/task/16455/stat : 16455 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10844717 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16456] ppid=16441 vsize=1545748 CPUtime=0.04
/proc/16443/task/16456/stat : 16456 (java) R 16441 16443 16418 0 -1 4202560 176 0 0 0 4 0 0 0 25 0 16 0 10844831 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16443/tid=16457] ppid=16441 vsize=1545748 CPUtime=1.66
/proc/16443/task/16457/stat : 16457 (java) R 16441 16443 16418 0 -1 4202560 7304 0 0 0 163 3 0 0 18 0 16 0 10844831 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4108687579 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16443/tid=16458] ppid=16441 vsize=1545748 CPUtime=0
/proc/16443/task/16458/stat : 16458 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16459] ppid=16441 vsize=1545748 CPUtime=0
/proc/16443/task/16459/stat : 16459 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1582845952 38115 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 1545748

[startup+6.30225 s]
/proc/loadavg: 0.23 0.31 0.65 3/122 16459
/proc/meminfo: memFree=1736376/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1546068 CPUtime=11.97
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 47463 0 1 0 1176 21 0 0 15 0 16 0 10844708 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 386517 41462 1438 10 0 383820 0
[pid=16443/tid=16445] ppid=16441 vsize=1546068 CPUtime=1.19
/proc/16443/task/16445/stat : 16445 (java) S 16441 16443 16418 0 -1 4202560 23707 0 1 0 109 10 0 0 18 0 16 0 10844709 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=1546068 CPUtime=0.07
/proc/16443/task/16446/stat : 16446 (java) S 16441 16443 16418 0 -1 4202560 1694 0 0 0 7 0 0 0 16 0 16 0 10844711 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16447] ppid=16441 vsize=1546068 CPUtime=0.07
/proc/16443/task/16447/stat : 16447 (java) S 16441 16443 16418 0 -1 4202560 1951 0 0 0 7 0 0 0 15 0 16 0 10844711 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16448] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16448/stat : 16448 (java) S 16441 16443 16418 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 16 0 10844712 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16449] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16449/stat : 16449 (java) S 16441 16443 16418 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16450] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16450/stat : 16450 (java) S 16441 16443 16418 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16451] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16451/stat : 16451 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10844717 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16452] ppid=16441 vsize=1546068 CPUtime=0.35
/proc/16443/task/16452/stat : 16452 (java) S 16441 16443 16418 0 -1 4202560 231 0 0 0 35 0 0 0 16 0 16 0 10844717 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16453] ppid=16441 vsize=1546068 CPUtime=3.67
/proc/16443/task/16453/stat : 16453 (java) S 16441 16443 16418 0 -1 4202560 10385 0 0 0 363 4 0 0 15 0 16 0 10844717 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16454] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16454/stat : 16454 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10844717 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16455] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16455/stat : 16455 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10844717 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16456] ppid=16441 vsize=1546068 CPUtime=1.92
/proc/16443/task/16456/stat : 16456 (java) R 16441 16443 16418 0 -1 4202560 179 0 0 0 192 0 0 0 25 0 16 0 10844831 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4109182634 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16443/tid=16457] ppid=16441 vsize=1546068 CPUtime=4.63
/proc/16443/task/16457/stat : 16457 (java) R 16441 16443 16418 0 -1 4202560 8221 0 0 0 459 4 0 0 23 0 16 0 10844831 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4109565858 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16443/tid=16458] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16458/stat : 16458 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16459] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16459/stat : 16459 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 41462 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 1546068

[startup+12.7018 s]
/proc/loadavg: 0.37 0.33 0.66 3/122 16459
/proc/meminfo: memFree=1696448/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1546068 CPUtime=24.67
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 57488 0 1 0 2441 26 0 0 15 0 16 0 10844708 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 386517 51001 1438 10 0 383820 0
[pid=16443/tid=16445] ppid=16441 vsize=1546068 CPUtime=1.19
/proc/16443/task/16445/stat : 16445 (java) S 16441 16443 16418 0 -1 4202560 23707 0 1 0 109 10 0 0 18 0 16 0 10844709 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=1546068 CPUtime=0.22
/proc/16443/task/16446/stat : 16446 (java) S 16441 16443 16418 0 -1 4202560 6832 0 0 0 19 3 0 0 16 0 16 0 10844711 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16447] ppid=16441 vsize=1546068 CPUtime=0.22
/proc/16443/task/16447/stat : 16447 (java) S 16441 16443 16418 0 -1 4202560 4669 0 0 0 20 2 0 0 15 0 16 0 10844711 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16448] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16448/stat : 16448 (java) S 16441 16443 16418 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 16 0 10844712 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16449] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16449/stat : 16449 (java) S 16441 16443 16418 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16450] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16450/stat : 16450 (java) S 16441 16443 16418 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16451] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16451/stat : 16451 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10844717 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16452] ppid=16441 vsize=1546068 CPUtime=0.74
/proc/16443/task/16452/stat : 16452 (java) S 16441 16443 16418 0 -1 4202560 257 0 0 0 74 0 0 0 15 0 16 0 10844717 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16453] ppid=16441 vsize=1546068 CPUtime=3.7
/proc/16443/task/16453/stat : 16453 (java) S 16441 16443 16418 0 -1 4202560 10386 0 0 0 366 4 0 0 16 0 16 0 10844717 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16454] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16454/stat : 16454 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10844717 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16455] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16455/stat : 16455 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10844717 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16456] ppid=16441 vsize=1546068 CPUtime=8.14
/proc/16443/task/16456/stat : 16456 (java) R 16441 16443 16418 0 -1 4202560 184 0 0 0 814 0 0 0 25 0 16 0 10844831 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4109223212 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16443/tid=16457] ppid=16441 vsize=1546068 CPUtime=10.39
/proc/16443/task/16457/stat : 16457 (java) R 16441 16443 16418 0 -1 4202560 10354 0 0 0 1034 5 0 0 25 0 16 0 10844831 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4109408250 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16443/tid=16458] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16458/stat : 16458 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16459] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16459/stat : 16459 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 51001 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0

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

/proc/16443/statm: 386517 117403 1448 10 0 383820 0
[pid=16443/tid=16445] ppid=16441 vsize=1546068 CPUtime=1.19
/proc/16443/task/16445/stat : 16445 (java) S 16441 16443 16418 0 -1 4202560 23714 0 1 0 109 10 0 0 15 0 16 0 10844709 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=1546068 CPUtime=11.84
/proc/16443/task/16446/stat : 16446 (java) S 16441 16443 16418 0 -1 4202560 42064 0 0 0 1154 30 0 0 15 0 16 0 10844711 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16447] ppid=16441 vsize=1546068 CPUtime=11.87
/proc/16443/task/16447/stat : 16447 (java) S 16441 16443 16418 0 -1 4202560 41822 0 0 0 1157 30 0 0 16 0 16 0 10844711 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16448] ppid=16441 vsize=1546068 CPUtime=14.7
/proc/16443/task/16448/stat : 16448 (java) S 16441 16443 16418 0 -1 4202560 401 0 0 0 1461 9 0 0 16 0 16 0 10844712 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16449] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16449/stat : 16449 (java) S 16441 16443 16418 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16450] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16450/stat : 16450 (java) S 16441 16443 16418 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16451] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16451/stat : 16451 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10844717 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16452] ppid=16441 vsize=1546068 CPUtime=0.97
/proc/16443/task/16452/stat : 16452 (java) S 16441 16443 16418 0 -1 4202560 260 0 0 0 97 0 0 0 15 0 16 0 10844717 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16453] ppid=16441 vsize=1546068 CPUtime=4.47
/proc/16443/task/16453/stat : 16453 (java) S 16441 16443 16418 0 -1 4202560 10409 0 0 0 443 4 0 0 15 0 16 0 10844717 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16454] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16454/stat : 16454 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10844717 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16455] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16455/stat : 16455 (java) S 16441 16443 16418 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 10844717 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16456] ppid=16441 vsize=1546068 CPUtime=725.5
/proc/16443/task/16456/stat : 16456 (java) R 16441 16443 16418 0 -1 4202560 929 0 0 0 72540 10 0 0 25 0 16 0 10844831 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4109182644 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16443/tid=16457] ppid=16441 vsize=1546068 CPUtime=727.98
/proc/16443/task/16457/stat : 16457 (java) R 16441 16443 16418 0 -1 4202560 10467 0 0 0 72775 23 0 0 25 0 16 0 10844831 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4109580967 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16443/tid=16458] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16458/stat : 16458 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16459] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16459/stat : 16459 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 117403 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1498.59
Current children cumulated vsize (KiB) 1546068

[startup+822.301 s]
/proc/loadavg: 2.07 1.93 1.45 3/122 16481
/proc/meminfo: memFree=1404056/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1546068 CPUtime=1616.67
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 138212 0 1 0 161536 131 0 0 15 0 16 0 10844708 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 386517 124224 1448 10 0 383820 0
[pid=16443/tid=16445] ppid=16441 vsize=1546068 CPUtime=1.19
/proc/16443/task/16445/stat : 16445 (java) S 16441 16443 16418 0 -1 4202560 23715 0 1 0 109 10 0 0 15 0 16 0 10844709 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=1546068 CPUtime=12.88
/proc/16443/task/16446/stat : 16446 (java) S 16441 16443 16418 0 -1 4202560 46241 0 0 0 1254 34 0 0 15 0 16 0 10844711 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16447] ppid=16441 vsize=1546068 CPUtime=12.91
/proc/16443/task/16447/stat : 16447 (java) S 16441 16443 16418 0 -1 4202560 44596 0 0 0 1258 33 0 0 16 0 16 0 10844711 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16448] ppid=16441 vsize=1546068 CPUtime=15.61
/proc/16443/task/16448/stat : 16448 (java) S 16441 16443 16418 0 -1 4202560 405 0 0 0 1551 10 0 0 15 0 16 0 10844712 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16449] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16449/stat : 16449 (java) S 16441 16443 16418 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16450] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16450/stat : 16450 (java) S 16441 16443 16418 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16451] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16451/stat : 16451 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10844717 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16452] ppid=16441 vsize=1546068 CPUtime=0.97
/proc/16443/task/16452/stat : 16452 (java) S 16441 16443 16418 0 -1 4202560 260 0 0 0 97 0 0 0 15 0 16 0 10844717 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16453] ppid=16441 vsize=1546068 CPUtime=4.47
/proc/16443/task/16453/stat : 16453 (java) S 16441 16443 16418 0 -1 4202560 10409 0 0 0 443 4 0 0 15 0 16 0 10844717 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16454] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16454/stat : 16454 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10844717 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16455] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16455/stat : 16455 (java) S 16441 16443 16418 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 10844717 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16456] ppid=16441 vsize=1546068 CPUtime=782.76
/proc/16443/task/16456/stat : 16456 (java) R 16441 16443 16418 0 -1 4202560 987 0 0 0 78263 13 0 0 25 0 16 0 10844831 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4109693699 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16443/tid=16457] ppid=16441 vsize=1546068 CPUtime=785.8
/proc/16443/task/16457/stat : 16457 (java) R 16441 16443 16418 0 -1 4202560 10478 0 0 0 78557 23 0 0 25 0 16 0 10844831 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4109581423 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16443/tid=16458] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16458/stat : 16458 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16459] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16459/stat : 16459 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 124224 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1616.67
Current children cumulated vsize (KiB) 1546068

[startup+882.302 s]
/proc/loadavg: 2.18 1.99 1.50 3/122 16483
/proc/meminfo: memFree=1398600/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1546068 CPUtime=1733.7
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 139140 0 1 0 173234 136 0 0 15 0 16 0 10844708 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 386517 125059 1448 10 0 383820 0
[pid=16443/tid=16445] ppid=16441 vsize=1546068 CPUtime=1.19
/proc/16443/task/16445/stat : 16445 (java) S 16441 16443 16418 0 -1 4202560 23717 0 1 0 109 10 0 0 15 0 16 0 10844709 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=1546068 CPUtime=13.76
/proc/16443/task/16446/stat : 16446 (java) S 16441 16443 16418 0 -1 4202560 46729 0 0 0 1341 35 0 0 16 0 16 0 10844711 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16447] ppid=16441 vsize=1546068 CPUtime=13.8
/proc/16443/task/16447/stat : 16447 (java) S 16441 16443 16418 0 -1 4202560 44961 0 0 0 1346 34 0 0 15 0 16 0 10844711 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16448] ppid=16441 vsize=1546068 CPUtime=17.67
/proc/16443/task/16448/stat : 16448 (java) S 16441 16443 16418 0 -1 4202560 407 0 0 0 1757 10 0 0 15 0 16 0 10844712 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16449] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16449/stat : 16449 (java) S 16441 16443 16418 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16450] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16450/stat : 16450 (java) S 16441 16443 16418 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16451] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16451/stat : 16451 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10844717 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16452] ppid=16441 vsize=1546068 CPUtime=0.97
/proc/16443/task/16452/stat : 16452 (java) S 16441 16443 16418 0 -1 4202560 260 0 0 0 97 0 0 0 15 0 16 0 10844717 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16453] ppid=16441 vsize=1546068 CPUtime=4.47
/proc/16443/task/16453/stat : 16453 (java) S 16441 16443 16418 0 -1 4202560 10409 0 0 0 443 4 0 0 15 0 16 0 10844717 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16454] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16454/stat : 16454 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10844717 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16455] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16455/stat : 16455 (java) S 16441 16443 16418 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 10844717 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16456] ppid=16441 vsize=1546068 CPUtime=839.14
/proc/16443/task/16456/stat : 16456 (java) R 16441 16443 16418 0 -1 4202560 1045 0 0 0 83900 14 0 0 25 0 16 0 10844831 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4109640200 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16443/tid=16457] ppid=16441 vsize=1546068 CPUtime=842.6
/proc/16443/task/16457/stat : 16457 (java) R 16441 16443 16418 0 -1 4202560 10487 0 0 0 84236 24 0 0 25 0 16 0 10844831 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4109581152 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16443/tid=16458] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16458/stat : 16458 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16459] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16459/stat : 16459 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1733.7
Current children cumulated vsize (KiB) 1546068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.202 s]
/proc/loadavg: 2.05 1.97 1.51 5/122 16483
/proc/meminfo: memFree=1398476/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=1546068 CPUtime=1800.11
/proc/16443/stat : 16443 (java) S 16441 16443 16418 0 -1 4202496 139178 0 1 0 179874 137 0 0 15 0 16 0 10844708 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 386517 125059 1448 10 0 383820 0
[pid=16443/tid=16445] ppid=16441 vsize=1546068 CPUtime=1.19
/proc/16443/task/16445/stat : 16445 (java) S 16441 16443 16418 0 -1 4202560 23719 0 1 0 109 10 0 0 15 0 16 0 10844709 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=1546068 CPUtime=14.36
/proc/16443/task/16446/stat : 16446 (java) S 16441 16443 16418 0 -1 4202560 46729 0 0 0 1401 35 0 0 16 0 16 0 10844711 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16447] ppid=16441 vsize=1546068 CPUtime=14.41
/proc/16443/task/16447/stat : 16447 (java) S 16441 16443 16418 0 -1 4202560 44961 0 0 0 1407 34 0 0 15 0 16 0 10844711 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16448] ppid=16441 vsize=1546068 CPUtime=18.6
/proc/16443/task/16448/stat : 16448 (java) S 16441 16443 16418 0 -1 4202560 409 0 0 0 1849 11 0 0 16 0 16 0 10844712 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 0 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16449] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16449/stat : 16449 (java) S 16441 16443 16418 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16450] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16450/stat : 16450 (java) S 16441 16443 16418 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10844713 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16451] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16451/stat : 16451 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10844717 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16452] ppid=16441 vsize=1546068 CPUtime=0.97
/proc/16443/task/16452/stat : 16452 (java) S 16441 16443 16418 0 -1 4202560 260 0 0 0 97 0 0 0 15 0 16 0 10844717 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16453] ppid=16441 vsize=1546068 CPUtime=4.47
/proc/16443/task/16453/stat : 16453 (java) S 16441 16443 16418 0 -1 4202560 10409 0 0 0 443 4 0 0 15 0 16 0 10844717 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16454] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16454/stat : 16454 (java) S 16441 16443 16418 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10844717 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
[pid=16443/tid=16455] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16455/stat : 16455 (java) S 16441 16443 16418 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 10844717 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16456] ppid=16441 vsize=1546068 CPUtime=871.23
/proc/16443/task/16456/stat : 16456 (java) R 16441 16443 16418 0 -1 4202560 1069 0 0 0 87108 15 0 0 25 0 16 0 10844831 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4109182722 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16443/tid=16457] ppid=16441 vsize=1546068 CPUtime=874.79
/proc/16443/task/16457/stat : 16457 (java) R 16441 16443 16418 0 -1 4202560 10497 0 0 0 87455 24 0 0 25 0 16 0 10844831 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4109581510 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16443/tid=16458] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16458/stat : 16458 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 1 0 0 0
[pid=16443/tid=16459] ppid=16441 vsize=1546068 CPUtime=0
/proc/16443/task/16459/stat : 16459 (java) S 16441 16443 16418 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10844836 1583173632 125059 1992294400 134512640 134550932 4290481232 18446744073709551615 4294960144 0 4 0 16800975 18446604437863183680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1546068

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

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

[startup+916.402 s]
/proc/loadavg: 2.05 1.97 1.51 5/122 16483
/proc/meminfo: memFree=1398476/2059040 swapFree=4140240/4192956
[pid=16443] ppid=16441 vsize=0 CPUtime=1800.44
/proc/16443/stat : 16443 (java) Z 16441 16443 16418 0 -1 4203548 139202 0 1 0 179904 140 0 0 15 0 2 0 10844708 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16443/statm: 0 0 0 0 0 0 0
[pid=16443/tid=16457] ppid=16441 vsize=0 CPUtime=874.92
/proc/16443/task/16457/stat : 16457 (java) R 16441 16443 16418 0 -1 4203588 10497 0 0 0 87465 27 0 0 25 0 2 0 10844831 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.44
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 916.42
CPU time (s): 1800.47
CPU user time (s): 1799.05
CPU system time (s): 1.42678
CPU usage (%): 196.468
Max. virtual memory (cumulated for all children) (KiB): 1546772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.42678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139202
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= 31668
involuntary context switches= 54522

runsolver used 4.74328 second user time and 7.51586 second system time

The end

Launcher Data

Begin job on node051 at 2010-06-16 15:38:52
IDJOB=2662652
IDBENCH=1156
IDSOLVER=1166
FILE ID=node051/2662652-1276695532
PBS_JOBID= 11174051
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin14.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662652-1276695532/watcher-2662652-1276695532 -o /tmp/evaluation-result-2662652-1276695532/solver-2662652-1276695532 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662652-1276695532.opb

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

MD5SUM BENCH= 321349c7a7114538010c83c600c72ae9
RANDOM SEED=1355083744

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1896612 kB
Buffers:          6692 kB
Cached:          74432 kB
SwapCached:       5972 kB
Active:          76100 kB
Inactive:        17612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1896612 kB
SwapTotal:     4192956 kB
SwapFree:      4140240 kB
Dirty:            1000 kB
Writeback:           0 kB
AnonPages:       10716 kB
Mapped:          12936 kB
Slab:            46952 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181060 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= 62564 MiB
End job on node051 at 2010-06-16 15:54:10