Trace number 358632

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
sat4jPseudoCP 2007-03-23? (TO) 1800.21 1794.83

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110975678.opb
MD5SUMe3451f374f066f8ee3ed5b9522cef90a
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.140977
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1187
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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 solving /tmp/evaluation/358632-1176916717/instance-358632-1176916717.opb
0.20/0.20	c reading problem ... 
0.31/0.33	c ... done. Wall clock time 0.129s.
0.31/0.33	c CPU time (experimental) 0.28s.
0.31/0.33	c #vars     169
0.31/0.33	c #constraints  101
1800.08/1794.71	c starts		: 2
1800.08/1794.71	c conflicts		: 2805
1800.08/1794.71	c decisions		: 10887
1800.08/1794.71	c propagations		: 79589
1800.08/1794.71	c inspects		: 7859768
1800.08/1794.71	c learnt literals	: 0
1800.08/1794.71	c learnt binary clauses	: 0
1800.08/1794.71	c learnt ternary clauses	: 0
1800.08/1794.71	c learnt clauses	: 2804
1800.08/1794.71	c root simplifications	: 0
1800.08/1794.71	c removed literals (reason simplification)	: 0
1800.08/1794.71	c reason swapping (by a shorter reason)	: 0
1800.08/1794.71	c Calls to reduceDB	: 0
1800.08/1794.71	c speed (decisions/second)	: 6.067273338270969
1800.08/1794.71	c non guided choices	42
1800.08/1794.71	s UNKNOWN
1800.08/1794.71	c Total wall clock time (ms): 1794.513

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-358632-1176916717 -o ROOT/results/node43/solver-358632-1176916717 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358632-1176916717/sat4jPseudoCP.jar /tmp/evaluation/358632-1176916717/instance-358632-1176916717.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.89 0.97 0.99 2/77 31726
/proc/meminfo: memFree=671752/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1472 CPUtime=0
/proc/31726/stat : 31726 (java) R 31724 31726 29908 0 -1 0 116 0 0 0 0 0 0 0 18 0 1 0 139583520 1507328 90 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4924816 0 0 4096 0 0 0 0 17 1 0 0
/proc/31726/statm: 369 100 77 9 0 11 0

[startup+0.074449 s]
/proc/loadavg: 0.89 0.97 0.99 2/77 31726
/proc/meminfo: memFree=671752/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1777708 CPUtime=0.06
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 3754 0 1 0 4 2 0 0 18 0 7 0 139583520 1820372992 3497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 444427 3497 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.10145 s]
/proc/loadavg: 0.89 0.97 0.99 2/77 31726
/proc/meminfo: memFree=671752/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1780108 CPUtime=0.09
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 3980 0 1 0 6 3 0 0 18 0 12 0 139583520 1822830592 3722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 445027 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301467 s]
/proc/loadavg: 0.89 0.97 0.99 2/77 31726
/proc/meminfo: memFree=671752/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1781420 CPUtime=0.31
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 5126 0 1 0 28 3 0 0 18 0 12 0 139583520 1824174080 4865 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 445355 4865 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.700952 s]
/proc/loadavg: 0.89 0.97 0.99 2/77 31726
/proc/meminfo: memFree=671752/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1784164 CPUtime=1.03
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 9551 0 1 0 98 5 0 0 18 0 13 0 139583520 1826983936 8446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 446041 8446 1306 9 0 443653 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1784164

[startup+1.50257 s]
/proc/loadavg: 0.89 0.97 0.99 4/90 31739
/proc/meminfo: memFree=614624/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1796052 CPUtime=2.6
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 29677 0 1 0 246 14 0 0 18 0 13 0 139583520 1839157248 24520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 449013 24523 1315 9 0 446625 0
[pid=31726/tid=31728] ppid=31724 vsize=1796052 CPUtime=0.9
/proc/31726/task/31728/stat : 31728 (java) R 31724 31726 29908 0 -1 64 20302 0 1 0 81 9 0 0 18 0 13 0 139583521 1839157248 24525 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109510527 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31729] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31729/stat : 31729 (java) S 31724 31726 29908 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 139583523 1839157248 24527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31730] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31730/stat : 31730 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 139583523 1839157248 24529 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31731] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31731/stat : 31731 (java) S 31724 31726 29908 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 139583525 1839157248 24531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31732] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31732/stat : 31732 (java) S 31724 31726 29908 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 139583525 1839157248 24533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31733] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31733/stat : 31733 (java) S 31724 31726 29908 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 139583525 1839157248 24535 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31734] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31734/stat : 31734 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139583529 1839157248 24537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31735] ppid=31724 vsize=1796052 CPUtime=0.95
/proc/31726/task/31735/stat : 31735 (java) R 31724 31726 29908 0 -1 64 5175 0 0 0 93 2 0 0 19 0 13 0 139583529 1839157248 24539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31736] ppid=31724 vsize=1796052 CPUtime=0.71
/proc/31726/task/31736/stat : 31736 (java) R 31724 31726 29908 0 -1 64 3479 0 0 0 70 1 0 0 16 0 13 0 139583529 1839157248 24541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105283683 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31737] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31737/stat : 31737 (java) S 31724 31726 29908 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139583529 1839157248 24543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31738] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31738/stat : 31738 (java) R 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139583529 1839157248 24545 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31739] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31739/stat : 31739 (java) S 31724 31726 29908 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139583554 1839157248 24547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1796052

[startup+3.1017 s]
/proc/loadavg: 0.89 0.97 0.99 3/90 31739
/proc/meminfo: memFree=519648/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1796052 CPUtime=5.16
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 55093 0 1 0 490 26 0 0 18 0 13 0 139583520 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 449013 42848 1325 9 0 446625 0
[pid=31726/tid=31728] ppid=31724 vsize=1796052 CPUtime=2.11
/proc/31726/task/31728/stat : 31728 (java) R 31724 31726 29908 0 -1 64 37718 0 1 0 194 17 0 0 25 0 13 0 139583521 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501725 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31729] ppid=31724 vsize=1796052 CPUtime=0.01
/proc/31726/task/31729/stat : 31729 (java) S 31724 31726 29908 0 -1 64 489 0 0 0 1 0 0 0 16 0 13 0 139583523 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31730] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31730/stat : 31730 (java) S 31724 31726 29908 0 -1 64 255 0 0 0 0 0 0 0 16 0 13 0 139583523 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31731] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31731/stat : 31731 (java) S 31724 31726 29908 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 139583525 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31732] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31732/stat : 31732 (java) S 31724 31726 29908 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139583525 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31733] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31733/stat : 31733 (java) S 31724 31726 29908 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139583525 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31734] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31734/stat : 31734 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139583529 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31735] ppid=31724 vsize=1796052 CPUtime=1.52
/proc/31726/task/31735/stat : 31735 (java) S 31724 31726 29908 0 -1 64 8300 0 0 0 148 4 0 0 17 0 13 0 139583529 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31736] ppid=31724 vsize=1796052 CPUtime=1.48
/proc/31726/task/31736/stat : 31736 (java) S 31724 31726 29908 0 -1 64 7599 0 0 0 145 3 0 0 16 0 13 0 139583529 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31737] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31737/stat : 31737 (java) S 31724 31726 29908 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139583529 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31738] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31738/stat : 31738 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139583529 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31739] ppid=31724 vsize=1796052 CPUtime=0
/proc/31726/task/31739/stat : 31739 (java) S 31724 31726 29908 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139583554 1839157248 42848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 1796052

[startup+6.30298 s]
/proc/loadavg: 0.89 0.97 0.99 2/90 31739
/proc/meminfo: memFree=503136/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1795892 CPUtime=8.55
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 60875 0 1 0 826 29 0 0 18 0 13 0 139583520 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 448973 47645 1325 9 0 446585 0
[pid=31726/tid=31728] ppid=31724 vsize=1795892 CPUtime=5.2
/proc/31726/task/31728/stat : 31728 (java) R 31724 31726 29908 0 -1 64 39794 0 1 0 502 18 0 0 25 0 13 0 139583521 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109520583 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31729] ppid=31724 vsize=1795892 CPUtime=0.09
/proc/31726/task/31729/stat : 31729 (java) S 31724 31726 29908 0 -1 64 2475 0 0 0 8 1 0 0 16 0 13 0 139583523 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31730] ppid=31724 vsize=1795892 CPUtime=0.07
/proc/31726/task/31730/stat : 31730 (java) S 31724 31726 29908 0 -1 64 1940 0 0 0 6 1 0 0 16 0 13 0 139583523 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31731] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31731/stat : 31731 (java) S 31724 31726 29908 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31732] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31732/stat : 31732 (java) S 31724 31726 29908 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31733] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31733/stat : 31733 (java) S 31724 31726 29908 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31734] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31734/stat : 31734 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139583529 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31735] ppid=31724 vsize=1795892 CPUtime=1.56
/proc/31726/task/31735/stat : 31735 (java) S 31724 31726 29908 0 -1 64 8306 0 0 0 152 4 0 0 15 0 13 0 139583529 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31736] ppid=31724 vsize=1795892 CPUtime=1.58
/proc/31726/task/31736/stat : 31736 (java) S 31724 31726 29908 0 -1 64 7609 0 0 0 155 3 0 0 16 0 13 0 139583529 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31737] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31737/stat : 31737 (java) S 31724 31726 29908 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139583529 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31738] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31738/stat : 31738 (java) R 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139583529 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31739] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31739/stat : 31739 (java) S 31724 31726 29908 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139583554 1838993408 47645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 1795892

[startup+12.7015 s]
/proc/loadavg: 0.90 0.97 0.99 2/90 31739
/proc/meminfo: memFree=458728/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1795892 CPUtime=15.05
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 67902 0 1 0 1474 31 0 0 18 0 13 0 139583520 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 448973 54353 1326 9 0 446585 0
[pid=31726/tid=31728] ppid=31724 vsize=1795892 CPUtime=11.51
/proc/31726/task/31728/stat : 31728 (java) R 31724 31726 29908 0 -1 64 43234 0 1 0 1132 19 0 0 25 0 13 0 139583521 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109849570 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31729] ppid=31724 vsize=1795892 CPUtime=0.14
/proc/31726/task/31729/stat : 31729 (java) S 31724 31726 29908 0 -1 64 4327 0 0 0 13 1 0 0 16 0 13 0 139583523 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31730] ppid=31724 vsize=1795892 CPUtime=0.14
/proc/31726/task/31730/stat : 31730 (java) S 31724 31726 29908 0 -1 64 3674 0 0 0 13 1 0 0 16 0 13 0 139583523 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31731] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31731/stat : 31731 (java) S 31724 31726 29908 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 139583525 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31732] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31732/stat : 31732 (java) S 31724 31726 29908 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31733] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31733/stat : 31733 (java) S 31724 31726 29908 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31734] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31734/stat : 31734 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139583529 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31735] ppid=31724 vsize=1795892 CPUtime=1.61
/proc/31726/task/31735/stat : 31735 (java) S 31724 31726 29908 0 -1 64 8306 0 0 0 157 4 0 0 17 0 13 0 139583529 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31736] ppid=31724 vsize=1795892 CPUtime=1.59
/proc/31726/task/31736/stat : 31736 (java) S 31724 31726 29908 0 -1 64 7610 0 0 0 156 3 0 0 16 0 13 0 139583529 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31737] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31737/stat : 31737 (java) S 31724 31726 29908 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139583529 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31738] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31738/stat : 31738 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139583529 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31739] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31739/stat : 31739 (java) S 31724 31726 29908 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139583554 1838993408 54353 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.05
Current children cumulated vsize (KiB) 1795892

[startup+25.5027 s]
/proc/loadavg: 0.92 0.97 0.99 2/90 31739
/proc/meminfo: memFree=471848/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1795892 CPUtime=27.89
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 69245 0 1 0 2757 32 0 0 18 0 13 0 139583520 1838993408 50340 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 448973 50340 1326 9 0 446585 0
[pid=31726/tid=31728] ppid=31724 vsize=1795892 CPUtime=24.26
/proc/31726/task/31728/stat : 31728 (java) R 31724 31726 29908 0 -1 64 43244 0 1 0 2407 19 0 0 17 0 13 0 139583521 1838993408 50340 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109510097 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31729] ppid=31724 vsize=1795892 CPUtime=0.2
/proc/31726/task/31729/stat : 31729 (java) S 31724 31726 29908 0 -1 64 5067 0 0 0 18 2 0 0 16 0 13 0 139583523 1838993408 50340 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31730] ppid=31724 vsize=1795892 CPUtime=0.19
/proc/31726/task/31730/stat : 31730 (java) S 31724 31726 29908 0 -1 64 4267 0 0 0 17 2 0 0 16 0 13 0 139583523 1838993408 50340 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=31726/tid=31731] ppid=31724 vsize=1795892 CPUtime=0.24
/proc/31726/task/31731/stat : 31731 (java) S 31724 31726 29908 0 -1 64 328 0 0 0 11 13 0 0 16 0 13 0 139583525 1838993408 114953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31732] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31732/stat : 31732 (java) S 31724 31726 29908 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 114953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31733] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31733/stat : 31733 (java) S 31724 31726 29908 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 114953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31734] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31734/stat : 31734 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139583529 1838993408 114953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31735] ppid=31724 vsize=1795892 CPUtime=1.62
/proc/31726/task/31735/stat : 31735 (java) S 31724 31726 29908 0 -1 64 8306 0 0 0 158 4 0 0 16 0 13 0 139583529 1838993408 114953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31736] ppid=31724 vsize=1795892 CPUtime=1.59
/proc/31726/task/31736/stat : 31736 (java) S 31724 31726 29908 0 -1 64 7610 0 0 0 156 3 0 0 16 0 13 0 139583529 1838993408 114953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31737] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31737/stat : 31737 (java) S 31724 31726 29908 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139583529 1838993408 114953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31738] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31738/stat : 31738 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139583529 1838993408 114953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31739] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31739/stat : 31739 (java) S 31724 31726 29908 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139583554 1838993408 114953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.59
Current children cumulated vsize (KiB) 1795892

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 31741
/proc/meminfo: memFree=207592/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1795892 CPUtime=1667.61
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 265354 0 1 0 166625 136 0 0 18 0 13 0 139583520 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 448973 117108 1326 9 0 446585 0
[pid=31726/tid=31728] ppid=31724 vsize=1795892 CPUtime=1656.39
/proc/31726/task/31728/stat : 31728 (java) R 31724 31726 29908 0 -1 64 107008 0 1 0 165589 50 0 0 25 0 13 0 139583521 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109849644 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31729] ppid=31724 vsize=1795892 CPUtime=3.85
/proc/31726/task/31729/stat : 31729 (java) S 31724 31726 29908 0 -1 64 71229 0 0 0 355 30 0 0 16 0 13 0 139583523 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31730] ppid=31724 vsize=1795892 CPUtime=3.86
/proc/31726/task/31730/stat : 31730 (java) S 31724 31726 29908 0 -1 64 70150 0 0 0 353 33 0 0 16 0 13 0 139583523 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31731] ppid=31724 vsize=1795892 CPUtime=0.24
/proc/31726/task/31731/stat : 31731 (java) S 31724 31726 29908 0 -1 64 328 0 0 0 11 13 0 0 16 0 13 0 139583525 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31732] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31732/stat : 31732 (java) S 31724 31726 29908 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31733] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31733/stat : 31733 (java) S 31724 31726 29908 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31734] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31734/stat : 31734 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139583529 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31735] ppid=31724 vsize=1795892 CPUtime=1.62
/proc/31726/task/31735/stat : 31735 (java) S 31724 31726 29908 0 -1 64 8306 0 0 0 158 4 0 0 16 0 13 0 139583529 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31736] ppid=31724 vsize=1795892 CPUtime=1.59
/proc/31726/task/31736/stat : 31736 (java) S 31724 31726 29908 0 -1 64 7610 0 0 0 156 3 0 0 16 0 13 0 139583529 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31737] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31737/stat : 31737 (java) S 31724 31726 29908 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139583529 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31738] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31738/stat : 31738 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139583529 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31739] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31739/stat : 31739 (java) S 31724 31726 29908 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139583554 1838993408 117108 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.61
Current children cumulated vsize (KiB) 1795892

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 31741
/proc/meminfo: memFree=199912/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1795892 CPUtime=1727.6
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 268322 0 1 0 172623 137 0 0 18 0 13 0 139583520 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 448973 118886 1326 9 0 446585 0
[pid=31726/tid=31728] ppid=31724 vsize=1795892 CPUtime=1716.33
/proc/31726/task/31728/stat : 31728 (java) R 31724 31726 29908 0 -1 64 108467 0 1 0 171583 50 0 0 25 0 13 0 139583521 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109502052 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31729] ppid=31724 vsize=1795892 CPUtime=3.88
/proc/31726/task/31729/stat : 31729 (java) S 31724 31726 29908 0 -1 64 72006 0 0 0 357 31 0 0 15 0 13 0 139583523 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31730] ppid=31724 vsize=1795892 CPUtime=3.88
/proc/31726/task/31730/stat : 31730 (java) S 31724 31726 29908 0 -1 64 70882 0 0 0 355 33 0 0 16 0 13 0 139583523 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31731] ppid=31724 vsize=1795892 CPUtime=0.24
/proc/31726/task/31731/stat : 31731 (java) S 31724 31726 29908 0 -1 64 328 0 0 0 11 13 0 0 16 0 13 0 139583525 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31732] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31732/stat : 31732 (java) S 31724 31726 29908 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31733] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31733/stat : 31733 (java) S 31724 31726 29908 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31734] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31734/stat : 31734 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139583529 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31735] ppid=31724 vsize=1795892 CPUtime=1.62
/proc/31726/task/31735/stat : 31735 (java) S 31724 31726 29908 0 -1 64 8306 0 0 0 158 4 0 0 16 0 13 0 139583529 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31736] ppid=31724 vsize=1795892 CPUtime=1.59
/proc/31726/task/31736/stat : 31736 (java) S 31724 31726 29908 0 -1 64 7610 0 0 0 156 3 0 0 16 0 13 0 139583529 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31737] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31737/stat : 31737 (java) S 31724 31726 29908 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139583529 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31738] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31738/stat : 31738 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139583529 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31739] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31739/stat : 31739 (java) S 31724 31726 29908 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139583554 1838993408 118886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.6
Current children cumulated vsize (KiB) 1795892

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 31741
/proc/meminfo: memFree=154600/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1795892 CPUtime=1787.68
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 281128 0 1 0 178626 142 0 0 18 0 13 0 139583520 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 448973 130204 1326 9 0 446585 0
[pid=31726/tid=31728] ppid=31724 vsize=1795892 CPUtime=1776.23
/proc/31726/task/31728/stat : 31728 (java) R 31724 31726 29908 0 -1 64 115714 0 1 0 177571 52 0 0 25 0 13 0 139583521 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109920900 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31729] ppid=31724 vsize=1795892 CPUtime=3.97
/proc/31726/task/31729/stat : 31729 (java) S 31724 31726 29908 0 -1 64 75183 0 0 0 364 33 0 0 16 0 13 0 139583523 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31730] ppid=31724 vsize=1795892 CPUtime=3.96
/proc/31726/task/31730/stat : 31730 (java) S 31724 31726 29908 0 -1 64 73242 0 0 0 362 34 0 0 16 0 13 0 139583523 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31731] ppid=31724 vsize=1795892 CPUtime=0.25
/proc/31726/task/31731/stat : 31731 (java) S 31724 31726 29908 0 -1 64 350 0 0 0 12 13 0 0 16 0 13 0 139583525 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31732] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31732/stat : 31732 (java) S 31724 31726 29908 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31733] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31733/stat : 31733 (java) S 31724 31726 29908 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31734] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31734/stat : 31734 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139583529 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31735] ppid=31724 vsize=1795892 CPUtime=1.62
/proc/31726/task/31735/stat : 31735 (java) S 31724 31726 29908 0 -1 64 8306 0 0 0 158 4 0 0 16 0 13 0 139583529 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31736] ppid=31724 vsize=1795892 CPUtime=1.59
/proc/31726/task/31736/stat : 31736 (java) S 31724 31726 29908 0 -1 64 7610 0 0 0 156 3 0 0 16 0 13 0 139583529 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31737] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31737/stat : 31737 (java) S 31724 31726 29908 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139583529 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31738] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31738/stat : 31738 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139583529 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31739] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31739/stat : 31739 (java) S 31724 31726 29908 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139583554 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.68
Current children cumulated vsize (KiB) 1795892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 31741
/proc/meminfo: memFree=154600/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=1795892 CPUtime=1800.08
/proc/31726/stat : 31726 (java) S 31724 31726 29908 0 -1 0 281128 0 1 0 179866 142 0 0 18 0 13 0 139583520 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31726/statm: 448973 130204 1326 9 0 446585 0
[pid=31726/tid=31728] ppid=31724 vsize=1795892 CPUtime=1788.63
/proc/31726/task/31728/stat : 31728 (java) R 31724 31726 29908 0 -1 64 115714 0 1 0 178811 52 0 0 25 0 13 0 139583521 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109883624 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31729] ppid=31724 vsize=1795892 CPUtime=3.97
/proc/31726/task/31729/stat : 31729 (java) S 31724 31726 29908 0 -1 64 75183 0 0 0 364 33 0 0 16 0 13 0 139583523 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31730] ppid=31724 vsize=1795892 CPUtime=3.96
/proc/31726/task/31730/stat : 31730 (java) S 31724 31726 29908 0 -1 64 73242 0 0 0 362 34 0 0 16 0 13 0 139583523 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31731] ppid=31724 vsize=1795892 CPUtime=0.25
/proc/31726/task/31731/stat : 31731 (java) S 31724 31726 29908 0 -1 64 350 0 0 0 12 13 0 0 16 0 13 0 139583525 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31726/tid=31732] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31732/stat : 31732 (java) S 31724 31726 29908 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31733] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31733/stat : 31733 (java) S 31724 31726 29908 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139583525 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31734] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31734/stat : 31734 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139583529 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31735] ppid=31724 vsize=1795892 CPUtime=1.62
/proc/31726/task/31735/stat : 31735 (java) S 31724 31726 29908 0 -1 64 8306 0 0 0 158 4 0 0 16 0 13 0 139583529 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31736] ppid=31724 vsize=1795892 CPUtime=1.59
/proc/31726/task/31736/stat : 31736 (java) S 31724 31726 29908 0 -1 64 7610 0 0 0 156 3 0 0 16 0 13 0 139583529 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31737] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31737/stat : 31737 (java) S 31724 31726 29908 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139583529 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31738] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31738/stat : 31738 (java) S 31724 31726 29908 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139583529 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31726/tid=31739] ppid=31724 vsize=1795892 CPUtime=0
/proc/31726/task/31739/stat : 31739 (java) S 31724 31726 29908 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139583554 1838993408 130204 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1795892

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

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

[startup+1794.81 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 31741
/proc/meminfo: memFree=154600/2055920 swapFree=4184648/4192956
[pid=31726] ppid=31724 vsize=0 CPUtime=1800.2
/proc/31726/stat : 31726 (java) Z 31724 31726 29908 0 -1 1036 281148 0 1 0 179870 150 0 0 16 0 2 0 139583520 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31726/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.83
CPU time (s): 1800.21
CPU user time (s): 1798.7
CPU system time (s): 1.51077
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 1800148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.51077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281148
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= 42803
involuntary context switches= 59915

runsolver used 1.9617 second user time and 5.20321 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Wed Apr 18 17:18:37 UTC 2007

IDJOB= 358632
IDBENCH= 1228
IDSOLVER= 160
FILE ID= node43/358632-1176916717

PBS_JOBID= 4595229

Free space on /tmp= 66431 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110975678.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358632-1176916717/sat4jPseudoCP.jar /tmp/evaluation/358632-1176916717/instance-358632-1176916717.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-358632-1176916717 -o ROOT/results/node43/solver-358632-1176916717 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358632-1176916717/sat4jPseudoCP.jar /tmp/evaluation/358632-1176916717/instance-358632-1176916717.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e3451f374f066f8ee3ed5b9522cef90a

RANDOM SEED= 658243626

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.218
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.218
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:        672096 kB
Buffers:         62272 kB
Cached:        1108132 kB
SwapCached:       2596 kB
Active:         576836 kB
Inactive:       727044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        672096 kB
SwapTotal:     4192956 kB
SwapFree:      4184648 kB
Dirty:            3728 kB
Writeback:           0 kB
Mapped:         148744 kB
Slab:            65316 kB
Committed_AS:  1744056 kB
PageTables:       1900 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= 66431 MiB

End job on node43 on Wed Apr 18 17:48:34 UTC 2007