Trace number 418943

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.17 1781.7

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
anbulagan/medium-sat/dated-10-13-s.opb
MD5SUM6e9c2aadaeb51e3400bb600f13759f35
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark111.386
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables181082
Total number of constraints824258
Number of constraints which are clauses824258
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
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 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/418943-1177400407/instance-418943-1177400407.opb
0.20/0.20	c reading problem ... 
16.49/14.03	c ... done. Wall clock time 13.828s.
16.49/14.04	c CPU time (experimental) 11.48s.
16.49/14.04	c #vars     181082
16.49/14.04	c #constraints  809025
1800.07/1781.61	c starts		: 2
1800.07/1781.61	c conflicts		: 8338
1800.07/1781.61	c decisions		: 22820
1800.07/1781.61	c propagations		: 38784943
1800.07/1781.61	c inspects		: 152508837
1800.07/1781.61	c learnt literals	: 0
1800.07/1781.61	c learnt binary clauses	: 166
1800.07/1781.61	c learnt ternary clauses	: 49
1800.07/1781.61	c learnt clauses	: 8337
1800.07/1781.61	c root simplifications	: 0
1800.07/1781.61	c removed literals (reason simplification)	: 0
1800.07/1781.61	c reason swapping (by a shorter reason)	: 0
1800.07/1781.61	c Calls to reduceDB	: 0
1800.07/1781.61	c speed (decisions/second)	: 12.910650041611671
1800.07/1781.61	c non guided choices	780
1800.07/1781.61	s UNKNOWN
1800.07/1781.61	c Total wall clock time (ms): 1781.415

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node57/watcher-418943-1177400407 -o ROOT/results/node57/solver-418943-1177400407 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/418943-1177400407/sat4jPseudoCPClause.jar /tmp/evaluation/418943-1177400407/instance-418943-1177400407.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.95 0.81 3/64 17656
/proc/meminfo: memFree=1746512/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=152 CPUtime=0
/proc/17656/stat : 17656 (java) D 17654 17656 17525 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 181176861 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7394084 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17656/statm: 38 26 19 9 0 4 0

[startup+0.0607631 s]
/proc/loadavg: 0.92 0.95 0.81 3/64 17656
/proc/meminfo: memFree=1746512/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1777708 CPUtime=0.04
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 3597 0 1 0 2 2 0 0 18 0 7 0 181176861 1820372992 3341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 444427 3341 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101767 s]
/proc/loadavg: 0.92 0.95 0.81 3/64 17656
/proc/meminfo: memFree=1746512/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1780112 CPUtime=0.08
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 3965 0 1 0 6 2 0 0 18 0 12 0 181176861 1822834688 3708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 445028 3708 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301781 s]
/proc/loadavg: 0.92 0.95 0.81 3/64 17656
/proc/meminfo: memFree=1746512/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1782440 CPUtime=0.31
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 6720 0 1 0 27 4 0 0 18 0 12 0 181176861 1825218560 6460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 445610 6461 1264 9 0 443221 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782440

[startup+0.701818 s]
/proc/loadavg: 0.92 0.95 0.81 3/64 17656
/proc/meminfo: memFree=1746512/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1784984 CPUtime=0.9
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 9186 0 1 0 85 5 0 0 18 0 12 0 181176861 1827823616 8485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 446246 8485 1301 9 0 443857 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1784984

[startup+1.50289 s]
/proc/loadavg: 0.92 0.95 0.81 2/76 17668
/proc/meminfo: memFree=1706992/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1784984 CPUtime=2.02
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 19799 0 1 0 191 11 0 0 18 0 12 0 181176861 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 446246 18115 1301 9 0 443857 0
[pid=17656/tid=17658] ppid=17654 vsize=1784984 CPUtime=1.02
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17525 0 -1 64 16381 0 1 0 93 9 0 0 25 0 12 0 181176862 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109660597 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1784984 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17525 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181176864 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1784984 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17525 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 181176864 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1784984 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17525 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 181176866 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1784984 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17525 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 181176866 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1784984 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17525 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 181176866 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1784984 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181176870 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1784984 CPUtime=0.51
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17525 0 -1 64 1751 0 0 0 51 0 0 0 17 0 12 0 181176870 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1784984 CPUtime=0.45
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17525 0 -1 64 950 0 0 0 45 0 0 0 16 0 12 0 181176870 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1784984 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181176870 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1784984 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181176870 1827823616 18115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1784984

[startup+3.10302 s]
/proc/loadavg: 0.92 0.95 0.81 2/76 17668
/proc/meminfo: memFree=1609392/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1785632 CPUtime=3.7
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 44968 0 1 0 348 22 0 0 18 0 12 0 181176861 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 446408 43192 1310 9 0 444019 0
[pid=17656/tid=17658] ppid=17654 vsize=1785632 CPUtime=2.53
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17525 0 -1 64 37696 0 1 0 235 18 0 0 24 0 12 0 181176862 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109523589 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1785632 CPUtime=0.07
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17525 0 -1 64 2240 0 0 0 7 0 0 0 16 0 12 0 181176864 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1785632 CPUtime=0.07
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17525 0 -1 64 1608 0 0 0 7 0 0 0 16 0 12 0 181176864 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1785632 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17525 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181176866 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1785632 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181176866 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1785632 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17525 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181176866 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1785632 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181176870 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1785632 CPUtime=0.51
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17525 0 -1 64 1751 0 0 0 51 0 0 0 17 0 12 0 181176870 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1785632 CPUtime=0.45
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17525 0 -1 64 950 0 0 0 45 0 0 0 16 0 12 0 181176870 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1785632 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181176870 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1785632 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181176870 1828487168 43192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1785632

[startup+6.30129 s]
/proc/loadavg: 0.93 0.95 0.81 2/76 17668
/proc/meminfo: memFree=1528304/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1788768 CPUtime=7.55
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 61110 0 1 0 725 30 0 0 18 0 12 0 181176861 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 447192 58068 1310 9 0 444803 0
[pid=17656/tid=17658] ppid=17654 vsize=1788768 CPUtime=5.07
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17525 0 -1 64 37700 0 1 0 488 19 0 0 18 0 12 0 181176862 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109564126 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1788768 CPUtime=0.73
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17525 0 -1 64 10473 0 0 0 68 5 0 0 18 0 12 0 181176864 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1788768 CPUtime=0.73
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17525 0 -1 64 9511 0 0 0 70 3 0 0 18 0 12 0 181176864 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1788768 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17525 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 181176866 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1788768 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181176866 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1788768 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17525 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181176866 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1788768 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181176870 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1788768 CPUtime=0.51
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17525 0 -1 64 1751 0 0 0 51 0 0 0 17 0 12 0 181176870 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1788768 CPUtime=0.45
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17525 0 -1 64 950 0 0 0 45 0 0 0 16 0 12 0 181176870 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1788768 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181176870 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1788768 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181176870 1831698432 58068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1788768

[startup+12.7028 s]
/proc/loadavg: 0.93 0.95 0.81 2/76 17668
/proc/meminfo: memFree=1475576/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1790048 CPUtime=15.04
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 75760 0 1 0 1466 38 0 0 18 0 12 0 181176861 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 447512 71345 1314 9 0 445123 0
[pid=17656/tid=17658] ppid=17654 vsize=1790048 CPUtime=10.29
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17525 0 -1 64 37712 0 1 0 1009 20 0 0 18 0 12 0 181176862 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109497695 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1790048 CPUtime=1.85
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17525 0 -1 64 16889 0 0 0 177 8 0 0 17 0 12 0 181176864 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1790048 CPUtime=1.83
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17525 0 -1 64 17595 0 0 0 176 7 0 0 16 0 12 0 181176864 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1790048 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17525 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 181176866 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1790048 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181176866 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1790048 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17525 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181176866 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1790048 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181176870 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1790048 CPUtime=0.53
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17525 0 -1 64 1767 0 0 0 53 0 0 0 16 0 12 0 181176870 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1790048 CPUtime=0.48
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17525 0 -1 64 1072 0 0 0 48 0 0 0 16 0 12 0 181176870 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1790048 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 181176870 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1790048 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181176870 1833009152 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 1790048

[startup+25.503 s]
/proc/loadavg: 0.95 0.96 0.81 2/77 17669
/proc/meminfo: memFree=1445744/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1791712 CPUtime=28.97
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 83125 0 1 0 2853 44 0 0 18 0 13 0 181176861 1834713088 76326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 447928 76326 1324 9 0 445539 0
[pid=17656/tid=17658] ppid=17654 vsize=1791712 CPUtime=22.29
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17525 0 -1 64 37767 0 1 0 2208 21 0 0 17 0 13 0 181176862 1834713088 76326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109885137 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1791712 CPUtime=2.32
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17525 0 -1 64 20122 0 0 0 223 9 0 0 16 0 13 0 181176864 1834713088 76326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1791712 CPUtime=2.33
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17525 0 -1 64 20527 0 0 0 224 9 0 0 17 0 13 0 181176864 1834713088 76326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1791712 CPUtime=0.01
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17525 0 -1 64 11 0 0 0 1 0 0 0 16 0 13 0 181176866 1834713088 76326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 76326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 76326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181176870 1834713088 76326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=17656] ppid=17654 vsize=1791712 CPUtime=1558.79
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 105858 0 1 0 155695 184 0 0 18 0 13 0 181176861 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 447928 95662 1325 9 0 445539 0
[pid=17656/tid=17658] ppid=17654 vsize=1791712 CPUtime=1509.54
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17525 0 -1 64 40362 0 1 0 150919 35 0 0 25 0 13 0 181176862 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109891239 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1791712 CPUtime=23.36
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17525 0 -1 64 30921 0 0 0 2267 69 0 0 16 0 13 0 181176864 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1791712 CPUtime=23.55
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17525 0 -1 64 29834 0 0 0 2288 67 0 0 16 0 13 0 181176864 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1791712 CPUtime=0.25
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17525 0 -1 64 14 0 0 0 17 8 0 0 15 0 13 0 181176866 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181176870 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1791712 CPUtime=1.06
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17525 0 -1 64 1843 0 0 0 106 0 0 0 16 0 13 0 181176870 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1791712 CPUtime=0.97
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17525 0 -1 64 2163 0 0 0 96 1 0 0 16 0 13 0 181176870 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181176870 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181176870 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17669] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17669/stat : 17669 (java) S 17654 17656 17525 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 181178280 1834713088 95662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1558.79
Current children cumulated vsize (KiB) 1791712

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 0.94 2/77 17867
/proc/meminfo: memFree=1365424/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1791712 CPUtime=1619.4
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 106646 0 1 0 161750 190 0 0 18 0 13 0 181176861 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 447928 96328 1325 9 0 445539 0
[pid=17656/tid=17658] ppid=17654 vsize=1791712 CPUtime=1568.29
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17525 0 -1 64 40435 0 1 0 156793 36 0 0 25 0 13 0 181176862 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884273 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1791712 CPUtime=24.26
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17525 0 -1 64 31333 0 0 0 2354 72 0 0 16 0 13 0 181176864 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1791712 CPUtime=24.49
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17525 0 -1 64 30137 0 0 0 2380 69 0 0 16 0 13 0 181176864 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1791712 CPUtime=0.27
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17525 0 -1 64 14 0 0 0 18 9 0 0 16 0 13 0 181176866 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181176870 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1791712 CPUtime=1.06
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17525 0 -1 64 1843 0 0 0 106 0 0 0 16 0 13 0 181176870 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1791712 CPUtime=0.97
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17525 0 -1 64 2163 0 0 0 96 1 0 0 16 0 13 0 181176870 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181176870 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181176870 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17669] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17669/stat : 17669 (java) S 17654 17656 17525 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 181178280 1834713088 96328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1619.4
Current children cumulated vsize (KiB) 1791712

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 17867
/proc/meminfo: memFree=1363248/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1791712 CPUtime=1679.91
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 107290 0 1 0 167796 195 0 0 18 0 13 0 181176861 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 447928 96882 1325 9 0 445539 0
[pid=17656/tid=17658] ppid=17654 vsize=1791712 CPUtime=1627.19
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17525 0 -1 64 40505 0 1 0 162683 36 0 0 25 0 13 0 181176862 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884383 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1791712 CPUtime=25.02
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17525 0 -1 64 31657 0 0 0 2428 74 0 0 16 0 13 0 181176864 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1791712 CPUtime=25.33
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17525 0 -1 64 30387 0 0 0 2462 71 0 0 16 0 13 0 181176864 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1791712 CPUtime=0.28
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17525 0 -1 64 14 0 0 0 19 9 0 0 16 0 13 0 181176866 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181176870 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1791712 CPUtime=1.06
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17525 0 -1 64 1843 0 0 0 106 0 0 0 16 0 13 0 181176870 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1791712 CPUtime=0.97
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17525 0 -1 64 2163 0 0 0 96 1 0 0 16 0 13 0 181176870 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181176870 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181176870 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17669] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17669/stat : 17669 (java) S 17654 17656 17525 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 181178280 1834713088 96882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1679.91
Current children cumulated vsize (KiB) 1791712

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 17867
/proc/meminfo: memFree=1360240/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1791712 CPUtime=1740.35
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 108257 0 1 0 173834 201 0 0 18 0 13 0 181176861 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 447928 97672 1325 9 0 445539 0
[pid=17656/tid=17658] ppid=17654 vsize=1791712 CPUtime=1686.05
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17525 0 -1 64 40582 0 1 0 168569 36 0 0 25 0 13 0 181176862 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884273 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1791712 CPUtime=25.77
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17525 0 -1 64 32069 0 0 0 2500 77 0 0 16 0 13 0 181176864 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1791712 CPUtime=26.13
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17525 0 -1 64 30865 0 0 0 2540 73 0 0 16 0 13 0 181176864 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1791712 CPUtime=0.3
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17525 0 -1 64 14 0 0 0 20 10 0 0 15 0 13 0 181176866 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181176870 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1791712 CPUtime=1.06
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17525 0 -1 64 1843 0 0 0 106 0 0 0 16 0 13 0 181176870 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1791712 CPUtime=0.97
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17525 0 -1 64 2163 0 0 0 96 1 0 0 16 0 13 0 181176870 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181176870 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181176870 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17669] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17669/stat : 17669 (java) S 17654 17656 17525 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 181178280 1834713088 97672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1740.35
Current children cumulated vsize (KiB) 1791712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.6 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 17867
/proc/meminfo: memFree=1356784/2055920 swapFree=4183152/4192956
[pid=17656] ppid=17654 vsize=1791712 CPUtime=1800.07
/proc/17656/stat : 17656 (java) S 17654 17656 17525 0 -1 0 109187 0 1 0 179801 206 0 0 18 0 13 0 181176861 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 447928 98463 1325 9 0 445539 0
[pid=17656/tid=17658] ppid=17654 vsize=1791712 CPUtime=1744.26
/proc/17656/task/17658/stat : 17658 (java) R 17654 17656 17525 0 -1 64 40661 0 1 0 174389 37 0 0 25 0 13 0 181176862 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109880531 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17659] ppid=17654 vsize=1791712 CPUtime=26.55
/proc/17656/task/17659/stat : 17659 (java) S 17654 17656 17525 0 -1 64 32500 0 0 0 2576 79 0 0 16 0 13 0 181176864 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17660] ppid=17654 vsize=1791712 CPUtime=26.86
/proc/17656/task/17660/stat : 17660 (java) S 17654 17656 17525 0 -1 64 31285 0 0 0 2610 76 0 0 16 0 13 0 181176864 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17661] ppid=17654 vsize=1791712 CPUtime=0.31
/proc/17656/task/17661/stat : 17661 (java) S 17654 17656 17525 0 -1 64 14 0 0 0 21 10 0 0 16 0 13 0 181176866 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17662/stat : 17662 (java) S 17654 17656 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17663] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17654 17656 17525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181176866 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17664] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181176870 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17665] ppid=17654 vsize=1791712 CPUtime=1.06
/proc/17656/task/17665/stat : 17665 (java) S 17654 17656 17525 0 -1 64 1843 0 0 0 106 0 0 0 16 0 13 0 181176870 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17666] ppid=17654 vsize=1791712 CPUtime=0.97
/proc/17656/task/17666/stat : 17666 (java) S 17654 17656 17525 0 -1 64 2163 0 0 0 96 1 0 0 16 0 13 0 181176870 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17667] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17667/stat : 17667 (java) S 17654 17656 17525 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 181176870 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17656/tid=17668] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17668/stat : 17668 (java) S 17654 17656 17525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181176870 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17656/tid=17669] ppid=17654 vsize=1791712 CPUtime=0
/proc/17656/task/17669/stat : 17669 (java) S 17654 17656 17525 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 181178280 1834713088 98463 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1791712

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

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

Child status: 143
Real time (s): 1781.7
CPU time (s): 1800.17
CPU user time (s): 1798.04
CPU system time (s): 2.13068
CPU usage (%): 101.037
Max. virtual memory (cumulated for all children) (KiB): 1792420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.04
system time used= 2.13068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109207
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= 66191
involuntary context switches= 32382

runsolver used 1.70074 second user time and 4.88326 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Tue Apr 24 07:40:09 UTC 2007

IDJOB= 418943
IDBENCH= 47738
IDSOLVER= 164
FILE ID= node57/418943-1177400407

PBS_JOBID= 4675557

Free space on /tmp= 66428 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/anbulagan/medium-sat/dated-10-13-s.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/418943-1177400407/sat4jPseudoCPClause.jar /tmp/evaluation/418943-1177400407/instance-418943-1177400407.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node57/watcher-418943-1177400407 -o ROOT/results/node57/solver-418943-1177400407 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/418943-1177400407/sat4jPseudoCPClause.jar /tmp/evaluation/418943-1177400407/instance-418943-1177400407.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6e9c2aadaeb51e3400bb600f13759f35

RANDOM SEED= 931128122

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
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.239
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:       1747112 kB
Buffers:         46056 kB
Cached:         184504 kB
SwapCached:       3904 kB
Active:         127624 kB
Inactive:       113176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747112 kB
SwapTotal:     4192956 kB
SwapFree:      4183152 kB
Dirty:           28672 kB
Writeback:           0 kB
Mapped:          16176 kB
Slab:            54100 kB
Committed_AS:  2587228 kB
PageTables:       1408 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= 66428 MiB

End job on node57 on Tue Apr 24 08:09:53 UTC 2007