Trace number 2658764

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13473
Number of constraints which are clauses13473
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.19	c See www.sat4j.org for details.
0.14/0.20	c version 2.2.0.v20100526
0.14/0.20	c java.runtime.name	Java(TM) SE Runtime Environment
0.14/0.20	c java.vm.name		Java HotSpot(TM) Server VM
0.14/0.20	c java.vm.version	11.2-b01
0.14/0.20	c java.vm.vendor	Sun Microsystems Inc.
0.14/0.20	c sun.arch.data.model	32
0.14/0.20	c java.version		1.6.0_12
0.14/0.20	c os.name		Linux
0.14/0.20	c os.version		2.6.18-164.el5
0.14/0.20	c os.arch		i386
0.14/0.20	c Free memory 		1393557488
0.14/0.20	c Max memory 		1395916800
0.14/0.20	c Total memory 		1395916800
0.14/0.20	c Number of processors 	2
0.14/0.26	c Pseudo Boolean Optimization
0.14/0.26	c --- Begin Solver configuration ---
0.14/0.26	c Stops conflict analysis at the first Unique Implication Point
0.14/0.26	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.14/0.26	c Learn all clauses as in MiniSAT
0.14/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.26	c Expensive reason simplification
0.14/0.26	c Armin Biere (Picosat) restarts strategy
0.14/0.26	c Glucose learned constraints deletion strategy
0.14/0.26	c timeout=2147483s
0.14/0.26	c DB Simplification allowed=false
0.14/0.26	c --- End Solver configuration ---
0.14/0.26	c solving HOME/instance-2658764-1276429520.opb
0.14/0.26	c reading problem ... 
1.55/1.08	c ... done. Wall clock time 0.822s.
1.55/1.08	c #vars     6352
1.55/1.08	c #constraints  13345
1.55/1.08	c constraints type 
1.55/1.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
1.55/1.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
15.57/14.25	c cleaning 2501 clauses out of 5001 with flag 5001/5001
26.16/24.74	c cleaning 4250 clauses out of 8499 with flag 11000/11000
38.87/37.43	c cleaning 5624 clauses out of 11249 with flag 18000/18000
54.30/52.84	c cleaning 6813 clauses out of 13626 with flag 26001/26001
71.20/69.74	c cleaning 7902 clauses out of 15812 with flag 35000/35000
90.50/89.07	c cleaning 8954 clauses out of 17911 with flag 45001/45001
112.69/111.24	c cleaning 9976 clauses out of 19956 with flag 56000/56000
137.38/135.90	c cleaning 10988 clauses out of 21980 with flag 68000/68000
164.97/163.58	c cleaning 11994 clauses out of 23993 with flag 81001/81001
193.69/192.28	c cleaning 13000 clauses out of 25999 with flag 95001/95001
222.27/220.81	c cleaning 13497 clauses out of 26999 with flag 109001/109001
251.66/250.23	c cleaning 13750 clauses out of 27501 with flag 123000/123000
281.26/279.84	c cleaning 13875 clauses out of 27752 with flag 137001/137001
311.17/309.71	c cleaning 13937 clauses out of 27877 with flag 151001/151001
340.67/339.22	c cleaning 13968 clauses out of 27940 with flag 165001/165001
369.55/368.19	c cleaning 13979 clauses out of 27972 with flag 179001/179001
398.45/397.07	c cleaning 13994 clauses out of 27993 with flag 193001/193001
428.34/426.98	c cleaning 13991 clauses out of 27998 with flag 207000/207000
458.42/457.02	c cleaning 14002 clauses out of 28008 with flag 221001/221001
489.01/487.60	c cleaning 13996 clauses out of 28005 with flag 235000/235000
519.51/518.13	c cleaning 14001 clauses out of 28009 with flag 249000/249000
549.79/548.43	c cleaning 13998 clauses out of 28008 with flag 263000/263000
580.80/579.46	c cleaning 14003 clauses out of 28010 with flag 277000/277000
612.28/610.97	c cleaning 14002 clauses out of 28007 with flag 291000/291000
644.57/643.24	c cleaning 14000 clauses out of 28005 with flag 305000/305000
678.26/676.93	c cleaning 14000 clauses out of 28006 with flag 319001/319001
710.75/709.41	c cleaning 14001 clauses out of 28005 with flag 333000/333000
744.03/742.72	c cleaning 14001 clauses out of 28005 with flag 347001/347001
776.92/775.63	c cleaning 13997 clauses out of 28003 with flag 361000/361000
810.30/809.08	c cleaning 14001 clauses out of 28006 with flag 375000/375000
845.28/844.04	c cleaning 13997 clauses out of 28005 with flag 389000/389000
879.68/878.49	c cleaning 13998 clauses out of 28009 with flag 403001/403001
913.66/912.42	c cleaning 14002 clauses out of 28011 with flag 417001/417001
948.42/947.28	c cleaning 13998 clauses out of 28008 with flag 431000/431000
984.21/983.06	c cleaning 14002 clauses out of 28010 with flag 445000/445000
1020.50/1019.36	c cleaning 13998 clauses out of 28009 with flag 459001/459001
1056.99/1055.90	c cleaning 14000 clauses out of 28010 with flag 473000/473000
1095.57/1094.45	c cleaning 13998 clauses out of 28010 with flag 487000/487000
1135.26/1134.12	c cleaning 14002 clauses out of 28013 with flag 501001/501001
1174.74/1173.69	c cleaning 13998 clauses out of 28010 with flag 515000/515000
1214.83/1213.75	c cleaning 14000 clauses out of 28012 with flag 529000/529000
1255.71/1254.63	c cleaning 14002 clauses out of 28013 with flag 543001/543001
1297.70/1296.68	c cleaning 14000 clauses out of 28011 with flag 557001/557001
1337.59/1336.58	c cleaning 14001 clauses out of 28011 with flag 571001/571001
1377.77/1376.75	c cleaning 14000 clauses out of 28009 with flag 585000/585000
1417.85/1416.82	c cleaning 13998 clauses out of 28010 with flag 599001/599001
1458.63/1457.62	c cleaning 14001 clauses out of 28012 with flag 613001/613001
1501.01/1500.02	c cleaning 14003 clauses out of 28011 with flag 627001/627001
1543.38/1542.46	c cleaning 13999 clauses out of 28008 with flag 641001/641001
1585.36/1584.42	c cleaning 13996 clauses out of 28008 with flag 655000/655000
1628.96/1628.02	c cleaning 14003 clauses out of 28013 with flag 669001/669001
1671.93/1671.01	c cleaning 13995 clauses out of 28009 with flag 683000/683000
1715.91/1715.01	c cleaning 14000 clauses out of 28015 with flag 697001/697001
1759.79/1758.94	c cleaning 14002 clauses out of 28014 with flag 711000/711000
1800.07/1799.21	c starts		: 170
1800.07/1799.21	c conflicts		: 723644
1800.07/1799.21	c decisions		: 728190
1800.07/1799.21	c propagations		: 1906510365
1800.07/1799.21	c inspects		: 6526909134
1800.07/1799.21	c learnt literals	: 0
1800.07/1799.21	c learnt binary clauses	: 15
1800.07/1799.21	c learnt ternary clauses	: 22
1800.07/1799.21	c learnt clauses	: 723644
1800.07/1799.21	c ignored clauses	: 0
1800.07/1799.21	c root simplifications	: 0
1800.07/1799.21	c removed literals (reason simplification)	: 9192046
1800.07/1799.21	c reason swapping (by a shorter reason)	: 0
1800.07/1799.21	c Calls to reduceDB	: 54
1800.07/1799.21	c number of reductions to clauses (during analyze)	: 0
1800.07/1799.21	c number of learned constraints concerned by reduction	: 0
1800.07/1799.21	c number of learning phase by resolution	: 0
1800.07/1799.21	c number of learning phase by cutting planes	: 0
1800.07/1799.21	c speed (assignments/second)	: 1060273.9629503984
1800.07/1799.21	c non guided choices	0
1800.07/1799.24	c learnt constraints type 
1800.07/1799.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 26644
1800.07/1799.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.07/1799.24	c constraints type 
1800.07/1799.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
1800.07/1799.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
1800.07/1799.24	s UNKNOWN
1800.07/1799.24	c Total wall clock time (in seconds): 1798.98

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-2658764-1276429520/watcher-2658764-1276429520 -o /tmp/evaluation-result-2658764-1276429520/solver-2658764-1276429520 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658764-1276429520.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.00 3/106 23698
/proc/meminfo: memFree=1850992/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=248 CPUtime=0
/proc/23698/stat : 23698 (java6) R 23696 23698 22881 0 -1 4194304 108 0 0 0 0 0 0 0 17 0 1 0 18553340 253952 28 1992294400 134512640 134550932 4293993840 18446744073709551615 2331220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23698/statm: 62 28 21 10 0 23 0

[startup+0.0334651 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23698
/proc/meminfo: memFree=1850992/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=13604 CPUtime=0.01
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 1140 0 0 0 0 1 0 0 15 0 2 0 18553340 13930496 604 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 3401 604 284 10 0 1207 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13604

[startup+0.101479 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23698
/proc/meminfo: memFree=1850992/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1521664 CPUtime=0.03
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 3557 0 1 0 1 2 0 0 15 0 7 0 18553340 1558183936 2999 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 380416 2999 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.301514 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23698
/proc/meminfo: memFree=1850992/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1526368 CPUtime=0.29
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 5235 0 1 0 26 3 0 0 15 0 12 0 18553340 1563000832 4673 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 381592 4673 1349 10 0 378894 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1526368

[startup+0.700583 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23698
/proc/meminfo: memFree=1850992/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1528984 CPUtime=1.01
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 7808 0 1 0 96 5 0 0 15 0 12 0 18553340 1565679616 6791 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382246 6791 1382 10 0 379548 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528984

[startup+1.50172 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 23710
/proc/meminfo: memFree=1814752/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1530996 CPUtime=2.45
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 14907 0 1 0 236 9 0 0 15 0 13 0 18553340 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382749 13213 1426 10 0 380051 0
[pid=23698/tid=23700] ppid=23696 vsize=1530996 CPUtime=1.26
/proc/23698/task/23700/stat : 23700 (java) R 23696 23698 22881 0 -1 4202560 10987 0 1 0 120 6 0 0 25 0 13 0 18553342 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 4
[pid=23698/tid=23701] ppid=23696 vsize=1530996 CPUtime=0
/proc/23698/task/23701/stat : 23701 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 18553347 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23702] ppid=23696 vsize=1530996 CPUtime=0
/proc/23698/task/23702/stat : 23702 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 18553347 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23703] ppid=23696 vsize=1530996 CPUtime=0
/proc/23698/task/23703/stat : 23703 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 18553348 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23704] ppid=23696 vsize=1530996 CPUtime=0
/proc/23698/task/23704/stat : 23704 (java) S 23696 23698 22881 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 13 0 18553349 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23705] ppid=23696 vsize=1530996 CPUtime=0
/proc/23698/task/23705/stat : 23705 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 18553349 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23706] ppid=23696 vsize=1530996 CPUtime=0
/proc/23698/task/23706/stat : 23706 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 18553355 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23707] ppid=23696 vsize=1530996 CPUtime=0.25
/proc/23698/task/23707/stat : 23707 (java) R 23696 23698 22881 0 -1 4202560 294 0 0 0 25 0 0 0 21 0 13 0 18553355 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 104164087 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23698/tid=23708] ppid=23696 vsize=1530996 CPUtime=0.91
/proc/23698/task/23708/stat : 23708 (java) R 23696 23698 22881 0 -1 4202560 2563 0 0 0 90 1 0 0 16 0 13 0 18553355 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 106251084 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23698/tid=23709] ppid=23696 vsize=1530996 CPUtime=0
/proc/23698/task/23709/stat : 23709 (java) S 23696 23698 22881 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 18553355 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23710] ppid=23696 vsize=1530996 CPUtime=0
/proc/23698/task/23710/stat : 23710 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 18553355 1567739904 13213 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1530996

[startup+3.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 23711
/proc/meminfo: memFree=1802344/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1531052 CPUtime=4.45
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 15198 0 1 0 436 9 0 0 15 0 13 0 18553340 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382763 13394 1433 10 0 380065 0
[pid=23698/tid=23700] ppid=23696 vsize=1531052 CPUtime=2.64
/proc/23698/task/23700/stat : 23700 (java) R 23696 23698 22881 0 -1 4202560 11056 0 1 0 258 6 0 0 25 0 13 0 18553342 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4109958613 0 4 0 16800975 0 0 0 -1 0 0 0 4
[pid=23698/tid=23701] ppid=23696 vsize=1531052 CPUtime=0
/proc/23698/task/23701/stat : 23701 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 18553347 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23702] ppid=23696 vsize=1531052 CPUtime=0
/proc/23698/task/23702/stat : 23702 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 18553347 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23703] ppid=23696 vsize=1531052 CPUtime=0
/proc/23698/task/23703/stat : 23703 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 18553348 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23704] ppid=23696 vsize=1531052 CPUtime=0
/proc/23698/task/23704/stat : 23704 (java) S 23696 23698 22881 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 13 0 18553349 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23705] ppid=23696 vsize=1531052 CPUtime=0
/proc/23698/task/23705/stat : 23705 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 18553349 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23706] ppid=23696 vsize=1531052 CPUtime=0
/proc/23698/task/23706/stat : 23706 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 18553355 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23707] ppid=23696 vsize=1531052 CPUtime=0.6
/proc/23698/task/23707/stat : 23707 (java) S 23696 23698 22881 0 -1 4202560 430 0 0 0 60 0 0 0 15 0 13 0 18553355 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23708] ppid=23696 vsize=1531052 CPUtime=1.18
/proc/23698/task/23708/stat : 23708 (java) S 23696 23698 22881 0 -1 4202560 2645 0 0 0 117 1 0 0 15 0 13 0 18553355 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23709] ppid=23696 vsize=1531052 CPUtime=0
/proc/23698/task/23709/stat : 23709 (java) S 23696 23698 22881 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 18553355 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23710] ppid=23696 vsize=1531052 CPUtime=0
/proc/23698/task/23710/stat : 23710 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 18553355 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23711] ppid=23696 vsize=1531052 CPUtime=0
/proc/23698/task/23711/stat : 23711 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 18553487 1567797248 13394 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1531052

[startup+6.30154 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 23711
/proc/meminfo: memFree=1802096/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1530476 CPUtime=7.65
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 15274 0 1 0 756 9 0 0 15 0 13 0 18553340 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382619 13340 1433 10 0 379921 0
[pid=23698/tid=23700] ppid=23696 vsize=1530476 CPUtime=5.84
/proc/23698/task/23700/stat : 23700 (java) R 23696 23698 22881 0 -1 4202560 11132 0 1 0 578 6 0 0 25 0 13 0 18553342 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4109958911 0 4 0 16800975 0 0 0 -1 1 0 0 4
[pid=23698/tid=23701] ppid=23696 vsize=1530476 CPUtime=0
/proc/23698/task/23701/stat : 23701 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 18553347 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23702] ppid=23696 vsize=1530476 CPUtime=0
/proc/23698/task/23702/stat : 23702 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 18553347 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23703] ppid=23696 vsize=1530476 CPUtime=0
/proc/23698/task/23703/stat : 23703 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 18553348 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23704] ppid=23696 vsize=1530476 CPUtime=0
/proc/23698/task/23704/stat : 23704 (java) S 23696 23698 22881 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 13 0 18553349 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23705] ppid=23696 vsize=1530476 CPUtime=0
/proc/23698/task/23705/stat : 23705 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 18553349 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23706] ppid=23696 vsize=1530476 CPUtime=0
/proc/23698/task/23706/stat : 23706 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 18553355 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23707] ppid=23696 vsize=1530476 CPUtime=0.6
/proc/23698/task/23707/stat : 23707 (java) S 23696 23698 22881 0 -1 4202560 430 0 0 0 60 0 0 0 15 0 13 0 18553355 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23708] ppid=23696 vsize=1530476 CPUtime=1.18
/proc/23698/task/23708/stat : 23708 (java) S 23696 23698 22881 0 -1 4202560 2645 0 0 0 117 1 0 0 15 0 13 0 18553355 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23709] ppid=23696 vsize=1530476 CPUtime=0
/proc/23698/task/23709/stat : 23709 (java) S 23696 23698 22881 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 18553355 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23710] ppid=23696 vsize=1530476 CPUtime=0
/proc/23698/task/23710/stat : 23710 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 18553355 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23711] ppid=23696 vsize=1530476 CPUtime=0
/proc/23698/task/23711/stat : 23711 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 18553487 1567207424 13340 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 1530476

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 23711
/proc/meminfo: memFree=1801848/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1529996 CPUtime=14.06
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 15420 0 1 0 1397 9 0 0 15 0 13 0 18553340 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382499 13366 1433 10 0 379801 0
[pid=23698/tid=23700] ppid=23696 vsize=1529996 CPUtime=12.22
/proc/23698/task/23700/stat : 23700 (java) R 23696 23698 22881 0 -1 4202560 11274 0 1 0 1216 6 0 0 25 0 13 0 18553342 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4109399795 0 4 0 16800975 0 0 0 -1 1 0 0 4
[pid=23698/tid=23701] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23701/stat : 23701 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 18553347 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23702] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23702/stat : 23702 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 18553347 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23703] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23703/stat : 23703 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 18553348 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23704] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23704/stat : 23704 (java) S 23696 23698 22881 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 13 0 18553349 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23705] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23705/stat : 23705 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 18553349 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23706] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23706/stat : 23706 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 18553355 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23707] ppid=23696 vsize=1529996 CPUtime=0.62
/proc/23698/task/23707/stat : 23707 (java) S 23696 23698 22881 0 -1 4202560 434 0 0 0 62 0 0 0 15 0 13 0 18553355 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23708] ppid=23696 vsize=1529996 CPUtime=1.19
/proc/23698/task/23708/stat : 23708 (java) S 23696 23698 22881 0 -1 4202560 2645 0 0 0 118 1 0 0 16 0 13 0 18553355 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23709] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23709/stat : 23709 (java) S 23696 23698 22881 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 18553355 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23710] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23710/stat : 23710 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 18553355 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23711] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23711/stat : 23711 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 18553487 1566715904 13366 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 1529996

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 23711
/proc/meminfo: memFree=1793664/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1529996 CPUtime=26.96
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 17614 0 1 0 2686 10 0 0 15 0 13 0 18553340 1566715904 15549 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382499 15549 1447 10 0 379801 0
[pid=23698/tid=23700] ppid=23696 vsize=1529996 CPUtime=24.87
/proc/23698/task/23700/stat : 23700 (java) R 23696 23698 22881 0 -1 4202560 11314 0 1 0 2480 7 0 0 20 0 13 0 18553342 1566715904 15549 1992294400 134512640 134550932 4288394656 18446744073709551615 4109958142 0 4 0 16800975 0 0 0 -1 1 0 0 4
[pid=23698/tid=23701] ppid=23696 vsize=1529996 CPUtime=0.01
/proc/23698/task/23701/stat : 23701 (java) S 23696 23698 22881 0 -1 4202560 526 0 0 0 1 0 0 0 18 0 13 0 18553347 1566715904 15549 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23702] ppid=23696 vsize=1529996 CPUtime=0.01
/proc/23698/task/23702/stat : 23702 (java) S 23696 23698 22881 0 -1 4202560 521 0 0 0 1 0 0 0 15 0 13 0 18553347 1566715904 15549 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23703] ppid=23696 vsize=1529996 CPUtime=0.06
/proc/23698/task/23703/stat : 23703 (java) S 23696 23698 22881 0 -1 4202560 1094 0 0 0 6 0 0 0 15 0 13 0 18553348 1566715904 15549 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23704] ppid=23696 vsize=1529996 CPUtime=0

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

[pid=23698] ppid=23696 vsize=1529996 CPUtime=1603.26
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 18996 0 1 0 160265 61 0 0 15 0 13 0 18553340 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382499 16698 1447 10 0 379801 0
[pid=23698/tid=23700] ppid=23696 vsize=1529996 CPUtime=1598.79
/proc/23698/task/23700/stat : 23700 (java) R 23696 23698 22881 0 -1 4202560 11366 0 1 0 159823 56 0 0 25 0 13 0 18553342 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4109997493 0 4 0 16800975 0 0 0 -1 0 0 0 4
[pid=23698/tid=23701] ppid=23696 vsize=1529996 CPUtime=0.13
/proc/23698/task/23701/stat : 23701 (java) S 23696 23698 22881 0 -1 4202560 721 0 0 0 13 0 0 0 15 0 13 0 18553347 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23702] ppid=23696 vsize=1529996 CPUtime=0.16
/proc/23698/task/23702/stat : 23702 (java) S 23696 23698 22881 0 -1 4202560 678 0 0 0 16 0 0 0 16 0 13 0 18553347 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23703] ppid=23696 vsize=1529996 CPUtime=1.98
/proc/23698/task/23703/stat : 23703 (java) S 23696 23698 22881 0 -1 4202560 1966 0 0 0 198 0 0 0 15 0 13 0 18553348 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23704] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23704/stat : 23704 (java) S 23696 23698 22881 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 18553349 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23705] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23705/stat : 23705 (java) S 23696 23698 22881 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 18553349 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23706] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23706/stat : 23706 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 18553355 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23707] ppid=23696 vsize=1529996 CPUtime=0.88
/proc/23698/task/23707/stat : 23707 (java) S 23696 23698 22881 0 -1 4202560 458 0 0 0 88 0 0 0 15 0 13 0 18553355 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23708] ppid=23696 vsize=1529996 CPUtime=1.25
/proc/23698/task/23708/stat : 23708 (java) S 23696 23698 22881 0 -1 4202560 2650 0 0 0 124 1 0 0 15 0 13 0 18553355 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23709] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23709/stat : 23709 (java) S 23696 23698 22881 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 18553355 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23710] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23710/stat : 23710 (java) S 23696 23698 22881 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 18553355 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23711] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23711/stat : 23711 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 18553487 1566715904 16698 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1603.26
Current children cumulated vsize (KiB) 1529996

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 23764
/proc/meminfo: memFree=1785376/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1529996 CPUtime=1663.23
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 19004 0 1 0 166260 63 0 0 15 0 13 0 18553340 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382499 16699 1447 10 0 379801 0
[pid=23698/tid=23700] ppid=23696 vsize=1529996 CPUtime=1658.71
/proc/23698/task/23700/stat : 23700 (java) R 23696 23698 22881 0 -1 4202560 11367 0 1 0 165813 58 0 0 25 0 13 0 18553342 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4109888475 0 4 0 16800975 0 0 0 -1 0 0 0 4
[pid=23698/tid=23701] ppid=23696 vsize=1529996 CPUtime=0.13
/proc/23698/task/23701/stat : 23701 (java) S 23696 23698 22881 0 -1 4202560 721 0 0 0 13 0 0 0 15 0 13 0 18553347 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23702] ppid=23696 vsize=1529996 CPUtime=0.16
/proc/23698/task/23702/stat : 23702 (java) S 23696 23698 22881 0 -1 4202560 679 0 0 0 16 0 0 0 15 0 13 0 18553347 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23703] ppid=23696 vsize=1529996 CPUtime=2.02
/proc/23698/task/23703/stat : 23703 (java) S 23696 23698 22881 0 -1 4202560 1968 0 0 0 202 0 0 0 15 0 13 0 18553348 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23704] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23704/stat : 23704 (java) S 23696 23698 22881 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 18553349 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23705] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23705/stat : 23705 (java) S 23696 23698 22881 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 18553349 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23706] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23706/stat : 23706 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23707] ppid=23696 vsize=1529996 CPUtime=0.88
/proc/23698/task/23707/stat : 23707 (java) S 23696 23698 22881 0 -1 4202560 458 0 0 0 88 0 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23708] ppid=23696 vsize=1529996 CPUtime=1.25
/proc/23698/task/23708/stat : 23708 (java) S 23696 23698 22881 0 -1 4202560 2650 0 0 0 124 1 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23709] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23709/stat : 23709 (java) S 23696 23698 22881 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23710] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23710/stat : 23710 (java) S 23696 23698 22881 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23711] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23711/stat : 23711 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 18553487 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1663.23
Current children cumulated vsize (KiB) 1529996

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/120 23769
/proc/meminfo: memFree=1756292/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1529996 CPUtime=1723.21
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 19014 0 1 0 172252 69 0 0 15 0 13 0 18553340 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382499 16699 1447 10 0 379801 0
[pid=23698/tid=23700] ppid=23696 vsize=1529996 CPUtime=1718.6
/proc/23698/task/23700/stat : 23700 (java) R 23696 23698 22881 0 -1 4202560 11369 0 1 0 171796 64 0 0 25 0 13 0 18553342 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4109897120 0 4 0 16800975 0 0 0 -1 0 0 0 4
[pid=23698/tid=23701] ppid=23696 vsize=1529996 CPUtime=0.14
/proc/23698/task/23701/stat : 23701 (java) S 23696 23698 22881 0 -1 4202560 721 0 0 0 14 0 0 0 15 0 13 0 18553347 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23702] ppid=23696 vsize=1529996 CPUtime=0.17
/proc/23698/task/23702/stat : 23702 (java) S 23696 23698 22881 0 -1 4202560 679 0 0 0 17 0 0 0 15 0 13 0 18553347 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23703] ppid=23696 vsize=1529996 CPUtime=2.1
/proc/23698/task/23703/stat : 23703 (java) S 23696 23698 22881 0 -1 4202560 1972 0 0 0 210 0 0 0 15 0 13 0 18553348 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23704] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23704/stat : 23704 (java) S 23696 23698 22881 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 18553349 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23705] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23705/stat : 23705 (java) S 23696 23698 22881 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 18553349 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23706] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23706/stat : 23706 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23707] ppid=23696 vsize=1529996 CPUtime=0.88
/proc/23698/task/23707/stat : 23707 (java) S 23696 23698 22881 0 -1 4202560 458 0 0 0 88 0 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23708] ppid=23696 vsize=1529996 CPUtime=1.25
/proc/23698/task/23708/stat : 23708 (java) S 23696 23698 22881 0 -1 4202560 2650 0 0 0 124 1 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23709] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23709/stat : 23709 (java) S 23696 23698 22881 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23710] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23710/stat : 23710 (java) S 23696 23698 22881 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23711] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23711/stat : 23711 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 18553487 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1723.21
Current children cumulated vsize (KiB) 1529996

[startup+1782.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/119 23771
/proc/meminfo: memFree=1775520/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1529996 CPUtime=1783.18
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 19021 0 1 0 178246 72 0 0 15 0 13 0 18553340 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382499 16699 1447 10 0 379801 0
[pid=23698/tid=23700] ppid=23696 vsize=1529996 CPUtime=1778.53
/proc/23698/task/23700/stat : 23700 (java) R 23696 23698 22881 0 -1 4202560 11370 0 1 0 177786 67 0 0 25 0 13 0 18553342 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4109902837 0 4 0 16800975 0 0 0 -1 0 0 0 4
[pid=23698/tid=23701] ppid=23696 vsize=1529996 CPUtime=0.14
/proc/23698/task/23701/stat : 23701 (java) S 23696 23698 22881 0 -1 4202560 721 0 0 0 14 0 0 0 15 0 13 0 18553347 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23702] ppid=23696 vsize=1529996 CPUtime=0.17
/proc/23698/task/23702/stat : 23702 (java) S 23696 23698 22881 0 -1 4202560 679 0 0 0 17 0 0 0 15 0 13 0 18553347 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23703] ppid=23696 vsize=1529996 CPUtime=2.14
/proc/23698/task/23703/stat : 23703 (java) S 23696 23698 22881 0 -1 4202560 1974 0 0 0 214 0 0 0 15 0 13 0 18553348 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23704] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23704/stat : 23704 (java) S 23696 23698 22881 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 18553349 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23705] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23705/stat : 23705 (java) S 23696 23698 22881 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 18553349 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23706] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23706/stat : 23706 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23707] ppid=23696 vsize=1529996 CPUtime=0.88
/proc/23698/task/23707/stat : 23707 (java) S 23696 23698 22881 0 -1 4202560 458 0 0 0 88 0 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23708] ppid=23696 vsize=1529996 CPUtime=1.25
/proc/23698/task/23708/stat : 23708 (java) S 23696 23698 22881 0 -1 4202560 2650 0 0 0 124 1 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23709] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23709/stat : 23709 (java) S 23696 23698 22881 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23710] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23710/stat : 23710 (java) S 23696 23698 22881 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23711] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23711/stat : 23711 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 18553487 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1783.18
Current children cumulated vsize (KiB) 1529996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 23771
/proc/meminfo: memFree=1775520/2059040 swapFree=4140084/4192956
[pid=23698] ppid=23696 vsize=1529996 CPUtime=1800.07
/proc/23698/stat : 23698 (java) S 23696 23698 22881 0 -1 4202496 19021 0 1 0 179934 73 0 0 15 0 13 0 18553340 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23698/statm: 382499 16699 1447 10 0 379801 0
[pid=23698/tid=23700] ppid=23696 vsize=1529996 CPUtime=1795.42
/proc/23698/task/23700/stat : 23700 (java) R 23696 23698 22881 0 -1 4202560 11370 0 1 0 179474 68 0 0 25 0 13 0 18553342 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4109997944 0 4 0 16800975 0 0 0 -1 0 0 0 4
[pid=23698/tid=23701] ppid=23696 vsize=1529996 CPUtime=0.14
/proc/23698/task/23701/stat : 23701 (java) S 23696 23698 22881 0 -1 4202560 721 0 0 0 14 0 0 0 15 0 13 0 18553347 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23702] ppid=23696 vsize=1529996 CPUtime=0.17
/proc/23698/task/23702/stat : 23702 (java) S 23696 23698 22881 0 -1 4202560 679 0 0 0 17 0 0 0 15 0 13 0 18553347 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23703] ppid=23696 vsize=1529996 CPUtime=2.14
/proc/23698/task/23703/stat : 23703 (java) S 23696 23698 22881 0 -1 4202560 1974 0 0 0 214 0 0 0 15 0 13 0 18553348 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 0 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23704] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23704/stat : 23704 (java) S 23696 23698 22881 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 18553349 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23705] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23705/stat : 23705 (java) S 23696 23698 22881 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 18553349 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23706] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23706/stat : 23706 (java) S 23696 23698 22881 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23707] ppid=23696 vsize=1529996 CPUtime=0.88
/proc/23698/task/23707/stat : 23707 (java) S 23696 23698 22881 0 -1 4202560 458 0 0 0 88 0 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23708] ppid=23696 vsize=1529996 CPUtime=1.25
/proc/23698/task/23708/stat : 23708 (java) S 23696 23698 22881 0 -1 4202560 2650 0 0 0 124 1 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23709] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23709/stat : 23709 (java) S 23696 23698 22881 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 0 0 0 0
[pid=23698/tid=23710] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23710/stat : 23710 (java) S 23696 23698 22881 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 18553355 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
[pid=23698/tid=23711] ppid=23696 vsize=1529996 CPUtime=0
/proc/23698/task/23711/stat : 23711 (java) S 23696 23698 22881 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 18553487 1566715904 16699 1992294400 134512640 134550932 4288394656 18446744073709551615 4294960144 0 4 0 16800975 18446604437825948736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1529996

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

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

Child status: 143
Real time (s): 1799.3
CPU time (s): 1800.23
CPU user time (s): 1799.48
CPU system time (s): 0.745886
CPU usage (%): 100.051
Max. virtual memory (cumulated for all children) (KiB): 1531516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.745886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19043
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= 37264
involuntary context switches= 26219

runsolver used 3.76543 second user time and 9.44656 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-13 13:45:20
IDJOB=2658764
IDBENCH=2109
IDSOLVER=1164
FILE ID=node014/2658764-1276429520
PBS_JOBID= 11173301
Free space on /tmp= 62464 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658764-1276429520/watcher-2658764-1276429520 -o /tmp/evaluation-result-2658764-1276429520/solver-2658764-1276429520 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658764-1276429520.opb

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=244854532

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.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
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:       1851512 kB
Buffers:          7480 kB
Cached:         111200 kB
SwapCached:       5964 kB
Active:          38752 kB
Inactive:        92960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1851512 kB
SwapTotal:     4192956 kB
SwapFree:      4140084 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:       11652 kB
Mapped:          13000 kB
Slab:            53928 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182956 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= 62464 MiB
End job on node014 at 2010-06-13 14:15:21