Trace number 347805

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.19 1741.58

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUM9d22902ade96af236e70cdbf7d8bd853
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/347805-1176508536/instance-347805-1176508536.opb
0.08/0.19	c reading problem ... 
3.25/2.57	c ... done. Wall clock time 2.381s.
3.25/2.57	c CPU time (experimental) 2.03s.
3.25/2.57	c #vars     23621
3.25/2.57	c #constraints  67525
1800.01/1741.41	c starts		: 2
1800.01/1741.41	c conflicts		: 88430
1800.01/1741.41	c decisions		: 235157
1800.01/1741.41	c propagations		: 20042774
1800.01/1741.41	c inspects		: 496731761
1800.01/1741.41	c learnt literals	: 0
1800.01/1741.41	c learnt binary clauses	: 40
1800.01/1741.41	c learnt ternary clauses	: 62
1800.01/1741.41	c learnt clauses	: 88429
1800.01/1741.41	c root simplifications	: 0
1800.01/1741.41	c removed literals (reason simplification)	: 0
1800.01/1741.41	c reason swapping (by a shorter reason)	: 0
1800.01/1741.41	c Calls to reduceDB	: 0
1800.01/1741.41	c speed (decisions/second)	: 135.2408930061577
1800.01/1741.41	c non guided choices	2034
1800.01/1741.41	s UNKNOWN
1800.01/1741.41	c Total wall clock time (ms): 1741.222

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/node18/watcher-347805-1176508536 -o ROOT/results/node18/solver-347805-1176508536 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347805-1176508536/sat4jPseudoCP.jar /tmp/evaluation/347805-1176508536/instance-347805-1176508536.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: 1.06 1.02 1.00 2/77 21450
/proc/meminfo: memFree=1159872/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=152 CPUtime=0
/proc/21450/stat : 21450 (java) R 21448 21450 21340 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 98771029 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7861028 0 0 4096 0 0 0 0 17 1 0 0
/proc/21450/statm: 38 26 19 9 0 4 0

[startup+0.104005 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 21450
/proc/meminfo: memFree=1159872/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1780108 CPUtime=0.08
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 3988 0 1 0 6 2 0 0 18 0 12 0 98771029 1822830592 3729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 445027 3729 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.202015 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 21450
/proc/meminfo: memFree=1159872/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1782300 CPUtime=0.2
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 4882 0 1 0 17 3 0 0 18 0 12 0 98771029 1825075200 4620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 445575 4628 1246 9 0 443187 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1782300

[startup+0.301023 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 21450
/proc/meminfo: memFree=1159872/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1782300 CPUtime=0.32
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 5323 0 1 0 29 3 0 0 18 0 12 0 98771029 1825075200 5061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 445575 5061 1264 9 0 443187 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782300

[startup+0.701062 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 21450
/proc/meminfo: memFree=1159872/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1783472 CPUtime=0.92
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 6959 0 1 0 87 5 0 0 18 0 12 0 98771029 1826275328 6479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 445868 6480 1301 9 0 443480 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1783472

[startup+1.50213 s]
/proc/loadavg: 1.06 1.02 1.00 2/89 21462
/proc/meminfo: memFree=1124512/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1785948 CPUtime=2.08
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 18845 0 1 0 198 10 0 0 18 0 12 0 98771029 1828810752 17205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 446487 17206 1301 9 0 444099 0
[pid=21450/tid=21452] ppid=21448 vsize=1785948 CPUtime=1.07
/proc/21450/task/21452/stat : 21452 (java) R 21448 21450 21340 0 -1 64 15359 0 1 0 99 8 0 0 19 0 12 0 98771031 1828810752 17207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109658293 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21453] ppid=21448 vsize=1785948 CPUtime=0
/proc/21450/task/21453/stat : 21453 (java) S 21448 21450 21340 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 98771032 1828810752 17208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21454] ppid=21448 vsize=1785948 CPUtime=0
/proc/21450/task/21454/stat : 21454 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 98771032 1828810752 17208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21455] ppid=21448 vsize=1785948 CPUtime=0
/proc/21450/task/21455/stat : 21455 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 98771035 1828810752 17209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21456] ppid=21448 vsize=1785948 CPUtime=0
/proc/21450/task/21456/stat : 21456 (java) S 21448 21450 21340 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 98771035 1828810752 17210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21457] ppid=21448 vsize=1785948 CPUtime=0
/proc/21450/task/21457/stat : 21457 (java) S 21448 21450 21340 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 98771035 1828810752 17211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21458] ppid=21448 vsize=1785948 CPUtime=0
/proc/21450/task/21458/stat : 21458 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 98771039 1828810752 17212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21459] ppid=21448 vsize=1785948 CPUtime=0.5
/proc/21450/task/21459/stat : 21459 (java) S 21448 21450 21340 0 -1 64 1911 0 0 0 50 0 0 0 17 0 12 0 98771039 1828810752 17213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21460] ppid=21448 vsize=1785948 CPUtime=0.47
/proc/21450/task/21460/stat : 21460 (java) S 21448 21450 21340 0 -1 64 857 0 0 0 47 0 0 0 16 0 12 0 98771039 1828810752 17214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21461] ppid=21448 vsize=1785948 CPUtime=0
/proc/21450/task/21461/stat : 21461 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98771039 1828810752 17215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21462] ppid=21448 vsize=1785948 CPUtime=0
/proc/21450/task/21462/stat : 21462 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 98771039 1828810752 17216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1785948

[startup+3.1023 s]
/proc/loadavg: 1.06 1.02 1.00 2/89 21462
/proc/meminfo: memFree=1021216/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1786760 CPUtime=4.19
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 45055 0 1 0 398 21 0 0 18 0 13 0 98771029 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 446690 42203 1322 9 0 444302 0
[pid=21450/tid=21452] ppid=21448 vsize=1786760 CPUtime=2.34
/proc/21450/task/21452/stat : 21452 (java) R 21448 21450 21340 0 -1 64 37752 0 1 0 216 18 0 0 21 0 13 0 98771031 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109214522 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21453] ppid=21448 vsize=1786760 CPUtime=0.08
/proc/21450/task/21453/stat : 21453 (java) S 21448 21450 21340 0 -1 64 1520 0 0 0 8 0 0 0 16 0 13 0 98771032 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21454] ppid=21448 vsize=1786760 CPUtime=0.07
/proc/21450/task/21454/stat : 21454 (java) S 21448 21450 21340 0 -1 64 1069 0 0 0 7 0 0 0 16 0 13 0 98771032 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21455] ppid=21448 vsize=1786760 CPUtime=0
/proc/21450/task/21455/stat : 21455 (java) S 21448 21450 21340 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 98771035 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21456] ppid=21448 vsize=1786760 CPUtime=0
/proc/21450/task/21456/stat : 21456 (java) S 21448 21450 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98771035 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21457] ppid=21448 vsize=1786760 CPUtime=0
/proc/21450/task/21457/stat : 21457 (java) S 21448 21450 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98771035 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21458] ppid=21448 vsize=1786760 CPUtime=0
/proc/21450/task/21458/stat : 21458 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98771039 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21459] ppid=21448 vsize=1786760 CPUtime=0.81
/proc/21450/task/21459/stat : 21459 (java) S 21448 21450 21340 0 -1 64 2160 0 0 0 80 1 0 0 17 0 13 0 98771039 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21460] ppid=21448 vsize=1786760 CPUtime=0.86
/proc/21450/task/21460/stat : 21460 (java) S 21448 21450 21340 0 -1 64 1824 0 0 0 85 1 0 0 17 0 13 0 98771039 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21461] ppid=21448 vsize=1786760 CPUtime=0
/proc/21450/task/21461/stat : 21461 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98771039 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21462] ppid=21448 vsize=1786760 CPUtime=0
/proc/21450/task/21462/stat : 21462 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98771039 1829642240 42203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 1786760

[startup+6.3026 s]
/proc/loadavg: 1.13 1.04 1.01 5/90 21463
/proc/meminfo: memFree=967704/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1801448 CPUtime=9.46
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 62329 0 1 0 916 30 0 0 18 0 13 0 98771029 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 450362 49879 1325 9 0 447974 0
[pid=21450/tid=21452] ppid=21448 vsize=1801448 CPUtime=4.47
/proc/21450/task/21452/stat : 21452 (java) R 21448 21450 21340 0 -1 64 37761 0 1 0 429 18 0 0 18 0 13 0 98771031 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109928692 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21453] ppid=21448 vsize=1801448 CPUtime=0.19
/proc/21450/task/21453/stat : 21453 (java) S 21448 21450 21340 0 -1 64 3576 0 0 0 18 1 0 0 16 0 13 0 98771032 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21454] ppid=21448 vsize=1801448 CPUtime=0.18
/proc/21450/task/21454/stat : 21454 (java) S 21448 21450 21340 0 -1 64 2924 0 0 0 18 0 0 0 16 0 13 0 98771032 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21455] ppid=21448 vsize=1801448 CPUtime=0
/proc/21450/task/21455/stat : 21455 (java) S 21448 21450 21340 0 -1 64 14 0 0 0 0 0 0 0 15 0 13 0 98771035 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21456] ppid=21448 vsize=1801448 CPUtime=0
/proc/21450/task/21456/stat : 21456 (java) S 21448 21450 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98771035 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21457] ppid=21448 vsize=1801448 CPUtime=0
/proc/21450/task/21457/stat : 21457 (java) S 21448 21450 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98771035 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21458] ppid=21448 vsize=1801448 CPUtime=0
/proc/21450/task/21458/stat : 21458 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98771039 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21459] ppid=21448 vsize=1801448 CPUtime=2.34
/proc/21450/task/21459/stat : 21459 (java) S 21448 21450 21340 0 -1 64 9094 0 0 0 230 4 0 0 16 0 13 0 98771039 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21460] ppid=21448 vsize=1801448 CPUtime=2.21
/proc/21450/task/21460/stat : 21460 (java) S 21448 21450 21340 0 -1 64 8238 0 0 0 218 3 0 0 16 0 13 0 98771039 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21461] ppid=21448 vsize=1801448 CPUtime=0
/proc/21450/task/21461/stat : 21461 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98771039 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21462] ppid=21448 vsize=1801448 CPUtime=0
/proc/21450/task/21462/stat : 21462 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98771039 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21463] ppid=21448 vsize=1801448 CPUtime=0
/proc/21450/task/21463/stat : 21463 (java) S 21448 21450 21340 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 98771292 1844682752 49879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 1801448

[startup+12.7012 s]
/proc/loadavg: 1.20 1.06 1.01 2/90 21463
/proc/meminfo: memFree=946072/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1797508 CPUtime=16.24
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 69676 0 1 0 1590 34 0 0 18 0 13 0 98771029 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 449377 54945 1332 9 0 446989 0
[pid=21450/tid=21452] ppid=21448 vsize=1797508 CPUtime=10.49
/proc/21450/task/21452/stat : 21452 (java) R 21448 21450 21340 0 -1 64 37769 0 1 0 1030 19 0 0 24 0 13 0 98771031 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109989046 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21453] ppid=21448 vsize=1797508 CPUtime=0.54
/proc/21450/task/21453/stat : 21453 (java) S 21448 21450 21340 0 -1 64 7356 0 0 0 50 4 0 0 16 0 13 0 98771032 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21454] ppid=21448 vsize=1797508 CPUtime=0.53
/proc/21450/task/21454/stat : 21454 (java) S 21448 21450 21340 0 -1 64 6467 0 0 0 51 2 0 0 16 0 13 0 98771032 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21455] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21455/stat : 21455 (java) S 21448 21450 21340 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21456] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21456/stat : 21456 (java) S 21448 21450 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21457] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21457/stat : 21457 (java) S 21448 21450 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21458] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21458/stat : 21458 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98771039 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21459] ppid=21448 vsize=1797508 CPUtime=2.37
/proc/21450/task/21459/stat : 21459 (java) S 21448 21450 21340 0 -1 64 9094 0 0 0 233 4 0 0 17 0 13 0 98771039 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21460] ppid=21448 vsize=1797508 CPUtime=2.26
/proc/21450/task/21460/stat : 21460 (java) S 21448 21450 21340 0 -1 64 8245 0 0 0 223 3 0 0 16 0 13 0 98771039 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21461] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21461/stat : 21461 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98771039 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21462] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21462/stat : 21462 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98771039 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21463] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21463/stat : 21463 (java) S 21448 21450 21340 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 98771292 1840648192 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.24
Current children cumulated vsize (KiB) 1797508

[startup+25.5024 s]
/proc/loadavg: 1.16 1.05 1.01 2/90 21463
/proc/meminfo: memFree=929688/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1797508 CPUtime=29.24
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 74155 0 1 0 2887 37 0 0 18 0 13 0 98771029 1840648192 58597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 449377 58597 1333 9 0 446989 0
[pid=21450/tid=21452] ppid=21448 vsize=1797508 CPUtime=23.11
/proc/21450/task/21452/stat : 21452 (java) R 21448 21450 21340 0 -1 64 37782 0 1 0 2292 19 0 0 25 0 13 0 98771031 1840648192 58597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109873163 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21453] ppid=21448 vsize=1797508 CPUtime=0.71
/proc/21450/task/21453/stat : 21453 (java) S 21448 21450 21340 0 -1 64 9529 0 0 0 67 4 0 0 17 0 13 0 98771032 1840648192 58597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21454] ppid=21448 vsize=1797508 CPUtime=0.71
/proc/21450/task/21454/stat : 21454 (java) S 21448 21450 21340 0 -1 64 8759 0 0 0 67 4 0 0 16 0 13 0 98771032 1840648192 58597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21455] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21455/stat : 21455 (java) S 21448 21450 21340 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 98771035 1840648192 58597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21456] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21456/stat : 21456 (java) S 21448 21450 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 58597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=21450/tid=21455] ppid=21448 vsize=1797508 CPUtime=0.24
/proc/21450/task/21455/stat : 21455 (java) S 21448 21450 21340 0 -1 64 27 0 0 0 14 10 0 0 16 0 13 0 98771035 1840648192 240439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21456] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21456/stat : 21456 (java) S 21448 21450 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 240439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21457] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21457/stat : 21457 (java) S 21448 21450 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 240439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21458] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21458/stat : 21458 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98771039 1840648192 240439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21459] ppid=21448 vsize=1797508 CPUtime=2.43
/proc/21450/task/21459/stat : 21459 (java) S 21448 21450 21340 0 -1 64 9096 0 0 0 239 4 0 0 16 0 13 0 98771039 1840648192 240439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21460] ppid=21448 vsize=1797508 CPUtime=2.35
/proc/21450/task/21460/stat : 21460 (java) S 21448 21450 21340 0 -1 64 8246 0 0 0 232 3 0 0 16 0 13 0 98771039 1840648192 240439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21461] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21461/stat : 21461 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98771039 1840648192 240439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21462] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21462/stat : 21462 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98771039 1840648192 240439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21463] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21463/stat : 21463 (java) S 21448 21450 21340 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 98771292 1840648192 240439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.52
Current children cumulated vsize (KiB) 1797508

[startup+1602.3 s]
/proc/loadavg: 1.13 1.08 1.03 2/90 21661
/proc/meminfo: memFree=181720/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1797508 CPUtime=1654.72
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 283669 0 1 0 165307 165 0 0 18 0 13 0 98771029 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 449377 245182 1334 9 0 446989 0
[pid=21450/tid=21452] ppid=21448 vsize=1797508 CPUtime=1549.34
/proc/21450/task/21452/stat : 21452 (java) R 21448 21450 21340 0 -1 64 38988 0 1 0 154899 35 0 0 25 0 13 0 98771031 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109777279 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21453] ppid=21448 vsize=1797508 CPUtime=50.13
/proc/21450/task/21453/stat : 21453 (java) S 21448 21450 21340 0 -1 64 113999 0 0 0 4957 56 0 0 16 0 13 0 98771032 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21454] ppid=21448 vsize=1797508 CPUtime=50.14
/proc/21450/task/21454/stat : 21454 (java) S 21448 21450 21340 0 -1 64 112591 0 0 0 4962 52 0 0 17 0 13 0 98771032 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21455] ppid=21448 vsize=1797508 CPUtime=0.25
/proc/21450/task/21455/stat : 21455 (java) S 21448 21450 21340 0 -1 64 27 0 0 0 14 11 0 0 16 0 13 0 98771035 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21456] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21456/stat : 21456 (java) S 21448 21450 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21457] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21457/stat : 21457 (java) S 21448 21450 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21458] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21458/stat : 21458 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98771039 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21459] ppid=21448 vsize=1797508 CPUtime=2.43
/proc/21450/task/21459/stat : 21459 (java) S 21448 21450 21340 0 -1 64 9096 0 0 0 239 4 0 0 16 0 13 0 98771039 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21460] ppid=21448 vsize=1797508 CPUtime=2.35
/proc/21450/task/21460/stat : 21460 (java) S 21448 21450 21340 0 -1 64 8246 0 0 0 232 3 0 0 16 0 13 0 98771039 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21461] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21461/stat : 21461 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98771039 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21462] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21462/stat : 21462 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98771039 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21463] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21463/stat : 21463 (java) S 21448 21450 21340 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 98771292 1840648192 245182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.72
Current children cumulated vsize (KiB) 1797508

[startup+1662.3 s]
/proc/loadavg: 1.12 1.08 1.03 2/90 21661
/proc/meminfo: memFree=156824/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1797508 CPUtime=1717.49
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 290367 0 1 0 171581 168 0 0 18 0 13 0 98771029 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 449377 251392 1334 9 0 446989 0
[pid=21450/tid=21452] ppid=21448 vsize=1797508 CPUtime=1606.46
/proc/21450/task/21452/stat : 21452 (java) R 21448 21450 21340 0 -1 64 39017 0 1 0 160611 35 0 0 23 0 13 0 98771031 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109910940 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21453] ppid=21448 vsize=1797508 CPUtime=52.97
/proc/21450/task/21453/stat : 21453 (java) S 21448 21450 21340 0 -1 64 117396 0 0 0 5239 58 0 0 17 0 13 0 98771032 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21454] ppid=21448 vsize=1797508 CPUtime=52.97
/proc/21450/task/21454/stat : 21454 (java) S 21448 21450 21340 0 -1 64 115863 0 0 0 5243 54 0 0 17 0 13 0 98771032 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21455] ppid=21448 vsize=1797508 CPUtime=0.26
/proc/21450/task/21455/stat : 21455 (java) S 21448 21450 21340 0 -1 64 27 0 0 0 15 11 0 0 15 0 13 0 98771035 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21456] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21456/stat : 21456 (java) S 21448 21450 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21457] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21457/stat : 21457 (java) S 21448 21450 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21458] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21458/stat : 21458 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98771039 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21459] ppid=21448 vsize=1797508 CPUtime=2.43
/proc/21450/task/21459/stat : 21459 (java) S 21448 21450 21340 0 -1 64 9096 0 0 0 239 4 0 0 16 0 13 0 98771039 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21460] ppid=21448 vsize=1797508 CPUtime=2.35
/proc/21450/task/21460/stat : 21460 (java) S 21448 21450 21340 0 -1 64 8246 0 0 0 232 3 0 0 16 0 13 0 98771039 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21461] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21461/stat : 21461 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98771039 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21462] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21462/stat : 21462 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98771039 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21463] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21463/stat : 21463 (java) S 21448 21450 21340 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 98771292 1840648192 251392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.49
Current children cumulated vsize (KiB) 1797508

[startup+1722.3 s]
/proc/loadavg: 1.08 1.07 1.03 2/90 21661
/proc/meminfo: memFree=137112/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1797508 CPUtime=1780
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 295833 0 1 0 177829 171 0 0 18 0 13 0 98771029 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 449377 256601 1334 9 0 446989 0
[pid=21450/tid=21452] ppid=21448 vsize=1797508 CPUtime=1663.9
/proc/21450/task/21452/stat : 21452 (java) R 21448 21450 21340 0 -1 64 39044 0 1 0 166354 36 0 0 18 0 13 0 98771031 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109777584 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21453] ppid=21448 vsize=1797508 CPUtime=55.5
/proc/21450/task/21453/stat : 21453 (java) S 21448 21450 21340 0 -1 64 120912 0 0 0 5491 59 0 0 16 0 13 0 98771032 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21454] ppid=21448 vsize=1797508 CPUtime=55.48
/proc/21450/task/21454/stat : 21454 (java) S 21448 21450 21340 0 -1 64 117786 0 0 0 5494 54 0 0 17 0 13 0 98771032 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21455] ppid=21448 vsize=1797508 CPUtime=0.27
/proc/21450/task/21455/stat : 21455 (java) S 21448 21450 21340 0 -1 64 27 0 0 0 15 12 0 0 15 0 13 0 98771035 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21456] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21456/stat : 21456 (java) S 21448 21450 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21457] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21457/stat : 21457 (java) S 21448 21450 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21458] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21458/stat : 21458 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98771039 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21459] ppid=21448 vsize=1797508 CPUtime=2.43
/proc/21450/task/21459/stat : 21459 (java) S 21448 21450 21340 0 -1 64 9096 0 0 0 239 4 0 0 16 0 13 0 98771039 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21460] ppid=21448 vsize=1797508 CPUtime=2.35
/proc/21450/task/21460/stat : 21460 (java) S 21448 21450 21340 0 -1 64 8246 0 0 0 232 3 0 0 16 0 13 0 98771039 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21461] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21461/stat : 21461 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98771039 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21462] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21462/stat : 21462 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98771039 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21463] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21463/stat : 21463 (java) S 21448 21450 21340 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 98771292 1840648192 256601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780
Current children cumulated vsize (KiB) 1797508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1741.41 s]
/proc/loadavg: 1.06 1.07 1.03 2/90 21661
/proc/meminfo: memFree=129112/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=1797508 CPUtime=1800.01
/proc/21450/stat : 21450 (java) S 21448 21450 21340 0 -1 0 297703 0 1 0 179829 172 0 0 18 0 13 0 98771029 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21450/statm: 449377 258299 1334 9 0 446989 0
[pid=21450/tid=21452] ppid=21448 vsize=1797508 CPUtime=1682.08
/proc/21450/task/21452/stat : 21452 (java) R 21448 21450 21340 0 -1 64 39053 0 1 0 168172 36 0 0 25 0 13 0 98771031 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109989484 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21453] ppid=21448 vsize=1797508 CPUtime=56.42
/proc/21450/task/21453/stat : 21453 (java) S 21448 21450 21340 0 -1 64 121685 0 0 0 5583 59 0 0 17 0 13 0 98771032 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21454] ppid=21448 vsize=1797508 CPUtime=56.4
/proc/21450/task/21454/stat : 21454 (java) S 21448 21450 21340 0 -1 64 118874 0 0 0 5585 55 0 0 17 0 13 0 98771032 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21455] ppid=21448 vsize=1797508 CPUtime=0.28
/proc/21450/task/21455/stat : 21455 (java) S 21448 21450 21340 0 -1 64 27 0 0 0 16 12 0 0 16 0 13 0 98771035 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21456] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21456/stat : 21456 (java) S 21448 21450 21340 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21457] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21457/stat : 21457 (java) S 21448 21450 21340 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98771035 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21458] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21458/stat : 21458 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98771039 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21459] ppid=21448 vsize=1797508 CPUtime=2.43
/proc/21450/task/21459/stat : 21459 (java) S 21448 21450 21340 0 -1 64 9096 0 0 0 239 4 0 0 16 0 13 0 98771039 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21460] ppid=21448 vsize=1797508 CPUtime=2.35
/proc/21450/task/21460/stat : 21460 (java) S 21448 21450 21340 0 -1 64 8246 0 0 0 232 3 0 0 16 0 13 0 98771039 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21461] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21461/stat : 21461 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98771039 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21450/tid=21462] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21462/stat : 21462 (java) S 21448 21450 21340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98771039 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21450/tid=21463] ppid=21448 vsize=1797508 CPUtime=0
/proc/21450/task/21463/stat : 21463 (java) S 21448 21450 21340 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 98771292 1840648192 258299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1797508

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

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

[startup+1741.51 s]
/proc/loadavg: 1.06 1.07 1.03 2/90 21661
/proc/meminfo: memFree=129112/2055920 swapFree=4192956/4192956
[pid=21450] ppid=21448 vsize=0 CPUtime=1800.11
/proc/21450/stat : 21450 (java) Z 21448 21450 21340 0 -1 1036 297723 0 1 0 179831 180 0 0 16 0 2 0 98771029 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21450/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1741.58
CPU time (s): 1800.19
CPU user time (s): 1798.31
CPU system time (s): 1.87371
CPU usage (%): 103.365
Max. virtual memory (cumulated for all children) (KiB): 1804448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 1.87371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297723
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= 44481
involuntary context switches= 65325

runsolver used 1.72774 second user time and 4.75728 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Fri Apr 13 23:55:37 UTC 2007

IDJOB= 347805
IDBENCH= 1449
IDSOLVER= 160
FILE ID= node18/347805-1176508536

PBS_JOBID= 4556696

Free space on /tmp= 66554 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.ucl.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347805-1176508536/sat4jPseudoCP.jar /tmp/evaluation/347805-1176508536/instance-347805-1176508536.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-347805-1176508536 -o ROOT/results/node18/solver-347805-1176508536 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347805-1176508536/sat4jPseudoCP.jar /tmp/evaluation/347805-1176508536/instance-347805-1176508536.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9d22902ade96af236e70cdbf7d8bd853

RANDOM SEED= 546295845

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.234
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.234
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:       1160280 kB
Buffers:         56744 kB
Cached:         706080 kB
SwapCached:          0 kB
Active:         253584 kB
Inactive:       563516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1160280 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5804 kB
Writeback:           0 kB
Mapped:          72928 kB
Slab:            64024 kB
Committed_AS:  2685504 kB
PageTables:       1776 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= 66554 MiB

End job on node18 on Sat Apr 14 00:24:40 UTC 2007