Trace number 2684981

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.37 923.961

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12036_4-sat.opb
MD5SUMb4d4215a44d43278004dfcd0ea549fa8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57354
Total number of constraints192702
Number of constraints which are clauses191758
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
Minimum length of a constraint1
Maximum length of a constraint120
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 754
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/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-2684981-1278437357.opb
0.22/0.22	c reading problem ... 
7.22/4.95	c ... done. Wall clock time 4.728s.
7.22/4.95	c #vars     57354
7.22/4.95	c #constraints  178619
7.22/4.95	c constraints type 
7.22/4.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24190
7.22/4.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147772
7.22/4.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
7.22/4.95	c constraints type 
7.22/4.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147772
7.22/4.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24190
7.22/4.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
24.80/13.84	c cleaning 2488 clauses out of 4995 with flag 5000/5000
45.07/24.27	c cleaning 4248 clauses out of 8507 with flag 11000/11000
62.36/33.17	c cleaning 5620 clauses out of 11260 with flag 18001/18001
83.75/44.17	c cleaning 6806 clauses out of 13639 with flag 26000/26000
115.11/60.25	c cleaning 7912 clauses out of 15833 with flag 35000/35000
146.56/76.39	c cleaning 8955 clauses out of 17923 with flag 45002/45002
190.46/98.73	c cleaning 9972 clauses out of 19966 with flag 56000/56000
223.21/115.53	c cleaning 10996 clauses out of 21997 with flag 68003/68003
264.10/136.55	c cleaning 11996 clauses out of 23998 with flag 81000/81000
299.54/154.74	c cleaning 0 clauses out of 5004 with flag 0/5004
308.21/159.46	c cleaning 12979 clauses out of 26004 with flag 95002/95002
346.00/178.83	c cleaning 13995 clauses out of 28024 with flag 110001/110001
389.55/201.27	c cleaning 15005 clauses out of 30029 with flag 126001/126001
445.94/230.04	c cleaning 15990 clauses out of 32023 with flag 143000/143000
514.11/264.89	c cleaning 17009 clauses out of 34034 with flag 161001/161001
597.32/307.29	c cleaning 18012 clauses out of 36025 with flag 180001/180001
656.26/337.56	c cleaning 18998 clauses out of 38012 with flag 200000/200000
722.74/371.52	c cleaning 19969 clauses out of 40016 with flag 221002/221002
795.32/408.64	c cleaning 21008 clauses out of 42045 with flag 243000/243000
880.13/451.93	c cleaning 21999 clauses out of 44037 with flag 266000/266000
893.05/459.15	c cleaning 0 clauses out of 11001 with flag 0/11001
958.77/492.88	c cleaning 23005 clauses out of 46039 with flag 290001/290001
1050.21/539.54	c cleaning 24012 clauses out of 48033 with flag 315000/315000
1142.38/586.60	c cleaning 24966 clauses out of 50021 with flag 341000/341000
1250.44/641.97	c cleaning 25975 clauses out of 52055 with flag 368000/368000
1376.40/706.13	c cleaning 27013 clauses out of 54080 with flag 396000/396000
1465.61/751.86	c cleaning 28027 clauses out of 56068 with flag 425001/425001
1554.36/797.33	c cleaning 29007 clauses out of 58039 with flag 455000/455000
1673.04/858.15	c cleaning 30006 clauses out of 60033 with flag 486001/486001
1766.44/906.06	c cleaning 30942 clauses out of 62026 with flag 518000/518000
1800.11/923.82	c starts		: 153
1800.11/923.82	c conflicts		: 529601
1800.11/923.82	c decisions		: 727120
1800.11/923.82	c propagations		: 499402661
1800.11/923.82	c inspects		: 1438622353
1800.11/923.82	c learnt literals	: 6
1800.11/923.82	c learnt binary clauses	: 41
1800.11/923.82	c learnt ternary clauses	: 803
1800.11/923.82	c learnt clauses	: 529594
1800.11/923.82	c ignored clauses	: 0
1800.11/923.82	c root simplifications	: 0
1800.11/923.82	c removed literals (reason simplification)	: 8659726
1800.11/923.82	c reason swapping (by a shorter reason)	: 0
1800.11/923.82	c Calls to reduceDB	: 28
1800.11/923.82	c number of reductions to clauses (during analyze)	: 0
1800.11/923.82	c number of learned constraints concerned by reduction	: 0
1800.11/923.82	c number of learning phase by resolution	: 0
1800.11/923.82	c number of learning phase by cutting planes	: 0
1800.11/923.82	c speed (assignments/second)	: 543501.858278891
1800.11/923.82	c non guided choices	7984
1800.11/923.87	c learnt constraints type 
1800.11/923.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 42649
1800.11/923.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.11/923.87	c constraints type 
1800.11/923.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24190
1800.11/923.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147772
1800.11/923.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
1800.11/923.87	c constraints type 
1800.11/923.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147772
1800.11/923.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24190
1800.11/923.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
1800.11/923.87	s UNKNOWN
1800.11/923.88	c Total wall clock time (in seconds): 923.652

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-2684981-1278437357/watcher-2684981-1278437357 -o /tmp/evaluation-result-2684981-1278437357/solver-2684981-1278437357 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2684981-1278437357.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.93 3/105 20791
/proc/meminfo: memFree=1445872/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1832 CPUtime=0
/proc/20791/stat : 20791 (java6) R 20789 20791 20498 0 -1 4194304 254 0 0 0 0 0 0 0 18 0 1 0 11944080 1875968 156 1992294400 134512640 134550932 4290800800 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20791/statm: 458 156 119 10 0 63 0

[startup+0.0507191 s]
/proc/loadavg: 1.00 1.00 0.93 3/105 20791
/proc/meminfo: memFree=1445872/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1521016 CPUtime=0.03
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 3498 0 1 0 1 2 0 0 18 0 5 0 11944080 1557520384 2941 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 380254 2941 990 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101701 s]
/proc/loadavg: 1.00 1.00 0.93 3/105 20791
/proc/meminfo: memFree=1445872/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1524180 CPUtime=0.09
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 3970 0 1 0 6 3 0 0 18 0 12 0 11944080 1560760320 3409 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 381045 3410 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301734 s]
/proc/loadavg: 1.00 1.00 0.93 3/105 20791
/proc/meminfo: memFree=1445872/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1526936 CPUtime=0.34
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 6135 0 1 0 30 4 0 0 18 0 12 0 11944080 1563582464 5572 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 381734 5572 1361 10 0 379037 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526936

[startup+0.701778 s]
/proc/loadavg: 1.00 1.00 0.93 3/105 20791
/proc/meminfo: memFree=1445872/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1528056 CPUtime=0.97
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 7879 0 1 0 92 5 0 0 18 0 12 0 11944080 1564729344 7150 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 382014 7150 1403 10 0 379317 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1528056

[startup+1.50187 s]
/proc/loadavg: 1.00 1.00 0.93 2/117 20803
/proc/meminfo: memFree=1395248/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1536752 CPUtime=2.3
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 24159 0 1 0 218 12 0 0 18 0 12 0 11944080 1573634048 22640 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 384188 22641 1414 10 0 381491 0
[pid=20791/tid=20793] ppid=20789 vsize=1536752 CPUtime=1.13
/proc/20791/task/20793/stat : 20793 (java) R 20789 20791 20498 0 -1 4202560 18879 0 1 0 104 9 0 0 25 0 12 0 11944082 1573634048 22642 1992294400 134512640 134550932 4293248848 18446744073709551615 4109790532 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=20791/tid=20794] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20794/stat : 20794 (java) S 20789 20791 20498 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 11944083 1573634048 22643 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20795] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20795/stat : 20795 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 11944083 1573634048 22643 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20796] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20796/stat : 20796 (java) S 20789 20791 20498 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11944085 1573634048 22644 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20797] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20797/stat : 20797 (java) S 20789 20791 20498 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 11944085 1573634048 22645 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20798] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20798/stat : 20798 (java) S 20789 20791 20498 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 11944085 1573634048 22645 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20799] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20799/stat : 20799 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11944089 1573634048 22646 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20800] ppid=20789 vsize=1536752 CPUtime=0.56
/proc/20791/task/20800/stat : 20800 (java) R 20789 20791 20498 0 -1 4202560 754 0 0 0 56 0 0 0 21 0 12 0 11944089 1573634048 22647 1992294400 134512640 134550932 4293248848 18446744073709551615 106506513 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20791/tid=20801] ppid=20789 vsize=1536752 CPUtime=0.58
/proc/20791/task/20801/stat : 20801 (java) S 20789 20791 20498 0 -1 4202560 3462 0 0 0 57 1 0 0 15 0 12 0 11944090 1573634048 22647 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20802] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20802/stat : 20802 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11944090 1573634048 22648 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20803] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20803/stat : 20803 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11944090 1573634048 22649 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1536752

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 0.93 2/117 20803
/proc/meminfo: memFree=1291956/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1536752 CPUtime=4.4
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 44967 0 1 0 419 21 0 0 18 0 12 0 11944080 1573634048 43414 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 384188 43416 1423 10 0 381491 0
[pid=20791/tid=20793] ppid=20789 vsize=1536752 CPUtime=2.57
/proc/20791/task/20793/stat : 20793 (java) S 20789 20791 20498 0 -1 4202560 32035 0 1 0 242 15 0 0 25 0 12 0 11944082 1573634048 43417 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 1
[pid=20791/tid=20794] ppid=20789 vsize=1536752 CPUtime=0.15
/proc/20791/task/20794/stat : 20794 (java) R 20789 20791 20498 0 -1 4202560 3864 0 0 0 14 1 0 0 18 0 12 0 11944083 1573634048 43418 1992294400 134512640 134550932 4293248848 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20791/tid=20795] ppid=20789 vsize=1536752 CPUtime=0.15
/proc/20791/task/20795/stat : 20795 (java) R 20789 20791 20498 0 -1 4202560 3759 0 0 0 14 1 0 0 18 0 12 0 11944083 1573634048 43419 1992294400 134512640 134550932 4293248848 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20791/tid=20796] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20796/stat : 20796 (java) S 20789 20791 20498 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 11944085 1573634048 43420 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20797] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20797/stat : 20797 (java) S 20789 20791 20498 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11944085 1573634048 43422 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20798] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20798/stat : 20798 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 11944085 1573634048 43423 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20799] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20799/stat : 20799 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11944089 1573634048 43424 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20800] ppid=20789 vsize=1536752 CPUtime=0.78
/proc/20791/task/20800/stat : 20800 (java) S 20789 20791 20498 0 -1 4202560 774 0 0 0 78 0 0 0 15 0 12 0 11944089 1573634048 43425 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20801] ppid=20789 vsize=1536752 CPUtime=0.7
/proc/20791/task/20801/stat : 20801 (java) S 20789 20791 20498 0 -1 4202560 3470 0 0 0 69 1 0 0 16 0 12 0 11944090 1573634048 43426 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20802] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20802/stat : 20802 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11944090 1573634048 43428 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20803] ppid=20789 vsize=1536752 CPUtime=0
/proc/20791/task/20803/stat : 20803 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11944090 1573634048 43429 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1536752

[startup+6.30242 s]
/proc/loadavg: 1.00 1.00 0.93 4/121 20807
/proc/meminfo: memFree=1249888/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1540832 CPUtime=9.94
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 58880 0 1 0 967 27 0 0 18 0 16 0 11944080 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 385208 54609 1433 10 0 382511 0
[pid=20791/tid=20793] ppid=20789 vsize=1540832 CPUtime=4.19
/proc/20791/task/20793/stat : 20793 (java) S 20789 20791 20498 0 -1 4202560 32058 0 1 0 404 15 0 0 18 0 16 0 11944082 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 1
[pid=20791/tid=20794] ppid=20789 vsize=1540832 CPUtime=0.55
/proc/20791/task/20794/stat : 20794 (java) S 20789 20791 20498 0 -1 4202560 10086 0 0 0 52 3 0 0 18 0 16 0 11944083 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20795] ppid=20789 vsize=1540832 CPUtime=0.53
/proc/20791/task/20795/stat : 20795 (java) S 20789 20791 20498 0 -1 4202560 8576 0 0 0 51 2 0 0 18 0 16 0 11944083 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20796] ppid=20789 vsize=1540832 CPUtime=0
/proc/20791/task/20796/stat : 20796 (java) S 20789 20791 20498 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 16 0 11944085 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20797] ppid=20789 vsize=1540832 CPUtime=0
/proc/20791/task/20797/stat : 20797 (java) S 20789 20791 20498 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11944085 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20798] ppid=20789 vsize=1540832 CPUtime=0
/proc/20791/task/20798/stat : 20798 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11944085 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20799] ppid=20789 vsize=1540832 CPUtime=0
/proc/20791/task/20799/stat : 20799 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944089 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20800] ppid=20789 vsize=1540832 CPUtime=1.74
/proc/20791/task/20800/stat : 20800 (java) S 20789 20791 20498 0 -1 4202560 1094 0 0 0 173 1 0 0 16 0 16 0 11944089 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20801] ppid=20789 vsize=1540832 CPUtime=1.76
/proc/20791/task/20801/stat : 20801 (java) S 20789 20791 20498 0 -1 4202560 5942 0 0 0 174 2 0 0 15 0 16 0 11944090 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20802] ppid=20789 vsize=1540832 CPUtime=0
/proc/20791/task/20802/stat : 20802 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944090 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20803] ppid=20789 vsize=1540832 CPUtime=0
/proc/20791/task/20803/stat : 20803 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11944090 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20804] ppid=20789 vsize=1540832 CPUtime=0.62
/proc/20791/task/20804/stat : 20804 (java) R 20789 20791 20498 0 -1 4202560 14 0 0 0 62 0 0 0 25 0 16 0 11944576 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4110144856 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20791/tid=20805] ppid=20789 vsize=1540832 CPUtime=0.47
/proc/20791/task/20805/stat : 20805 (java) R 20789 20791 20498 0 -1 4202560 25 0 0 0 47 0 0 0 24 0 16 0 11944576 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4110202825 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20791/tid=20806] ppid=20789 vsize=1540832 CPUtime=0
/proc/20791/task/20806/stat : 20806 (java) S 20789 20791 20498 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 11944594 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20807] ppid=20789 vsize=1540832 CPUtime=0
/proc/20791/task/20807/stat : 20807 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 11944595 1577811968 54609 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.94
Current children cumulated vsize (KiB) 1540832

[startup+12.7022 s]
/proc/loadavg: 1.08 1.02 0.93 3/121 20807
/proc/meminfo: memFree=1208720/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1539812 CPUtime=22.62
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 65903 0 1 0 2230 32 0 0 18 0 16 0 11944080 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 384953 60541 1445 10 0 382256 0
[pid=20791/tid=20793] ppid=20789 vsize=1539812 CPUtime=4.19
/proc/20791/task/20793/stat : 20793 (java) S 20789 20791 20498 0 -1 4202560 32058 0 1 0 404 15 0 0 18 0 16 0 11944082 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 1
[pid=20791/tid=20794] ppid=20789 vsize=1539812 CPUtime=1.05
/proc/20791/task/20794/stat : 20794 (java) S 20789 20791 20498 0 -1 4202560 12981 0 0 0 100 5 0 0 16 0 16 0 11944083 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20795] ppid=20789 vsize=1539812 CPUtime=1.02
/proc/20791/task/20795/stat : 20795 (java) S 20789 20791 20498 0 -1 4202560 12621 0 0 0 98 4 0 0 16 0 16 0 11944083 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20796] ppid=20789 vsize=1539812 CPUtime=0.01
/proc/20791/task/20796/stat : 20796 (java) S 20789 20791 20498 0 -1 4202560 10 0 0 0 1 0 0 0 16 0 16 0 11944085 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20797] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20797/stat : 20797 (java) S 20789 20791 20498 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11944085 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20798] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20798/stat : 20798 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11944085 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20799] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20799/stat : 20799 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944089 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20800] ppid=20789 vsize=1539812 CPUtime=1.91
/proc/20791/task/20800/stat : 20800 (java) S 20789 20791 20498 0 -1 4202560 1102 0 0 0 190 1 0 0 15 0 16 0 11944089 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20801] ppid=20789 vsize=1539812 CPUtime=2.67
/proc/20791/task/20801/stat : 20801 (java) S 20789 20791 20498 0 -1 4202560 5991 0 0 0 265 2 0 0 15 0 16 0 11944090 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20802] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20802/stat : 20802 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944090 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20803] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20803/stat : 20803 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 11944090 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20804] ppid=20789 vsize=1539812 CPUtime=6.35
/proc/20791/task/20804/stat : 20804 (java) R 20789 20791 20498 0 -1 4202560 26 0 0 0 635 0 0 0 25 0 16 0 11944576 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4109681131 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20791/tid=20805] ppid=20789 vsize=1539812 CPUtime=5.33
/proc/20791/task/20805/stat : 20805 (java) R 20789 20791 20498 0 -1 4202560 39 0 0 0 533 0 0 0 25 0 16 0 11944576 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4109946502 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20791/tid=20806] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20806/stat : 20806 (java) S 20789 20791 20498 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 11944594 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20807] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20807/stat : 20807 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 11944595 1576767488 60541 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.62
Current children cumulated vsize (KiB) 1539812

[startup+25.5096 s]
/proc/loadavg: 1.35 1.08 0.95 3/121 20808
/proc/meminfo: memFree=1196444/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1539812 CPUtime=47.3
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 69063 0 1 0 4695 35 0 0 18 0 16 0 11944080 1576767488 63462 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/20791/statm: 384953 127771 1450 10 0 382256 0
[pid=20791/tid=20793] ppid=20789 vsize=1539812 CPUtime=4.19
/proc/20791/task/20793/stat : 20793 (java) S 20789 20791 20498 0 -1 4202560 32072 0 1 0 404 15 0 0 15 0 16 0 11944082 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 1
[pid=20791/tid=20794] ppid=20789 vsize=1539812 CPUtime=19.62
/proc/20791/task/20794/stat : 20794 (java) S 20789 20791 20498 0 -1 4202560 47340 0 0 0 1935 27 0 0 16 0 16 0 11944083 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20795] ppid=20789 vsize=1539812 CPUtime=19.6
/proc/20791/task/20795/stat : 20795 (java) S 20789 20791 20498 0 -1 4202560 47475 0 0 0 1934 26 0 0 16 0 16 0 11944083 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20796] ppid=20789 vsize=1539812 CPUtime=24.14
/proc/20791/task/20796/stat : 20796 (java) S 20789 20791 20498 0 -1 4202560 50117 0 0 0 2386 28 0 0 15 0 16 0 11944085 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20797] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20797/stat : 20797 (java) S 20789 20791 20498 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11944085 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20798] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20798/stat : 20798 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11944085 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20799] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20799/stat : 20799 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944089 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20800] ppid=20789 vsize=1539812 CPUtime=2.05
/proc/20791/task/20800/stat : 20800 (java) S 20789 20791 20498 0 -1 4202560 1107 0 0 0 204 1 0 0 15 0 16 0 11944089 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20801] ppid=20789 vsize=1539812 CPUtime=3.23
/proc/20791/task/20801/stat : 20801 (java) S 20789 20791 20498 0 -1 4202560 6008 0 0 0 321 2 0 0 15 0 16 0 11944090 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20802] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20802/stat : 20802 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944090 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20803] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20803/stat : 20803 (java) S 20789 20791 20498 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 11944090 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20804] ppid=20789 vsize=1539812 CPUtime=706.41
/proc/20791/task/20804/stat : 20804 (java) R 20789 20791 20498 0 -1 4202560 529 0 0 0 70635 6 0 0 25 0 16 0 11944576 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4109531309 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20791/tid=20805] ppid=20789 vsize=1539812 CPUtime=705.63
/proc/20791/task/20805/stat : 20805 (java) R 20789 20791 20498 0 -1 4202560 505 0 0 0 70560 3 0 0 25 0 16 0 11944576 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4110189723 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20791/tid=20806] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20806/stat : 20806 (java) S 20789 20791 20498 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 11944594 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20807] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20807/stat : 20807 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 11944595 1576767488 127771 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1484.97
Current children cumulated vsize (KiB) 1539812

[startup+822.302 s]
/proc/loadavg: 2.02 1.97 1.55 3/121 20829
/proc/meminfo: memFree=931332/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1539812 CPUtime=1602.08
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 189802 0 1 0 160090 118 0 0 18 0 16 0 11944080 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 384953 129255 1450 10 0 382256 0
[pid=20791/tid=20793] ppid=20789 vsize=1539812 CPUtime=4.19
/proc/20791/task/20793/stat : 20793 (java) S 20789 20791 20498 0 -1 4202560 32073 0 1 0 404 15 0 0 15 0 16 0 11944082 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 1
[pid=20791/tid=20794] ppid=20789 vsize=1539812 CPUtime=20.99
/proc/20791/task/20794/stat : 20794 (java) S 20789 20791 20498 0 -1 4202560 48064 0 0 0 2071 28 0 0 15 0 16 0 11944083 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20795] ppid=20789 vsize=1539812 CPUtime=20.97
/proc/20791/task/20795/stat : 20795 (java) S 20789 20791 20498 0 -1 4202560 48297 0 0 0 2070 27 0 0 16 0 16 0 11944083 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20796] ppid=20789 vsize=1539812 CPUtime=26.04
/proc/20791/task/20796/stat : 20796 (java) S 20789 20791 20498 0 -1 4202560 52045 0 0 0 2574 30 0 0 15 0 16 0 11944085 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20797] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20797/stat : 20797 (java) S 20789 20791 20498 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11944085 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20798] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20798/stat : 20798 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11944085 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20799] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20799/stat : 20799 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944089 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20800] ppid=20789 vsize=1539812 CPUtime=2.05
/proc/20791/task/20800/stat : 20800 (java) S 20789 20791 20498 0 -1 4202560 1107 0 0 0 204 1 0 0 15 0 16 0 11944089 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20801] ppid=20789 vsize=1539812 CPUtime=3.23
/proc/20791/task/20801/stat : 20801 (java) S 20789 20791 20498 0 -1 4202560 6008 0 0 0 321 2 0 0 15 0 16 0 11944090 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20802] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20802/stat : 20802 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944090 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20803] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20803/stat : 20803 (java) S 20789 20791 20498 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 11944090 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20804] ppid=20789 vsize=1539812 CPUtime=762.59
/proc/20791/task/20804/stat : 20804 (java) R 20789 20791 20498 0 -1 4202560 557 0 0 0 76253 6 0 0 25 0 16 0 11944576 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4110022996 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20791/tid=20805] ppid=20789 vsize=1539812 CPUtime=761.91
/proc/20791/task/20805/stat : 20805 (java) R 20789 20791 20498 0 -1 4202560 528 0 0 0 76188 3 0 0 25 0 16 0 11944576 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4110189186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20791/tid=20806] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20806/stat : 20806 (java) S 20789 20791 20498 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 11944594 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20807] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20807/stat : 20807 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 11944595 1576767488 129255 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1602.08
Current children cumulated vsize (KiB) 1539812

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.58 3/121 20831
/proc/meminfo: memFree=913104/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1539812 CPUtime=1719.47
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 196708 0 1 0 171819 128 0 0 18 0 16 0 11944080 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 384953 133915 1450 10 0 382256 0
[pid=20791/tid=20793] ppid=20789 vsize=1539812 CPUtime=4.19
/proc/20791/task/20793/stat : 20793 (java) S 20789 20791 20498 0 -1 4202560 32075 0 1 0 404 15 0 0 15 0 16 0 11944082 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 1
[pid=20791/tid=20794] ppid=20789 vsize=1539812 CPUtime=22.9
/proc/20791/task/20794/stat : 20794 (java) S 20789 20791 20498 0 -1 4202560 50400 0 0 0 2257 33 0 0 16 0 16 0 11944083 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20795] ppid=20789 vsize=1539812 CPUtime=22.86
/proc/20791/task/20795/stat : 20795 (java) S 20789 20791 20498 0 -1 4202560 50628 0 0 0 2257 29 0 0 16 0 16 0 11944083 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20796] ppid=20789 vsize=1539812 CPUtime=27.66
/proc/20791/task/20796/stat : 20796 (java) S 20789 20791 20498 0 -1 4202560 54197 0 0 0 2733 33 0 0 15 0 16 0 11944085 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20797] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20797/stat : 20797 (java) S 20789 20791 20498 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11944085 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20798] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20798/stat : 20798 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11944085 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20799] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20799/stat : 20799 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944089 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20800] ppid=20789 vsize=1539812 CPUtime=2.05
/proc/20791/task/20800/stat : 20800 (java) S 20789 20791 20498 0 -1 4202560 1107 0 0 0 204 1 0 0 15 0 16 0 11944089 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20801] ppid=20789 vsize=1539812 CPUtime=3.44
/proc/20791/task/20801/stat : 20801 (java) S 20789 20791 20498 0 -1 4202560 6019 0 0 0 342 2 0 0 15 0 16 0 11944090 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20802] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20802/stat : 20802 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944090 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20803] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20803/stat : 20803 (java) S 20789 20791 20498 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 11944090 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20804] ppid=20789 vsize=1539812 CPUtime=817.95
/proc/20791/task/20804/stat : 20804 (java) R 20789 20791 20498 0 -1 4202560 587 0 0 0 81789 6 0 0 25 0 16 0 11944576 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4110321601 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20791/tid=20805] ppid=20789 vsize=1539812 CPUtime=818.32
/proc/20791/task/20805/stat : 20805 (java) R 20789 20791 20498 0 -1 4202560 568 0 0 0 81829 3 0 0 25 0 16 0 11944576 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4110189729 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20791/tid=20806] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20806/stat : 20806 (java) S 20789 20791 20498 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 11944594 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20807] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20807/stat : 20807 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 11944595 1576767488 133915 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1719.47
Current children cumulated vsize (KiB) 1539812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.802 s]
/proc/loadavg: 2.24 2.04 1.62 3/121 20831
/proc/meminfo: memFree=899092/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=1539812 CPUtime=1800.11
/proc/20791/stat : 20791 (java) S 20789 20791 20498 0 -1 4202496 202167 0 1 0 179877 134 0 0 18 0 16 0 11944080 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 384953 137265 1450 10 0 382256 0
[pid=20791/tid=20793] ppid=20789 vsize=1539812 CPUtime=4.2
/proc/20791/task/20793/stat : 20793 (java) S 20789 20791 20498 0 -1 4202560 32076 0 1 0 404 16 0 0 15 0 16 0 11944082 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 1
[pid=20791/tid=20794] ppid=20789 vsize=1539812 CPUtime=24.16
/proc/20791/task/20794/stat : 20794 (java) S 20789 20791 20498 0 -1 4202560 52077 0 0 0 2381 35 0 0 16 0 16 0 11944083 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20795] ppid=20789 vsize=1539812 CPUtime=24.12
/proc/20791/task/20795/stat : 20795 (java) S 20789 20791 20498 0 -1 4202560 52436 0 0 0 2381 31 0 0 15 0 16 0 11944083 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20796] ppid=20789 vsize=1539812 CPUtime=29.34
/proc/20791/task/20796/stat : 20796 (java) S 20789 20791 20498 0 -1 4202560 56123 0 0 0 2900 34 0 0 15 0 16 0 11944085 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 0 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20797] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20797/stat : 20797 (java) S 20789 20791 20498 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 11944085 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20798] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20798/stat : 20798 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 11944085 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20799] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20799/stat : 20799 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944089 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20800] ppid=20789 vsize=1539812 CPUtime=2.05
/proc/20791/task/20800/stat : 20800 (java) S 20789 20791 20498 0 -1 4202560 1107 0 0 0 204 1 0 0 15 0 16 0 11944089 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20801] ppid=20789 vsize=1539812 CPUtime=3.44
/proc/20791/task/20801/stat : 20801 (java) S 20789 20791 20498 0 -1 4202560 6019 0 0 0 342 2 0 0 15 0 16 0 11944090 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20802] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20802/stat : 20802 (java) S 20789 20791 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 11944090 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
[pid=20791/tid=20803] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20803/stat : 20803 (java) S 20789 20791 20498 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 11944090 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20804] ppid=20789 vsize=1539812 CPUtime=856.44
/proc/20791/task/20804/stat : 20804 (java) R 20789 20791 20498 0 -1 4202560 611 0 0 0 85637 7 0 0 25 0 16 0 11944576 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4109946364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20791/tid=20805] ppid=20789 vsize=1539812 CPUtime=856.27
/proc/20791/task/20805/stat : 20805 (java) R 20789 20791 20498 0 -1 4202560 589 0 0 0 85624 3 0 0 21 0 16 0 11944576 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4110218280 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20791/tid=20806] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20806/stat : 20806 (java) S 20789 20791 20498 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 11944594 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 1 0 0 0
[pid=20791/tid=20807] ppid=20789 vsize=1539812 CPUtime=0
/proc/20791/task/20807/stat : 20807 (java) S 20789 20791 20498 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 11944595 1576767488 137265 1992294400 134512640 134550932 4293248848 18446744073709551615 4294960144 0 4 0 16800975 18446604437829900224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1539812

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

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

[startup+923.917 s]
/proc/loadavg: 2.24 2.04 1.62 3/121 20831
/proc/meminfo: memFree=899092/2059040 swapFree=4192956/4192956
[pid=20791] ppid=20789 vsize=0 CPUtime=1800.31
/proc/20791/stat : 20791 (java) Z 20789 20791 20498 0 -1 4203548 202189 0 1 0 179897 134 0 0 17 0 2 0 11944080 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20791/statm: 0 0 0 0 0 0 0
[pid=20791/tid=20804] ppid=20789 vsize=0 CPUtime=856.49
/proc/20791/task/20804/stat : 20804 (java) R 20789 20791 20498 0 -1 4203588 611 0 0 0 85642 7 0 0 25 0 2 0 11944576 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.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 923.961
CPU time (s): 1800.37
CPU user time (s): 1798.98
CPU system time (s): 1.39379
CPU usage (%): 194.853
Max. virtual memory (cumulated for all children) (KiB): 1544944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.39379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202189
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= 33160
involuntary context switches= 51379

runsolver used 3.61245 second user time and 11.2593 second system time

The end

Launcher Data

Begin job on node088 at 2010-07-06 19:29:18
IDJOB=2684981
IDBENCH=74232
IDSOLVER=1166
FILE ID=node088/2684981-1278437357
PBS_JOBID= 11233437
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12036_4-sat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2684981-1278437357/watcher-2684981-1278437357 -o /tmp/evaluation-result-2684981-1278437357/solver-2684981-1278437357 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2684981-1278437357.opb

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

MD5SUM BENCH= b4d4215a44d43278004dfcd0ea549fa8
RANDOM SEED=761032843

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1446392 kB
Buffers:        103552 kB
Cached:         376952 kB
SwapCached:          0 kB
Active:         188664 kB
Inactive:       351744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1446392 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6628 kB
Writeback:           0 kB
AnonPages:       59868 kB
Mapped:          14664 kB
Slab:            50456 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179040 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= 62496 MiB
End job on node088 at 2010-07-06 19:44:43