Trace number 1858109

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.42 1790.49

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_1_80.opb
MD5SUM1315caae01d69a106b6850eece7eb42e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31432
Sum of products size (including duplicates)62864
Number of different products15716
Sum of products size31432

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1858109-1244970806.opb
0.22/0.22	c reading problem ... 
96.76/95.86	c ... done. Wall clock time 95.644s.
96.76/95.86	c #vars     16716
96.76/95.86	c #constraints  32935
96.76/95.86	c constraints type 
96.76/95.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15716
96.76/95.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
96.76/95.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
96.76/95.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15716
1679.11/1669.51	c cleaning 196488 clauses out of 393011
1800.06/1790.21	c starts		: 19
1800.06/1790.21	c conflicts		: 422004
1800.06/1790.21	c decisions		: 1209815
1800.06/1790.21	c propagations		: 63173538
1800.06/1790.21	c inspects		: 1360093955
1800.06/1790.21	c learnt literals	: 0
1800.06/1790.21	c learnt binary clauses	: 0
1800.06/1790.21	c learnt ternary clauses	: 4109
1800.06/1790.21	c learnt clauses	: 422003
1800.06/1790.21	c ignored clauses	: 0
1800.06/1790.21	c root simplifications	: 0
1800.06/1790.21	c removed literals (reason simplification)	: 44568136
1800.06/1790.21	c reason swapping (by a shorter reason)	: 0
1800.06/1790.21	c Calls to reduceDB	: 1
1800.06/1790.21	c speed (assignments/second)	: 37284.82190810636
1800.06/1790.21	c non guided choices	16349
1800.06/1790.28	c learnt constraints type 
1800.06/1790.28	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 225528
1800.06/1790.28	c constraints type 
1800.06/1790.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15716
1800.06/1790.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.06/1790.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.06/1790.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15716
1800.06/1790.28	s UNKNOWN
1800.06/1790.28	c Total wall clock time (in seconds): 1790.062

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

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


[startup+0 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 20643
/proc/meminfo: memFree=1340672/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1472 CPUtime=0
/proc/20643/stat : 20643 (java6) R 20641 20643 19992 0 -1 0 107 0 0 0 0 0 0 0 20 0 1 0 164680563 1507328 81 1992294400 134512640 134550932 4294956176 18446744073709551615 2071878 0 0 4096 0 0 0 0 17 1 0 0
/proc/20643/statm: 368 88 66 9 0 10 0

[startup+0.0711811 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 20643
/proc/meminfo: memFree=1340672/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1470220 CPUtime=0.06
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 3355 0 1 0 3 3 0 0 18 0 7 0 164680563 1505505280 3100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 367555 3100 1030 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.102153 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 20643
/proc/meminfo: memFree=1340672/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1472584 CPUtime=0.08
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 3608 0 1 0 5 3 0 0 18 0 12 0 164680563 1507926016 3351 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 368146 3351 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301185 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 20643
/proc/meminfo: memFree=1340672/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1475020 CPUtime=0.32
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 5025 0 1 0 28 4 0 0 18 0 12 0 164680563 1510420480 4763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 368755 4763 1354 9 0 366098 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475020

[startup+0.701257 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 20643
/proc/meminfo: memFree=1340672/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1476424 CPUtime=0.93
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 6599 0 1 0 88 5 0 0 18 0 12 0 164680563 1511858176 6010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 369106 6010 1390 9 0 366449 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1476424

[startup+1.50239 s]
/proc/loadavg: 1.08 1.02 1.01 2/76 20655
/proc/meminfo: memFree=1319712/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1476488 CPUtime=1.98
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 8318 0 1 0 192 6 0 0 18 0 12 0 164680563 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 369122 6979 1401 9 0 366465 0
[pid=20643/tid=20645] ppid=20641 vsize=1476488 CPUtime=1.34
/proc/20643/task/20645/stat : 20645 (java) R 20641 20643 19992 0 -1 64 5415 0 1 0 130 4 0 0 25 0 12 0 164680565 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4109448170 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20646] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20646/stat : 20646 (java) S 20641 20643 19992 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164680566 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20647] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20647/stat : 20647 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164680566 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20648] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20648/stat : 20648 (java) S 20641 20643 19992 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 164680568 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20649] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20649/stat : 20649 (java) S 20641 20643 19992 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 164680568 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20650] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20650/stat : 20650 (java) S 20641 20643 19992 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164680568 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20651] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20651/stat : 20651 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164680572 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20652] ppid=20641 vsize=1476488 CPUtime=0.23
/proc/20643/task/20652/stat : 20652 (java) S 20641 20643 19992 0 -1 64 773 0 0 0 23 0 0 0 16 0 12 0 164680572 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20653] ppid=20641 vsize=1476488 CPUtime=0.37
/proc/20643/task/20653/stat : 20653 (java) S 20641 20643 19992 0 -1 64 1389 0 0 0 37 0 0 0 16 0 12 0 164680573 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20654] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20654/stat : 20654 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164680573 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20655] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20655/stat : 20655 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164680573 1511923712 6979 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1476488

[startup+3.10164 s]
/proc/loadavg: 1.08 1.02 1.01 2/76 20655
/proc/meminfo: memFree=1316064/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1476488 CPUtime=3.62
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 9211 0 1 0 355 7 0 0 18 0 12 0 164680563 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 369122 7871 1401 9 0 366465 0
[pid=20643/tid=20645] ppid=20641 vsize=1476488 CPUtime=2.94
/proc/20643/task/20645/stat : 20645 (java) R 20641 20643 19992 0 -1 64 6304 0 1 0 289 5 0 0 25 0 12 0 164680565 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4109448204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20646] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20646/stat : 20646 (java) S 20641 20643 19992 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164680566 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20647] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20647/stat : 20647 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164680566 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20648] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20648/stat : 20648 (java) S 20641 20643 19992 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164680568 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20649] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20649/stat : 20649 (java) S 20641 20643 19992 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 164680568 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20650] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20650/stat : 20650 (java) S 20641 20643 19992 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164680568 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20651] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20651/stat : 20651 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164680572 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20652] ppid=20641 vsize=1476488 CPUtime=0.23
/proc/20643/task/20652/stat : 20652 (java) S 20641 20643 19992 0 -1 64 773 0 0 0 23 0 0 0 16 0 12 0 164680572 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20653] ppid=20641 vsize=1476488 CPUtime=0.41
/proc/20643/task/20653/stat : 20653 (java) S 20641 20643 19992 0 -1 64 1393 0 0 0 41 0 0 0 16 0 12 0 164680573 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20654] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20654/stat : 20654 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164680573 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20655] ppid=20641 vsize=1476488 CPUtime=0
/proc/20643/task/20655/stat : 20655 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164680573 1511923712 7871 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 1476488

[startup+6.30217 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 20655
/proc/meminfo: memFree=1310752/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1476152 CPUtime=6.95
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 10521 0 1 0 686 9 0 0 18 0 12 0 164680563 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 369038 9005 1410 9 0 366381 0
[pid=20643/tid=20645] ppid=20641 vsize=1476152 CPUtime=6.13
/proc/20643/task/20645/stat : 20645 (java) R 20641 20643 19992 0 -1 64 7519 0 1 0 606 7 0 0 25 0 12 0 164680565 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4109447617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20646] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20646/stat : 20646 (java) S 20641 20643 19992 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164680566 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20647] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20647/stat : 20647 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164680566 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20648] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20648/stat : 20648 (java) S 20641 20643 19992 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164680568 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20649] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20649/stat : 20649 (java) S 20641 20643 19992 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 164680568 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20650] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20650/stat : 20650 (java) S 20641 20643 19992 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164680568 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20651] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20651/stat : 20651 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164680572 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20652] ppid=20641 vsize=1476152 CPUtime=0.28
/proc/20643/task/20652/stat : 20652 (java) S 20641 20643 19992 0 -1 64 824 0 0 0 28 0 0 0 17 0 12 0 164680572 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20653] ppid=20641 vsize=1476152 CPUtime=0.5
/proc/20643/task/20653/stat : 20653 (java) S 20641 20643 19992 0 -1 64 1436 0 0 0 50 0 0 0 17 0 12 0 164680573 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20654] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20654/stat : 20654 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164680573 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20655] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20655/stat : 20655 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164680573 1511579648 9005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1476152

[startup+12.7012 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 20655
/proc/meminfo: memFree=1302048/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1476152 CPUtime=13.38
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 12571 0 1 0 1328 10 0 0 18 0 12 0 164680563 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 369038 11055 1410 9 0 366381 0
[pid=20643/tid=20645] ppid=20641 vsize=1476152 CPUtime=12.5
/proc/20643/task/20645/stat : 20645 (java) R 20641 20643 19992 0 -1 64 9565 0 1 0 1242 8 0 0 25 0 12 0 164680565 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4109447605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20646] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20646/stat : 20646 (java) S 20641 20643 19992 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164680566 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20647] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20647/stat : 20647 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164680566 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20648] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20648/stat : 20648 (java) S 20641 20643 19992 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164680568 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20649] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20649/stat : 20649 (java) S 20641 20643 19992 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 164680568 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20650] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20650/stat : 20650 (java) S 20641 20643 19992 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164680568 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20651] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20651/stat : 20651 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164680572 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20652] ppid=20641 vsize=1476152 CPUtime=0.29
/proc/20643/task/20652/stat : 20652 (java) S 20641 20643 19992 0 -1 64 825 0 0 0 29 0 0 0 17 0 12 0 164680572 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20653] ppid=20641 vsize=1476152 CPUtime=0.55
/proc/20643/task/20653/stat : 20653 (java) S 20641 20643 19992 0 -1 64 1439 0 0 0 55 0 0 0 16 0 12 0 164680573 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20654] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20654/stat : 20654 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164680573 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20655] ppid=20641 vsize=1476152 CPUtime=0
/proc/20643/task/20655/stat : 20655 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164680573 1511579648 11055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.38
Current children cumulated vsize (KiB) 1476152

[startup+25.5024 s]
/proc/loadavg: 1.05 1.01 1.00 2/76 20655
/proc/meminfo: memFree=1287008/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1478032 CPUtime=26.34
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 16810 0 1 0 2621 13 0 0 18 0 12 0 164680563 1513504768 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 369508 14706 1410 9 0 366851 0
[pid=20643/tid=20645] ppid=20641 vsize=1478032 CPUtime=25.22
/proc/20643/task/20645/stat : 20645 (java) R 20641 20643 19992 0 -1 64 12860 0 1 0 2511 11 0 0 25 0 12 0 164680565 1513504768 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4109448204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20646] ppid=20641 vsize=1478032 CPUtime=0
/proc/20643/task/20646/stat : 20646 (java) S 20641 20643 19992 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164680566 1513504768 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20647] ppid=20641 vsize=1478032 CPUtime=0
/proc/20643/task/20647/stat : 20647 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164680566 1513504768 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20648] ppid=20641 vsize=1478032 CPUtime=0
/proc/20643/task/20648/stat : 20648 (java) S 20641 20643 19992 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 164680568 1513504768 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20649] ppid=20641 vsize=1478032 CPUtime=0
/proc/20643/task/20649/stat : 20649 (java) S 20641 20643 19992 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 164680568 1513504768 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20650] ppid=20641 vsize=1478032 CPUtime=0
/proc/20643/task/20650/stat : 20650 (java) S 20641 20643 19992 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164680568 1513504768 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20651] ppid=20641 vsize=1478032 CPUtime=0
/proc/20643/task/20651/stat : 20651 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164680572 1513504768 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20652] ppid=20641 vsize=1478032 CPUtime=0.35

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

[pid=20643/tid=20648] ppid=20641 vsize=1478356 CPUtime=0.07
/proc/20643/task/20648/stat : 20648 (java) S 20641 20643 19992 0 -1 64 30 0 0 0 5 2 0 0 16 0 13 0 164680568 1513836544 302245 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20649] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20649/stat : 20649 (java) S 20641 20643 19992 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 164680568 1513836544 302245 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20650] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20650/stat : 20650 (java) S 20641 20643 19992 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164680568 1513836544 302245 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20651] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20651/stat : 20651 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164680572 1513836544 302245 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20652] ppid=20641 vsize=1478356 CPUtime=0.98
/proc/20643/task/20652/stat : 20652 (java) S 20641 20643 19992 0 -1 64 1454 0 0 0 98 0 0 0 17 0 13 0 164680572 1513836544 302245 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20653] ppid=20641 vsize=1478356 CPUtime=1.28
/proc/20643/task/20653/stat : 20653 (java) S 20641 20643 19992 0 -1 64 3940 0 0 0 127 1 0 0 16 0 13 0 164680573 1513836544 302245 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20654] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20654/stat : 20654 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164680573 1513836544 302245 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20655] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20655/stat : 20655 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164680573 1513836544 302245 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20656] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20656/stat : 20656 (java) S 20641 20643 19992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164690155 1513836544 302245 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1611.8
Current children cumulated vsize (KiB) 1478356

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20656
/proc/meminfo: memFree=116120/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1478356 CPUtime=1671.91
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 385250 0 1 0 166976 215 0 0 18 0 13 0 164680563 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 369589 306600 1435 9 0 366932 0
[pid=20643/tid=20645] ppid=20641 vsize=1478356 CPUtime=1651.4
/proc/20643/task/20645/stat : 20645 (java) R 20641 20643 19992 0 -1 64 31368 0 1 0 165119 21 0 0 25 0 13 0 164680565 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4110034654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20646] ppid=20641 vsize=1478356 CPUtime=9.05
/proc/20643/task/20646/stat : 20646 (java) S 20641 20643 19992 0 -1 64 177460 0 0 0 810 95 0 0 16 0 13 0 164680566 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20647] ppid=20641 vsize=1478356 CPUtime=8.99
/proc/20643/task/20647/stat : 20647 (java) S 20641 20643 19992 0 -1 64 170159 0 0 0 807 92 0 0 17 0 13 0 164680566 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20648] ppid=20641 vsize=1478356 CPUtime=0.07
/proc/20643/task/20648/stat : 20648 (java) S 20641 20643 19992 0 -1 64 30 0 0 0 5 2 0 0 16 0 13 0 164680568 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20649] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20649/stat : 20649 (java) S 20641 20643 19992 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 164680568 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20650] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20650/stat : 20650 (java) S 20641 20643 19992 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164680568 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20651] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20651/stat : 20651 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164680572 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20652] ppid=20641 vsize=1478356 CPUtime=1.02
/proc/20643/task/20652/stat : 20652 (java) S 20641 20643 19992 0 -1 64 1530 0 0 0 102 0 0 0 16 0 13 0 164680572 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20653] ppid=20641 vsize=1478356 CPUtime=1.31
/proc/20643/task/20653/stat : 20653 (java) S 20641 20643 19992 0 -1 64 3959 0 0 0 130 1 0 0 17 0 13 0 164680573 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20654] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20654/stat : 20654 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164680573 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20655] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20655/stat : 20655 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164680573 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20656] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20656/stat : 20656 (java) S 20641 20643 19992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164690155 1513836544 306600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1671.91
Current children cumulated vsize (KiB) 1478356

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20656
/proc/meminfo: memFree=90264/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1478356 CPUtime=1732.05
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 394138 0 1 0 172985 220 0 0 18 0 13 0 164680563 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 369589 313109 1437 9 0 366932 0
[pid=20643/tid=20645] ppid=20641 vsize=1478356 CPUtime=1710.15
/proc/20643/task/20645/stat : 20645 (java) R 20641 20643 19992 0 -1 64 31372 0 1 0 170994 21 0 0 25 0 13 0 164680565 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4109973476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20646] ppid=20641 vsize=1478356 CPUtime=9.23
/proc/20643/task/20646/stat : 20646 (java) S 20641 20643 19992 0 -1 64 181252 0 0 0 826 97 0 0 16 0 13 0 164680566 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20647] ppid=20641 vsize=1478356 CPUtime=9.19
/proc/20643/task/20647/stat : 20647 (java) S 20641 20643 19992 0 -1 64 175249 0 0 0 824 95 0 0 16 0 13 0 164680566 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20648] ppid=20641 vsize=1478356 CPUtime=1.07
/proc/20643/task/20648/stat : 20648 (java) S 20641 20643 19992 0 -1 64 32 0 0 0 105 2 0 0 16 0 13 0 164680568 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20649] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20649/stat : 20649 (java) S 20641 20643 19992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164680568 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20650] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20650/stat : 20650 (java) S 20641 20643 19992 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164680568 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20651] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20651/stat : 20651 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164680572 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20652] ppid=20641 vsize=1478356 CPUtime=1.02
/proc/20643/task/20652/stat : 20652 (java) S 20641 20643 19992 0 -1 64 1530 0 0 0 102 0 0 0 16 0 13 0 164680572 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20653] ppid=20641 vsize=1478356 CPUtime=1.32
/proc/20643/task/20653/stat : 20653 (java) S 20641 20643 19992 0 -1 64 3959 0 0 0 131 1 0 0 16 0 13 0 164680573 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20654] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20654/stat : 20654 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164680573 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20655] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20655/stat : 20655 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164680573 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20656] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20656/stat : 20656 (java) S 20641 20643 19992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164690155 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1732.05
Current children cumulated vsize (KiB) 1478356

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20656
/proc/meminfo: memFree=90200/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1478356 CPUtime=1792.15
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 394141 0 1 0 178995 220 0 0 18 0 13 0 164680563 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 369589 313109 1437 9 0 366932 0
[pid=20643/tid=20645] ppid=20641 vsize=1478356 CPUtime=1769.98
/proc/20643/task/20645/stat : 20645 (java) R 20641 20643 19992 0 -1 64 31375 0 1 0 176977 21 0 0 25 0 13 0 164680565 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4109973476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20646] ppid=20641 vsize=1478356 CPUtime=9.37
/proc/20643/task/20646/stat : 20646 (java) S 20641 20643 19992 0 -1 64 181252 0 0 0 840 97 0 0 16 0 13 0 164680566 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20647] ppid=20641 vsize=1478356 CPUtime=9.33
/proc/20643/task/20647/stat : 20647 (java) S 20641 20643 19992 0 -1 64 175249 0 0 0 838 95 0 0 17 0 13 0 164680566 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20648] ppid=20641 vsize=1478356 CPUtime=1.07
/proc/20643/task/20648/stat : 20648 (java) S 20641 20643 19992 0 -1 64 32 0 0 0 105 2 0 0 16 0 13 0 164680568 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20649] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20649/stat : 20649 (java) S 20641 20643 19992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164680568 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20650] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20650/stat : 20650 (java) S 20641 20643 19992 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164680568 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20651] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20651/stat : 20651 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164680572 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20652] ppid=20641 vsize=1478356 CPUtime=1.02
/proc/20643/task/20652/stat : 20652 (java) S 20641 20643 19992 0 -1 64 1530 0 0 0 102 0 0 0 16 0 13 0 164680572 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20653] ppid=20641 vsize=1478356 CPUtime=1.32
/proc/20643/task/20653/stat : 20653 (java) S 20641 20643 19992 0 -1 64 3959 0 0 0 131 1 0 0 16 0 13 0 164680573 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20654] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20654/stat : 20654 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164680573 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20655] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20655/stat : 20655 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164680573 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20656] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20656/stat : 20656 (java) S 20641 20643 19992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164690155 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1792.15
Current children cumulated vsize (KiB) 1478356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20656
/proc/meminfo: memFree=90200/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=1478356 CPUtime=1800.06
/proc/20643/stat : 20643 (java) S 20641 20643 19992 0 -1 0 394141 0 1 0 179786 220 0 0 18 0 13 0 164680563 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20643/statm: 369589 313109 1437 9 0 366932 0
[pid=20643/tid=20645] ppid=20641 vsize=1478356 CPUtime=1777.88
/proc/20643/task/20645/stat : 20645 (java) R 20641 20643 19992 0 -1 64 31375 0 1 0 177767 21 0 0 25 0 13 0 164680565 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4109830227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20646] ppid=20641 vsize=1478356 CPUtime=9.37
/proc/20643/task/20646/stat : 20646 (java) S 20641 20643 19992 0 -1 64 181252 0 0 0 840 97 0 0 16 0 13 0 164680566 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20647] ppid=20641 vsize=1478356 CPUtime=9.33
/proc/20643/task/20647/stat : 20647 (java) S 20641 20643 19992 0 -1 64 175249 0 0 0 838 95 0 0 17 0 13 0 164680566 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20648] ppid=20641 vsize=1478356 CPUtime=1.07
/proc/20643/task/20648/stat : 20648 (java) S 20641 20643 19992 0 -1 64 32 0 0 0 105 2 0 0 16 0 13 0 164680568 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20649] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20649/stat : 20649 (java) S 20641 20643 19992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164680568 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20650] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20650/stat : 20650 (java) S 20641 20643 19992 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164680568 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20651] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20651/stat : 20651 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164680572 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20652] ppid=20641 vsize=1478356 CPUtime=1.02
/proc/20643/task/20652/stat : 20652 (java) S 20641 20643 19992 0 -1 64 1530 0 0 0 102 0 0 0 16 0 13 0 164680572 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20653] ppid=20641 vsize=1478356 CPUtime=1.32
/proc/20643/task/20653/stat : 20653 (java) S 20641 20643 19992 0 -1 64 3959 0 0 0 131 1 0 0 16 0 13 0 164680573 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20654] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20654/stat : 20654 (java) S 20641 20643 19992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164680573 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20643/tid=20655] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20655/stat : 20655 (java) S 20641 20643 19992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164680573 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20643/tid=20656] ppid=20641 vsize=1478356 CPUtime=0
/proc/20643/task/20656/stat : 20656 (java) S 20641 20643 19992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164690155 1513836544 313109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1478356

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

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

[startup+1790.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20656
/proc/meminfo: memFree=90200/2055920 swapFree=4180792/4192956
[pid=20643] ppid=20641 vsize=0 CPUtime=1800.32
/proc/20643/stat : 20643 (java) Z 20641 20643 19992 0 -1 1036 394256 0 1 0 179803 229 0 0 15 0 2 0 164680563 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20643/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.49
CPU time (s): 1800.42
CPU user time (s): 1798.03
CPU system time (s): 2.39064
CPU usage (%): 100.555
Max. virtual memory (cumulated for all children) (KiB): 1479460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.39064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394256
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= 41543
involuntary context switches= 40592

runsolver used 2.19367 second user time and 4.34434 second system time

The end

Launcher Data

Begin job on node31 at 2009-06-14 11:13:26
IDJOB=1858109
IDBENCH=48352
IDSOLVER=682
FILE ID=node31/1858109-1244970806
PBS_JOBID= 9355007
Free space on /tmp= 66328 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_1_80.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1858109-1244970806/watcher-1858109-1244970806 -o /tmp/evaluation-result-1858109-1244970806/solver-1858109-1244970806 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1858109-1244970806.opb

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

MD5SUM BENCH= 1315caae01d69a106b6850eece7eb42e
RANDOM SEED=269019986

node31.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.258
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.258
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:       1341152 kB
Buffers:         68912 kB
Cached:         574076 kB
SwapCached:       5188 kB
Active:         109464 kB
Inactive:       541696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1341152 kB
SwapTotal:     4192956 kB
SwapFree:      4180792 kB
Dirty:             724 kB
Writeback:           0 kB
Mapped:          13812 kB
Slab:            49392 kB
Committed_AS:   137364 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node31 at 2009-06-14 11:43:19