Trace number 1089676

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2008-06-13UNSAT 40.6628 40.6214

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15d-08.xml
MD5SUM18f5e43835e75ec52b7f30d00e66eb96
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.620905
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16750
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16750
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.23	c See www.sat4j.org for details.
0.25/0.23	c That software uses the Rhino library from the Mozilla project.
0.25/0.27	c version 9.9.9.token
0.25/0.27	c sun.arch.data.model	32
0.25/0.27	c java.version	1.6.0_06
0.25/0.27	c os.name	Linux
0.25/0.27	c os.version	2.6.9-22.EL.rootsmp
0.25/0.27	c os.arch	i386
0.25/0.27	c Free memory 669864272
0.25/0.27	c Max memory 672137216
0.25/0.27	c Total memory 672137216
0.25/0.27	c Number of processors 2
0.36/0.31	c c --- Begin Solver configuration ---
0.36/0.31	c Stops conflict analysis at the first Unique Implication Point
0.36/0.31	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.31	c Learn all clauses as in MiniSAT
0.36/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.31	c Expensive reason simplification
0.36/0.31	c MiniSAT restarts strategy
0.36/0.31	c timeout=2147483s
0.36/0.31	c DB Simplification allowed=false
0.36/0.31	c --- End Solver configuration ---
0.36/0.32	c solving HOME/instance-1089676-1215269167.xml
0.36/0.32	c reading problem ... 
0.48/0.48	c reading problem named null
0.48/0.48	c reading domains done.
0.62/0.51	c reading variables done.
0.74/0.66	c reading predicates  done.
0.95/0.83	c reading constraints
7.67/6.97	c done with constraints.
7.67/6.97	c ... done. Wall clock time 6.657s.
7.67/6.97	c #vars     3600
7.67/6.97	c #constraints  268900
7.67/6.97	c constraints type 
7.67/6.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 268450
7.67/6.97	c org.sat4j.minisat.constraints.card.AtLeast => 450
40.56/40.56	c starts		: 12
40.56/40.56	c conflicts		: 19488
40.56/40.56	c decisions		: 20381
40.56/40.56	c propagations		: 2114667
40.56/40.56	c inspects		: 153630856
40.56/40.56	c learnt literals	: 11
40.56/40.56	c learnt binary clauses	: 34
40.56/40.56	c learnt ternary clauses	: 87
40.56/40.56	c learnt clauses	: 19476
40.56/40.56	c ignored clauses	: 0
40.56/40.56	c root simplifications	: 0
40.56/40.56	c removed literals (reason simplification)	: 152726
40.56/40.56	c reason swapping (by a shorter reason)	: 0
40.56/40.56	c Calls to reduceDB	: 0
40.56/40.57	c speed (assignments/second)	: 62962.7523372834
40.56/40.57	c non guided choices	184
40.56/40.57	s UNSATISFIABLE
40.56/40.57	c Total wall clock time (in seconds) : 40.251

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089676-1215269167/watcher-1089676-1215269167 -o /tmp/evaluation-result-1089676-1215269167/solver-1089676-1215269167 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1089676-1215269167.xml 

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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 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: 2.00 2.00 2.00 2/67 32165
/proc/meminfo: memFree=1652792/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=1472 CPUtime=0
/proc/32165/stat : 32165 (java6) R 32163 32165 30668 0 -1 0 95 0 0 0 0 0 0 0 20 0 1 0 2005888663 1507328 68 996147200 134512640 134550740 4294956176 18446744073709551615 4160632085 0 0 4096 0 0 0 0 17 1 0 0
/proc/32165/statm: 368 80 59 9 0 10 0

[startup+0.0304901 s]
/proc/loadavg: 2.00 2.00 2.00 2/67 32165
/proc/meminfo: memFree=1652792/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=800744 CPUtime=0.02
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 2345 0 1 0 1 1 0 0 18 0 4 0 2005888663 819961856 2083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 200186 2083 912 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.108491 s]
/proc/loadavg: 2.00 2.00 2.00 2/67 32165
/proc/meminfo: memFree=1652792/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=805152 CPUtime=0.11
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 3364 0 1 0 9 2 0 0 18 0 12 0 2005888663 824475648 3095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 201288 3104 1248 9 0 198657 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 805152

[startup+0.301531 s]
/proc/loadavg: 2.00 2.00 2.00 2/67 32165
/proc/meminfo: memFree=1652792/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=808732 CPUtime=0.36
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 5293 0 1 0 33 3 0 0 18 0 12 0 2005888663 828141568 4624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 202183 4624 1310 9 0 199552 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 808732

[startup+0.701595 s]
/proc/loadavg: 2.00 2.00 2.00 2/67 32165
/proc/meminfo: memFree=1652792/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=808760 CPUtime=0.84
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 6738 0 1 0 80 4 0 0 18 0 12 0 2005888663 828170240 6068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 202190 6068 1346 9 0 199552 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 808760

[startup+1.50173 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 32198
/proc/meminfo: memFree=1606416/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=811768 CPUtime=1.64
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 9463 0 1 0 158 6 0 0 18 0 12 0 2005888663 831250432 7813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 202942 7813 1359 9 0 200304 0
[pid=32165/tid=32167] ppid=32163 vsize=811768 CPUtime=0.92
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 30668 0 -1 64 5523 0 1 0 88 4 0 0 22 0 12 0 2005888664 831250432 7813 996147200 134512640 134550740 4294956016 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 30668 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 2005888665 831250432 7813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32169] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2005888665 831250432 7813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32170] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2005888666 831250432 7814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 30668 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 2005888667 831250432 7814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32172] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 30668 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 2005888667 831250432 7814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32173] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 2005888671 831250432 7814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=811768 CPUtime=0.26
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 30668 0 -1 64 1001 0 0 0 26 0 0 0 16 0 12 0 2005888671 831250432 7814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=811768 CPUtime=0.44
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 30668 0 -1 64 2174 0 0 0 44 0 0 0 16 0 12 0 2005888671 831250432 7814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2005888671 831250432 7815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2005888671 831250432 7815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 811768

[startup+3.103 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 32208
/proc/meminfo: memFree=1604816/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=811768 CPUtime=3.37
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 14457 0 1 0 328 9 0 0 18 0 12 0 2005888663 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 202942 11636 1368 9 0 200304 0
[pid=32165/tid=32167] ppid=32163 vsize=811768 CPUtime=1.68
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 30668 0 -1 64 9260 0 1 0 162 6 0 0 17 0 12 0 2005888664 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4109635550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32168] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 30668 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 2005888665 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32169] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2005888665 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32170] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2005888666 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 30668 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 2005888667 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32172] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 30668 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 2005888667 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32173] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 2005888671 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=811768 CPUtime=0.82
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 30668 0 -1 64 2059 0 0 0 81 1 0 0 16 0 12 0 2005888671 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32175] ppid=32163 vsize=811768 CPUtime=0.84
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 30668 0 -1 64 2373 0 0 0 84 0 0 0 16 0 12 0 2005888671 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32176] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2005888671 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=811768 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2005888671 831250432 11636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 811768

[startup+6.30154 s]
/proc/loadavg: 2.00 2.00 2.00 5/80 32221
/proc/meminfo: memFree=1564416/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=813136 CPUtime=7.08
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 31922 0 1 0 690 18 0 0 18 0 12 0 2005888663 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 203284 26409 1392 9 0 200646 0
[pid=32165/tid=32167] ppid=32163 vsize=813136 CPUtime=3.62
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 30668 0 -1 64 17547 0 1 0 353 9 0 0 18 0 12 0 2005888664 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4110049265 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=813136 CPUtime=0.12
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 30668 0 -1 64 3654 0 0 0 11 1 0 0 16 0 12 0 2005888665 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32169] ppid=32163 vsize=813136 CPUtime=0.09
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 30668 0 -1 64 2888 0 0 0 9 0 0 0 16 0 12 0 2005888665 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32170] ppid=32163 vsize=813136 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 30668 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 2005888666 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32171] ppid=32163 vsize=813136 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 30668 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2005888667 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32172] ppid=32163 vsize=813136 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2005888667 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32173] ppid=32163 vsize=813136 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 2005888671 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=813136 CPUtime=1.73
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 30668 0 -1 64 4429 0 0 0 171 2 0 0 15 0 12 0 2005888671 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=813136 CPUtime=1.45
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 30668 0 -1 64 2583 0 0 0 144 1 0 0 15 0 12 0 2005888671 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=813136 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2005888671 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=813136 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2005888671 832651264 26409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 813136

[startup+12.7026 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 32256
/proc/meminfo: memFree=1445344/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=813460 CPUtime=13.43
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 34892 0 1 0 1322 21 0 0 18 0 13 0 2005888663 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 203365 28692 1400 9 0 200727 0
[pid=32165/tid=32167] ppid=32163 vsize=813460 CPUtime=9.34
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 30668 0 -1 64 17566 0 1 0 923 11 0 0 25 0 13 0 2005888664 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4110372143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32168] ppid=32163 vsize=813460 CPUtime=0.15
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 30668 0 -1 64 4039 0 0 0 14 1 0 0 17 0 13 0 2005888665 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32169] ppid=32163 vsize=813460 CPUtime=0.18
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 30668 0 -1 64 4694 0 0 0 17 1 0 0 16 0 13 0 2005888665 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32170] ppid=32163 vsize=813460 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 30668 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 2005888666 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=813460 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 30668 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2005888667 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32172] ppid=32163 vsize=813460 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005888667 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32173] ppid=32163 vsize=813460 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2005888671 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=813460 CPUtime=1.97
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 30668 0 -1 64 4452 0 0 0 195 2 0 0 15 0 13 0 2005888671 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32175] ppid=32163 vsize=813460 CPUtime=1.71
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 30668 0 -1 64 3314 0 0 0 170 1 0 0 15 0 13 0 2005888671 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32176] ppid=32163 vsize=813460 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005888671 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=813460 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005888671 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32256] ppid=32163 vsize=813460 CPUtime=0
/proc/32165/task/32256/stat : 32256 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2005889361 832983040 28692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.43
Current children cumulated vsize (KiB) 813460

[startup+25.5018 s]
/proc/loadavg: 1.99 2.00 2.00 4/96 32389
/proc/meminfo: memFree=1452752/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=815508 CPUtime=26.16
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 35541 0 1 0 2594 22 0 0 18 0 13 0 2005888663 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 203877 28983 1402 9 0 201239 0
[pid=32165/tid=32167] ppid=32163 vsize=815508 CPUtime=21.94
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 30668 0 -1 64 17568 0 1 0 2182 12 0 0 25 0 13 0 2005888664 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4110361510 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32168] ppid=32163 vsize=815508 CPUtime=0.15
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 30668 0 -1 64 4039 0 0 0 14 1 0 0 17 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32169] ppid=32163 vsize=815508 CPUtime=0.18
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 30668 0 -1 64 4694 0 0 0 17 1 0 0 16 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32170] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 30668 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 2005888666 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 30668 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32172] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=32165] ppid=32163 vsize=815508 CPUtime=35.21
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 35541 0 1 0 3499 22 0 0 18 0 13 0 2005888663 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 203877 28983 1402 9 0 201239 0
[pid=32165/tid=32167] ppid=32163 vsize=815508 CPUtime=30.99
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 30668 0 -1 64 17568 0 1 0 3087 12 0 0 25 0 13 0 2005888664 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4110372160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32168] ppid=32163 vsize=815508 CPUtime=0.15
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 30668 0 -1 64 4039 0 0 0 14 1 0 0 17 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32169] ppid=32163 vsize=815508 CPUtime=0.18
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 30668 0 -1 64 4694 0 0 0 17 1 0 0 16 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32170] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 30668 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 2005888666 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 30668 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32172] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32173] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=815508 CPUtime=2.03
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 30668 0 -1 64 4459 0 0 0 201 2 0 0 16 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32175] ppid=32163 vsize=815508 CPUtime=1.78
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 30668 0 -1 64 3954 0 0 0 177 1 0 0 16 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32176] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32256] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32256/stat : 32256 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2005889361 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.21
Current children cumulated vsize (KiB) 815508

[startup+38.3029 s]
/proc/loadavg: 2.06 2.01 2.00 3/97 32390
/proc/meminfo: memFree=1391880/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=815508 CPUtime=38.38
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 35541 0 1 0 3816 22 0 0 18 0 13 0 2005888663 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 203877 28983 1402 9 0 201239 0
[pid=32165/tid=32167] ppid=32163 vsize=815508 CPUtime=34.16
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 30668 0 -1 64 17568 0 1 0 3404 12 0 0 25 0 13 0 2005888664 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4110372143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32168] ppid=32163 vsize=815508 CPUtime=0.15
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 30668 0 -1 64 4039 0 0 0 14 1 0 0 17 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32169] ppid=32163 vsize=815508 CPUtime=0.18
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 30668 0 -1 64 4694 0 0 0 17 1 0 0 16 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32170] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 30668 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 2005888666 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 30668 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32172] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32173] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=815508 CPUtime=2.03
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 30668 0 -1 64 4459 0 0 0 201 2 0 0 16 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32175] ppid=32163 vsize=815508 CPUtime=1.78
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 30668 0 -1 64 3954 0 0 0 177 1 0 0 16 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32176] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32256] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32256/stat : 32256 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2005889361 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 815508

[startup+39.9022 s]
/proc/loadavg: 2.06 2.01 2.00 3/97 32390
/proc/meminfo: memFree=1391880/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=815508 CPUtime=39.97
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 35541 0 1 0 3975 22 0 0 18 0 13 0 2005888663 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 203877 28983 1402 9 0 201239 0
[pid=32165/tid=32167] ppid=32163 vsize=815508 CPUtime=35.74
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 30668 0 -1 64 17568 0 1 0 3562 12 0 0 25 0 13 0 2005888664 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4110362187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32168] ppid=32163 vsize=815508 CPUtime=0.15
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 30668 0 -1 64 4039 0 0 0 14 1 0 0 17 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32169] ppid=32163 vsize=815508 CPUtime=0.18
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 30668 0 -1 64 4694 0 0 0 17 1 0 0 16 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32170] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 30668 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 2005888666 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 30668 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32172] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32173] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=815508 CPUtime=2.03
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 30668 0 -1 64 4459 0 0 0 201 2 0 0 16 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32175] ppid=32163 vsize=815508 CPUtime=1.78
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 30668 0 -1 64 3954 0 0 0 177 1 0 0 16 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32176] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32256] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32256/stat : 32256 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2005889361 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (KiB) 815508

[startup+40.3023 s]
/proc/loadavg: 2.06 2.01 2.00 3/97 32390
/proc/meminfo: memFree=1391880/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=815508 CPUtime=40.37
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 35541 0 1 0 4015 22 0 0 18 0 13 0 2005888663 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 203877 28983 1402 9 0 201239 0
[pid=32165/tid=32167] ppid=32163 vsize=815508 CPUtime=36.14
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 30668 0 -1 64 17568 0 1 0 3602 12 0 0 25 0 13 0 2005888664 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4110361664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32168] ppid=32163 vsize=815508 CPUtime=0.15
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 30668 0 -1 64 4039 0 0 0 14 1 0 0 17 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32169] ppid=32163 vsize=815508 CPUtime=0.18
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 30668 0 -1 64 4694 0 0 0 17 1 0 0 16 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32170] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 30668 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 2005888666 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 30668 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32172] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32173] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=815508 CPUtime=2.03
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 30668 0 -1 64 4459 0 0 0 201 2 0 0 16 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32175] ppid=32163 vsize=815508 CPUtime=1.78
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 30668 0 -1 64 3954 0 0 0 177 1 0 0 16 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32176] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32256] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32256/stat : 32256 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2005889361 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.37
Current children cumulated vsize (KiB) 815508

[startup+40.5023 s]
/proc/loadavg: 2.06 2.01 2.00 3/97 32390
/proc/meminfo: memFree=1391880/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=815508 CPUtime=40.56
/proc/32165/stat : 32165 (java) S 32163 32165 30668 0 -1 0 35541 0 1 0 4034 22 0 0 18 0 13 0 2005888663 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 203877 28983 1402 9 0 201239 0
[pid=32165/tid=32167] ppid=32163 vsize=815508 CPUtime=36.33
/proc/32165/task/32167/stat : 32167 (java) R 32163 32165 30668 0 -1 64 17568 0 1 0 3621 12 0 0 25 0 13 0 2005888664 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4110361510 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32168] ppid=32163 vsize=815508 CPUtime=0.15
/proc/32165/task/32168/stat : 32168 (java) S 32163 32165 30668 0 -1 64 4039 0 0 0 14 1 0 0 17 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32169] ppid=32163 vsize=815508 CPUtime=0.18
/proc/32165/task/32169/stat : 32169 (java) S 32163 32165 30668 0 -1 64 4694 0 0 0 17 1 0 0 16 0 13 0 2005888665 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32170] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32170/stat : 32170 (java) S 32163 32165 30668 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 2005888666 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32171] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32171/stat : 32171 (java) S 32163 32165 30668 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32172] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32172/stat : 32172 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005888667 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32173] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32173/stat : 32173 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32174] ppid=32163 vsize=815508 CPUtime=2.03
/proc/32165/task/32174/stat : 32174 (java) S 32163 32165 30668 0 -1 64 4459 0 0 0 201 2 0 0 16 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32175] ppid=32163 vsize=815508 CPUtime=1.78
/proc/32165/task/32175/stat : 32175 (java) S 32163 32165 30668 0 -1 64 3954 0 0 0 177 1 0 0 16 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32176] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32176/stat : 32176 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32165/tid=32177] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32177/stat : 32177 (java) S 32163 32165 30668 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005888671 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32165/tid=32256] ppid=32163 vsize=815508 CPUtime=0
/proc/32165/task/32256/stat : 32256 (java) S 32163 32165 30668 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 2005889361 835080192 28983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.56
Current children cumulated vsize (KiB) 815508

[startup+40.6026 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 32391
/proc/meminfo: memFree=1424264/2055920 swapFree=4180240/4192956
[pid=32165] ppid=32163 vsize=0 CPUtime=40.64
/proc/32165/stat : 32165 (java) Z 32163 32165 30668 0 -1 12 35548 0 1 0 4041 23 0 0 16 0 2 0 2005888663 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32165/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.64
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 40.6214
CPU time (s): 40.6628
CPU user time (s): 40.4129
CPU system time (s): 0.249962
CPU usage (%): 100.102
Max. virtual memory (cumulated for all children) (KiB): 815648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.4129
system time used= 0.249962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35548
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= 1902
involuntary context switches= 2666

runsolver used 0.06399 second user time and 0.147977 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 16:46:07
IDJOB=1089676
IDBENCH=58298
IDSOLVER=344
FILE ID=node50/1089676-1215269167
PBS_JOBID= 7882107
Free space on /tmp= 66440 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15d-08.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089676-1215269167/watcher-1089676-1215269167 -o /tmp/evaluation-result-1089676-1215269167/solver-1089676-1215269167 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1089676-1215269167.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 18f5e43835e75ec52b7f30d00e66eb96
RANDOM SEED=1767843990

node50.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.261
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.261
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:       1653208 kB
Buffers:         71028 kB
Cached:         261832 kB
SwapCached:       7072 kB
Active:         164632 kB
Inactive:       178248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653208 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:          15364 kB
Slab:            45504 kB
Committed_AS:  3975332 kB
PageTables:       1672 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= 66436 MiB
End job on node50 at 2008-07-05 16:46:48