Trace number 366816

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, and are wall clock time (not CPU 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
sat4jPseudoCP 2007-03-23? (TO) 1800.12 1763.91

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.6178
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.19	--- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c No reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving /tmp/evaluation/366816-1177066992/instance-366816-1177066992.opb
0.09/0.19	c reading problem ... 
0.21/0.22	c ... done. Wall clock time 0.036s.
0.21/0.22	c CPU time (experimental) 0.2s.
0.21/0.23	c #vars     31
0.21/0.23	c #constraints  8
1800.00/1763.81	c starts		: 2
1800.00/1763.81	c conflicts		: 35246
1800.00/1763.81	c decisions		: 39349
1800.00/1763.81	c propagations		: 231417
1800.00/1763.81	c inspects		: 683322353
1800.00/1763.81	c learnt literals	: 0
1800.00/1763.81	c learnt binary clauses	: 0
1800.00/1763.81	c learnt ternary clauses	: 0
1800.00/1763.81	c learnt clauses	: 35246
1800.00/1763.81	c root simplifications	: 0
1800.00/1763.81	c removed literals (reason simplification)	: 0
1800.00/1763.81	c reason swapping (by a shorter reason)	: 0
1800.00/1763.81	c Calls to reduceDB	: 0
1800.00/1763.81	c speed (decisions/second)	: 22.311976420716473
1800.00/1763.81	c non guided choices	12
1800.00/1763.81	s UNKNOWN
1800.00/1763.81	c Total wall clock time (ms): 1763.624

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node41/watcher-366816-1177066992 -o ROOT/results/node41/solver-366816-1177066992 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366816-1177066992/sat4jPseudoCP.jar /tmp/evaluation/366816-1177066992/instance-366816-1177066992.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.09 1.00 1.00 3/77 32453
/proc/meminfo: memFree=1739768/2055920 swapFree=4168728/4192956
[pid=32453] ppid=32451 vsize=1520 CPUtime=0
/proc/32453/stat : 32453 (java) R 32451 32453 32009 0 -1 0 74 0 0 0 0 0 0 0 18 0 1 0 154611104 1556480 57 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 1926336 0 0 4096 0 0 0 0 17 1 0 0
/proc/32453/statm: 380 67 51 9 0 10 0

[startup+0.0634569 s]
/proc/loadavg: 1.09 1.00 1.00 3/77 32453
/proc/meminfo: memFree=1739768/2055920 swapFree=4168728/4192956
[pid=32453] ppid=32451 vsize=1777708 CPUtime=0.04
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 3652 0 1 0 3 1 0 0 18 0 7 0 154611104 1820372992 3394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 444427 3394 1077 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101461 s]
/proc/loadavg: 1.09 1.00 1.00 3/77 32453
/proc/meminfo: memFree=1739768/2055920 swapFree=4168728/4192956
[pid=32453] ppid=32451 vsize=1780108 CPUtime=0.09
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 3979 0 1 0 7 2 0 0 18 0 12 0 154611104 1822830592 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 445027 3720 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301475 s]
/proc/loadavg: 1.09 1.00 1.00 3/77 32453
/proc/meminfo: memFree=1739768/2055920 swapFree=4168728/4192956
[pid=32453] ppid=32451 vsize=1782148 CPUtime=0.32
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 5071 0 1 0 30 2 0 0 18 0 13 0 154611104 1824919552 4809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 445537 4809 1259 9 0 443149 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782148

[startup+0.701512 s]
/proc/loadavg: 1.09 1.00 1.00 3/77 32453
/proc/meminfo: memFree=1739768/2055920 swapFree=4168728/4192956
[pid=32453] ppid=32451 vsize=1785424 CPUtime=1.01
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 8943 0 1 0 97 4 0 0 18 0 13 0 154611104 1828274176 7438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 446356 7438 1298 9 0 443968 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1785424

[startup+1.50259 s]
/proc/loadavg: 1.09 1.00 1.00 4/90 32466
/proc/meminfo: memFree=1702032/2055920 swapFree=4168728/4192956
[pid=32453] ppid=32451 vsize=1797436 CPUtime=2.53
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 24098 0 1 0 241 12 0 0 18 0 13 0 154611104 1840574464 17283 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 449359 17284 1309 9 0 446971 0
[pid=32453/tid=32455] ppid=32451 vsize=1797436 CPUtime=0.97
/proc/32453/task/32455/stat : 32455 (java) R 32451 32453 32009 0 -1 64 12885 0 1 0 91 6 0 0 18 0 13 0 154611105 1840574464 17284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109196323 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32456] ppid=32451 vsize=1797436 CPUtime=0
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 32009 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 154611107 1840574464 17285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=1797436 CPUtime=0
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 32009 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154611107 1840574464 17286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32458] ppid=32451 vsize=1797436 CPUtime=0
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 32009 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 154611109 1840574464 17287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=1797436 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 32009 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 154611109 1840574464 17287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32460] ppid=32451 vsize=1797436 CPUtime=0
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 32009 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154611109 1840574464 17288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32461] ppid=32451 vsize=1797436 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 32009 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611113 1840574464 17289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=1797436 CPUtime=0.69
/proc/32453/task/32462/stat : 32462 (java) R 32451 32453 32009 0 -1 64 3846 0 0 0 68 1 0 0 19 0 13 0 154611113 1840574464 17290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335827 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32463] ppid=32451 vsize=1797436 CPUtime=0.83
/proc/32453/task/32463/stat : 32463 (java) R 32451 32453 32009 0 -1 64 6642 0 0 0 80 3 0 0 18 0 13 0 154611113 1840574464 17291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104726132 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=1797436 CPUtime=0
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 32009 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 154611113 1840574464 17292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=1797436 CPUtime=0
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 32009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154611113 1840574464 17293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=1797436 CPUtime=0
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 32009 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154611127 1840574464 17293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1797436

[startup+3.10172 s]
/proc/loadavg: 1.09 1.00 1.00 5/90 32466
/proc/meminfo: memFree=1646992/2055920 swapFree=4168728/4192956
[pid=32453] ppid=32451 vsize=1803008 CPUtime=5.7
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 58365 0 1 0 541 29 0 0 18 0 13 0 154611104 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 450752 43881 1323 9 0 448364 0
[pid=32453/tid=32455] ppid=32451 vsize=1803008 CPUtime=1.92
/proc/32453/task/32455/stat : 32455 (java) R 32451 32453 32009 0 -1 64 37745 0 1 0 172 20 0 0 17 0 13 0 154611105 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109526308 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32456] ppid=32451 vsize=1803008 CPUtime=0
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 32009 0 -1 64 227 0 0 0 0 0 0 0 17 0 13 0 154611107 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=1803008 CPUtime=0
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 32009 0 -1 64 161 0 0 0 0 0 0 0 17 0 13 0 154611107 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=1803008 CPUtime=0
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 32009 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 154611109 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32459] ppid=32451 vsize=1803008 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 32009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154611109 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32460] ppid=32451 vsize=1803008 CPUtime=0
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 32009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154611109 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32461] ppid=32451 vsize=1803008 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 32009 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611113 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=1803008 CPUtime=1.88
/proc/32453/task/32462/stat : 32462 (java) R 32451 32453 32009 0 -1 64 9328 0 0 0 184 4 0 0 18 0 13 0 154611113 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395589 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32463] ppid=32451 vsize=1803008 CPUtime=1.87
/proc/32453/task/32463/stat : 32463 (java) R 32451 32453 32009 0 -1 64 10173 0 0 0 183 4 0 0 18 0 13 0 154611113 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105421416 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=1803008 CPUtime=0
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 32009 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 154611113 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=1803008 CPUtime=0
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 32009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154611113 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=1803008 CPUtime=0
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 32009 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154611127 1846280192 43881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 1803008

[startup+6.30199 s]
/proc/loadavg: 1.24 1.04 1.01 2/90 32466
/proc/meminfo: memFree=1565392/2055920 swapFree=4168728/4192956
[pid=32453] ppid=32451 vsize=1799672 CPUtime=9.12
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 60172 0 1 0 881 31 0 0 18 0 13 0 154611104 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 449918 44822 1323 9 0 447530 0
[pid=32453/tid=32455] ppid=32451 vsize=1799672 CPUtime=5.04
/proc/32453/task/32455/stat : 32455 (java) R 32451 32453 32009 0 -1 64 37750 0 1 0 484 20 0 0 24 0 13 0 154611105 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109526706 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32456] ppid=32451 vsize=1799672 CPUtime=0.03
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 32009 0 -1 64 942 0 0 0 3 0 0 0 16 0 13 0 154611107 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=1799672 CPUtime=0.03
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 32009 0 -1 64 824 0 0 0 3 0 0 0 16 0 13 0 154611107 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32458] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 32009 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 32009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32460] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 32009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32461] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 32009 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611113 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=1799672 CPUtime=1.96
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 32009 0 -1 64 9705 0 0 0 192 4 0 0 16 0 13 0 154611113 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32463] ppid=32451 vsize=1799672 CPUtime=2
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 32009 0 -1 64 10214 0 0 0 196 4 0 0 15 0 13 0 154611113 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 32009 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 154611113 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 32009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154611113 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 32009 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154611127 1842864128 44822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.12
Current children cumulated vsize (KiB) 1799672

[startup+12.7016 s]
/proc/loadavg: 1.22 1.03 1.01 2/90 32466
/proc/meminfo: memFree=1527768/2055920 swapFree=4168728/4192956
[pid=32453] ppid=32451 vsize=1799672 CPUtime=15.69
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 70468 0 1 0 1533 36 0 0 18 0 13 0 154611104 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 449918 54011 1329 9 0 447530 0
[pid=32453/tid=32455] ppid=32451 vsize=1799672 CPUtime=11.32
/proc/32453/task/32455/stat : 32455 (java) R 32451 32453 32009 0 -1 64 42957 0 1 0 1110 22 0 0 25 0 13 0 154611105 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109526833 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32456] ppid=32451 vsize=1799672 CPUtime=0.12
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 32009 0 -1 64 3522 0 0 0 11 1 0 0 16 0 13 0 154611107 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=1799672 CPUtime=0.13
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 32009 0 -1 64 3311 0 0 0 11 2 0 0 16 0 13 0 154611107 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32458] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 32009 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32459] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 32009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32460] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 32009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32461] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 32009 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611113 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=1799672 CPUtime=2.02
/proc/32453/task/32462/stat : 32462 (java) R 32451 32453 32009 0 -1 64 9705 0 0 0 198 4 0 0 16 0 13 0 154611113 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102065233 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32463] ppid=32451 vsize=1799672 CPUtime=2.04
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 32009 0 -1 64 10221 0 0 0 200 4 0 0 16 0 13 0 154611113 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 32009 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 154611113 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 32009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154611113 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 32009 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154611127 1842864128 54011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.69
Current children cumulated vsize (KiB) 1799672

[startup+25.5027 s]
/proc/loadavg: 1.17 1.03 1.01 2/90 32466
/proc/meminfo: memFree=1541528/2055920 swapFree=4168728/4192956
[pid=32453] ppid=32451 vsize=1799672 CPUtime=28.62
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 71890 0 1 0 2825 37 0 0 18 0 13 0 154611104 1842864128 50515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 449918 50515 1329 9 0 447530 0
[pid=32453/tid=32455] ppid=32451 vsize=1799672 CPUtime=24.02
/proc/32453/task/32455/stat : 32455 (java) R 32451 32453 32009 0 -1 64 42969 0 1 0 2380 22 0 0 25 0 13 0 154611105 1842864128 50515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471542 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32456] ppid=32451 vsize=1799672 CPUtime=0.22
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 32009 0 -1 64 4248 0 0 0 20 2 0 0 16 0 13 0 154611107 1842864128 50515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=1799672 CPUtime=0.21
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 32009 0 -1 64 3980 0 0 0 19 2 0 0 16 0 13 0 154611107 1842864128 50515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=32453] ppid=32451 vsize=1799672 CPUtime=1572.32
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 126688 0 1 0 157144 88 0 0 18 0 13 0 154611104 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 449918 85562 1333 9 0 447530 0
[pid=32453/tid=32455] ppid=32451 vsize=1799672 CPUtime=1512.1
/proc/32453/task/32455/stat : 32455 (java) R 32451 32453 32009 0 -1 64 61348 0 1 0 151168 42 0 0 25 0 13 0 154611105 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109477209 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32456] ppid=32451 vsize=1799672 CPUtime=27.84
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 32009 0 -1 64 22253 0 0 0 2772 12 0 0 16 0 13 0 154611107 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32457] ppid=32451 vsize=1799672 CPUtime=27.85
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 32009 0 -1 64 22328 0 0 0 2773 12 0 0 16 0 13 0 154611107 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=1799672 CPUtime=0.26
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 32009 0 -1 64 92 0 0 0 16 10 0 0 16 0 13 0 154611109 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 32009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32460] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 32009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32461] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 32009 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611113 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=1799672 CPUtime=2.05
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 32009 0 -1 64 9709 0 0 0 201 4 0 0 17 0 13 0 154611113 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32463] ppid=32451 vsize=1799672 CPUtime=2.13
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 32009 0 -1 64 10236 0 0 0 209 4 0 0 16 0 13 0 154611113 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 32009 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 154611113 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 32009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154611113 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 32009 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154611127 1842864128 85562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1572.32
Current children cumulated vsize (KiB) 1799672

[startup+1602.3 s]
/proc/loadavg: 1.29 1.10 1.02 2/90 32466
/proc/meminfo: memFree=1398872/2055920 swapFree=4169432/4192956
[pid=32453] ppid=32451 vsize=1799672 CPUtime=1633.95
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 127319 0 1 0 163305 90 0 0 18 0 13 0 154611104 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 449918 86145 1333 9 0 447530 0
[pid=32453/tid=32455] ppid=32451 vsize=1799672 CPUtime=1570.41
/proc/32453/task/32455/stat : 32455 (java) R 32451 32453 32009 0 -1 64 61387 0 1 0 156998 43 0 0 25 0 13 0 154611105 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109528369 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32456] ppid=32451 vsize=1799672 CPUtime=29.5
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 32009 0 -1 64 22345 0 0 0 2938 12 0 0 16 0 13 0 154611107 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32457] ppid=32451 vsize=1799672 CPUtime=29.5
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 32009 0 -1 64 22828 0 0 0 2937 13 0 0 16 0 13 0 154611107 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=1799672 CPUtime=0.28
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 32009 0 -1 64 92 0 0 0 18 10 0 0 15 0 13 0 154611109 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 32009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32460] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 32009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32461] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 32009 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611113 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=1799672 CPUtime=2.06
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 32009 0 -1 64 9709 0 0 0 202 4 0 0 17 0 13 0 154611113 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32463] ppid=32451 vsize=1799672 CPUtime=2.13
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 32009 0 -1 64 10236 0 0 0 209 4 0 0 16 0 13 0 154611113 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 32009 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 154611113 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 32009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154611113 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 32009 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154611127 1842864128 86145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1633.95
Current children cumulated vsize (KiB) 1799672

[startup+1662.3 s]
/proc/loadavg: 1.17 1.11 1.03 2/90 32466
/proc/meminfo: memFree=1396376/2055920 swapFree=4169432/4192956
[pid=32453] ppid=32451 vsize=1799672 CPUtime=1695.6
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 127965 0 1 0 169469 91 0 0 18 0 13 0 154611104 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 449918 86750 1333 9 0 447530 0
[pid=32453/tid=32455] ppid=32451 vsize=1799672 CPUtime=1628.69
/proc/32453/task/32455/stat : 32455 (java) R 32451 32453 32009 0 -1 64 61426 0 1 0 162826 43 0 0 25 0 13 0 154611105 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109527332 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32456] ppid=32451 vsize=1799672 CPUtime=31.18
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 32009 0 -1 64 22554 0 0 0 3105 13 0 0 16 0 13 0 154611107 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=1799672 CPUtime=31.17
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 32009 0 -1 64 23226 0 0 0 3104 13 0 0 16 0 13 0 154611107 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32458] ppid=32451 vsize=1799672 CPUtime=0.3
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 32009 0 -1 64 92 0 0 0 19 11 0 0 15 0 13 0 154611109 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 32009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32460] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 32009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32461] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 32009 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611113 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=1799672 CPUtime=2.06
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 32009 0 -1 64 9709 0 0 0 202 4 0 0 17 0 13 0 154611113 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32463] ppid=32451 vsize=1799672 CPUtime=2.13
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 32009 0 -1 64 10236 0 0 0 209 4 0 0 16 0 13 0 154611113 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 32009 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 154611113 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 32009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154611113 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 32009 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154611127 1842864128 86750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1695.6
Current children cumulated vsize (KiB) 1799672

[startup+1722.3 s]
/proc/loadavg: 1.06 1.08 1.02 2/90 32466
/proc/meminfo: memFree=1394072/2055920 swapFree=4169496/4192956
[pid=32453] ppid=32451 vsize=1799672 CPUtime=1757.31
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 128622 0 1 0 175638 93 0 0 18 0 13 0 154611104 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 449918 87366 1333 9 0 447530 0
[pid=32453/tid=32455] ppid=32451 vsize=1799672 CPUtime=1686.9
/proc/32453/task/32455/stat : 32455 (java) R 32451 32453 32009 0 -1 64 61466 0 1 0 168646 44 0 0 25 0 13 0 154611105 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109478649 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32456] ppid=32451 vsize=1799672 CPUtime=32.93
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 32009 0 -1 64 23008 0 0 0 3280 13 0 0 17 0 13 0 154611107 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32457] ppid=32451 vsize=1799672 CPUtime=32.92
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 32009 0 -1 64 23388 0 0 0 3279 13 0 0 16 0 13 0 154611107 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=1799672 CPUtime=0.3
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 32009 0 -1 64 93 0 0 0 19 11 0 0 15 0 13 0 154611109 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 32009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32460] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 32009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32461] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 32009 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611113 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=1799672 CPUtime=2.06
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 32009 0 -1 64 9709 0 0 0 202 4 0 0 17 0 13 0 154611113 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32463] ppid=32451 vsize=1799672 CPUtime=2.13
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 32009 0 -1 64 10236 0 0 0 209 4 0 0 16 0 13 0 154611113 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 32009 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 154611113 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 32009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154611113 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 32009 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154611127 1842864128 87366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1757.31
Current children cumulated vsize (KiB) 1799672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.8 s]
/proc/loadavg: 1.11 1.09 1.02 2/90 32466
/proc/meminfo: memFree=1392216/2055920 swapFree=4169496/4192956
[pid=32453] ppid=32451 vsize=1799672 CPUtime=1800
/proc/32453/stat : 32453 (java) S 32451 32453 32009 0 -1 0 129095 0 1 0 179906 94 0 0 18 0 13 0 154611104 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32453/statm: 449918 87810 1333 9 0 447530 0
[pid=32453/tid=32455] ppid=32451 vsize=1799672 CPUtime=1727.15
/proc/32453/task/32455/stat : 32455 (java) R 32451 32453 32009 0 -1 64 61493 0 1 0 172671 44 0 0 25 0 13 0 154611105 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109496636 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32456] ppid=32451 vsize=1799672 CPUtime=34.14
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 32009 0 -1 64 23063 0 0 0 3401 13 0 0 17 0 13 0 154611107 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32457] ppid=32451 vsize=1799672 CPUtime=34.13
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 32009 0 -1 64 23779 0 0 0 3400 13 0 0 16 0 13 0 154611107 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=1799672 CPUtime=0.31
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 32009 0 -1 64 93 0 0 0 20 11 0 0 16 0 13 0 154611109 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 32009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32460] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 32009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154611109 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32461] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 32009 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154611113 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=1799672 CPUtime=2.06
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 32009 0 -1 64 9709 0 0 0 202 4 0 0 17 0 13 0 154611113 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32453/tid=32463] ppid=32451 vsize=1799672 CPUtime=2.13
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 32009 0 -1 64 10236 0 0 0 209 4 0 0 16 0 13 0 154611113 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 32009 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 154611113 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 32009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154611113 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=1799672 CPUtime=0
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 32009 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154611127 1842864128 87810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1799672

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): 1763.91
CPU time (s): 1800.12
CPU user time (s): 1799.12
CPU system time (s): 1.00085
CPU usage (%): 102.053
Max. virtual memory (cumulated for all children) (KiB): 1803008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.00085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129117
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= 47151
involuntary context switches= 46071

runsolver used 1.80073 second user time and 4.85926 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Fri Apr 20 11:03:12 UTC 2007

IDJOB= 366816
IDBENCH= 2907
IDSOLVER= 160
FILE ID= node41/366816-1177066992

PBS_JOBID= 4640244

Free space on /tmp= 66345 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366816-1177066992/sat4jPseudoCP.jar /tmp/evaluation/366816-1177066992/instance-366816-1177066992.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-366816-1177066992 -o ROOT/results/node41/solver-366816-1177066992 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366816-1177066992/sat4jPseudoCP.jar /tmp/evaluation/366816-1177066992/instance-366816-1177066992.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  56022330ee2943e2696d570dbfee01d9

RANDOM SEED= 297387088

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.232
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.232
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1740176 kB
Buffers:         60452 kB
Cached:         176376 kB
SwapCached:       2872 kB
Active:         141052 kB
Inactive:       120828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740176 kB
SwapTotal:     4192956 kB
SwapFree:      4168728 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:          31344 kB
Slab:            39144 kB
Committed_AS:  3362864 kB
PageTables:       2008 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66345 MiB

End job on node41 on Fri Apr 20 11:32:38 UTC 2007