Trace number 2685021

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 Resolution 2.2.0 2010-05-26? (TO) 1800.28 1794.65

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12058_4-sat.opb
MD5SUMda4c22aa3836e09c7cdc382a7b6da5de
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 variables35332
Total number of constraints122962
Number of constraints which are clauses122382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints580
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 709
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.v20100526
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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2685021-1278438161.opb
0.24/0.21	c reading problem ... 
5.20/3.36	c ... done. Wall clock time 3.153s.
5.20/3.36	c #vars     35332
5.20/3.36	c #constraints  107258
5.20/3.36	c constraints type 
5.20/3.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12767
5.20/3.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87354
5.20/3.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 580
11.90/9.23	c cleaning 2490 clauses out of 5000 with flag 5000/5000
17.67/14.87	c cleaning 4248 clauses out of 8510 with flag 11000/11000
24.53/21.36	c cleaning 5628 clauses out of 11265 with flag 18003/18003
33.19/29.64	c cleaning 6813 clauses out of 13635 with flag 26001/26001
42.51/38.96	c cleaning 7896 clauses out of 15821 with flag 35000/35000
53.43/49.82	c cleaning 8950 clauses out of 17925 with flag 45000/45000
65.47/61.87	c cleaning 9973 clauses out of 19977 with flag 56002/56002
78.79/75.18	c cleaning 10972 clauses out of 22002 with flag 68000/68000
93.81/90.13	c cleaning 11991 clauses out of 24030 with flag 81000/81000
109.02/105.38	c cleaning 13008 clauses out of 26039 with flag 95000/95000
131.15/127.43	c cleaning 13998 clauses out of 28031 with flag 110000/110000
148.87/145.13	c cleaning 14986 clauses out of 30033 with flag 126000/126000
167.49/163.77	c cleaning 15998 clauses out of 32048 with flag 143001/143001
186.51/182.71	c cleaning 17010 clauses out of 34049 with flag 161000/161000
207.95/204.11	c cleaning 18015 clauses out of 36039 with flag 180000/180000
231.08/227.22	c cleaning 18994 clauses out of 38024 with flag 200000/200000
261.60/257.71	c cleaning 20005 clauses out of 40030 with flag 221000/221000
291.69/287.72	c cleaning 21003 clauses out of 42025 with flag 243001/243001
319.53/315.59	c cleaning 21985 clauses out of 44021 with flag 266000/266000
348.46/344.50	c cleaning 23001 clauses out of 46036 with flag 290000/290000
376.49/372.50	c cleaning 24014 clauses out of 48035 with flag 315000/315000
408.52/404.49	c cleaning 25003 clauses out of 50022 with flag 341001/341001
439.66/435.54	c cleaning 25985 clauses out of 52020 with flag 368002/368002
478.08/473.94	c cleaning 26980 clauses out of 54035 with flag 396002/396002
513.53/509.38	c cleaning 28019 clauses out of 56054 with flag 425001/425001
546.97/542.74	c cleaning 28997 clauses out of 58035 with flag 455001/455001
587.42/583.12	c cleaning 29989 clauses out of 60037 with flag 486000/486000
627.35/623.03	c cleaning 30972 clauses out of 62048 with flag 518000/518000
672.60/668.24	c cleaning 32020 clauses out of 64076 with flag 551000/551000
723.46/719.01	c cleaning 32994 clauses out of 66058 with flag 585002/585002
771.82/767.34	c cleaning 34017 clauses out of 68064 with flag 620002/620002
816.09/811.50	c cleaning 35002 clauses out of 70045 with flag 656000/656000
867.06/862.49	c cleaning 35999 clauses out of 72045 with flag 693002/693002
935.02/930.37	c cleaning 37019 clauses out of 74047 with flag 731003/731003
996.27/991.52	c cleaning 37971 clauses out of 76025 with flag 770000/770000
1057.23/1052.43	c cleaning 39014 clauses out of 78054 with flag 810000/810000
1117.58/1112.73	c cleaning 40010 clauses out of 80040 with flag 851000/851000
1186.73/1181.82	c cleaning 40982 clauses out of 82030 with flag 893000/893000
1241.02/1236.04	c cleaning 42007 clauses out of 84048 with flag 936000/936000
1304.12/1299.02	c cleaning 43001 clauses out of 86042 with flag 980001/980001
1371.47/1366.36	c cleaning 44002 clauses out of 88042 with flag 1025002/1025002
1451.17/1445.91	c cleaning 44999 clauses out of 90038 with flag 1071000/1071000
1527.44/1522.11	c cleaning 45979 clauses out of 92039 with flag 1118000/1118000
1612.71/1607.31	c cleaning 47001 clauses out of 94060 with flag 1166000/1166000
1688.06/1682.68	c cleaning 48002 clauses out of 96060 with flag 1215001/1215001
1768.04/1762.60	c cleaning 48996 clauses out of 98058 with flag 1265001/1265001
1800.08/1794.51	c starts		: 190
1800.08/1794.51	c conflicts		: 1288365
1800.08/1794.51	c decisions		: 1635129
1800.08/1794.51	c propagations		: 680980187
1800.08/1794.51	c inspects		: 3064964515
1800.08/1794.51	c learnt literals	: 1
1800.08/1794.51	c learnt binary clauses	: 5
1800.08/1794.51	c learnt ternary clauses	: 416
1800.08/1794.51	c learnt clauses	: 1288364
1800.08/1794.51	c ignored clauses	: 0
1800.08/1794.51	c root simplifications	: 0
1800.08/1794.51	c removed literals (reason simplification)	: 20897764
1800.08/1794.51	c reason swapping (by a shorter reason)	: 0
1800.08/1794.51	c Calls to reduceDB	: 46
1800.08/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.51	c number of learned constraints concerned by reduction	: 0
1800.08/1794.51	c number of learning phase by resolution	: 0
1800.08/1794.51	c number of learning phase by cutting planes	: 0
1800.08/1794.51	c speed (assignments/second)	: 380191.0752459449
1800.08/1794.51	c non guided choices	3179
1800.08/1794.56	c learnt constraints type 
1800.08/1794.56	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 72456
1800.08/1794.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.08/1794.56	c constraints type 
1800.08/1794.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12767
1800.08/1794.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87354
1800.08/1794.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 580
1800.08/1794.56	s UNKNOWN
1800.08/1794.56	c Total wall clock time (in seconds): 1794.359

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-2685021-1278438161/watcher-2685021-1278438161 -o /tmp/evaluation-result-2685021-1278438161/solver-2685021-1278438161 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2685021-1278438161.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 1.07 3/106 21693
/proc/meminfo: memFree=1764308/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1832 CPUtime=0
/proc/21693/stat : 21693 (java6) R 21691 21693 20947 0 -1 4194304 225 0 0 0 0 0 0 0 19 0 1 0 12029073 1875968 130 1992294400 134512640 134550932 4292004512 18446744073709551615 2824640 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21693/statm: 458 132 96 10 0 63 0

[startup+0.02369 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 21693
/proc/meminfo: memFree=1764308/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=13980 CPUtime=0.01
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 1245 0 1 0 0 1 0 0 18 0 2 0 12029073 14315520 693 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 3495 693 355 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13980

[startup+0.101694 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 21693
/proc/meminfo: memFree=1764308/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1524184 CPUtime=0.09
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 3956 0 1 0 6 3 0 0 18 0 12 0 12029073 1560764416 3396 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 381046 3396 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300333 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 21693
/proc/meminfo: memFree=1764308/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1526512 CPUtime=0.35
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 5557 0 1 0 32 3 0 0 18 0 12 0 12029073 1563148288 4995 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 381628 4995 1361 10 0 378930 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526512

[startup+0.700323 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 21693
/proc/meminfo: memFree=1764308/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1528156 CPUtime=1.12
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 7748 0 1 0 108 4 0 0 18 0 12 0 12029073 1564831744 7112 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 382039 7112 1403 10 0 379341 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528156

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 1.07 5/118 21705
/proc/meminfo: memFree=1723604/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1533768 CPUtime=2.66
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 20824 0 1 0 255 11 0 0 18 0 12 0 12029073 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 383442 19572 1414 10 0 380744 0
[pid=21693/tid=21695] ppid=21691 vsize=1533768 CPUtime=1.46
/proc/21693/task/21695/stat : 21695 (java) R 21691 21693 20947 0 -1 4202560 16620 0 1 0 137 9 0 0 18 0 12 0 12029075 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4109820446 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21693/tid=21696] ppid=21691 vsize=1533768 CPUtime=0
/proc/21693/task/21696/stat : 21696 (java) S 21691 21693 20947 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 12029076 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21697] ppid=21691 vsize=1533768 CPUtime=0
/proc/21693/task/21697/stat : 21697 (java) S 21691 21693 20947 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 12029076 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21698] ppid=21691 vsize=1533768 CPUtime=0
/proc/21693/task/21698/stat : 21698 (java) S 21691 21693 20947 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 12029078 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21699] ppid=21691 vsize=1533768 CPUtime=0
/proc/21693/task/21699/stat : 21699 (java) S 21691 21693 20947 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 12029078 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21700] ppid=21691 vsize=1533768 CPUtime=0
/proc/21693/task/21700/stat : 21700 (java) S 21691 21693 20947 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 12029078 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21701] ppid=21691 vsize=1533768 CPUtime=0
/proc/21693/task/21701/stat : 21701 (java) S 21691 21693 20947 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 12029083 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1533768 CPUtime=0.53
/proc/21693/task/21702/stat : 21702 (java) S 21691 21693 20947 0 -1 4202560 416 0 0 0 53 0 0 0 25 0 12 0 12029083 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1533768 CPUtime=0.64
/proc/21693/task/21703/stat : 21703 (java) S 21691 21693 20947 0 -1 4202560 2724 0 0 0 64 0 0 0 25 0 12 0 12029083 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1533768 CPUtime=0
/proc/21693/task/21704/stat : 21704 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12029083 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21705] ppid=21691 vsize=1533768 CPUtime=0
/proc/21693/task/21705/stat : 21705 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12029083 1570578432 19572 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1533768

[startup+3.10126 s]
/proc/loadavg: 1.24 1.05 1.08 4/118 21705
/proc/meminfo: memFree=1637300/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1542708 CPUtime=4.78
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 40433 0 1 0 458 20 0 0 18 0 12 0 12029073 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 385677 38962 1426 10 0 382979 0
[pid=21693/tid=21695] ppid=21691 vsize=1542708 CPUtime=2.84
/proc/21693/task/21695/stat : 21695 (java) R 21691 21693 20947 0 -1 4202560 32031 0 1 0 267 17 0 0 20 0 12 0 12029075 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4109783369 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21693/tid=21696] ppid=21691 vsize=1542708 CPUtime=0.03
/proc/21693/task/21696/stat : 21696 (java) S 21691 21693 20947 0 -1 4202560 828 0 0 0 3 0 0 0 18 0 12 0 12029076 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21697] ppid=21691 vsize=1542708 CPUtime=0.04
/proc/21693/task/21697/stat : 21697 (java) S 21691 21693 20947 0 -1 4202560 987 0 0 0 4 0 0 0 18 0 12 0 12029076 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21698] ppid=21691 vsize=1542708 CPUtime=0
/proc/21693/task/21698/stat : 21698 (java) S 21691 21693 20947 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 12029078 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21699] ppid=21691 vsize=1542708 CPUtime=0
/proc/21693/task/21699/stat : 21699 (java) S 21691 21693 20947 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 12029078 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21700] ppid=21691 vsize=1542708 CPUtime=0
/proc/21693/task/21700/stat : 21700 (java) S 21691 21693 20947 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 12029078 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21701] ppid=21691 vsize=1542708 CPUtime=0
/proc/21693/task/21701/stat : 21701 (java) S 21691 21693 20947 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 12029083 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1542708 CPUtime=0.93
/proc/21693/task/21702/stat : 21702 (java) R 21691 21693 20947 0 -1 4202560 2090 0 0 0 93 0 0 0 16 0 12 0 12029083 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 104164126 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1542708 CPUtime=0.9
/proc/21693/task/21703/stat : 21703 (java) S 21691 21693 20947 0 -1 4202560 3428 0 0 0 89 1 0 0 16 0 12 0 12029083 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1542708 CPUtime=0
/proc/21693/task/21704/stat : 21704 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12029083 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21705] ppid=21691 vsize=1542708 CPUtime=0
/proc/21693/task/21705/stat : 21705 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12029083 1579732992 38962 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1542708

[startup+6.30019 s]
/proc/loadavg: 1.24 1.05 1.08 2/119 21707
/proc/meminfo: memFree=1594140/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1543324 CPUtime=8.93
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 47077 0 1 0 871 22 0 0 18 0 13 0 12029073 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 385831 43513 1435 10 0 383133 0
[pid=21693/tid=21695] ppid=21691 vsize=1543324 CPUtime=5.63
/proc/21693/task/21695/stat : 21695 (java) R 21691 21693 20947 0 -1 4202560 32061 0 1 0 546 17 0 0 20 0 13 0 12029075 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4110247384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21693/tid=21696] ppid=21691 vsize=1543324 CPUtime=0.11
/proc/21693/task/21696/stat : 21696 (java) S 21691 21693 20947 0 -1 4202560 3471 0 0 0 10 1 0 0 18 0 13 0 12029076 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21697] ppid=21691 vsize=1543324 CPUtime=0.11
/proc/21693/task/21697/stat : 21697 (java) S 21691 21693 20947 0 -1 4202560 2573 0 0 0 11 0 0 0 18 0 13 0 12029076 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21698] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21698/stat : 21698 (java) S 21691 21693 20947 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 12029078 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21699] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21699/stat : 21699 (java) S 21691 21693 20947 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21700] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21700/stat : 21700 (java) S 21691 21693 20947 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21701] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21701/stat : 21701 (java) S 21691 21693 20947 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1543324 CPUtime=1.69
/proc/21693/task/21702/stat : 21702 (java) S 21691 21693 20947 0 -1 4202560 4185 0 0 0 168 1 0 0 15 0 13 0 12029083 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1543324 CPUtime=1.34
/proc/21693/task/21703/stat : 21703 (java) S 21691 21693 20947 0 -1 4202560 3712 0 0 0 133 1 0 0 15 0 13 0 12029083 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21704/stat : 21704 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21705] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21705/stat : 21705 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12029083 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21706] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21706/stat : 21706 (java) S 21691 21693 20947 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 12029429 1580363776 43513 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 1543324

[startup+12.701 s]
/proc/loadavg: 1.20 1.05 1.08 2/119 21707
/proc/meminfo: memFree=1567604/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1543324 CPUtime=15.5
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 53832 0 1 0 1524 26 0 0 18 0 13 0 12029073 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 385831 50247 1444 10 0 383133 0
[pid=21693/tid=21695] ppid=21691 vsize=1543324 CPUtime=11.82
/proc/21693/task/21695/stat : 21695 (java) R 21691 21693 20947 0 -1 4202560 32066 0 1 0 1165 17 0 0 25 0 13 0 12029075 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4109876979 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21693/tid=21696] ppid=21691 vsize=1543324 CPUtime=0.17
/proc/21693/task/21696/stat : 21696 (java) S 21691 21693 20947 0 -1 4202560 4926 0 0 0 15 2 0 0 18 0 13 0 12029076 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21697] ppid=21691 vsize=1543324 CPUtime=0.16
/proc/21693/task/21697/stat : 21697 (java) S 21691 21693 20947 0 -1 4202560 3594 0 0 0 16 0 0 0 18 0 13 0 12029076 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21698] ppid=21691 vsize=1543324 CPUtime=0.12
/proc/21693/task/21698/stat : 21698 (java) S 21691 21693 20947 0 -1 4202560 4265 0 0 0 11 1 0 0 16 0 13 0 12029078 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21699] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21699/stat : 21699 (java) S 21691 21693 20947 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21700] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21700/stat : 21700 (java) S 21691 21693 20947 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21701] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21701/stat : 21701 (java) S 21691 21693 20947 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1543324 CPUtime=1.73
/proc/21693/task/21702/stat : 21702 (java) S 21691 21693 20947 0 -1 4202560 4189 0 0 0 172 1 0 0 15 0 13 0 12029083 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1543324 CPUtime=1.43
/proc/21693/task/21703/stat : 21703 (java) S 21691 21693 20947 0 -1 4202560 3727 0 0 0 142 1 0 0 15 0 13 0 12029083 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21704/stat : 21704 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21705] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21705/stat : 21705 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12029083 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21706] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21706/stat : 21706 (java) S 21691 21693 20947 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 12029429 1580363776 50247 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.5
Current children cumulated vsize (KiB) 1543324

[startup+25.5017 s]
/proc/loadavg: 1.17 1.05 1.08 2/119 21707
/proc/meminfo: memFree=1566364/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1543324 CPUtime=29.08
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 54203 0 1 0 2881 27 0 0 18 0 13 0 12029073 1580363776 50613 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 385831 50613 1444 10 0 383133 0
[pid=21693/tid=21695] ppid=21691 vsize=1543324 CPUtime=24.26
/proc/21693/task/21695/stat : 21695 (java) R 21691 21693 20947 0 -1 4202560 32072 0 1 0 2409 17 0 0 25 0 13 0 12029075 1580363776 50613 1992294400 134512640 134550932 4288042832 18446744073709551615 4110428507 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21693/tid=21696] ppid=21691 vsize=1543324 CPUtime=0.19
/proc/21693/task/21696/stat : 21696 (java) S 21691 21693 20947 0 -1 4202560 4927 0 0 0 17 2 0 0 15 0 13 0 12029076 1580363776 50613 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21697] ppid=21691 vsize=1543324 CPUtime=0.2
/proc/21693/task/21697/stat : 21697 (java) S 21691 21693 20947 0 -1 4202560 3595 0 0 0 20 0 0 0 15 0 13 0 12029076 1580363776 50613 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21698] ppid=21691 vsize=1543324 CPUtime=0.35
/proc/21693/task/21698/stat : 21698 (java) S 21691 21693 20947 0 -1 4202560 4574 0 0 0 34 1 0 0 15 0 13 0 12029078 1580363776 50613 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21699] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21699/stat : 21699 (java) S 21691 21693 20947 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 50613 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21700] ppid=21691 vsize=1543324 CPUtime=0

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

[pid=21693] ppid=21691 vsize=1543324 CPUtime=1667.75
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 69558 0 1 0 166718 57 0 0 18 0 13 0 12029073 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 385831 64019 1444 10 0 383133 0
[pid=21693/tid=21695] ppid=21691 vsize=1543324 CPUtime=1651.46
/proc/21693/task/21695/stat : 21695 (java) R 21691 21693 20947 0 -1 4202560 32501 0 1 0 165118 28 0 0 25 0 13 0 12029075 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4110471008 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21693/tid=21696] ppid=21691 vsize=1543324 CPUtime=2.84
/proc/21693/task/21696/stat : 21696 (java) S 21691 21693 20947 0 -1 4202560 12113 0 0 0 273 11 0 0 15 0 13 0 12029076 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21697] ppid=21691 vsize=1543324 CPUtime=2.86
/proc/21693/task/21697/stat : 21697 (java) S 21691 21693 20947 0 -1 4202560 10364 0 0 0 277 9 0 0 16 0 13 0 12029076 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21698] ppid=21691 vsize=1543324 CPUtime=6.39
/proc/21693/task/21698/stat : 21698 (java) S 21691 21693 20947 0 -1 4202560 5446 0 0 0 635 4 0 0 15 0 13 0 12029078 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21699] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21699/stat : 21699 (java) S 21691 21693 20947 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21700] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21700/stat : 21700 (java) S 21691 21693 20947 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21701] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21701/stat : 21701 (java) S 21691 21693 20947 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1543324 CPUtime=2.52
/proc/21693/task/21702/stat : 21702 (java) S 21691 21693 20947 0 -1 4202560 4243 0 0 0 251 1 0 0 15 0 13 0 12029083 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1543324 CPUtime=1.62
/proc/21693/task/21703/stat : 21703 (java) S 21691 21693 20947 0 -1 4202560 3730 0 0 0 161 1 0 0 15 0 13 0 12029083 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21704/stat : 21704 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21705] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21705/stat : 21705 (java) S 21691 21693 20947 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 12029083 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21706] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21706/stat : 21706 (java) S 21691 21693 20947 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 12029429 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.75
Current children cumulated vsize (KiB) 1543324

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 21761
/proc/meminfo: memFree=1510688/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1543324 CPUtime=1727.81
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 69573 0 1 0 172723 58 0 0 18 0 13 0 12029073 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 385831 64019 1444 10 0 383133 0
[pid=21693/tid=21695] ppid=21691 vsize=1543324 CPUtime=1711.16
/proc/21693/task/21695/stat : 21695 (java) R 21691 21693 20947 0 -1 4202560 32508 0 1 0 171088 28 0 0 25 0 13 0 12029075 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4110471108 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21693/tid=21696] ppid=21691 vsize=1543324 CPUtime=2.93
/proc/21693/task/21696/stat : 21696 (java) S 21691 21693 20947 0 -1 4202560 12113 0 0 0 282 11 0 0 15 0 13 0 12029076 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21697] ppid=21691 vsize=1543324 CPUtime=2.95
/proc/21693/task/21697/stat : 21697 (java) S 21691 21693 20947 0 -1 4202560 10364 0 0 0 286 9 0 0 15 0 13 0 12029076 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21698] ppid=21691 vsize=1543324 CPUtime=6.56
/proc/21693/task/21698/stat : 21698 (java) S 21691 21693 20947 0 -1 4202560 5450 0 0 0 652 4 0 0 15 0 13 0 12029078 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21699] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21699/stat : 21699 (java) S 21691 21693 20947 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21700] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21700/stat : 21700 (java) S 21691 21693 20947 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21701] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21701/stat : 21701 (java) S 21691 21693 20947 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1543324 CPUtime=2.52
/proc/21693/task/21702/stat : 21702 (java) S 21691 21693 20947 0 -1 4202560 4243 0 0 0 251 1 0 0 15 0 13 0 12029083 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1543324 CPUtime=1.62
/proc/21693/task/21703/stat : 21703 (java) S 21691 21693 20947 0 -1 4202560 3730 0 0 0 161 1 0 0 15 0 13 0 12029083 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21704/stat : 21704 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21705] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21705/stat : 21705 (java) S 21691 21693 20947 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 12029083 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21706] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21706/stat : 21706 (java) S 21691 21693 20947 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 12029429 1580363776 64019 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.81
Current children cumulated vsize (KiB) 1543324

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 21763
/proc/meminfo: memFree=1510564/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1543324 CPUtime=1787.86
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 69590 0 1 0 178728 58 0 0 18 0 13 0 12029073 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 385831 64021 1444 10 0 383133 0
[pid=21693/tid=21695] ppid=21691 vsize=1543324 CPUtime=1770.87
/proc/21693/task/21695/stat : 21695 (java) R 21691 21693 20947 0 -1 4202560 32515 0 1 0 177059 28 0 0 25 0 13 0 12029075 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4110396207 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21693/tid=21696] ppid=21691 vsize=1543324 CPUtime=3.02
/proc/21693/task/21696/stat : 21696 (java) S 21691 21693 20947 0 -1 4202560 12115 0 0 0 291 11 0 0 15 0 13 0 12029076 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21697] ppid=21691 vsize=1543324 CPUtime=3.03
/proc/21693/task/21697/stat : 21697 (java) S 21691 21693 20947 0 -1 4202560 10364 0 0 0 294 9 0 0 15 0 13 0 12029076 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21698] ppid=21691 vsize=1543324 CPUtime=6.73
/proc/21693/task/21698/stat : 21698 (java) S 21691 21693 20947 0 -1 4202560 5454 0 0 0 669 4 0 0 15 0 13 0 12029078 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21699] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21699/stat : 21699 (java) S 21691 21693 20947 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21700] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21700/stat : 21700 (java) S 21691 21693 20947 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21701] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21701/stat : 21701 (java) S 21691 21693 20947 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1543324 CPUtime=2.52
/proc/21693/task/21702/stat : 21702 (java) S 21691 21693 20947 0 -1 4202560 4243 0 0 0 251 1 0 0 15 0 13 0 12029083 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1543324 CPUtime=1.62
/proc/21693/task/21703/stat : 21703 (java) S 21691 21693 20947 0 -1 4202560 3730 0 0 0 161 1 0 0 15 0 13 0 12029083 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21704/stat : 21704 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21705] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21705/stat : 21705 (java) S 21691 21693 20947 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 12029083 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21706] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21706/stat : 21706 (java) S 21691 21693 20947 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 12029429 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.86
Current children cumulated vsize (KiB) 1543324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 21763
/proc/meminfo: memFree=1510564/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1543324 CPUtime=1800.08
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 69591 0 1 0 179950 58 0 0 18 0 13 0 12029073 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 385831 64021 1444 10 0 383133 0
[pid=21693/tid=21695] ppid=21691 vsize=1543324 CPUtime=1783.06
/proc/21693/task/21695/stat : 21695 (java) R 21691 21693 20947 0 -1 4202560 32516 0 1 0 178278 28 0 0 25 0 13 0 12029075 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4110396207 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21693/tid=21696] ppid=21691 vsize=1543324 CPUtime=3.04
/proc/21693/task/21696/stat : 21696 (java) S 21691 21693 20947 0 -1 4202560 12115 0 0 0 293 11 0 0 16 0 13 0 12029076 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21697] ppid=21691 vsize=1543324 CPUtime=3.04
/proc/21693/task/21697/stat : 21697 (java) S 21691 21693 20947 0 -1 4202560 10364 0 0 0 295 9 0 0 15 0 13 0 12029076 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21698] ppid=21691 vsize=1543324 CPUtime=6.73
/proc/21693/task/21698/stat : 21698 (java) S 21691 21693 20947 0 -1 4202560 5454 0 0 0 669 4 0 0 15 0 13 0 12029078 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21699] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21699/stat : 21699 (java) S 21691 21693 20947 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21700] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21700/stat : 21700 (java) S 21691 21693 20947 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12029078 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21701] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21701/stat : 21701 (java) S 21691 21693 20947 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1543324 CPUtime=2.52
/proc/21693/task/21702/stat : 21702 (java) S 21691 21693 20947 0 -1 4202560 4243 0 0 0 251 1 0 0 15 0 13 0 12029083 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1543324 CPUtime=1.62
/proc/21693/task/21703/stat : 21703 (java) S 21691 21693 20947 0 -1 4202560 3730 0 0 0 161 1 0 0 15 0 13 0 12029083 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21704/stat : 21704 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12029083 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21705] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21705/stat : 21705 (java) S 21691 21693 20947 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 12029083 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21706] ppid=21691 vsize=1543324 CPUtime=0
/proc/21693/task/21706/stat : 21706 (java) S 21691 21693 20947 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 12029429 1580363776 64021 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1543324

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

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

[startup+1794.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 21763
/proc/meminfo: memFree=1510564/2059040 swapFree=4192956/4192956
[pid=21693] ppid=21691 vsize=1543972 CPUtime=1800.23
/proc/21693/stat : 21693 (java) S 21691 21693 20947 0 -1 4202496 69612 0 1 0 179965 58 0 0 18 0 14 0 12029073 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21693/statm: 385993 64042 1445 10 0 383295 0
[pid=21693/tid=21695] ppid=21691 vsize=1543972 CPUtime=1783.16
/proc/21693/task/21695/stat : 21695 (java) R 21691 21693 20947 0 -1 4202560 32516 0 1 0 178288 28 0 0 25 0 14 0 12029075 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4110264762 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21693/tid=21696] ppid=21691 vsize=1543972 CPUtime=3.04
/proc/21693/task/21696/stat : 21696 (java) S 21691 21693 20947 0 -1 4202560 12115 0 0 0 293 11 0 0 16 0 14 0 12029076 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21697] ppid=21691 vsize=1543972 CPUtime=3.04
/proc/21693/task/21697/stat : 21697 (java) S 21691 21693 20947 0 -1 4202560 10364 0 0 0 295 9 0 0 15 0 14 0 12029076 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21698] ppid=21691 vsize=1543972 CPUtime=6.73
/proc/21693/task/21698/stat : 21698 (java) S 21691 21693 20947 0 -1 4202560 5454 0 0 0 669 4 0 0 15 0 14 0 12029078 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21699] ppid=21691 vsize=1543972 CPUtime=0
/proc/21693/task/21699/stat : 21699 (java) S 21691 21693 20947 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 12029078 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21700] ppid=21691 vsize=1543972 CPUtime=0
/proc/21693/task/21700/stat : 21700 (java) S 21691 21693 20947 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 12029078 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21701] ppid=21691 vsize=1543972 CPUtime=0
/proc/21693/task/21701/stat : 21701 (java) S 21691 21693 20947 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 12029083 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21702] ppid=21691 vsize=1543972 CPUtime=2.52
/proc/21693/task/21702/stat : 21702 (java) S 21691 21693 20947 0 -1 4202560 4243 0 0 0 251 1 0 0 15 0 14 0 12029083 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=21693/tid=21703] ppid=21691 vsize=1543972 CPUtime=1.65
/proc/21693/task/21703/stat : 21703 (java) S 21691 21693 20947 0 -1 4202560 3730 0 0 0 164 1 0 0 15 0 14 0 12029083 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21704] ppid=21691 vsize=1543972 CPUtime=0
/proc/21693/task/21704/stat : 21704 (java) S 21691 21693 20947 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 12029083 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21705] ppid=21691 vsize=1543972 CPUtime=0
/proc/21693/task/21705/stat : 21705 (java) S 21691 21693 20947 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 12029083 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=21693/tid=21706] ppid=21691 vsize=1543972 CPUtime=0
/proc/21693/task/21706/stat : 21706 (java) S 21691 21693 20947 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 12029429 1581027328 64042 1992294400 134512640 134550932 4288042832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1543972

Child status: 143
Real time (s): 1794.65
CPU time (s): 1800.28
CPU user time (s): 1799.66
CPU system time (s): 0.616906
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 1544752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.616906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69612
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= 39408
involuntary context switches= 20402

runsolver used 3.56646 second user time and 9.57454 second system time

The end

Launcher Data

Begin job on node014 at 2010-07-06 19:42:41
IDJOB=2685021
IDBENCH=74310
IDSOLVER=1164
FILE ID=node014/2685021-1278438161
PBS_JOBID= 11233457
Free space on /tmp= 62568 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12058_4-sat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2685021-1278438161/watcher-2685021-1278438161 -o /tmp/evaluation-result-2685021-1278438161/solver-2685021-1278438161 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2685021-1278438161.opb

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

MD5SUM BENCH= da4c22aa3836e09c7cdc382a7b6da5de
RANDOM SEED=265944979

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1764704 kB
Buffers:         19932 kB
Cached:         139100 kB
SwapCached:          0 kB
Active:          94664 kB
Inactive:       124904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1764704 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4240 kB
Writeback:           0 kB
AnonPages:       60476 kB
Mapped:          14488 kB
Slab:            52780 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179652 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= 62568 MiB
End job on node014 at 2010-07-06 20:12:38