Trace number 365920

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-23UNSAT 79.9748 78.8015

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-81-80.opb
MD5SUMd887ec44be40cf432f8acabc52df2afa
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 benchmark0.05699
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6480
Total number of constraints161
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
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/365920-1177055194/instance-365920-1177055194.opb
0.20/0.20	c reading problem ... 
1.19/0.84	c ... done. Wall clock time 0.637s.
1.19/0.84	c CPU time (experimental) 0.56s.
1.19/0.84	c #vars     6480
1.19/0.84	c #constraints  161
79.88/78.76	c starts		: 1
79.88/78.76	c conflicts		: 80
79.88/78.76	c decisions		: 3161
79.88/78.76	c propagations		: 8090
79.88/78.76	c inspects		: 3477
79.88/78.76	c learnt literals	: 0
79.88/78.76	c learnt binary clauses	: 0
79.88/78.76	c learnt ternary clauses	: 0
79.88/78.76	c learnt clauses	: 79
79.88/78.76	c root simplifications	: 0
79.88/78.76	c removed literals (reason simplification)	: 0
79.88/78.76	c reason swapping (by a shorter reason)	: 0
79.88/78.76	c Calls to reduceDB	: 0
79.88/78.76	c speed (decisions/second)	: 40.57453854645342
79.88/78.76	c non guided choices	3161
79.88/78.76	s UNSATISFIABLE
79.88/78.76	c Total wall clock time (ms): 78.556

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/node42/watcher-365920-1177055194 -o ROOT/results/node42/solver-365920-1177055194 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365920-1177055194/sat4jPseudoCP.jar /tmp/evaluation/365920-1177055194/instance-365920-1177055194.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.79 0.96 0.98 2/77 10817
/proc/meminfo: memFree=1860920/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=152 CPUtime=0
/proc/10817/stat : 10817 (java) R 10815 10817 10754 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 153431246 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 12407588 0 0 4096 0 0 0 0 17 1 0 0
/proc/10817/statm: 38 26 19 9 0 4 0

[startup+0.0184611 s]
/proc/loadavg: 0.79 0.96 0.98 2/77 10817
/proc/meminfo: memFree=1860920/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=12652 CPUtime=0
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 879 0 1 0 0 0 0 0 18 0 2 0 153431246 12955648 635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12652

[startup+0.101243 s]
/proc/loadavg: 0.79 0.96 0.98 2/77 10817
/proc/meminfo: memFree=1860920/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1780108 CPUtime=0.08
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 153431246 1822830592 3709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 445027 3709 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30128 s]
/proc/loadavg: 0.79 0.96 0.98 2/77 10817
/proc/meminfo: memFree=1860920/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1781420 CPUtime=0.31
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 5167 0 1 0 28 3 0 0 18 0 12 0 153431246 1824174080 4905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 445355 4905 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.701358 s]
/proc/loadavg: 0.79 0.96 0.98 2/77 10817
/proc/meminfo: memFree=1860920/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1784868 CPUtime=1.01
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 8226 0 1 0 96 5 0 0 18 0 12 0 153431246 1827704832 7092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446217 7092 1308 9 0 443829 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1784868

[startup+1.50251 s]
/proc/loadavg: 0.79 0.96 0.98 2/90 10830
/proc/meminfo: memFree=1832976/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1785192 CPUtime=2.14
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 29647 0 1 0 198 16 0 0 18 0 13 0 153431246 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446298 28455 1317 9 0 443910 0
[pid=10817/tid=10819] ppid=10815 vsize=1785192 CPUtime=1.14
/proc/10817/task/10819/stat : 10819 (java) R 10815 10817 10754 0 -1 64 26808 0 1 0 100 14 0 0 24 0 13 0 153431248 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109725443 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10820] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10820/stat : 10820 (java) S 10815 10817 10754 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153431249 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10821] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10821/stat : 10821 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153431249 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10822] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10822/stat : 10822 (java) S 10815 10817 10754 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153431252 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10823] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10823/stat : 10823 (java) S 10815 10817 10754 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153431252 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10824] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10824/stat : 10824 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153431252 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10825] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10825/stat : 10825 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153431256 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10826] ppid=10815 vsize=1785192 CPUtime=0.49
/proc/10817/task/10826/stat : 10826 (java) S 10815 10817 10754 0 -1 64 786 0 0 0 49 0 0 0 16 0 13 0 153431256 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10827] ppid=10815 vsize=1785192 CPUtime=0.47
/proc/10817/task/10827/stat : 10827 (java) S 10815 10817 10754 0 -1 64 1330 0 0 0 47 0 0 0 16 0 13 0 153431256 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10828] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10828/stat : 10828 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153431256 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10829] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10829/stat : 10829 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153431256 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10830] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10830/stat : 10830 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153431333 1828036608 28455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 1785192

[startup+3.10281 s]
/proc/loadavg: 0.79 0.96 0.98 2/90 10830
/proc/meminfo: memFree=1706064/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1785192 CPUtime=3.9
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 41521 0 1 0 369 21 0 0 18 0 13 0 153431246 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446298 40289 1329 9 0 443910 0
[pid=10817/tid=10819] ppid=10815 vsize=1785192 CPUtime=2.68
/proc/10817/task/10819/stat : 10819 (java) R 10815 10817 10754 0 -1 64 37709 0 1 0 249 19 0 0 18 0 13 0 153431248 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109681412 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10820] ppid=10815 vsize=1785192 CPUtime=0.02
/proc/10817/task/10820/stat : 10820 (java) S 10815 10817 10754 0 -1 64 526 0 0 0 2 0 0 0 16 0 13 0 153431249 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10821] ppid=10815 vsize=1785192 CPUtime=0.01
/proc/10817/task/10821/stat : 10821 (java) S 10815 10817 10754 0 -1 64 393 0 0 0 1 0 0 0 16 0 13 0 153431249 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10822] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10822/stat : 10822 (java) S 10815 10817 10754 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153431252 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10823] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10823/stat : 10823 (java) S 10815 10817 10754 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153431252 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10824] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10824/stat : 10824 (java) S 10815 10817 10754 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153431252 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10825] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10825/stat : 10825 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153431256 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10826] ppid=10815 vsize=1785192 CPUtime=0.58
/proc/10817/task/10826/stat : 10826 (java) S 10815 10817 10754 0 -1 64 791 0 0 0 58 0 0 0 16 0 13 0 153431256 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10827] ppid=10815 vsize=1785192 CPUtime=0.57
/proc/10817/task/10827/stat : 10827 (java) S 10815 10817 10754 0 -1 64 1369 0 0 0 57 0 0 0 16 0 13 0 153431256 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10828] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10828/stat : 10828 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153431256 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10829] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10829/stat : 10829 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153431256 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10830] ppid=10815 vsize=1785192 CPUtime=0
/proc/10817/task/10830/stat : 10830 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153431333 1828036608 40289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 1785192

[startup+6.30141 s]
/proc/loadavg: 0.81 0.96 0.98 2/90 10830
/proc/meminfo: memFree=1684760/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1785032 CPUtime=7.22
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 50696 0 1 0 697 25 0 0 18 0 13 0 153431246 1827872768 48583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446258 48583 1329 9 0 443870 0
[pid=10817/tid=10819] ppid=10815 vsize=1785032 CPUtime=5.79
/proc/10817/task/10819/stat : 10819 (java) R 10815 10817 10754 0 -1 64 45410 0 1 0 557 22 0 0 25 0 13 0 153431248 1827872768 48585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109680700 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10820] ppid=10815 vsize=1785032 CPUtime=0.04
/proc/10817/task/10820/stat : 10820 (java) S 10815 10817 10754 0 -1 64 1166 0 0 0 4 0 0 0 16 0 13 0 153431249 1827872768 48588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10821] ppid=10815 vsize=1785032 CPUtime=0.04
/proc/10817/task/10821/stat : 10821 (java) S 10815 10817 10754 0 -1 64 826 0 0 0 4 0 0 0 16 0 13 0 153431249 1827872768 48590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10822] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10822/stat : 10822 (java) S 10815 10817 10754 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 48593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10823] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10823/stat : 10823 (java) S 10815 10817 10754 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 48596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10824] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10824/stat : 10824 (java) S 10815 10817 10754 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10825] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10825/stat : 10825 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153431256 1827872768 48602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10826] ppid=10815 vsize=1785032 CPUtime=0.65
/proc/10817/task/10826/stat : 10826 (java) S 10815 10817 10754 0 -1 64 796 0 0 0 65 0 0 0 15 0 13 0 153431256 1827872768 48604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10827] ppid=10815 vsize=1785032 CPUtime=0.64
/proc/10817/task/10827/stat : 10827 (java) S 10815 10817 10754 0 -1 64 1750 0 0 0 64 0 0 0 16 0 13 0 153431256 1827872768 48607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10828] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10828/stat : 10828 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153431256 1827872768 48608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10829] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10829/stat : 10829 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153431256 1827872768 48608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10830] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10830/stat : 10830 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153431333 1827872768 48608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 1785032

[startup+12.7026 s]
/proc/loadavg: 0.82 0.96 0.98 2/90 10830
/proc/meminfo: memFree=1674040/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1785032 CPUtime=13.65
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 52534 0 1 0 1338 27 0 0 18 0 13 0 153431246 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446258 47233 1329 9 0 443870 0
[pid=10817/tid=10819] ppid=10815 vsize=1785032 CPUtime=12.16
/proc/10817/task/10819/stat : 10819 (java) R 10815 10817 10754 0 -1 64 46818 0 1 0 1193 23 0 0 19 0 13 0 153431248 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109715317 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10820] ppid=10815 vsize=1785032 CPUtime=0.06
/proc/10817/task/10820/stat : 10820 (java) S 10815 10817 10754 0 -1 64 1386 0 0 0 6 0 0 0 16 0 13 0 153431249 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10821] ppid=10815 vsize=1785032 CPUtime=0.06
/proc/10817/task/10821/stat : 10821 (java) S 10815 10817 10754 0 -1 64 1032 0 0 0 6 0 0 0 16 0 13 0 153431249 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10822] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10822/stat : 10822 (java) S 10815 10817 10754 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 153431252 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10823] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10823/stat : 10823 (java) S 10815 10817 10754 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10824] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10824/stat : 10824 (java) S 10815 10817 10754 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10825] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10825/stat : 10825 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153431256 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10826] ppid=10815 vsize=1785032 CPUtime=0.65
/proc/10817/task/10826/stat : 10826 (java) S 10815 10817 10754 0 -1 64 796 0 0 0 65 0 0 0 15 0 13 0 153431256 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10827] ppid=10815 vsize=1785032 CPUtime=0.65
/proc/10817/task/10827/stat : 10827 (java) S 10815 10817 10754 0 -1 64 1752 0 0 0 65 0 0 0 16 0 13 0 153431256 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10828] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10828/stat : 10828 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153431256 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10829] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10829/stat : 10829 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153431256 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10830] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10830/stat : 10830 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153431333 1827872768 47233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.65
Current children cumulated vsize (KiB) 1785032

[startup+25.5011 s]
/proc/loadavg: 0.86 0.96 0.98 2/90 10830
/proc/meminfo: memFree=1691192/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1785032 CPUtime=26.52
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 53402 0 1 0 2624 28 0 0 18 0 13 0 153431246 1827872768 43337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446258 43337 1329 9 0 443870 0
[pid=10817/tid=10819] ppid=10815 vsize=1785032 CPUtime=24.88
/proc/10817/task/10819/stat : 10819 (java) R 10815 10817 10754 0 -1 64 46860 0 1 0 2465 23 0 0 17 0 13 0 153431248 1827872768 43337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109725485 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10820] ppid=10815 vsize=1785032 CPUtime=0.11
/proc/10817/task/10820/stat : 10820 (java) S 10815 10817 10754 0 -1 64 1835 0 0 0 10 1 0 0 16 0 13 0 153431249 1827872768 43337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10821] ppid=10815 vsize=1785032 CPUtime=0.1
/proc/10817/task/10821/stat : 10821 (java) S 10815 10817 10754 0 -1 64 1357 0 0 0 10 0 0 0 16 0 13 0 153431249 1827872768 43337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/10817/task/10829/stat : 10829 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153431256 1827872768 39898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10830] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10830/stat : 10830 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153431333 1827872768 39898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.43
Current children cumulated vsize (KiB) 1785032

[startup+73.5022 s]
/proc/loadavg: 0.93 0.97 0.98 2/90 10830
/proc/meminfo: memFree=1705464/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1785032 CPUtime=74.64
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 56413 0 1 0 7428 36 0 0 18 0 13 0 153431246 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446258 39737 1329 9 0 443870 0
[pid=10817/tid=10819] ppid=10815 vsize=1785032 CPUtime=72.59
/proc/10817/task/10819/stat : 10819 (java) R 10815 10817 10754 0 -1 64 47270 0 1 0 7234 25 0 0 25 0 13 0 153431248 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109703750 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10820] ppid=10815 vsize=1785032 CPUtime=0.27
/proc/10817/task/10820/stat : 10820 (java) S 10815 10817 10754 0 -1 64 2989 0 0 0 25 2 0 0 16 0 13 0 153431249 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10821] ppid=10815 vsize=1785032 CPUtime=0.26
/proc/10817/task/10821/stat : 10821 (java) S 10815 10817 10754 0 -1 64 2799 0 0 0 24 2 0 0 16 0 13 0 153431249 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10822] ppid=10815 vsize=1785032 CPUtime=0.07
/proc/10817/task/10822/stat : 10822 (java) S 10815 10817 10754 0 -1 64 28 0 0 0 4 3 0 0 15 0 13 0 153431252 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10823] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10823/stat : 10823 (java) S 10815 10817 10754 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10824] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10824/stat : 10824 (java) S 10815 10817 10754 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10825] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10825/stat : 10825 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153431256 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10826] ppid=10815 vsize=1785032 CPUtime=0.71
/proc/10817/task/10826/stat : 10826 (java) S 10815 10817 10754 0 -1 64 814 0 0 0 71 0 0 0 17 0 13 0 153431256 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10827] ppid=10815 vsize=1785032 CPUtime=0.66
/proc/10817/task/10827/stat : 10827 (java) S 10815 10817 10754 0 -1 64 1791 0 0 0 66 0 0 0 17 0 13 0 153431256 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10828] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10828/stat : 10828 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153431256 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10829] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10829/stat : 10829 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153431256 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10830] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10830/stat : 10830 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153431333 1827872768 39737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.64
Current children cumulated vsize (KiB) 1785032

[startup+76.7018 s]
/proc/loadavg: 0.94 0.97 0.98 2/90 10830
/proc/meminfo: memFree=1706488/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1785032 CPUtime=77.86
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 56713 0 1 0 7750 36 0 0 18 0 13 0 153431246 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446258 39480 1329 9 0 443870 0
[pid=10817/tid=10819] ppid=10815 vsize=1785032 CPUtime=75.77
/proc/10817/task/10819/stat : 10819 (java) R 10815 10817 10754 0 -1 64 47297 0 1 0 7552 25 0 0 25 0 13 0 153431248 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109703900 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10820] ppid=10815 vsize=1785032 CPUtime=0.29
/proc/10817/task/10820/stat : 10820 (java) S 10815 10817 10754 0 -1 64 3119 0 0 0 27 2 0 0 16 0 13 0 153431249 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10821] ppid=10815 vsize=1785032 CPUtime=0.29
/proc/10817/task/10821/stat : 10821 (java) S 10815 10817 10754 0 -1 64 2942 0 0 0 26 3 0 0 15 0 13 0 153431249 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10822] ppid=10815 vsize=1785032 CPUtime=0.07
/proc/10817/task/10822/stat : 10822 (java) S 10815 10817 10754 0 -1 64 28 0 0 0 4 3 0 0 16 0 13 0 153431252 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10823] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10823/stat : 10823 (java) S 10815 10817 10754 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10824] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10824/stat : 10824 (java) S 10815 10817 10754 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10825] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10825/stat : 10825 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153431256 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10826] ppid=10815 vsize=1785032 CPUtime=0.71
/proc/10817/task/10826/stat : 10826 (java) S 10815 10817 10754 0 -1 64 814 0 0 0 71 0 0 0 17 0 13 0 153431256 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10827] ppid=10815 vsize=1785032 CPUtime=0.66
/proc/10817/task/10827/stat : 10827 (java) S 10815 10817 10754 0 -1 64 1791 0 0 0 66 0 0 0 17 0 13 0 153431256 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10828] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10828/stat : 10828 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153431256 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10829] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10829/stat : 10829 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153431256 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10830] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10830/stat : 10830 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153431333 1827872768 39480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.86
Current children cumulated vsize (KiB) 1785032

[startup+77.502 s]
/proc/loadavg: 0.94 0.97 0.98 2/90 10830
/proc/meminfo: memFree=1706808/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1785032 CPUtime=78.67
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 56813 0 1 0 7830 37 0 0 18 0 13 0 153431246 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446258 39386 1329 9 0 443870 0
[pid=10817/tid=10819] ppid=10815 vsize=1785032 CPUtime=76.56
/proc/10817/task/10819/stat : 10819 (java) R 10815 10817 10754 0 -1 64 47304 0 1 0 7631 25 0 0 25 0 13 0 153431248 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726680 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10820] ppid=10815 vsize=1785032 CPUtime=0.3
/proc/10817/task/10820/stat : 10820 (java) S 10815 10817 10754 0 -1 64 3168 0 0 0 28 2 0 0 15 0 13 0 153431249 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10821] ppid=10815 vsize=1785032 CPUtime=0.3
/proc/10817/task/10821/stat : 10821 (java) S 10815 10817 10754 0 -1 64 2986 0 0 0 27 3 0 0 16 0 13 0 153431249 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10822] ppid=10815 vsize=1785032 CPUtime=0.07
/proc/10817/task/10822/stat : 10822 (java) S 10815 10817 10754 0 -1 64 28 0 0 0 4 3 0 0 16 0 13 0 153431252 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10823] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10823/stat : 10823 (java) S 10815 10817 10754 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10824] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10824/stat : 10824 (java) S 10815 10817 10754 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10825] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10825/stat : 10825 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153431256 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10826] ppid=10815 vsize=1785032 CPUtime=0.71
/proc/10817/task/10826/stat : 10826 (java) S 10815 10817 10754 0 -1 64 814 0 0 0 71 0 0 0 17 0 13 0 153431256 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10827] ppid=10815 vsize=1785032 CPUtime=0.66
/proc/10817/task/10827/stat : 10827 (java) S 10815 10817 10754 0 -1 64 1791 0 0 0 66 0 0 0 17 0 13 0 153431256 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10828] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10828/stat : 10828 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153431256 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10829] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10829/stat : 10829 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153431256 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10830] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10830/stat : 10830 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153431333 1827872768 39386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.67
Current children cumulated vsize (KiB) 1785032

[startup+78.3021 s]
/proc/loadavg: 0.94 0.97 0.98 2/90 10830
/proc/meminfo: memFree=1707576/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1785032 CPUtime=79.47
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 56925 0 1 0 7910 37 0 0 18 0 13 0 153431246 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446258 39288 1329 9 0 443870 0
[pid=10817/tid=10819] ppid=10815 vsize=1785032 CPUtime=77.35
/proc/10817/task/10819/stat : 10819 (java) R 10815 10817 10754 0 -1 64 47312 0 1 0 7710 25 0 0 16 0 13 0 153431248 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109711301 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10820] ppid=10815 vsize=1785032 CPUtime=0.3
/proc/10817/task/10820/stat : 10820 (java) S 10815 10817 10754 0 -1 64 3219 0 0 0 28 2 0 0 16 0 13 0 153431249 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10821] ppid=10815 vsize=1785032 CPUtime=0.3
/proc/10817/task/10821/stat : 10821 (java) S 10815 10817 10754 0 -1 64 3039 0 0 0 27 3 0 0 16 0 13 0 153431249 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10822] ppid=10815 vsize=1785032 CPUtime=0.07
/proc/10817/task/10822/stat : 10822 (java) S 10815 10817 10754 0 -1 64 28 0 0 0 4 3 0 0 16 0 13 0 153431252 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10823] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10823/stat : 10823 (java) S 10815 10817 10754 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10824] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10824/stat : 10824 (java) S 10815 10817 10754 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10825] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10825/stat : 10825 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153431256 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10826] ppid=10815 vsize=1785032 CPUtime=0.71
/proc/10817/task/10826/stat : 10826 (java) S 10815 10817 10754 0 -1 64 814 0 0 0 71 0 0 0 17 0 13 0 153431256 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10827] ppid=10815 vsize=1785032 CPUtime=0.66
/proc/10817/task/10827/stat : 10827 (java) S 10815 10817 10754 0 -1 64 1791 0 0 0 66 0 0 0 17 0 13 0 153431256 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10828] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10828/stat : 10828 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153431256 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10829] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10829/stat : 10829 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153431256 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10830] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10830/stat : 10830 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153431333 1827872768 39288 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.47
Current children cumulated vsize (KiB) 1785032

[startup+78.7022 s]
/proc/loadavg: 0.94 0.97 0.98 2/90 10830
/proc/meminfo: memFree=1707576/2055920 swapFree=4146244/4192956
[pid=10817] ppid=10815 vsize=1785032 CPUtime=79.88
/proc/10817/stat : 10817 (java) S 10815 10817 10754 0 -1 0 56955 0 1 0 7951 37 0 0 18 0 13 0 153431246 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10817/statm: 446258 39217 1329 9 0 443870 0
[pid=10817/tid=10819] ppid=10815 vsize=1785032 CPUtime=77.75
/proc/10817/task/10819/stat : 10819 (java) R 10815 10817 10754 0 -1 64 47316 0 1 0 7750 25 0 0 17 0 13 0 153431248 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109680880 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10820] ppid=10815 vsize=1785032 CPUtime=0.31
/proc/10817/task/10820/stat : 10820 (java) S 10815 10817 10754 0 -1 64 3233 0 0 0 29 2 0 0 16 0 13 0 153431249 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10821] ppid=10815 vsize=1785032 CPUtime=0.31
/proc/10817/task/10821/stat : 10821 (java) S 10815 10817 10754 0 -1 64 3051 0 0 0 28 3 0 0 16 0 13 0 153431249 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10822] ppid=10815 vsize=1785032 CPUtime=0.07
/proc/10817/task/10822/stat : 10822 (java) S 10815 10817 10754 0 -1 64 28 0 0 0 4 3 0 0 15 0 13 0 153431252 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10823] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10823/stat : 10823 (java) S 10815 10817 10754 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10824] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10824/stat : 10824 (java) S 10815 10817 10754 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153431252 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10825] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10825/stat : 10825 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153431256 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10826] ppid=10815 vsize=1785032 CPUtime=0.71
/proc/10817/task/10826/stat : 10826 (java) S 10815 10817 10754 0 -1 64 814 0 0 0 71 0 0 0 17 0 13 0 153431256 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10827] ppid=10815 vsize=1785032 CPUtime=0.66
/proc/10817/task/10827/stat : 10827 (java) S 10815 10817 10754 0 -1 64 1791 0 0 0 66 0 0 0 17 0 13 0 153431256 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10828] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10828/stat : 10828 (java) S 10815 10817 10754 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153431256 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10817/tid=10829] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10829/stat : 10829 (java) S 10815 10817 10754 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153431256 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10817/tid=10830] ppid=10815 vsize=1785032 CPUtime=0
/proc/10817/task/10830/stat : 10830 (java) S 10815 10817 10754 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153431333 1827872768 39217 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.88
Current children cumulated vsize (KiB) 1785032

Child status: 20
Real time (s): 78.8015
CPU time (s): 79.9748
CPU user time (s): 79.5739
CPU system time (s): 0.400939
CPU usage (%): 101.489
Max. virtual memory (cumulated for all children) (KiB): 1785376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.5739
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56964
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= 7763
involuntary context switches= 5493

runsolver used 0.073988 second user time and 0.227965 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Fri Apr 20 07:46:34 UTC 2007

IDJOB= 365920
IDBENCH= 2588
IDSOLVER= 160
FILE ID= node42/365920-1177055194

PBS_JOBID= 4640208

Free space on /tmp= 66445 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-81-80.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365920-1177055194/sat4jPseudoCP.jar /tmp/evaluation/365920-1177055194/instance-365920-1177055194.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-365920-1177055194 -o ROOT/results/node42/solver-365920-1177055194 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365920-1177055194/sat4jPseudoCP.jar /tmp/evaluation/365920-1177055194/instance-365920-1177055194.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d887ec44be40cf432f8acabc52df2afa

RANDOM SEED= 597015105

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.277
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.277
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:       1861328 kB
Buffers:         25308 kB
Cached:          90588 kB
SwapCached:      16568 kB
Active:          49280 kB
Inactive:        92504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861328 kB
SwapTotal:     4192956 kB
SwapFree:      4146244 kB
Dirty:            3884 kB
Writeback:           0 kB
Mapped:          32380 kB
Slab:            38224 kB
Committed_AS:  3462344 kB
PageTables:       1912 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= 66445 MiB

End job on node42 on Fri Apr 20 07:47:53 UTC 2007