Trace number 1856737

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.49 1797.57

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_1.opb
MD5SUMc7543821508efc06c2ce41424051ab2c
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 variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
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 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5652
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1856737-1244923482.opb
0.21/0.22	c reading problem ... 
0.33/0.33	c ... done. Wall clock time 0.108s.
0.33/0.33	c #vars     71
0.33/0.33	c #constraints  17
0.33/0.33	c constraints type 
0.33/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
1800.07/1797.32	c starts		: 21
1800.07/1797.32	c conflicts		: 982730
1800.07/1797.32	c decisions		: 984026
1800.07/1797.32	c propagations		: 9543664
1800.07/1797.32	c inspects		: 4606261117
1800.07/1797.32	c learnt literals	: 0
1800.07/1797.32	c learnt binary clauses	: 0
1800.07/1797.32	c learnt ternary clauses	: 0
1800.07/1797.32	c learnt clauses	: 982730
1800.07/1797.32	c ignored clauses	: 0
1800.07/1797.32	c root simplifications	: 0
1800.07/1797.32	c removed literals (reason simplification)	: 16742730
1800.07/1797.32	c reason swapping (by a shorter reason)	: 0
1800.07/1797.32	c Calls to reduceDB	: 0
1800.07/1797.32	c speed (assignments/second)	: 5310.923055690967
1800.07/1797.32	c non guided choices	33
1800.27/1797.47	c learnt constraints type 
1800.27/1797.47	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 982786
1800.27/1797.47	c constraints type 
1800.27/1797.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
1800.27/1797.47	s UNKNOWN
1800.27/1797.47	c Total wall clock time (in seconds): 1797.253

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-1856737-1244923482/watcher-1856737-1244923482 -o /tmp/evaluation-result-1856737-1244923482/solver-1856737-1244923482 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856737-1244923482.opb 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 12471
/proc/meminfo: memFree=1308704/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=18576 CPUtime=0
/proc/12471/stat : 12471 (runsolver) R 12469 12471 12341 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 159947715 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12471/statm: 4644 284 249 26 0 2626 0

[startup+0.072483 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 12471
/proc/meminfo: memFree=1308704/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1470788 CPUtime=0.05
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 3358 0 1 0 3 2 0 0 20 0 7 0 159947715 1506086912 3103 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 367697 3103 1030 9 0 365048 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470788

[startup+0.101461 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 12471
/proc/meminfo: memFree=1308704/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1472996 CPUtime=0.09
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 3602 0 1 0 6 3 0 0 20 0 12 0 159947715 1508347904 3345 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 368249 3345 1066 9 0 365597 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472996

[startup+0.301472 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 12471
/proc/meminfo: memFree=1308704/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1474168 CPUtime=0.33
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 4982 0 1 0 29 4 0 0 20 0 12 0 159947715 1509548032 4719 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 368542 4719 1352 9 0 365885 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474168

[startup+0.701503 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 12471
/proc/meminfo: memFree=1308704/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1477888 CPUtime=1.07
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 7992 0 1 0 102 5 0 0 20 0 13 0 159947715 1513357312 7097 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369472 7097 1413 9 0 366815 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1477888

[startup+1.50255 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 12484
/proc/meminfo: memFree=1265592/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1477888 CPUtime=1.93
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 21455 0 1 0 182 11 0 0 20 0 13 0 159947715 1513357312 20559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369472 20560 1413 9 0 366815 0
[pid=12471/tid=12473] ppid=12469 vsize=1477888 CPUtime=1.27
/proc/12471/task/12473/stat : 12473 (java) R 12469 12471 12341 0 -1 64 18680 0 1 0 117 10 0 0 20 0 13 0 159947717 1513357312 20560 1992294400 134512640 134550932 4294956016 18446744073709551615 4109457876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 12341 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 159947718 1513357312 20561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159947718 1513357312 20561 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 12341 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159947720 1513357312 20562 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12477] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 12341 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 159947720 1513357312 20563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12478] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 12341 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 159947720 1513357312 20563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12479] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159947725 1513357312 20564 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=1477888 CPUtime=0.32
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 12341 0 -1 64 500 0 0 0 32 0 0 0 16 0 13 0 159947725 1513357312 20565 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=1477888 CPUtime=0.32
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 12341 0 -1 64 1528 0 0 0 32 0 0 0 16 0 13 0 159947725 1513357312 20565 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12482] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159947725 1513357312 20566 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12483] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159947725 1513357312 20566 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12484] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 12341 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159947749 1513357312 20567 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1477888

[startup+3.10266 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 12484
/proc/meminfo: memFree=1190712/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1477888 CPUtime=3.77
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 34694 0 1 0 361 16 0 0 20 0 13 0 159947715 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369472 33413 1426 9 0 366815 0
[pid=12471/tid=12473] ppid=12469 vsize=1477888 CPUtime=2.85
/proc/12471/task/12473/stat : 12473 (java) R 12469 12471 12341 0 -1 64 30940 0 1 0 270 15 0 0 24 0 13 0 159947717 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4109576939 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12474] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 12341 0 -1 64 291 0 0 0 0 0 0 0 16 0 13 0 159947718 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 12341 0 -1 64 261 0 0 0 0 0 0 0 16 0 13 0 159947718 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 12341 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 159947720 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 12341 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159947720 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 12341 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159947720 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159947725 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=1477888 CPUtime=0.43
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 12341 0 -1 64 611 0 0 0 43 0 0 0 17 0 13 0 159947725 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=1477888 CPUtime=0.45
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 12341 0 -1 64 1838 0 0 0 45 0 0 0 16 0 13 0 159947725 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159947725 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12483] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159947725 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12484] ppid=12469 vsize=1477888 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 12341 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159947749 1513357312 33413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 1477888

[startup+6.30186 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 12484
/proc/meminfo: memFree=1176696/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1476452 CPUtime=6.99
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 36700 0 1 0 682 17 0 0 20 0 13 0 159947715 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369113 35107 1426 9 0 366456 0
[pid=12471/tid=12473] ppid=12469 vsize=1476452 CPUtime=6.01
/proc/12471/task/12473/stat : 12473 (java) R 12469 12471 12341 0 -1 64 30944 0 1 0 586 15 0 0 25 0 13 0 159947717 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4109474816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=1476452 CPUtime=0.02
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 12341 0 -1 64 1401 0 0 0 2 0 0 0 16 0 13 0 159947718 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=1476452 CPUtime=0.03
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 12341 0 -1 64 1146 0 0 0 3 0 0 0 16 0 13 0 159947718 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 12341 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 12341 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 12341 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159947725 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=1476452 CPUtime=0.43
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 12341 0 -1 64 611 0 0 0 43 0 0 0 17 0 13 0 159947725 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=1476452 CPUtime=0.45
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 12341 0 -1 64 1838 0 0 0 45 0 0 0 16 0 13 0 159947725 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159947725 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12483] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159947725 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12484] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 12341 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159947749 1511886848 35107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 1476452

[startup+12.7023 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 12484
/proc/meminfo: memFree=1164984/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1476452 CPUtime=13.44
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 38731 0 1 0 1325 19 0 0 20 0 13 0 159947715 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369113 37105 1426 9 0 366456 0
[pid=12471/tid=12473] ppid=12469 vsize=1476452 CPUtime=12.36
/proc/12471/task/12473/stat : 12473 (java) R 12469 12471 12341 0 -1 64 30946 0 1 0 1221 15 0 0 25 0 13 0 159947717 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4109586790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=1476452 CPUtime=0.07
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 12341 0 -1 64 2404 0 0 0 6 1 0 0 16 0 13 0 159947718 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=1476452 CPUtime=0.07
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 12341 0 -1 64 2167 0 0 0 7 0 0 0 16 0 13 0 159947718 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 12341 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 12341 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 12341 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159947725 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=1476452 CPUtime=0.44
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 12341 0 -1 64 611 0 0 0 44 0 0 0 16 0 13 0 159947725 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=1476452 CPUtime=0.45
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 12341 0 -1 64 1838 0 0 0 45 0 0 0 16 0 13 0 159947725 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159947725 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12483] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159947725 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12484] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 12341 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159947749 1511886848 37105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 1476452

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 12484
/proc/meminfo: memFree=1138680/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1476452 CPUtime=26.34
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 45461 0 1 0 2613 21 0 0 20 0 13 0 159947715 1511886848 43668 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369113 43668 1426 9 0 366456 0
[pid=12471/tid=12473] ppid=12469 vsize=1476452 CPUtime=25.04
/proc/12471/task/12473/stat : 12473 (java) R 12469 12471 12341 0 -1 64 30949 0 1 0 2489 15 0 0 25 0 13 0 159947717 1511886848 43668 1992294400 134512640 134550932 4294956016 18446744073709551615 4109576939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=1476452 CPUtime=0.18
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 12341 0 -1 64 5935 0 0 0 16 2 0 0 16 0 13 0 159947718 1511886848 43668 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=1476452 CPUtime=0.18
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 12341 0 -1 64 5361 0 0 0 16 2 0 0 17 0 13 0 159947718 1511886848 43668 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=1476452 CPUtime=0

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

/proc/loadavg: 1.00 1.00 1.00 2/77 12484
/proc/meminfo: memFree=896888/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1476452 CPUtime=1725
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 108367 0 1 0 172441 59 0 0 20 0 13 0 159947715 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369113 103905 1426 9 0 366456 0
[pid=12471/tid=12473] ppid=12469 vsize=1476452 CPUtime=1718.69
/proc/12471/task/12473/stat : 12473 (java) R 12469 12471 12341 0 -1 64 31028 0 1 0 171847 22 0 0 25 0 13 0 159947717 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4109576939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=1476452 CPUtime=2.65
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 12341 0 -1 64 38110 0 0 0 246 19 0 0 16 0 13 0 159947718 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=1476452 CPUtime=2.68
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 12341 0 -1 64 36013 0 0 0 254 14 0 0 17 0 13 0 159947718 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=1476452 CPUtime=0.01
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 12341 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 159947720 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 12341 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 12341 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159947725 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=1476452 CPUtime=0.45
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 12341 0 -1 64 611 0 0 0 45 0 0 0 17 0 13 0 159947725 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=1476452 CPUtime=0.45
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 12341 0 -1 64 1838 0 0 0 45 0 0 0 16 0 13 0 159947725 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159947725 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12483] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159947725 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12484] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 12341 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159947749 1511886848 103905 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725
Current children cumulated vsize (KiB) 1476452

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12484
/proc/meminfo: memFree=892472/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1476452 CPUtime=1785.06
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 109476 0 1 0 178446 60 0 0 20 0 13 0 159947715 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369113 104969 1426 9 0 366456 0
[pid=12471/tid=12473] ppid=12469 vsize=1476452 CPUtime=1778.59
/proc/12471/task/12473/stat : 12473 (java) R 12469 12471 12341 0 -1 64 31030 0 1 0 177836 23 0 0 25 0 13 0 159947717 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4109577169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=1476452 CPUtime=2.73
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 12341 0 -1 64 38915 0 0 0 253 20 0 0 16 0 13 0 159947718 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=1476452 CPUtime=2.77
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 12341 0 -1 64 36315 0 0 0 263 14 0 0 16 0 13 0 159947718 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=1476452 CPUtime=0.01
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 12341 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 159947720 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 12341 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 12341 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159947725 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=1476452 CPUtime=0.45
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 12341 0 -1 64 611 0 0 0 45 0 0 0 17 0 13 0 159947725 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=1476452 CPUtime=0.45
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 12341 0 -1 64 1838 0 0 0 45 0 0 0 16 0 13 0 159947725 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159947725 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12483] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159947725 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12484] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 12341 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159947749 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.06
Current children cumulated vsize (KiB) 1476452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12484
/proc/meminfo: memFree=892472/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1476452 CPUtime=1800.07
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 109476 0 1 0 179947 60 0 0 20 0 13 0 159947715 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369113 104969 1426 9 0 366456 0
[pid=12471/tid=12473] ppid=12469 vsize=1476452 CPUtime=1793.59
/proc/12471/task/12473/stat : 12473 (java) R 12469 12471 12341 0 -1 64 31030 0 1 0 179336 23 0 0 25 0 13 0 159947717 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4109526664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=1476452 CPUtime=2.73
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 12341 0 -1 64 38915 0 0 0 253 20 0 0 16 0 13 0 159947718 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=1476452 CPUtime=2.77
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 12341 0 -1 64 36315 0 0 0 263 14 0 0 16 0 13 0 159947718 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=1476452 CPUtime=0.01
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 12341 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 159947720 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 12341 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 12341 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159947720 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 159947725 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=1476452 CPUtime=0.45
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 12341 0 -1 64 611 0 0 0 45 0 0 0 17 0 13 0 159947725 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=1476452 CPUtime=0.45
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 12341 0 -1 64 1838 0 0 0 45 0 0 0 16 0 13 0 159947725 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159947725 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12483] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159947725 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12484] ppid=12469 vsize=1476452 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 12341 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159947749 1511886848 104969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1476452

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

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

[startup+1797.42 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12484
/proc/meminfo: memFree=892472/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1477100 CPUtime=1800.27
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 109502 0 1 0 179967 60 0 0 16 0 15 0 159947715 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369275 104995 1428 9 0 366618 0
[pid=12471/tid=12473] ppid=12469 vsize=1477100 CPUtime=1793.7
/proc/12471/task/12473/stat : 12473 (java) R 12469 12471 12341 0 -1 64 31030 0 1 0 179347 23 0 0 25 0 15 0 159947717 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4109526507 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=1477100 CPUtime=2.73
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 12341 0 -1 64 38915 0 0 0 253 20 0 0 16 0 15 0 159947718 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=1477100 CPUtime=2.77
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 12341 0 -1 64 36315 0 0 0 263 14 0 0 16 0 15 0 159947718 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=1477100 CPUtime=0.01
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 12341 0 -1 64 22 0 0 0 1 0 0 0 16 0 15 0 159947720 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 12341 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 159947720 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 12341 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 159947720 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 12341 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 159947725 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=1477100 CPUtime=0.49
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 12341 0 -1 64 618 0 0 0 49 0 0 0 16 0 15 0 159947725 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=1477100 CPUtime=0.45
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 12341 0 -1 64 1838 0 0 0 45 0 0 0 16 0 15 0 159947725 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 23 0 15 0 159947725 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12483] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 159947725 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12484] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 12341 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 159947749 1512550400 104995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1477100

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12484
/proc/meminfo: memFree=892472/2055920 swapFree=4192952/4192956
[pid=12471] ppid=12469 vsize=1477100 CPUtime=1800.41
/proc/12471/stat : 12471 (java) S 12469 12471 12341 0 -1 0 109506 0 1 0 179981 60 0 0 16 0 14 0 159947715 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 369275 104999 1429 9 0 366618 0
[pid=12471/tid=12473] ppid=12469 vsize=1477100 CPUtime=1793.78
/proc/12471/task/12473/stat : 12473 (java) R 12469 12471 12341 0 -1 64 31030 0 1 0 179355 23 0 0 25 0 14 0 159947717 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4109525807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=1477100 CPUtime=2.73
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 12341 0 -1 64 38915 0 0 0 253 20 0 0 16 0 13 0 159947718 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=1477100 CPUtime=2.77
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 12341 0 -1 64 36315 0 0 0 263 14 0 0 16 0 13 0 159947718 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=1477100 CPUtime=0.01
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 12341 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 159947720 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 12341 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159947720 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 12341 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159947720 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 12341 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 159947725 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=1477100 CPUtime=0.49
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 12341 0 -1 64 618 0 0 0 49 0 0 0 16 0 13 0 159947725 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=1477100 CPUtime=0.45
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 12341 0 -1 64 1838 0 0 0 45 0 0 0 16 0 13 0 159947725 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 12341 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159947725 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12471/tid=12484] ppid=12469 vsize=1477100 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 12341 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159947749 1512550400 104999 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 1477100

Child status: 143
Real time (s): 1797.57
CPU time (s): 1800.49
CPU user time (s): 1799.82
CPU system time (s): 0.671897
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 1478004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.671897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109506
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= 37928
involuntary context switches= 37522

runsolver used 2.23866 second user time and 4.31734 second system time

The end

Launcher Data

Begin job on node30 at 2009-06-13 22:04:42
IDJOB=1856737
IDBENCH=2930
IDSOLVER=682
FILE ID=node30/1856737-1244923482
PBS_JOBID= 9354641
Free space on /tmp= 66264 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856737-1244923482/watcher-1856737-1244923482 -o /tmp/evaluation-result-1856737-1244923482/solver-1856737-1244923482 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856737-1244923482.opb

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

MD5SUM BENCH= c7543821508efc06c2ce41424051ab2c
RANDOM SEED=1699350312

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

/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.230
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.230
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:       1309120 kB
Buffers:         64436 kB
Cached:         596248 kB
SwapCached:          4 kB
Active:          54656 kB
Inactive:       619968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309120 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             300 kB
Writeback:           0 kB
Mapped:          23768 kB
Slab:            58172 kB
Committed_AS:   128524 kB
PageTables:       1360 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= 66260 MiB
End job on node30 at 2009-06-13 22:34:41