Trace number 357890

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.15 1780.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111217380.opb
MD5SUMfbac82926fe3d2a8355fb98756d16ff9
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.087985
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 1172
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.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/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/357890-1176902322/instance-357890-1176902322.opb
0.20/0.20	c reading problem ... 
0.30/0.33	c ... done. Wall clock time 0.134s.
0.30/0.33	c CPU time (experimental) 0.28s.
0.30/0.33	c #vars     169
0.30/0.33	c #constraints  101
1800.03/1780.31	c starts		: 2
1800.03/1780.31	c conflicts		: 13203
1800.03/1780.31	c decisions		: 53431
1800.03/1780.31	c propagations		: 367997
1800.03/1780.31	c inspects		: 143260653
1800.03/1780.31	c learnt literals	: 0
1800.03/1780.31	c learnt binary clauses	: 0
1800.03/1780.31	c learnt ternary clauses	: 0
1800.03/1780.31	c learnt clauses	: 13202
1800.03/1780.31	c root simplifications	: 0
1800.03/1780.31	c removed literals (reason simplification)	: 0
1800.03/1780.31	c reason swapping (by a shorter reason)	: 0
1800.03/1780.31	c Calls to reduceDB	: 0
1800.03/1780.31	c speed (decisions/second)	: 30.017803600833044
1800.03/1780.31	c non guided choices	48
1800.03/1780.31	s UNKNOWN
1800.03/1780.31	c Total wall clock time (ms): 1780.114

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/node52/watcher-357890-1176902322 -o ROOT/results/node52/solver-357890-1176902322 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357890-1176902322/sat4jPseudoCP.jar /tmp/evaluation/357890-1176902322/instance-357890-1176902322.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.86 0.94 0.98 2/64 3242
/proc/meminfo: memFree=1619972/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1800 CPUtime=0
/proc/3242/stat : 3242 (java) R 3240 3242 1312 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 45077241 1843200 143 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3242/statm: 450 143 106 9 0 92 0

[startup+0.0152319 s]
/proc/loadavg: 0.86 0.94 0.98 2/64 3242
/proc/meminfo: memFree=1619972/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=12652 CPUtime=0
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 878 0 1 0 0 0 0 0 18 0 2 0 45077241 12955648 635 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12652

[startup+0.101106 s]
/proc/loadavg: 0.86 0.94 0.98 2/64 3242
/proc/meminfo: memFree=1619972/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1780256 CPUtime=0.08
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 4016 0 1 0 6 2 0 0 18 0 12 0 45077241 1822982144 3758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 445064 3758 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301118 s]
/proc/loadavg: 0.86 0.94 0.98 2/64 3242
/proc/meminfo: memFree=1619972/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1781420 CPUtime=0.3
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 5120 0 1 0 27 3 0 0 18 0 12 0 45077241 1824174080 4859 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 445355 4859 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781420

[startup+0.701146 s]
/proc/loadavg: 0.86 0.94 0.98 2/64 3242
/proc/meminfo: memFree=1619972/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1784872 CPUtime=0.98
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 9061 0 1 0 93 5 0 0 18 0 13 0 45077241 1827708928 8427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 446218 8427 1305 9 0 443830 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1784872

[startup+1.5022 s]
/proc/loadavg: 0.95 0.96 0.98 4/77 3255
/proc/meminfo: memFree=1564124/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1795060 CPUtime=2.53
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 29181 0 1 0 239 14 0 0 18 0 13 0 45077241 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 448765 24719 1314 9 0 446377 0
[pid=3242/tid=3244] ppid=3240 vsize=1795060 CPUtime=0.97
/proc/3242/task/3244/stat : 3244 (java) R 3240 3242 1312 0 -1 64 20855 0 1 0 87 10 0 0 18 0 13 0 45077242 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3245] ppid=3240 vsize=1795060 CPUtime=0
/proc/3242/task/3245/stat : 3245 (java) S 3240 3242 1312 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 45077243 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3246] ppid=3240 vsize=1795060 CPUtime=0
/proc/3242/task/3246/stat : 3246 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 45077243 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3247] ppid=3240 vsize=1795060 CPUtime=0
/proc/3242/task/3247/stat : 3247 (java) S 3240 3242 1312 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 45077246 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3248] ppid=3240 vsize=1795060 CPUtime=0
/proc/3242/task/3248/stat : 3248 (java) S 3240 3242 1312 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 45077246 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3249] ppid=3240 vsize=1795060 CPUtime=0
/proc/3242/task/3249/stat : 3249 (java) S 3240 3242 1312 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 45077246 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3250] ppid=3240 vsize=1795060 CPUtime=0
/proc/3242/task/3250/stat : 3250 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 45077250 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3251] ppid=3240 vsize=1795060 CPUtime=0.58
/proc/3242/task/3251/stat : 3251 (java) R 3240 3242 1312 0 -1 64 2495 0 0 0 58 0 0 0 16 0 13 0 45077250 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105858720 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3252] ppid=3240 vsize=1795060 CPUtime=0.94
/proc/3242/task/3252/stat : 3252 (java) R 3240 3242 1312 0 -1 64 5108 0 0 0 92 2 0 0 18 0 13 0 45077250 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102610449 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3253] ppid=3240 vsize=1795060 CPUtime=0
/proc/3242/task/3253/stat : 3253 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45077250 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3254] ppid=3240 vsize=1795060 CPUtime=0
/proc/3242/task/3254/stat : 3254 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45077250 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3255] ppid=3240 vsize=1795060 CPUtime=0
/proc/3242/task/3255/stat : 3255 (java) S 3240 3242 1312 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 45077275 1838141440 24719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1795060

[startup+3.10231 s]
/proc/loadavg: 0.95 0.96 0.98 2/77 3255
/proc/meminfo: memFree=1470940/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1795220 CPUtime=4.95
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 51537 0 1 0 471 24 0 0 18 0 13 0 45077241 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 448805 42717 1324 9 0 446417 0
[pid=3242/tid=3244] ppid=3240 vsize=1795220 CPUtime=2.14
/proc/3242/task/3244/stat : 3244 (java) R 3240 3242 1312 0 -1 64 37733 0 1 0 197 17 0 0 24 0 13 0 45077242 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109533351 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3245] ppid=3240 vsize=1795220 CPUtime=0.01
/proc/3242/task/3245/stat : 3245 (java) S 3240 3242 1312 0 -1 64 445 0 0 0 1 0 0 0 16 0 13 0 45077243 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3246] ppid=3240 vsize=1795220 CPUtime=0.01
/proc/3242/task/3246/stat : 3246 (java) S 3240 3242 1312 0 -1 64 367 0 0 0 1 0 0 0 16 0 13 0 45077243 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3247] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3247/stat : 3247 (java) S 3240 3242 1312 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 45077246 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3248] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3248/stat : 3248 (java) S 3240 3242 1312 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45077246 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3249] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3249/stat : 3249 (java) S 3240 3242 1312 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45077246 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3250] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3250/stat : 3250 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 45077250 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3251] ppid=3240 vsize=1795220 CPUtime=1.08
/proc/3242/task/3251/stat : 3251 (java) S 3240 3242 1312 0 -1 64 4163 0 0 0 107 1 0 0 16 0 13 0 45077250 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3252] ppid=3240 vsize=1795220 CPUtime=1.64
/proc/3242/task/3252/stat : 3252 (java) S 3240 3242 1312 0 -1 64 8100 0 0 0 161 3 0 0 16 0 13 0 45077250 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3253] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3253/stat : 3253 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45077250 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3254] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3254/stat : 3254 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45077250 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3255] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3255/stat : 3255 (java) S 3240 3242 1312 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 45077275 1838305280 42717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1795220

[startup+6.30252 s]
/proc/loadavg: 0.95 0.96 0.98 2/77 3255
/proc/meminfo: memFree=1446748/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1795220 CPUtime=8.55
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 59375 0 1 0 827 28 0 0 18 0 13 0 45077241 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 448805 47630 1324 9 0 446417 0
[pid=3242/tid=3244] ppid=3240 vsize=1795220 CPUtime=5.21
/proc/3242/task/3244/stat : 3244 (java) R 3240 3242 1312 0 -1 64 39621 0 1 0 503 18 0 0 20 0 13 0 45077242 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109502247 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3245] ppid=3240 vsize=1795220 CPUtime=0.09
/proc/3242/task/3245/stat : 3245 (java) S 3240 3242 1312 0 -1 64 2425 0 0 0 8 1 0 0 16 0 13 0 45077243 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3246] ppid=3240 vsize=1795220 CPUtime=0.08
/proc/3242/task/3246/stat : 3246 (java) S 3240 3242 1312 0 -1 64 2236 0 0 0 8 0 0 0 16 0 13 0 45077243 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3247] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3247/stat : 3247 (java) S 3240 3242 1312 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 45077246 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3248] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3248/stat : 3248 (java) S 3240 3242 1312 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45077246 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3249] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3249/stat : 3249 (java) S 3240 3242 1312 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45077246 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3250] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3250/stat : 3250 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 45077250 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3251] ppid=3240 vsize=1795220 CPUtime=1.39
/proc/3242/task/3251/stat : 3251 (java) S 3240 3242 1312 0 -1 64 6242 0 0 0 137 2 0 0 16 0 13 0 45077250 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3252] ppid=3240 vsize=1795220 CPUtime=1.72
/proc/3242/task/3252/stat : 3252 (java) S 3240 3242 1312 0 -1 64 8103 0 0 0 169 3 0 0 15 0 13 0 45077250 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3253] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3253/stat : 3253 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45077250 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3254] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3254/stat : 3254 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45077250 1838305280 47630 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3255] ppid=3240 vsize=1795220 CPUtime=0
/proc/3242/task/3255/stat : 3255 (java) S 3240 3242 1312 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 45077275 1838305280 47630 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) 1795220

[startup+12.7029 s]
/proc/loadavg: 1.03 0.98 0.99 2/77 3255
/proc/meminfo: memFree=1401700/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1799316 CPUtime=15.29
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 70110 0 1 0 1496 33 0 0 18 0 13 0 45077241 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 449829 55740 1325 9 0 447441 0
[pid=3242/tid=3244] ppid=3240 vsize=1799316 CPUtime=11.5
/proc/3242/task/3244/stat : 3244 (java) R 3240 3242 1312 0 -1 64 42910 0 1 0 1130 20 0 0 25 0 13 0 45077242 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109570349 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3245] ppid=3240 vsize=1799316 CPUtime=0.18
/proc/3242/task/3245/stat : 3245 (java) S 3240 3242 1312 0 -1 64 4720 0 0 0 17 1 0 0 16 0 13 0 45077243 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3246] ppid=3240 vsize=1799316 CPUtime=0.18
/proc/3242/task/3246/stat : 3246 (java) S 3240 3242 1312 0 -1 64 4172 0 0 0 17 1 0 0 16 0 13 0 45077243 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3247] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3247/stat : 3247 (java) S 3240 3242 1312 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3248] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3248/stat : 3248 (java) S 3240 3242 1312 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3249] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3249/stat : 3249 (java) S 3240 3242 1312 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3250] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3250/stat : 3250 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 45077250 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3251] ppid=3240 vsize=1799316 CPUtime=1.61
/proc/3242/task/3251/stat : 3251 (java) S 3240 3242 1312 0 -1 64 9453 0 0 0 157 4 0 0 17 0 13 0 45077250 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3252] ppid=3240 vsize=1799316 CPUtime=1.75
/proc/3242/task/3252/stat : 3252 (java) S 3240 3242 1312 0 -1 64 8107 0 0 0 172 3 0 0 16 0 13 0 45077250 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3253] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3253/stat : 3253 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45077250 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3254] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3254/stat : 3254 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45077250 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3255] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3255/stat : 3255 (java) S 3240 3242 1312 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 45077275 1842499584 55740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 1799316

[startup+25.5018 s]
/proc/loadavg: 1.02 0.98 0.99 2/77 3255
/proc/meminfo: memFree=1409316/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1799316 CPUtime=28.23
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 72559 0 1 0 2789 34 0 0 18 0 13 0 45077241 1842499584 53622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 449829 53622 1331 9 0 447441 0
[pid=3242/tid=3244] ppid=3240 vsize=1799316 CPUtime=24.15
/proc/3242/task/3244/stat : 3244 (java) R 3240 3242 1312 0 -1 64 42927 0 1 0 2395 20 0 0 25 0 13 0 45077242 1842499584 53622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109547765 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3245] ppid=3240 vsize=1799316 CPUtime=0.29
/proc/3242/task/3245/stat : 3245 (java) S 3240 3242 1312 0 -1 64 6129 0 0 0 27 2 0 0 16 0 13 0 45077243 1842499584 53622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3246] ppid=3240 vsize=1799316 CPUtime=0.29
/proc/3242/task/3246/stat : 3246 (java) S 3240 3242 1312 0 -1 64 5182 0 0 0 28 1 0 0 15 0 13 0 45077243 1842499584 53622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=3242] ppid=3240 vsize=1799316 CPUtime=1619.96
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 219206 0 1 0 161883 113 0 0 18 0 13 0 45077241 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 449829 148438 1332 9 0 447441 0
[pid=3242/tid=3244] ppid=3240 vsize=1799316 CPUtime=1584.7
/proc/3242/task/3244/stat : 3244 (java) R 3240 3242 1312 0 -1 64 62034 0 1 0 158437 33 0 0 25 0 13 0 45077242 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109598177 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3245] ppid=3240 vsize=1799316 CPUtime=15.67
/proc/3242/task/3245/stat : 3245 (java) S 3240 3242 1312 0 -1 64 61971 0 0 0 1542 25 0 0 16 0 13 0 45077243 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3246] ppid=3240 vsize=1799316 CPUtime=15.81
/proc/3242/task/3246/stat : 3246 (java) S 3240 3242 1312 0 -1 64 76748 0 0 0 1547 34 0 0 16 0 13 0 45077243 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3247] ppid=3240 vsize=1799316 CPUtime=0.21
/proc/3242/task/3247/stat : 3247 (java) S 3240 3242 1312 0 -1 64 121 0 0 0 11 10 0 0 16 0 13 0 45077246 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3248] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3248/stat : 3248 (java) S 3240 3242 1312 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3249] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3249/stat : 3249 (java) S 3240 3242 1312 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3250] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3250/stat : 3250 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 45077250 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3251] ppid=3240 vsize=1799316 CPUtime=1.69
/proc/3242/task/3251/stat : 3251 (java) S 3240 3242 1312 0 -1 64 9504 0 0 0 165 4 0 0 17 0 13 0 45077250 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3252] ppid=3240 vsize=1799316 CPUtime=1.8
/proc/3242/task/3252/stat : 3252 (java) S 3240 3242 1312 0 -1 64 8108 0 0 0 177 3 0 0 16 0 13 0 45077250 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3253] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3253/stat : 3253 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45077250 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3254] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3254/stat : 3254 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45077250 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3255] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3255/stat : 3255 (java) S 3240 3242 1312 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 45077275 1842499584 148438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1619.96
Current children cumulated vsize (KiB) 1799316

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3255
/proc/meminfo: memFree=1017252/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1799316 CPUtime=1680.73
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 222412 0 1 0 167958 115 0 0 18 0 13 0 45077241 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 449829 151365 1332 9 0 447441 0
[pid=3242/tid=3244] ppid=3240 vsize=1799316 CPUtime=1643.88
/proc/3242/task/3244/stat : 3244 (java) R 3240 3242 1312 0 -1 64 62061 0 1 0 164355 33 0 0 25 0 13 0 45077242 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501995 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3245] ppid=3240 vsize=1799316 CPUtime=16.47
/proc/3242/task/3245/stat : 3245 (java) S 3240 3242 1312 0 -1 64 63659 0 0 0 1621 26 0 0 16 0 13 0 45077243 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3246] ppid=3240 vsize=1799316 CPUtime=16.61
/proc/3242/task/3246/stat : 3246 (java) S 3240 3242 1312 0 -1 64 78239 0 0 0 1626 35 0 0 16 0 13 0 45077243 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3247] ppid=3240 vsize=1799316 CPUtime=0.21
/proc/3242/task/3247/stat : 3247 (java) S 3240 3242 1312 0 -1 64 121 0 0 0 11 10 0 0 16 0 13 0 45077246 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3248] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3248/stat : 3248 (java) S 3240 3242 1312 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3249] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3249/stat : 3249 (java) S 3240 3242 1312 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3250] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3250/stat : 3250 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 45077250 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3251] ppid=3240 vsize=1799316 CPUtime=1.69
/proc/3242/task/3251/stat : 3251 (java) S 3240 3242 1312 0 -1 64 9504 0 0 0 165 4 0 0 17 0 13 0 45077250 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3252] ppid=3240 vsize=1799316 CPUtime=1.8
/proc/3242/task/3252/stat : 3252 (java) S 3240 3242 1312 0 -1 64 8108 0 0 0 177 3 0 0 16 0 13 0 45077250 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3253] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3253/stat : 3253 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45077250 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3254] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3254/stat : 3254 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45077250 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3255] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3255/stat : 3255 (java) S 3240 3242 1312 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 45077275 1842499584 151365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1680.73
Current children cumulated vsize (KiB) 1799316

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3255
/proc/meminfo: memFree=1006500/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1799316 CPUtime=1741.35
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 226502 0 1 0 174018 117 0 0 18 0 13 0 45077241 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 449829 154040 1332 9 0 447441 0
[pid=3242/tid=3244] ppid=3240 vsize=1799316 CPUtime=1703.22
/proc/3242/task/3244/stat : 3244 (java) R 3240 3242 1312 0 -1 64 62082 0 1 0 170288 34 0 0 25 0 13 0 45077242 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109936413 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3245] ppid=3240 vsize=1799316 CPUtime=17.12
/proc/3242/task/3245/stat : 3245 (java) S 3240 3242 1312 0 -1 64 65333 0 0 0 1685 27 0 0 16 0 13 0 45077243 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3246] ppid=3240 vsize=1799316 CPUtime=17.25
/proc/3242/task/3246/stat : 3246 (java) S 3240 3242 1312 0 -1 64 80633 0 0 0 1689 36 0 0 16 0 13 0 45077243 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3247] ppid=3240 vsize=1799316 CPUtime=0.22
/proc/3242/task/3247/stat : 3247 (java) S 3240 3242 1312 0 -1 64 122 0 0 0 12 10 0 0 16 0 13 0 45077246 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3248] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3248/stat : 3248 (java) S 3240 3242 1312 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3249] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3249/stat : 3249 (java) S 3240 3242 1312 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3250] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3250/stat : 3250 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 45077250 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3251] ppid=3240 vsize=1799316 CPUtime=1.69
/proc/3242/task/3251/stat : 3251 (java) S 3240 3242 1312 0 -1 64 9504 0 0 0 165 4 0 0 17 0 13 0 45077250 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3252] ppid=3240 vsize=1799316 CPUtime=1.8
/proc/3242/task/3252/stat : 3252 (java) S 3240 3242 1312 0 -1 64 8108 0 0 0 177 3 0 0 16 0 13 0 45077250 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3253] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3253/stat : 3253 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45077250 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3254] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3254/stat : 3254 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45077250 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3255] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3255/stat : 3255 (java) S 3240 3242 1312 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 45077275 1842499584 154040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1741.35
Current children cumulated vsize (KiB) 1799316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3255
/proc/meminfo: memFree=994980/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1799316 CPUtime=1800.03
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 229757 0 1 0 179885 118 0 0 18 0 13 0 45077241 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 449829 156882 1332 9 0 447441 0
[pid=3242/tid=3244] ppid=3240 vsize=1799316 CPUtime=1760.48
/proc/3242/task/3244/stat : 3244 (java) R 3240 3242 1312 0 -1 64 62105 0 1 0 176014 34 0 0 25 0 13 0 45077242 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109666713 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3245] ppid=3240 vsize=1799316 CPUtime=17.82
/proc/3242/task/3245/stat : 3245 (java) S 3240 3242 1312 0 -1 64 66779 0 0 0 1755 27 0 0 16 0 13 0 45077243 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3246] ppid=3240 vsize=1799316 CPUtime=17.96
/proc/3242/task/3246/stat : 3246 (java) S 3240 3242 1312 0 -1 64 82419 0 0 0 1759 37 0 0 16 0 13 0 45077243 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3247] ppid=3240 vsize=1799316 CPUtime=0.22
/proc/3242/task/3247/stat : 3247 (java) S 3240 3242 1312 0 -1 64 122 0 0 0 12 10 0 0 16 0 13 0 45077246 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3248] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3248/stat : 3248 (java) S 3240 3242 1312 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3249] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3249/stat : 3249 (java) S 3240 3242 1312 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3250] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3250/stat : 3250 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 45077250 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3251] ppid=3240 vsize=1799316 CPUtime=1.69
/proc/3242/task/3251/stat : 3251 (java) S 3240 3242 1312 0 -1 64 9504 0 0 0 165 4 0 0 17 0 13 0 45077250 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3252] ppid=3240 vsize=1799316 CPUtime=1.8
/proc/3242/task/3252/stat : 3252 (java) S 3240 3242 1312 0 -1 64 8108 0 0 0 177 3 0 0 16 0 13 0 45077250 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3253] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3253/stat : 3253 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45077250 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3254] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3254/stat : 3254 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45077250 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3255] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3255/stat : 3255 (java) S 3240 3242 1312 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 45077275 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1799316

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

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

[startup+1780.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3255
/proc/meminfo: memFree=994980/2055920 swapFree=4182956/4192956
[pid=3242] ppid=3240 vsize=1799316 CPUtime=1800.03
/proc/3242/stat : 3242 (java) S 3240 3242 1312 0 -1 0 229757 0 1 0 179885 118 0 0 18 0 13 0 45077241 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3242/statm: 449829 156882 1332 9 0 447441 0
[pid=3242/tid=3244] ppid=3240 vsize=1799316 CPUtime=1760.48
/proc/3242/task/3244/stat : 3244 (java) R 3240 3242 1312 0 -1 64 62105 0 1 0 176014 34 0 0 25 0 13 0 45077242 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109666713 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3245] ppid=3240 vsize=1799316 CPUtime=17.82
/proc/3242/task/3245/stat : 3245 (java) S 3240 3242 1312 0 -1 64 66779 0 0 0 1755 27 0 0 16 0 13 0 45077243 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3246] ppid=3240 vsize=1799316 CPUtime=17.96
/proc/3242/task/3246/stat : 3246 (java) S 3240 3242 1312 0 -1 64 82419 0 0 0 1759 37 0 0 16 0 13 0 45077243 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3247] ppid=3240 vsize=1799316 CPUtime=0.22
/proc/3242/task/3247/stat : 3247 (java) S 3240 3242 1312 0 -1 64 122 0 0 0 12 10 0 0 16 0 13 0 45077246 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3248] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3248/stat : 3248 (java) S 3240 3242 1312 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3249] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3249/stat : 3249 (java) S 3240 3242 1312 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45077246 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3250] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3250/stat : 3250 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 45077250 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3251] ppid=3240 vsize=1799316 CPUtime=1.69
/proc/3242/task/3251/stat : 3251 (java) S 3240 3242 1312 0 -1 64 9504 0 0 0 165 4 0 0 17 0 13 0 45077250 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3252] ppid=3240 vsize=1799316 CPUtime=1.8
/proc/3242/task/3252/stat : 3252 (java) S 3240 3242 1312 0 -1 64 8108 0 0 0 177 3 0 0 16 0 13 0 45077250 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3253] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3253/stat : 3253 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45077250 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3242/tid=3254] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3254/stat : 3254 (java) S 3240 3242 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45077250 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3242/tid=3255] ppid=3240 vsize=1799316 CPUtime=0
/proc/3242/task/3255/stat : 3255 (java) S 3240 3242 1312 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 45077275 1842499584 156882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1799316

Child status: 143
Real time (s): 1780.41
CPU time (s): 1800.15
CPU user time (s): 1798.87
CPU system time (s): 1.27981
CPU usage (%): 101.109
Max. virtual memory (cumulated for all children) (KiB): 1803088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.27981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229778
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= 43937
involuntary context switches= 40023

runsolver used 1.92171 second user time and 4.5813 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Wed Apr 18 13:18:42 UTC 2007

IDJOB= 357890
IDBENCH= 1175
IDSOLVER= 160
FILE ID= node52/357890-1176902322

PBS_JOBID= 4595161

Free space on /tmp= 66310 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.1111217380.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357890-1176902322/sat4jPseudoCP.jar /tmp/evaluation/357890-1176902322/instance-357890-1176902322.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-357890-1176902322 -o ROOT/results/node52/solver-357890-1176902322 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357890-1176902322/sat4jPseudoCP.jar /tmp/evaluation/357890-1176902322/instance-357890-1176902322.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  fbac82926fe3d2a8355fb98756d16ff9

RANDOM SEED= 520237844

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1620444 kB
Buffers:          6316 kB
Cached:         379488 kB
SwapCached:       3700 kB
Active:          73308 kB
Inactive:       323320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620444 kB
SwapTotal:     4192956 kB
SwapFree:      4182956 kB
Dirty:            3780 kB
Writeback:           0 kB
Mapped:          16888 kB
Slab:            24804 kB
Committed_AS:  1555296 kB
PageTables:       1492 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= 66310 MiB

End job on node52 on Wed Apr 18 13:48:24 UTC 2007