Trace number 2658787

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos6.opb
MD5SUM2a04555106a68acba17fb5820db41df1
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 variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
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 239444426529
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 239444426529
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658787-1276530687.opb
0.08/0.20	c reading problem ... 
3.96/2.51	c ... done. Wall clock time 2.305s.
3.96/2.51	c #vars     21720
3.96/2.51	c #constraints  1259
3.96/2.51	c constraints type 
3.96/2.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
3.96/2.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 755
3.96/2.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
20.09/17.00	c cleaning 2482 clauses out of 5001 with flag 5001/5001
32.66/29.56	c cleaning 4256 clauses out of 8518 with flag 11000/11000
47.72/44.50	c cleaning 5630 clauses out of 11263 with flag 18001/18001
74.92/71.67	c cleaning 6813 clauses out of 13632 with flag 26000/26000
98.49/95.15	c cleaning 7891 clauses out of 15819 with flag 35000/35000
125.17/121.76	c cleaning 8950 clauses out of 17929 with flag 45001/45001
152.27/148.75	c cleaning 9485 clauses out of 18980 with flag 55002/55002
185.98/182.33	c cleaning 9737 clauses out of 19493 with flag 65000/65000
218.47/214.73	c cleaning 9856 clauses out of 19756 with flag 75000/75000
247.15/243.30	c cleaning 9944 clauses out of 19900 with flag 85000/85000
277.14/273.27	c cleaning 9974 clauses out of 19958 with flag 95002/95002
307.83/303.83	c cleaning 9976 clauses out of 19982 with flag 105000/105000
339.50/335.47	c cleaning 9997 clauses out of 20006 with flag 115000/115000
369.35/365.21	c cleaning 10003 clauses out of 20012 with flag 125003/125003
395.03/390.80	c cleaning 10001 clauses out of 20010 with flag 135004/135004
419.01/414.77	c cleaning 9985 clauses out of 20007 with flag 145002/145002
448.57/444.24	c cleaning 10003 clauses out of 20020 with flag 155000/155000
474.42/470.09	c cleaning 10003 clauses out of 20018 with flag 165001/165001
499.40/494.99	c cleaning 10004 clauses out of 20015 with flag 175001/175001
524.25/519.76	c cleaning 10004 clauses out of 20014 with flag 185004/185004
557.13/552.56	c cleaning 9993 clauses out of 20006 with flag 195000/195000
590.60/585.92	c cleaning 10003 clauses out of 20015 with flag 205002/205002
621.37/616.65	c cleaning 9997 clauses out of 20011 with flag 215001/215001
653.55/648.70	c cleaning 9994 clauses out of 20013 with flag 225000/225000
679.73/674.87	c cleaning 10006 clauses out of 20021 with flag 235002/235002
716.59/711.62	c cleaning 9999 clauses out of 20015 with flag 245002/245002
743.87/738.85	c cleaning 10004 clauses out of 20016 with flag 255002/255002
773.64/768.53	c cleaning 10002 clauses out of 20010 with flag 265000/265000
798.00/792.86	c cleaning 9989 clauses out of 20010 with flag 275002/275002
826.27/821.05	c cleaning 9997 clauses out of 20019 with flag 285000/285000
867.76/862.49	c cleaning 10005 clauses out of 20022 with flag 295000/295000
905.04/899.64	c cleaning 10007 clauses out of 20017 with flag 305000/305000
938.20/932.74	c cleaning 10002 clauses out of 20011 with flag 315001/315001
968.59/963.06	c cleaning 9992 clauses out of 20010 with flag 325002/325002
1003.36/997.73	c cleaning 9999 clauses out of 20016 with flag 335000/335000
1034.82/1029.13	c cleaning 10006 clauses out of 20018 with flag 345001/345001
1065.80/1060.02	c cleaning 9998 clauses out of 20012 with flag 355001/355001
1100.84/1095.02	c cleaning 9998 clauses out of 20014 with flag 365001/365001
1131.00/1125.19	c cleaning 9991 clauses out of 20015 with flag 375000/375000
1162.14/1156.26	c cleaning 9988 clauses out of 20024 with flag 385000/385000
1191.61/1185.66	c cleaning 10014 clauses out of 20036 with flag 395000/395000
1222.10/1216.08	c cleaning 10008 clauses out of 20026 with flag 405004/405004
1248.87/1242.70	c cleaning 10000 clauses out of 20014 with flag 415000/415000
1276.75/1270.55	c cleaning 9999 clauses out of 20014 with flag 425000/425000
1309.82/1303.59	c cleaning 10005 clauses out of 20015 with flag 435000/435000
1344.70/1338.35	c cleaning 10001 clauses out of 20012 with flag 445002/445002
1377.98/1371.57	c cleaning 9991 clauses out of 20009 with flag 455000/455000
1407.77/1401.22	c cleaning 10005 clauses out of 20019 with flag 465001/465001
1443.05/1436.47	c cleaning 9983 clauses out of 20013 with flag 475000/475000
1471.43/1464.74	c cleaning 10008 clauses out of 20031 with flag 485001/485001
1496.90/1490.10	c cleaning 10005 clauses out of 20025 with flag 495003/495003
1527.97/1521.13	c cleaning 10004 clauses out of 20020 with flag 505003/505003
1560.73/1553.87	c cleaning 10001 clauses out of 20013 with flag 515000/515000
1593.37/1586.41	c cleaning 10002 clauses out of 20014 with flag 525002/525002
1629.03/1622.09	c cleaning 9997 clauses out of 20012 with flag 535002/535002
1661.49/1654.42	c cleaning 10005 clauses out of 20015 with flag 545002/545002
1689.44/1682.33	c cleaning 9999 clauses out of 20008 with flag 555000/555000
1715.20/1708.02	c cleaning 10000 clauses out of 20009 with flag 565000/565000
1746.38/1739.19	c cleaning 10000 clauses out of 20012 with flag 575003/575003
1776.35/1769.02	c cleaning 9985 clauses out of 20009 with flag 585000/585000
1800.09/1792.71	c starts		: 162
1800.09/1792.71	c conflicts		: 594007
1800.09/1792.71	c decisions		: 1066803
1800.09/1792.71	c propagations		: 55872808
1800.09/1792.71	c inspects		: 1258994871
1800.09/1792.71	c learnt literals	: 0
1800.09/1792.71	c learnt binary clauses	: 0
1800.09/1792.71	c learnt ternary clauses	: 0
1800.09/1792.71	c learnt clauses	: 594007
1800.09/1792.71	c ignored clauses	: 0
1800.09/1792.71	c root simplifications	: 0
1800.09/1792.71	c removed literals (reason simplification)	: 7031689
1800.09/1792.71	c reason swapping (by a shorter reason)	: 0
1800.09/1792.71	c Calls to reduceDB	: 60
1800.09/1792.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1792.71	c number of learned constraints concerned by reduction	: 0
1800.09/1792.71	c number of learning phase by resolution	: 0
1800.09/1792.71	c number of learning phase by cutting planes	: 0
1800.09/1792.71	c speed (assignments/second)	: 31210.302289571468
1800.09/1792.71	c non guided choices	11245
1800.09/1792.78	c learnt constraints type 
1800.09/1792.78	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19051
1800.09/1792.78	c constraints type 
1800.09/1792.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
1800.09/1792.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 755
1800.09/1792.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
1800.09/1792.78	s UNKNOWN
1800.09/1792.78	c Total wall clock time (in seconds): 1792.576

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-2658787-1276530687/watcher-2658787-1276530687 -o /tmp/evaluation-result-2658787-1276530687/solver-2658787-1276530687 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658787-1276530687.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.92 0.98 0.99 3/106 29581
/proc/meminfo: memFree=1832300/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1752 CPUtime=0
/proc/29581/stat : 29581 (java6) R 29579 29581 28862 0 -1 4194304 163 0 0 0 0 0 0 0 19 0 1 0 28672585 1794048 81 1992294400 134512640 134550932 4289553280 18446744073709551615 3888420 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29581/statm: 438 82 63 10 0 30 0

[startup+0.102995 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 29581
/proc/meminfo: memFree=1832300/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1524184 CPUtime=0.08
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 28672585 1560764416 3403 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.209147 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 29581
/proc/meminfo: memFree=1832300/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1525636 CPUtime=0.25
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 5083 0 1 0 22 3 0 0 18 0 12 0 28672585 1562251264 4519 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 381409 4519 1348 10 0 378711 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1525636

[startup+0.301145 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 29581
/proc/meminfo: memFree=1832300/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1525780 CPUtime=0.39
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 5480 0 1 0 36 3 0 0 18 0 12 0 28672585 1562398720 4916 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 381445 4916 1367 10 0 378747 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1525780

[startup+0.701136 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 29581
/proc/meminfo: memFree=1832300/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1532496 CPUtime=1.14
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 9075 0 1 0 109 5 0 0 18 0 12 0 28672585 1569275904 8269 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 383124 8269 1395 10 0 380426 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1532496

[startup+1.50112 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 29593
/proc/meminfo: memFree=1745468/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1543192 CPUtime=2.73
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 34389 0 1 0 256 17 0 0 18 0 12 0 28672585 1580228608 32042 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 385798 32045 1406 10 0 383100 0
[pid=29581/tid=29583] ppid=29579 vsize=1543192 CPUtime=1.46
/proc/29581/task/29583/stat : 29583 (java) R 29579 29581 28862 0 -1 4202560 26996 0 1 0 134 12 0 0 18 0 12 0 28672587 1580228608 32046 1992294400 134512640 134550932 4294586288 18446744073709551615 4109349209 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29581/tid=29584] ppid=29579 vsize=1543192 CPUtime=0
/proc/29581/task/29584/stat : 29584 (java) S 29579 29581 28862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 28672588 1580228608 32047 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29585] ppid=29579 vsize=1543192 CPUtime=0
/proc/29581/task/29585/stat : 29585 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 28672588 1580228608 32048 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29586] ppid=29579 vsize=1543192 CPUtime=0
/proc/29581/task/29586/stat : 29586 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28672590 1580228608 32049 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29587] ppid=29579 vsize=1543192 CPUtime=0
/proc/29581/task/29587/stat : 29587 (java) S 29579 29581 28862 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 28672591 1580228608 32050 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29588] ppid=29579 vsize=1543192 CPUtime=0
/proc/29581/task/29588/stat : 29588 (java) S 29579 29581 28862 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 28672591 1580228608 32051 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29589] ppid=29579 vsize=1543192 CPUtime=0
/proc/29581/task/29589/stat : 29589 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28672595 1580228608 32052 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29590] ppid=29579 vsize=1543192 CPUtime=0.66
/proc/29581/task/29590/stat : 29590 (java) R 29579 29581 28862 0 -1 4202560 4933 0 0 0 64 2 0 0 25 0 12 0 28672595 1580228608 32053 1992294400 134512640 134550932 4294586288 18446744073709551615 104144803 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29581/tid=29591] ppid=29579 vsize=1543192 CPUtime=0.57
/proc/29581/task/29591/stat : 29591 (java) S 29579 29581 28862 0 -1 4202560 1399 0 0 0 57 0 0 0 23 0 12 0 28672595 1580228608 32055 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29592] ppid=29579 vsize=1543192 CPUtime=0
/proc/29581/task/29592/stat : 29592 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28672595 1580228608 32056 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29593] ppid=29579 vsize=1543192 CPUtime=0
/proc/29581/task/29593/stat : 29593 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28672595 1580228608 32058 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1543192

[startup+3.10108 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 29593
/proc/meminfo: memFree=1679872/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1541184 CPUtime=5.15
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 47181 0 1 0 492 23 0 0 18 0 13 0 28672585 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 385296 44307 1436 10 0 382598 0
[pid=29581/tid=29583] ppid=29579 vsize=1541184 CPUtime=2.92
/proc/29581/task/29583/stat : 29583 (java) R 29579 29581 28862 0 -1 4202560 32056 0 1 0 276 16 0 0 19 0 13 0 28672587 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 4109015270 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29581/tid=29584] ppid=29579 vsize=1541184 CPUtime=0.12
/proc/29581/task/29584/stat : 29584 (java) S 29579 29581 28862 0 -1 4202560 3907 0 0 0 11 1 0 0 16 0 13 0 28672588 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29585] ppid=29579 vsize=1541184 CPUtime=0.13
/proc/29581/task/29585/stat : 29585 (java) S 29579 29581 28862 0 -1 4202560 3554 0 0 0 12 1 0 0 16 0 13 0 28672588 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29586] ppid=29579 vsize=1541184 CPUtime=0
/proc/29581/task/29586/stat : 29586 (java) S 29579 29581 28862 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 28672590 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29587] ppid=29579 vsize=1541184 CPUtime=0
/proc/29581/task/29587/stat : 29587 (java) S 29579 29581 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28672591 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29588] ppid=29579 vsize=1541184 CPUtime=0
/proc/29581/task/29588/stat : 29588 (java) S 29579 29581 28862 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 28672591 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29589] ppid=29579 vsize=1541184 CPUtime=0
/proc/29581/task/29589/stat : 29589 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29590] ppid=29579 vsize=1541184 CPUtime=1.11
/proc/29581/task/29590/stat : 29590 (java) R 29579 29581 28862 0 -1 4202560 5111 0 0 0 109 2 0 0 18 0 13 0 28672595 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 105872086 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29581/tid=29591] ppid=29579 vsize=1541184 CPUtime=0.81
/proc/29581/task/29591/stat : 29591 (java) R 29579 29581 28862 0 -1 4202560 1478 0 0 0 81 0 0 0 18 0 13 0 28672595 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 105873561 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29581/tid=29592] ppid=29579 vsize=1541184 CPUtime=0
/proc/29581/task/29592/stat : 29592 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29593] ppid=29579 vsize=1541184 CPUtime=0
/proc/29581/task/29593/stat : 29593 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28672595 1578172416 44307 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 1541184

[startup+6.30101 s]
/proc/loadavg: 1.09 1.02 1.01 2/119 29594
/proc/meminfo: memFree=1647004/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1543232 CPUtime=9.14
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 51394 0 1 0 889 25 0 0 18 0 13 0 28672585 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 385808 47466 1440 10 0 383110 0
[pid=29581/tid=29583] ppid=29579 vsize=1543232 CPUtime=5.75
/proc/29581/task/29583/stat : 29583 (java) R 29579 29581 28862 0 -1 4202560 32065 0 1 0 559 16 0 0 25 0 13 0 28672587 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4109740931 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29581/tid=29584] ppid=29579 vsize=1543232 CPUtime=0.26
/proc/29581/task/29584/stat : 29584 (java) S 29579 29581 28862 0 -1 4202560 5488 0 0 0 24 2 0 0 16 0 13 0 28672588 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29585] ppid=29579 vsize=1543232 CPUtime=0.25
/proc/29581/task/29585/stat : 29585 (java) S 29579 29581 28862 0 -1 4202560 4917 0 0 0 24 1 0 0 16 0 13 0 28672588 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29586] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29586/stat : 29586 (java) S 29579 29581 28862 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 28672590 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29587] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29587/stat : 29587 (java) S 29579 29581 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29588] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29588/stat : 29588 (java) S 29579 29581 28862 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29589] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29589/stat : 29589 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29590] ppid=29579 vsize=1543232 CPUtime=1.69
/proc/29581/task/29590/stat : 29590 (java) S 29579 29581 28862 0 -1 4202560 6358 0 0 0 167 2 0 0 15 0 13 0 28672595 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29591] ppid=29579 vsize=1543232 CPUtime=1.11
/proc/29581/task/29591/stat : 29591 (java) S 29579 29581 28862 0 -1 4202560 1491 0 0 0 111 0 0 0 15 0 13 0 28672595 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29592] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29592/stat : 29592 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29593] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29593/stat : 29593 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28672595 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29594] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29594/stat : 29594 (java) S 29579 29581 28862 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28672873 1580269568 47466 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 1543232

[startup+12.7019 s]
/proc/loadavg: 1.08 1.02 1.00 2/119 29594
/proc/meminfo: memFree=1626668/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1543232 CPUtime=15.74
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 58581 0 1 0 1545 29 0 0 18 0 13 0 28672585 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 385808 53323 1440 10 0 383110 0
[pid=29581/tid=29583] ppid=29579 vsize=1543232 CPUtime=11.92
/proc/29581/task/29583/stat : 29583 (java) R 29579 29581 28862 0 -1 4202560 32072 0 1 0 1176 16 0 0 25 0 13 0 28672587 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4109843091 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29581/tid=29584] ppid=29579 vsize=1543232 CPUtime=0.47
/proc/29581/task/29584/stat : 29584 (java) S 29579 29581 28862 0 -1 4202560 9280 0 0 0 43 4 0 0 16 0 13 0 28672588 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29585] ppid=29579 vsize=1543232 CPUtime=0.46
/proc/29581/task/29585/stat : 29585 (java) S 29579 29581 28862 0 -1 4202560 8305 0 0 0 44 2 0 0 16 0 13 0 28672588 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29586] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29586/stat : 29586 (java) S 29579 29581 28862 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 28672590 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29587] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29587/stat : 29587 (java) S 29579 29581 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29588] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29588/stat : 29588 (java) S 29579 29581 28862 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29589] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29589/stat : 29589 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29590] ppid=29579 vsize=1543232 CPUtime=1.69
/proc/29581/task/29590/stat : 29590 (java) S 29579 29581 28862 0 -1 4202560 6358 0 0 0 167 2 0 0 15 0 13 0 28672595 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29591] ppid=29579 vsize=1543232 CPUtime=1.12
/proc/29581/task/29591/stat : 29591 (java) S 29579 29581 28862 0 -1 4202560 1491 0 0 0 112 0 0 0 15 0 13 0 28672595 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29592] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29592/stat : 29592 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29593] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29593/stat : 29593 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28672595 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29594] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29594/stat : 29594 (java) S 29579 29581 28862 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28672873 1580269568 53323 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 1543232

[startup+25.5016 s]
/proc/loadavg: 1.06 1.01 1.00 2/119 29594
/proc/meminfo: memFree=1611416/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1543232 CPUtime=28.6
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 62634 0 1 0 2829 31 0 0 18 0 13 0 28672585 1580269568 56321 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 385808 56321 1445 10 0 383110 0
[pid=29581/tid=29583] ppid=29579 vsize=1543232 CPUtime=24.53
/proc/29581/task/29583/stat : 29583 (java) R 29579 29581 28862 0 -1 4202560 32083 0 1 0 2437 16 0 0 25 0 13 0 28672587 1580269568 56321 1992294400 134512640 134550932 4294586288 18446744073709551615 4109758726 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29581/tid=29584] ppid=29579 vsize=1543232 CPUtime=0.52
/proc/29581/task/29584/stat : 29584 (java) S 29579 29581 28862 0 -1 4202560 11263 0 0 0 47 5 0 0 16 0 13 0 28672588 1580269568 56321 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29585] ppid=29579 vsize=1543232 CPUtime=0.51
/proc/29581/task/29585/stat : 29585 (java) S 29579 29581 28862 0 -1 4202560 10343 0 0 0 48 3 0 0 15 0 13 0 28672588 1580269568 56321 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29586] ppid=29579 vsize=1543232 CPUtime=0.11
/proc/29581/task/29586/stat : 29586 (java) S 29579 29581 28862 0 -1 4202560 23 0 0 0 11 0 0 0 15 0 13 0 28672590 1580269568 56321 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29587] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29587/stat : 29587 (java) S 29579 29581 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 56321 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29588] ppid=29579 vsize=1543232 CPUtime=0

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

[pid=29581/tid=29587] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29587/stat : 29587 (java) S 29579 29581 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29588] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29588/stat : 29588 (java) S 29579 29581 28862 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29589] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29589/stat : 29589 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29590] ppid=29579 vsize=1543232 CPUtime=1.85
/proc/29581/task/29590/stat : 29590 (java) S 29579 29581 28862 0 -1 4202560 6381 0 0 0 183 2 0 0 15 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29591] ppid=29579 vsize=1543232 CPUtime=1.18
/proc/29581/task/29591/stat : 29591 (java) S 29579 29581 28862 0 -1 4202560 1494 0 0 0 118 0 0 0 16 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29592] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29592/stat : 29592 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29593] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29593/stat : 29593 (java) S 29579 29581 28862 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29594] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29594/stat : 29594 (java) S 29579 29581 28862 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28672873 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1609.29
Current children cumulated vsize (KiB) 1543232

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29650
/proc/meminfo: memFree=1553136/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1543232 CPUtime=1669.4
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 82619 0 1 0 166844 96 0 0 18 0 13 0 28672585 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 385808 70112 1445 10 0 383110 0
[pid=29581/tid=29583] ppid=29579 vsize=1543232 CPUtime=1646.56
/proc/29581/task/29583/stat : 29583 (java) R 29579 29581 28862 0 -1 4202560 32781 0 1 0 164624 32 0 0 25 0 13 0 28672587 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4109741113 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29581/tid=29584] ppid=29579 vsize=1543232 CPUtime=6.13
/proc/29581/task/29584/stat : 29584 (java) S 29579 29581 28862 0 -1 4202560 21091 0 0 0 582 31 0 0 16 0 13 0 28672588 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29585] ppid=29579 vsize=1543232 CPUtime=6.23
/proc/29581/task/29585/stat : 29585 (java) S 29579 29581 28862 0 -1 4202560 19572 0 0 0 601 22 0 0 15 0 13 0 28672588 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29586] ppid=29579 vsize=1543232 CPUtime=7.38
/proc/29581/task/29586/stat : 29586 (java) S 29579 29581 28862 0 -1 4202560 134 0 0 0 734 4 0 0 16 0 13 0 28672590 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29587] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29587/stat : 29587 (java) S 29579 29581 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29588] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29588/stat : 29588 (java) S 29579 29581 28862 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29589] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29589/stat : 29589 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29590] ppid=29579 vsize=1543232 CPUtime=1.85
/proc/29581/task/29590/stat : 29590 (java) S 29579 29581 28862 0 -1 4202560 6381 0 0 0 183 2 0 0 15 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29591] ppid=29579 vsize=1543232 CPUtime=1.18
/proc/29581/task/29591/stat : 29591 (java) S 29579 29581 28862 0 -1 4202560 1494 0 0 0 118 0 0 0 16 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29592] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29592/stat : 29592 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29593] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29593/stat : 29593 (java) S 29579 29581 28862 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29594] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29594/stat : 29594 (java) S 29579 29581 28862 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28672873 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1669.4
Current children cumulated vsize (KiB) 1543232

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29652
/proc/meminfo: memFree=1553136/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1543232 CPUtime=1729.55
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 82655 0 1 0 172857 98 0 0 18 0 13 0 28672585 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 385808 70112 1445 10 0 383110 0
[pid=29581/tid=29583] ppid=29579 vsize=1543232 CPUtime=1705.98
/proc/29581/task/29583/stat : 29583 (java) R 29579 29581 28862 0 -1 4202560 32809 0 1 0 170566 32 0 0 25 0 13 0 28672587 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4109825407 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29581/tid=29584] ppid=29579 vsize=1543232 CPUtime=6.38
/proc/29581/task/29584/stat : 29584 (java) S 29579 29581 28862 0 -1 4202560 21091 0 0 0 606 32 0 0 15 0 13 0 28672588 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29585] ppid=29579 vsize=1543232 CPUtime=6.46
/proc/29581/task/29585/stat : 29585 (java) S 29579 29581 28862 0 -1 4202560 19572 0 0 0 623 23 0 0 15 0 13 0 28672588 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29586] ppid=29579 vsize=1543232 CPUtime=7.63
/proc/29581/task/29586/stat : 29586 (java) S 29579 29581 28862 0 -1 4202560 138 0 0 0 759 4 0 0 15 0 13 0 28672590 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29587] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29587/stat : 29587 (java) S 29579 29581 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29588] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29588/stat : 29588 (java) S 29579 29581 28862 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29589] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29589/stat : 29589 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29590] ppid=29579 vsize=1543232 CPUtime=1.85
/proc/29581/task/29590/stat : 29590 (java) S 29579 29581 28862 0 -1 4202560 6381 0 0 0 183 2 0 0 15 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29591] ppid=29579 vsize=1543232 CPUtime=1.18
/proc/29581/task/29591/stat : 29591 (java) S 29579 29581 28862 0 -1 4202560 1494 0 0 0 118 0 0 0 16 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29592] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29592/stat : 29592 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29593] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29593/stat : 29593 (java) S 29579 29581 28862 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29594] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29594/stat : 29594 (java) S 29579 29581 28862 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28672873 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1729.55
Current children cumulated vsize (KiB) 1543232

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29654
/proc/meminfo: memFree=1553012/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1543232 CPUtime=1789.67
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 82684 0 1 0 178867 100 0 0 18 0 13 0 28672585 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 385808 70112 1445 10 0 383110 0
[pid=29581/tid=29583] ppid=29579 vsize=1543232 CPUtime=1765.41
/proc/29581/task/29583/stat : 29583 (java) R 29579 29581 28862 0 -1 4202560 32834 0 1 0 176509 32 0 0 20 0 13 0 28672587 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4109843624 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29581/tid=29584] ppid=29579 vsize=1543232 CPUtime=6.59
/proc/29581/task/29584/stat : 29584 (java) S 29579 29581 28862 0 -1 4202560 21091 0 0 0 627 32 0 0 16 0 13 0 28672588 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29585] ppid=29579 vsize=1543232 CPUtime=6.66
/proc/29581/task/29585/stat : 29585 (java) S 29579 29581 28862 0 -1 4202560 19572 0 0 0 642 24 0 0 16 0 13 0 28672588 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29586] ppid=29579 vsize=1543232 CPUtime=7.9
/proc/29581/task/29586/stat : 29586 (java) S 29579 29581 28862 0 -1 4202560 140 0 0 0 786 4 0 0 15 0 13 0 28672590 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29587] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29587/stat : 29587 (java) S 29579 29581 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29588] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29588/stat : 29588 (java) S 29579 29581 28862 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29589] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29589/stat : 29589 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29590] ppid=29579 vsize=1543232 CPUtime=1.85
/proc/29581/task/29590/stat : 29590 (java) S 29579 29581 28862 0 -1 4202560 6381 0 0 0 183 2 0 0 15 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29591] ppid=29579 vsize=1543232 CPUtime=1.18
/proc/29581/task/29591/stat : 29591 (java) S 29579 29581 28862 0 -1 4202560 1494 0 0 0 118 0 0 0 16 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29592] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29592/stat : 29592 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29593] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29593/stat : 29593 (java) S 29579 29581 28862 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29594] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29594/stat : 29594 (java) S 29579 29581 28862 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28672873 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.67
Current children cumulated vsize (KiB) 1543232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29654
/proc/meminfo: memFree=1553012/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=1543232 CPUtime=1800.09
/proc/29581/stat : 29581 (java) S 29579 29581 28862 0 -1 4202496 82690 0 1 0 179909 100 0 0 18 0 13 0 28672585 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 385808 70112 1445 10 0 383110 0
[pid=29581/tid=29583] ppid=29579 vsize=1543232 CPUtime=1775.76
/proc/29581/task/29583/stat : 29583 (java) R 29579 29581 28862 0 -1 4202560 32838 0 1 0 177544 32 0 0 25 0 13 0 28672587 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4109394754 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29581/tid=29584] ppid=29579 vsize=1543232 CPUtime=6.63
/proc/29581/task/29584/stat : 29584 (java) S 29579 29581 28862 0 -1 4202560 21091 0 0 0 630 33 0 0 16 0 13 0 28672588 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29585] ppid=29579 vsize=1543232 CPUtime=6.7
/proc/29581/task/29585/stat : 29585 (java) S 29579 29581 28862 0 -1 4202560 19572 0 0 0 646 24 0 0 16 0 13 0 28672588 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29586] ppid=29579 vsize=1543232 CPUtime=7.9
/proc/29581/task/29586/stat : 29586 (java) S 29579 29581 28862 0 -1 4202560 140 0 0 0 786 4 0 0 15 0 13 0 28672590 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 0 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29587] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29587/stat : 29587 (java) S 29579 29581 28862 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29588] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29588/stat : 29588 (java) S 29579 29581 28862 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 28672591 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29589] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29589/stat : 29589 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29590] ppid=29579 vsize=1543232 CPUtime=1.85
/proc/29581/task/29590/stat : 29590 (java) S 29579 29581 28862 0 -1 4202560 6381 0 0 0 183 2 0 0 15 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29591] ppid=29579 vsize=1543232 CPUtime=1.18
/proc/29581/task/29591/stat : 29591 (java) S 29579 29581 28862 0 -1 4202560 1494 0 0 0 118 0 0 0 16 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 1 0 0 0
[pid=29581/tid=29592] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29592/stat : 29592 (java) S 29579 29581 28862 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29593] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29593/stat : 29593 (java) S 29579 29581 28862 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28672595 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
[pid=29581/tid=29594] ppid=29579 vsize=1543232 CPUtime=0
/proc/29581/task/29594/stat : 29594 (java) S 29579 29581 28862 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28672873 1580269568 70112 1992294400 134512640 134550932 4294586288 18446744073709551615 4294960144 0 4 0 16800975 18446604437814131392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1543232

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

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

[startup+1792.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29654
/proc/meminfo: memFree=1553012/2059040 swapFree=4140388/4192956
[pid=29581] ppid=29579 vsize=0 CPUtime=1800.27
/proc/29581/stat : 29581 (java) Z 29579 29581 28862 0 -1 4203548 82717 0 1 0 179924 103 0 0 17 0 2 0 28672585 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29581/statm: 0 0 0 0 0 0 0
[pid=29581/tid=29583] ppid=29579 vsize=0 CPUtime=1775.86
/proc/29581/task/29583/stat : 29583 (java) R 29579 29581 28862 0 -1 4203588 32839 0 1 0 177551 35 0 0 25 0 2 0 28672587 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.83
CPU time (s): 1800.28
CPU user time (s): 1799.24
CPU system time (s): 1.04184
CPU usage (%): 100.416
Max. virtual memory (cumulated for all children) (KiB): 1544256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.04184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82717
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= 45402
involuntary context switches= 30850

runsolver used 3.50947 second user time and 9.79051 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-14 17:51:27
IDJOB=2658787
IDBENCH=2331
IDSOLVER=1164
FILE ID=node004/2658787-1276530687
PBS_JOBID= 11173439
Free space on /tmp= 62544 MiB

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

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

MD5SUM BENCH= 2a04555106a68acba17fb5820db41df1
RANDOM SEED=203697930

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1832696 kB
Buffers:         37120 kB
Cached:         108812 kB
SwapCached:       5996 kB
Active:          77976 kB
Inactive:        80820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1832696 kB
SwapTotal:     4192956 kB
SwapFree:      4140388 kB
Dirty:            3252 kB
Writeback:           0 kB
AnonPages:       11304 kB
Mapped:          12876 kB
Slab:            45672 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182328 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= 62544 MiB
End job on node004 at 2010-06-14 18:21:22