Trace number 350531

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.31 1734.21

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark315.848
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
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.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/350531-1176515934/instance-350531-1176515934.opb
0.20/0.20	c reading problem ... 
3.04/2.41	c ... done. Wall clock time 2.208s.
3.04/2.41	c CPU time (experimental) 1.89s.
3.04/2.41	c #vars     21380
3.04/2.41	c #constraints  60983
1800.08/1734.03	c starts		: 2
1800.08/1734.03	c conflicts		: 66011
1800.08/1734.03	c decisions		: 163639
1800.08/1734.03	c propagations		: 19092913
1800.08/1734.03	c inspects		: 260644511
1800.08/1734.03	c learnt literals	: 1
1800.08/1734.03	c learnt binary clauses	: 33
1800.08/1734.03	c learnt ternary clauses	: 102
1800.08/1734.03	c learnt clauses	: 66009
1800.08/1734.03	c root simplifications	: 0
1800.08/1734.03	c removed literals (reason simplification)	: 0
1800.08/1734.03	c reason swapping (by a shorter reason)	: 0
1800.08/1734.03	c Calls to reduceDB	: 0
1800.08/1734.03	c speed (decisions/second)	: 94.5024902054997
1800.08/1734.03	c non guided choices	1868
1800.08/1734.03	s UNKNOWN
1800.08/1734.03	c Total wall clock time (ms): 1733.83

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/node13/watcher-350531-1176515934 -o ROOT/results/node13/solver-350531-1176515934 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350531-1176515934/sat4jPseudoCP.jar /tmp/evaluation/350531-1176515934/instance-350531-1176515934.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.99 1.00 1.00 2/77 10482
/proc/meminfo: memFree=1148744/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=152 CPUtime=0
/proc/10482/stat : 10482 (java) R 10480 10482 9725 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 99511257 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11879204 0 0 4096 0 0 0 0 17 1 0 0
/proc/10482/statm: 38 26 19 9 0 4 0

[startup+0.0561 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 10482
/proc/meminfo: memFree=1148744/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1777708 CPUtime=0.04
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 3551 0 1 0 2 2 0 0 18 0 7 0 99511257 1820372992 3295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 444427 3295 1053 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101113 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 10482
/proc/meminfo: memFree=1148744/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1780108 CPUtime=0.08
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 99511257 1822830592 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301157 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 10482
/proc/meminfo: memFree=1148744/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1782444 CPUtime=0.31
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 5318 0 1 0 28 3 0 0 18 0 12 0 99511257 1825222656 5056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 445611 5056 1264 9 0 443223 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782444

[startup+0.701239 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 10482
/proc/meminfo: memFree=1148744/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1783340 CPUtime=0.87
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 6945 0 1 0 83 4 0 0 18 0 12 0 99511257 1826140160 6401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 445835 6401 1301 9 0 443447 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783340

[startup+1.5024 s]
/proc/loadavg: 0.99 1.00 1.00 3/89 10494
/proc/meminfo: memFree=1121384/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1786268 CPUtime=2.06
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 18322 0 1 0 196 10 0 0 18 0 12 0 99511257 1829138432 16441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 446567 16442 1301 9 0 444179 0
[pid=10482/tid=10484] ppid=10480 vsize=1786268 CPUtime=1.01
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 9725 0 -1 64 14504 0 1 0 94 7 0 0 19 0 12 0 99511258 1829138432 16443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109655176 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1786268 CPUtime=0
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 9725 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 99511259 1829138432 16444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1786268 CPUtime=0
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 99511259 1829138432 16445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1786268 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 99511262 1829138432 16445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1786268 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 9725 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 99511262 1829138432 16446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1786268 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 9725 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 99511262 1829138432 16447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1786268 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 99511266 1829138432 16448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1786268 CPUtime=0.52
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 9725 0 -1 64 1325 0 0 0 52 0 0 0 16 0 12 0 99511266 1829138432 16449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1786268 CPUtime=0.49
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 9725 0 -1 64 1775 0 0 0 49 0 0 0 17 0 12 0 99511266 1829138432 16450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1786268 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 99511266 1829138432 16451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1786268 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99511266 1829138432 16452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1786268

[startup+3.10176 s]
/proc/loadavg: 0.99 1.00 1.00 2/89 10494
/proc/meminfo: memFree=1023464/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1792156 CPUtime=4.29
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 47759 0 1 0 406 23 0 0 18 0 13 0 99511257 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 448039 43580 1320 9 0 445651 0
[pid=10482/tid=10484] ppid=10480 vsize=1792156 CPUtime=2.27
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 9725 0 -1 64 37748 0 1 0 208 19 0 0 18 0 13 0 99511258 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109205666 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1792156 CPUtime=0.07
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 9725 0 -1 64 1368 0 0 0 7 0 0 0 16 0 13 0 99511259 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1792156 CPUtime=0.07
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 9725 0 -1 64 1424 0 0 0 7 0 0 0 17 0 13 0 99511259 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1792156 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 9725 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 99511262 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1792156 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 9725 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99511262 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1792156 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99511262 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1792156 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99511266 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1792156 CPUtime=0.89
/proc/10482/task/10491/stat : 10491 (java) R 10480 10482 9725 0 -1 64 2587 0 0 0 88 1 0 0 17 0 13 0 99511266 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102119237 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1792156 CPUtime=0.94
/proc/10482/task/10492/stat : 10492 (java) R 10480 10482 9725 0 -1 64 3902 0 0 0 93 1 0 0 17 0 13 0 99511266 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103171322 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1792156 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99511266 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1792156 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99511266 1835167744 43580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1792156

[startup+6.30244 s]
/proc/loadavg: 1.23 1.05 1.01 3/90 10495
/proc/meminfo: memFree=961504/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1796028 CPUtime=9.01
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 58022 0 1 0 873 28 0 0 18 0 13 0 99511257 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 449007 48256 1324 9 0 446619 0
[pid=10482/tid=10484] ppid=10480 vsize=1796028 CPUtime=4.79
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 9725 0 -1 64 37756 0 1 0 460 19 0 0 25 0 13 0 99511258 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109997163 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1796028 CPUtime=0.18
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 9725 0 -1 64 2770 0 0 0 18 0 0 0 16 0 13 0 99511259 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1796028 CPUtime=0.19
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 9725 0 -1 64 3382 0 0 0 18 1 0 0 17 0 13 0 99511259 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1796028 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 9725 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 99511262 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1796028 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 9725 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99511262 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1796028 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99511262 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1796028 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99511266 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1796028 CPUtime=1.88
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 9725 0 -1 64 7283 0 0 0 185 3 0 0 16 0 13 0 99511266 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1796028 CPUtime=1.92
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 9725 0 -1 64 6095 0 0 0 190 2 0 0 16 0 13 0 99511266 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1796028 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99511266 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1796028 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99511266 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1796028 CPUtime=0
/proc/10482/task/10495/stat : 10495 (java) S 10480 10482 9725 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 99511502 1839132672 48256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 1796028

[startup+12.7018 s]
/proc/loadavg: 1.22 1.05 1.01 2/90 10495
/proc/meminfo: memFree=938592/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1795128 CPUtime=15.77
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 65334 0 1 0 1546 31 0 0 18 0 13 0 99511257 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 448782 53596 1332 9 0 446394 0
[pid=10482/tid=10484] ppid=10480 vsize=1795128 CPUtime=10.82
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 9725 0 -1 64 37762 0 1 0 1063 19 0 0 25 0 13 0 99511258 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109978244 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1795128 CPUtime=0.51
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 9725 0 -1 64 6075 0 0 0 49 2 0 0 16 0 13 0 99511259 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1795128 CPUtime=0.51
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 9725 0 -1 64 7363 0 0 0 49 2 0 0 17 0 13 0 99511259 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 9725 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 99511262 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 9725 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99511266 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1795128 CPUtime=1.9
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 9725 0 -1 64 7289 0 0 0 187 3 0 0 16 0 13 0 99511266 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1795128 CPUtime=1.97
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 9725 0 -1 64 6097 0 0 0 195 2 0 0 16 0 13 0 99511266 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99511266 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99511266 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10495/stat : 10495 (java) S 10480 10482 9725 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 99511502 1838211072 53596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 1795128

[startup+25.5025 s]
/proc/loadavg: 1.17 1.05 1.01 2/90 10495
/proc/meminfo: memFree=922464/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1795128 CPUtime=28.78
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 70234 0 1 0 2844 34 0 0 18 0 13 0 99511257 1838211072 57864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 448782 57864 1332 9 0 446394 0
[pid=10482/tid=10484] ppid=10480 vsize=1795128 CPUtime=23.39
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 9725 0 -1 64 37777 0 1 0 2320 19 0 0 17 0 13 0 99511258 1838211072 57864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109997177 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1795128 CPUtime=0.72
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 9725 0 -1 64 8301 0 0 0 69 3 0 0 16 0 13 0 99511259 1838211072 57864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1795128 CPUtime=0.72
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 9725 0 -1 64 10020 0 0 0 69 3 0 0 16 0 13 0 99511259 1838211072 57864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 9725 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 99511262 1838211072 57864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 9725 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 57864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=10482/tid=10487] ppid=10480 vsize=1795128 CPUtime=0.32
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 9725 0 -1 64 32 0 0 0 20 12 0 0 15 0 13 0 99511262 1838211072 268438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 9725 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 268438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 268438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99511266 1838211072 268438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1795128 CPUtime=1.97
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 9725 0 -1 64 7291 0 0 0 194 3 0 0 17 0 13 0 99511266 1838211072 268438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1795128 CPUtime=2.04
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 9725 0 -1 64 6098 0 0 0 202 2 0 0 17 0 13 0 99511266 1838211072 268438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99511266 1838211072 268438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99511266 1838211072 268438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10495/stat : 10495 (java) S 10480 10482 9725 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 99511502 1838211072 268438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.17
Current children cumulated vsize (KiB) 1795128

[startup+1602.3 s]
/proc/loadavg: 1.32 1.10 1.02 2/90 11189
/proc/meminfo: memFree=49632/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1795128 CPUtime=1661.1
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 309085 0 1 0 165938 172 0 0 18 0 13 0 99511257 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 448782 275170 1334 9 0 446394 0
[pid=10482/tid=10484] ppid=10480 vsize=1795128 CPUtime=1541.81
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 9725 0 -1 64 39367 0 1 0 154144 37 0 0 25 0 13 0 99511258 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1795128 CPUtime=57.43
/proc/10482/task/10485/stat : 10485 (java) R 10480 10482 9725 0 -1 64 129441 0 0 0 5685 58 0 0 16 0 13 0 99511259 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070793 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1795128 CPUtime=57.46
/proc/10482/task/10486/stat : 10486 (java) R 10480 10482 9725 0 -1 64 126134 0 0 0 5689 57 0 0 17 0 13 0 99511259 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070797 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1795128 CPUtime=0.33
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 9725 0 -1 64 32 0 0 0 20 13 0 0 16 0 13 0 99511262 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 9725 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99511266 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1795128 CPUtime=1.97
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 9725 0 -1 64 7291 0 0 0 194 3 0 0 17 0 13 0 99511266 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1795128 CPUtime=2.04
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 9725 0 -1 64 6098 0 0 0 202 2 0 0 17 0 13 0 99511266 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99511266 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99511266 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10495/stat : 10495 (java) S 10480 10482 9725 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 99511502 1838211072 275170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.1
Current children cumulated vsize (KiB) 1795128

[startup+1662.3 s]
/proc/loadavg: 1.24 1.13 1.03 2/90 11189
/proc/meminfo: memFree=16480/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1795128 CPUtime=1724.41
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 317824 0 1 0 172263 178 0 0 18 0 13 0 99511257 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 448782 283438 1334 9 0 446394 0
[pid=10482/tid=10484] ppid=10480 vsize=1795128 CPUtime=1598.39
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 9725 0 -1 64 39413 0 1 0 159802 37 0 0 25 0 13 0 99511258 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770674 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1795128 CPUtime=60.78
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 9725 0 -1 64 133799 0 0 0 6018 60 0 0 16 0 13 0 99511259 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1795128 CPUtime=60.82
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 9725 0 -1 64 130469 0 0 0 6023 59 0 0 16 0 13 0 99511259 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1795128 CPUtime=0.34
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 9725 0 -1 64 32 0 0 0 21 13 0 0 15 0 13 0 99511262 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 9725 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99511266 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1795128 CPUtime=1.97
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 9725 0 -1 64 7291 0 0 0 194 3 0 0 17 0 13 0 99511266 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1795128 CPUtime=2.04
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 9725 0 -1 64 6098 0 0 0 202 2 0 0 17 0 13 0 99511266 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99511266 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99511266 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10495/stat : 10495 (java) S 10480 10482 9725 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 99511502 1838211072 283438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.41
Current children cumulated vsize (KiB) 1795128

[startup+1722.3 s]
/proc/loadavg: 1.22 1.13 1.04 2/90 11189
/proc/meminfo: memFree=15968/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1795128 CPUtime=1787.78
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 325861 0 1 0 178595 183 0 0 18 0 13 0 99511257 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 448782 291124 1334 9 0 446394 0
[pid=10482/tid=10484] ppid=10480 vsize=1795128 CPUtime=1654.91
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 9725 0 -1 64 39460 0 1 0 165453 38 0 0 24 0 13 0 99511258 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109978400 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1795128 CPUtime=64.21
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 9725 0 -1 64 136270 0 0 0 6360 61 0 0 17 0 13 0 99511259 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1795128 CPUtime=64.24
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 9725 0 -1 64 135988 0 0 0 6362 62 0 0 16 0 13 0 99511259 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1795128 CPUtime=0.36
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 9725 0 -1 64 32 0 0 0 22 14 0 0 16 0 13 0 99511262 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 9725 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99511266 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1795128 CPUtime=1.97
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 9725 0 -1 64 7291 0 0 0 194 3 0 0 17 0 13 0 99511266 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1795128 CPUtime=2.04
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 9725 0 -1 64 6098 0 0 0 202 2 0 0 17 0 13 0 99511266 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99511266 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99511266 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10495/stat : 10495 (java) S 10480 10482 9725 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 99511502 1838211072 291124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.78
Current children cumulated vsize (KiB) 1795128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1734 s]
/proc/loadavg: 1.17 1.12 1.03 3/90 11189
/proc/meminfo: memFree=15648/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1795128 CPUtime=1800.08
/proc/10482/stat : 10482 (java) S 10480 10482 9725 0 -1 0 327119 0 1 0 179824 184 0 0 18 0 13 0 99511257 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 448782 292281 1334 9 0 446394 0
[pid=10482/tid=10484] ppid=10480 vsize=1795128 CPUtime=1665.99
/proc/10482/task/10484/stat : 10484 (java) S 10480 10482 9725 0 -1 64 39469 0 1 0 166561 38 0 0 25 0 13 0 99511258 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1795128 CPUtime=64.81
/proc/10482/task/10485/stat : 10485 (java) R 10480 10482 9725 0 -1 64 136764 0 0 0 6420 61 0 0 17 0 13 0 99511259 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102355541 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1795128 CPUtime=64.84
/proc/10482/task/10486/stat : 10486 (java) R 10480 10482 9725 0 -1 64 136743 0 0 0 6422 62 0 0 17 0 13 0 99511259 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1795128 CPUtime=0.36
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 9725 0 -1 64 32 0 0 0 22 14 0 0 15 0 13 0 99511262 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 9725 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 9725 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99511262 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 99511266 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1795128 CPUtime=1.97
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 9725 0 -1 64 7291 0 0 0 194 3 0 0 17 0 13 0 99511266 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1795128 CPUtime=2.04
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 9725 0 -1 64 6098 0 0 0 202 2 0 0 17 0 13 0 99511266 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 99511266 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 9725 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99511266 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1795128 CPUtime=0
/proc/10482/task/10495/stat : 10495 (java) S 10480 10482 9725 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 99511502 1838211072 292281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1795128

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

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

[startup+1734.2 s]
/proc/loadavg: 1.17 1.12 1.03 3/90 11189
/proc/meminfo: memFree=15648/2055920 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=0 CPUtime=1800.29
/proc/10482/stat : 10482 (java) Z 10480 10482 9725 0 -1 1036 327387 0 1 0 179829 200 0 0 16 0 2 0 99511257 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10482/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1734.21
CPU time (s): 1800.31
CPU user time (s): 1798.3
CPU system time (s): 2.01269
CPU usage (%): 103.812
Max. virtual memory (cumulated for all children) (KiB): 1797048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 2.01269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327387
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= 48180
involuntary context switches= 60836

runsolver used 1.67374 second user time and 4.76228 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Apr 14 01:58:54 UTC 2007

IDJOB= 350531
IDBENCH= 1488
IDSOLVER= 160
FILE ID= node13/350531-1176515934

PBS_JOBID= 4556704

Free space on /tmp= 66519 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.8.accl.ucl.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350531-1176515934/sat4jPseudoCP.jar /tmp/evaluation/350531-1176515934/instance-350531-1176515934.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-350531-1176515934 -o ROOT/results/node13/solver-350531-1176515934 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350531-1176515934/sat4jPseudoCP.jar /tmp/evaluation/350531-1176515934/instance-350531-1176515934.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b2fe1642a1ae97e0b20cfe37f07bcc49

RANDOM SEED= 396197569

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1149216 kB
Buffers:         40248 kB
Cached:         753856 kB
SwapCached:          0 kB
Active:         268580 kB
Inactive:       569720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1149216 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5592 kB
Writeback:           0 kB
Mapped:          63084 kB
Slab:            53828 kB
Committed_AS:  4601696 kB
PageTables:       1872 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= 66519 MiB

End job on node13 on Sat Apr 14 02:27:50 UTC 2007