Trace number 1090264

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-13SAT 72.8179 72.8191

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1500-73.xml
MD5SUM83f0475a580fc29be8e1e009c203a54a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.18897
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints5198
Maximum constraint arity2
Maximum domain size73
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5198
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1090264-1215270998.xml
0.29/0.39	c reading problem ... 
0.58/0.65	c reading problem named null
0.58/0.65	c reading domains done.
0.58/0.66	c reading variables done.
0.88/0.91	c reading predicates  done.
1.08/1.11	c reading constraints
34.26/34.11	c done with constraints.
34.26/34.11	c ... done. Wall clock time 33.715s.
34.26/34.11	c #vars     9344
34.26/34.11	c #constraints  759164
34.26/34.11	c constraints type 
34.26/34.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 759036
34.26/34.11	c org.sat4j.minisat.constraints.card.AtLeast => 128
72.71/72.72	c starts		: 7
72.71/72.72	c conflicts		: 2085
72.71/72.72	c decisions		: 21278
72.71/72.72	c propagations		: 144923
72.71/72.72	c inspects		: 77592570
72.71/72.72	c learnt literals	: 0
72.71/72.72	c learnt binary clauses	: 0
72.71/72.72	c learnt ternary clauses	: 0
72.71/72.72	c learnt clauses	: 2085
72.71/72.72	c ignored clauses	: 0
72.71/72.72	c root simplifications	: 0
72.71/72.72	c removed literals (reason simplification)	: 5890
72.71/72.72	c reason swapping (by a shorter reason)	: 0
72.71/72.72	c Calls to reduceDB	: 0
72.71/72.72	c speed (assignments/second)	: 3754.968260137324
72.71/72.72	c non guided choices	18694
72.71/72.72	s SATISFIABLE
72.71/72.72	v 62 6 37 67 20 4 43 11 33 0 50 36 9 72 48 46 51 59 49 2 63 23 52 5 58 61 1 64 1 51 51 0 2 5 65 53 24 19 26 56 7 21 17 19 65 42 32 70 60 8 54 60 36 6 45 3 41 46 54 71 47 67 7 56 4 66 61 69 35 68 54 63 48 16 13 27 39 18 29 47 68 62 20 22 44 45 57 70 33 39 55 37 57 40 26 38 33 7 24 10 14 21 30 31 3 43 28 34 23 12 32 28 63 59 31 30 53 41 35 31 61 8 15 14 71 44 50 25 
72.71/72.72	c Total wall clock time (in seconds) : 72.326

Verifier Data (download as text)

OK

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-1090264-1215270998/watcher-1090264-1215270998 -o /tmp/evaluation-result-1090264-1215270998/solver-1090264-1215270998 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1090264-1215270998.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.03 2.07 2.04 4/74 24263
/proc/meminfo: memFree=1712248/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=0 CPUtime=0
/proc/24263/stat : 24263 (java6) R 24261 24263 23735 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 2006072409 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/24263/statm: 0 0 0 0 0 0 0

[startup+0.0555759 s]
/proc/loadavg: 2.03 2.07 2.04 4/74 24263
/proc/meminfo: memFree=1712248/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=802236 CPUtime=0.04
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 2663 0 1 0 2 2 0 0 18 0 7 0 2006072409 821489664 2398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 200559 2398 998 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101582 s]
/proc/loadavg: 2.03 2.07 2.04 4/74 24263
/proc/meminfo: memFree=1712248/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=804612 CPUtime=0.08
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 3011 0 1 0 6 2 0 0 18 0 12 0 2006072409 823922688 2744 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 201153 2744 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301624 s]
/proc/loadavg: 2.03 2.07 2.04 4/74 24263
/proc/meminfo: memFree=1712248/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=808176 CPUtime=0.29
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 5009 0 1 0 25 4 0 0 18 0 12 0 2006072409 827572224 4338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202044 4338 1307 9 0 199413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808176

[startup+0.701709 s]
/proc/loadavg: 2.03 2.07 2.04 4/74 24263
/proc/meminfo: memFree=1712248/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=808204 CPUtime=0.67
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 6390 0 1 0 62 5 0 0 18 0 12 0 2006072409 827600896 5539 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202051 5539 1335 9 0 199413 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808204

[startup+1.50287 s]
/proc/loadavg: 2.03 2.07 2.04 3/86 24275
/proc/meminfo: memFree=1691544/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=811192 CPUtime=1.47
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 10074 0 1 0 140 7 0 0 18 0 12 0 2006072409 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202798 7626 1352 9 0 200160 0
[pid=24263/tid=24265] ppid=24261 vsize=811192 CPUtime=0.75
/proc/24263/task/24265/stat : 24265 (java) R 24261 24263 23735 0 -1 64 5195 0 1 0 70 5 0 0 18 0 12 0 2006072410 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24266] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24266/stat : 24266 (java) S 24261 24263 23735 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 2006072411 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24267] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24267/stat : 24267 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2006072411 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24268] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24268/stat : 24268 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2006072413 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24269] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24269/stat : 24269 (java) S 24261 24263 23735 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 2006072413 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24270] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24261 24263 23735 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2006072413 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24271] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24261 24263 23735 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006072418 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24272] ppid=24261 vsize=811192 CPUtime=0.3
/proc/24263/task/24272/stat : 24272 (java) R 24261 24263 23735 0 -1 64 1332 0 0 0 30 0 0 0 16 0 12 0 2006072418 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 103466680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24273] ppid=24261 vsize=811192 CPUtime=0.4
/proc/24263/task/24273/stat : 24273 (java) S 24261 24263 23735 0 -1 64 2781 0 0 0 39 1 0 0 17 0 12 0 2006072418 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24274] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24274/stat : 24274 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2006072418 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24275] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24275/stat : 24275 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006072418 830660608 7626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811192

[startup+3.1022 s]
/proc/loadavg: 2.03 2.07 2.04 3/86 24275
/proc/meminfo: memFree=1668568/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=811192 CPUtime=3.06
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 24498 0 1 0 293 13 0 0 18 0 12 0 2006072409 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202798 22048 1376 9 0 200160 0
[pid=24263/tid=24265] ppid=24261 vsize=811192 CPUtime=1.97
/proc/24263/task/24265/stat : 24265 (java) R 24261 24263 23735 0 -1 64 17288 0 1 0 187 10 0 0 25 0 12 0 2006072410 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4109720022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24266] ppid=24261 vsize=811192 CPUtime=0.02
/proc/24263/task/24266/stat : 24266 (java) S 24261 24263 23735 0 -1 64 972 0 0 0 2 0 0 0 17 0 12 0 2006072411 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24267] ppid=24261 vsize=811192 CPUtime=0.01
/proc/24263/task/24267/stat : 24267 (java) S 24261 24263 23735 0 -1 64 1293 0 0 0 1 0 0 0 17 0 12 0 2006072411 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24268] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24268/stat : 24268 (java) S 24261 24263 23735 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2006072413 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24269] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24269/stat : 24269 (java) S 24261 24263 23735 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006072413 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24270] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24261 24263 23735 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006072413 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24261 24263 23735 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006072418 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24272] ppid=24261 vsize=811192 CPUtime=0.48
/proc/24263/task/24272/stat : 24272 (java) S 24261 24263 23735 0 -1 64 1359 0 0 0 48 0 0 0 16 0 12 0 2006072418 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24273] ppid=24261 vsize=811192 CPUtime=0.54
/proc/24263/task/24273/stat : 24273 (java) S 24261 24263 23735 0 -1 64 2793 0 0 0 53 1 0 0 16 0 12 0 2006072418 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24274] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24274/stat : 24274 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2006072418 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24275] ppid=24261 vsize=811192 CPUtime=0
/proc/24263/task/24275/stat : 24275 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006072418 830660608 22048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811192

[startup+6.30287 s]
/proc/loadavg: 2.03 2.07 2.03 3/86 24275
/proc/meminfo: memFree=1604312/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=810616 CPUtime=6.24
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 32608 0 1 0 607 17 0 0 18 0 12 0 2006072409 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202654 30017 1378 9 0 200016 0
[pid=24263/tid=24265] ppid=24261 vsize=810616 CPUtime=4.73
/proc/24263/task/24265/stat : 24265 (java) R 24261 24263 23735 0 -1 64 17299 0 1 0 463 10 0 0 25 0 12 0 2006072410 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4109648704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24266] ppid=24261 vsize=810616 CPUtime=0.13
/proc/24263/task/24266/stat : 24266 (java) S 24261 24263 23735 0 -1 64 5168 0 0 0 12 1 0 0 17 0 12 0 2006072411 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24267] ppid=24261 vsize=810616 CPUtime=0.13
/proc/24263/task/24267/stat : 24267 (java) S 24261 24263 23735 0 -1 64 5155 0 0 0 11 2 0 0 17 0 12 0 2006072411 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24268] ppid=24261 vsize=810616 CPUtime=0
/proc/24263/task/24268/stat : 24268 (java) S 24261 24263 23735 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2006072413 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24269] ppid=24261 vsize=810616 CPUtime=0
/proc/24263/task/24269/stat : 24269 (java) S 24261 24263 23735 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006072413 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24270] ppid=24261 vsize=810616 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24261 24263 23735 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006072413 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24261 vsize=810616 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24261 24263 23735 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006072418 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24272] ppid=24261 vsize=810616 CPUtime=0.57
/proc/24263/task/24272/stat : 24272 (java) S 24261 24263 23735 0 -1 64 1367 0 0 0 57 0 0 0 16 0 12 0 2006072418 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24273] ppid=24261 vsize=810616 CPUtime=0.62
/proc/24263/task/24273/stat : 24273 (java) S 24261 24263 23735 0 -1 64 2799 0 0 0 61 1 0 0 16 0 12 0 2006072418 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24274] ppid=24261 vsize=810616 CPUtime=0
/proc/24263/task/24274/stat : 24274 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2006072418 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24275] ppid=24261 vsize=810616 CPUtime=0
/proc/24263/task/24275/stat : 24275 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006072418 830070784 30017 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 810616

[startup+12.7022 s]
/proc/loadavg: 2.03 2.07 2.03 3/86 24275
/proc/meminfo: memFree=1548128/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=811840 CPUtime=12.68
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 47461 0 1 0 1242 26 0 0 18 0 12 0 2006072409 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202960 44503 1378 9 0 200322 0
[pid=24263/tid=24265] ppid=24261 vsize=811840 CPUtime=9.73
/proc/24263/task/24265/stat : 24265 (java) R 24261 24263 23735 0 -1 64 17317 0 1 0 963 10 0 0 25 0 12 0 2006072410 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4109649350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24266] ppid=24261 vsize=811840 CPUtime=0.55
/proc/24263/task/24266/stat : 24266 (java) S 24261 24263 23735 0 -1 64 12229 0 0 0 50 5 0 0 16 0 12 0 2006072411 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24267] ppid=24261 vsize=811840 CPUtime=0.5
/proc/24263/task/24267/stat : 24267 (java) S 24261 24263 23735 0 -1 64 12584 0 0 0 44 6 0 0 16 0 12 0 2006072411 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24268] ppid=24261 vsize=811840 CPUtime=0
/proc/24263/task/24268/stat : 24268 (java) S 24261 24263 23735 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2006072413 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24269] ppid=24261 vsize=811840 CPUtime=0
/proc/24263/task/24269/stat : 24269 (java) S 24261 24263 23735 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006072413 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24270] ppid=24261 vsize=811840 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24261 24263 23735 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006072413 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24261 vsize=811840 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24261 24263 23735 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006072418 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24272] ppid=24261 vsize=811840 CPUtime=0.81
/proc/24263/task/24272/stat : 24272 (java) S 24261 24263 23735 0 -1 64 1378 0 0 0 81 0 0 0 17 0 12 0 2006072418 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24273] ppid=24261 vsize=811840 CPUtime=1.01
/proc/24263/task/24273/stat : 24273 (java) S 24261 24263 23735 0 -1 64 3133 0 0 0 100 1 0 0 17 0 12 0 2006072418 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24274] ppid=24261 vsize=811840 CPUtime=0
/proc/24263/task/24274/stat : 24274 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2006072418 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24275] ppid=24261 vsize=811840 CPUtime=0
/proc/24263/task/24275/stat : 24275 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2006072418 831324160 44503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 811840

[startup+25.5026 s]
/proc/loadavg: 2.02 2.06 2.03 2/83 24276
/proc/meminfo: memFree=1512696/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=811656 CPUtime=25.53
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 73971 0 1 0 2515 38 0 0 18 0 12 0 2006072409 831135744 70338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202914 70338 1381 9 0 200276 0
[pid=24263/tid=24265] ppid=24261 vsize=811656 CPUtime=20.92
/proc/24263/task/24265/stat : 24265 (java) R 24261 24263 23735 0 -1 64 17347 0 1 0 2082 10 0 0 25 0 12 0 2006072410 831135744 70338 996147200 134512640 134550740 4294956016 18446744073709551615 4109633417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24266] ppid=24261 vsize=811656 CPUtime=1.01
/proc/24263/task/24266/stat : 24266 (java) S 24261 24263 23735 0 -1 64 23557 0 0 0 91 10 0 0 16 0 12 0 2006072411 831135744 70338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24267] ppid=24261 vsize=811656 CPUtime=1.03
/proc/24263/task/24267/stat : 24267 (java) S 24261 24263 23735 0 -1 64 27692 0 0 0 90 13 0 0 16 0 12 0 2006072411 831135744 70338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24268] ppid=24261 vsize=811656 CPUtime=0.01
/proc/24263/task/24268/stat : 24268 (java) S 24261 24263 23735 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 2006072413 831135744 70338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24269] ppid=24261 vsize=811656 CPUtime=0
/proc/24263/task/24269/stat : 24269 (java) S 24261 24263 23735 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006072413 831135744 70338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24270] ppid=24261 vsize=811656 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24261 24263 23735 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006072413 831135744 70338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24261 vsize=811656 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24261 24263 23735 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006072418 831135744 70338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=24263] ppid=24261 vsize=811980 CPUtime=67.09
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 134817 0 1 0 6645 64 0 0 18 0 13 0 2006072409 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202995 129267 1399 9 0 200357 0
[pid=24263/tid=24265] ppid=24261 vsize=811980 CPUtime=59.92
/proc/24263/task/24265/stat : 24265 (java) R 24261 24263 23735 0 -1 64 17388 0 1 0 5981 11 0 0 25 0 13 0 2006072410 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4110235366 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24266] ppid=24261 vsize=811980 CPUtime=1.8
/proc/24263/task/24266/stat : 24266 (java) S 24261 24263 23735 0 -1 64 54735 0 0 0 157 23 0 0 17 0 13 0 2006072411 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24267] ppid=24261 vsize=811980 CPUtime=1.82
/proc/24263/task/24267/stat : 24267 (java) S 24261 24263 23735 0 -1 64 56247 0 0 0 157 25 0 0 17 0 13 0 2006072411 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24268] ppid=24261 vsize=811980 CPUtime=0.02
/proc/24263/task/24268/stat : 24268 (java) S 24261 24263 23735 0 -1 64 57 0 0 0 2 0 0 0 16 0 13 0 2006072413 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24269] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24269/stat : 24269 (java) S 24261 24263 23735 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2006072413 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24270] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24261 24263 23735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2006072413 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24261 24263 23735 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2006072418 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24272] ppid=24261 vsize=811980 CPUtime=1.48
/proc/24263/task/24272/stat : 24272 (java) S 24261 24263 23735 0 -1 64 1440 0 0 0 148 0 0 0 16 0 13 0 2006072418 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24273] ppid=24261 vsize=811980 CPUtime=2
/proc/24263/task/24273/stat : 24273 (java) S 24261 24263 23735 0 -1 64 4182 0 0 0 198 2 0 0 16 0 13 0 2006072418 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24274] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24274/stat : 24274 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2006072418 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24275] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24275/stat : 24275 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006072418 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24327] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24327/stat : 24327 (java) S 24261 24263 23735 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 2006075822 831467520 129267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.09
Current children cumulated vsize (KiB) 811980

[startup+70.3029 s]
/proc/loadavg: 2.10 2.08 2.04 3/88 24327
/proc/meminfo: memFree=1253976/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=811980 CPUtime=70.32
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 138568 0 1 0 6966 66 0 0 18 0 13 0 2006072409 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202995 132986 1399 9 0 200357 0
[pid=24263/tid=24265] ppid=24261 vsize=811980 CPUtime=62.98
/proc/24263/task/24265/stat : 24265 (java) R 24261 24263 23735 0 -1 64 17389 0 1 0 6287 11 0 0 25 0 13 0 2006072410 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4109190022 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24266] ppid=24261 vsize=811980 CPUtime=1.87
/proc/24263/task/24266/stat : 24266 (java) S 24261 24263 23735 0 -1 64 55743 0 0 0 164 23 0 0 17 0 13 0 2006072411 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24267] ppid=24261 vsize=811980 CPUtime=1.92
/proc/24263/task/24267/stat : 24267 (java) S 24261 24263 23735 0 -1 64 58989 0 0 0 166 26 0 0 17 0 13 0 2006072411 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24268] ppid=24261 vsize=811980 CPUtime=0.02
/proc/24263/task/24268/stat : 24268 (java) S 24261 24263 23735 0 -1 64 57 0 0 0 2 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24269] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24269/stat : 24269 (java) S 24261 24263 23735 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24270] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24261 24263 23735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24261 24263 23735 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24272] ppid=24261 vsize=811980 CPUtime=1.48
/proc/24263/task/24272/stat : 24272 (java) S 24261 24263 23735 0 -1 64 1440 0 0 0 148 0 0 0 16 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24273] ppid=24261 vsize=811980 CPUtime=2
/proc/24263/task/24273/stat : 24273 (java) S 24261 24263 23735 0 -1 64 4182 0 0 0 198 2 0 0 16 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24274] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24274/stat : 24274 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24275] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24275/stat : 24275 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24327] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24327/stat : 24327 (java) S 24261 24263 23735 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 2006075822 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.32
Current children cumulated vsize (KiB) 811980

[startup+71.9013 s]
/proc/loadavg: 2.10 2.08 2.04 3/88 24327
/proc/meminfo: memFree=1253976/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=811980 CPUtime=71.91
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 138568 0 1 0 7125 66 0 0 18 0 13 0 2006072409 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202995 132986 1399 9 0 200357 0
[pid=24263/tid=24265] ppid=24261 vsize=811980 CPUtime=64.57
/proc/24263/task/24265/stat : 24265 (java) R 24261 24263 23735 0 -1 64 17389 0 1 0 6446 11 0 0 25 0 13 0 2006072410 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4110232253 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24266] ppid=24261 vsize=811980 CPUtime=1.87
/proc/24263/task/24266/stat : 24266 (java) S 24261 24263 23735 0 -1 64 55743 0 0 0 164 23 0 0 17 0 13 0 2006072411 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24267] ppid=24261 vsize=811980 CPUtime=1.92
/proc/24263/task/24267/stat : 24267 (java) S 24261 24263 23735 0 -1 64 58989 0 0 0 166 26 0 0 17 0 13 0 2006072411 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24268] ppid=24261 vsize=811980 CPUtime=0.02
/proc/24263/task/24268/stat : 24268 (java) S 24261 24263 23735 0 -1 64 57 0 0 0 2 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24269] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24269/stat : 24269 (java) S 24261 24263 23735 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24270] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24261 24263 23735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24261 24263 23735 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24272] ppid=24261 vsize=811980 CPUtime=1.48
/proc/24263/task/24272/stat : 24272 (java) S 24261 24263 23735 0 -1 64 1440 0 0 0 148 0 0 0 16 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24273] ppid=24261 vsize=811980 CPUtime=2
/proc/24263/task/24273/stat : 24273 (java) S 24261 24263 23735 0 -1 64 4182 0 0 0 198 2 0 0 16 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24274] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24274/stat : 24274 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24275] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24275/stat : 24275 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24327] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24327/stat : 24327 (java) S 24261 24263 23735 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 2006075822 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.91
Current children cumulated vsize (KiB) 811980

[startup+72.3013 s]
/proc/loadavg: 2.10 2.08 2.04 3/88 24327
/proc/meminfo: memFree=1253976/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=811980 CPUtime=72.31
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 138568 0 1 0 7165 66 0 0 18 0 13 0 2006072409 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202995 132986 1399 9 0 200357 0
[pid=24263/tid=24265] ppid=24261 vsize=811980 CPUtime=64.97
/proc/24263/task/24265/stat : 24265 (java) R 24261 24263 23735 0 -1 64 17389 0 1 0 6486 11 0 0 25 0 13 0 2006072410 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4110232253 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24266] ppid=24261 vsize=811980 CPUtime=1.87
/proc/24263/task/24266/stat : 24266 (java) S 24261 24263 23735 0 -1 64 55743 0 0 0 164 23 0 0 17 0 13 0 2006072411 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24267] ppid=24261 vsize=811980 CPUtime=1.92
/proc/24263/task/24267/stat : 24267 (java) S 24261 24263 23735 0 -1 64 58989 0 0 0 166 26 0 0 17 0 13 0 2006072411 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24268] ppid=24261 vsize=811980 CPUtime=0.02
/proc/24263/task/24268/stat : 24268 (java) S 24261 24263 23735 0 -1 64 57 0 0 0 2 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24269] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24269/stat : 24269 (java) S 24261 24263 23735 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24270] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24261 24263 23735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24261 24263 23735 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24272] ppid=24261 vsize=811980 CPUtime=1.48
/proc/24263/task/24272/stat : 24272 (java) S 24261 24263 23735 0 -1 64 1440 0 0 0 148 0 0 0 16 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24273] ppid=24261 vsize=811980 CPUtime=2
/proc/24263/task/24273/stat : 24273 (java) S 24261 24263 23735 0 -1 64 4182 0 0 0 198 2 0 0 16 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24274] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24274/stat : 24274 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24275] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24275/stat : 24275 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24327] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24327/stat : 24327 (java) S 24261 24263 23735 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 2006075822 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.31
Current children cumulated vsize (KiB) 811980

[startup+72.7014 s]
/proc/loadavg: 2.10 2.08 2.04 3/88 24327
/proc/meminfo: memFree=1253976/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=811980 CPUtime=72.71
/proc/24263/stat : 24263 (java) S 24261 24263 23735 0 -1 0 138568 0 1 0 7205 66 0 0 18 0 13 0 2006072409 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 202995 132986 1399 9 0 200357 0
[pid=24263/tid=24265] ppid=24261 vsize=811980 CPUtime=65.36
/proc/24263/task/24265/stat : 24265 (java) R 24261 24263 23735 0 -1 64 17389 0 1 0 6525 11 0 0 25 0 13 0 2006072410 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4110235580 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24266] ppid=24261 vsize=811980 CPUtime=1.87
/proc/24263/task/24266/stat : 24266 (java) S 24261 24263 23735 0 -1 64 55743 0 0 0 164 23 0 0 17 0 13 0 2006072411 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24267] ppid=24261 vsize=811980 CPUtime=1.92
/proc/24263/task/24267/stat : 24267 (java) S 24261 24263 23735 0 -1 64 58989 0 0 0 166 26 0 0 17 0 13 0 2006072411 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24268] ppid=24261 vsize=811980 CPUtime=0.02
/proc/24263/task/24268/stat : 24268 (java) S 24261 24263 23735 0 -1 64 57 0 0 0 2 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24269] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24269/stat : 24269 (java) S 24261 24263 23735 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24270] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24261 24263 23735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2006072413 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24261 24263 23735 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24272] ppid=24261 vsize=811980 CPUtime=1.48
/proc/24263/task/24272/stat : 24272 (java) S 24261 24263 23735 0 -1 64 1440 0 0 0 148 0 0 0 16 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24273] ppid=24261 vsize=811980 CPUtime=2
/proc/24263/task/24273/stat : 24273 (java) S 24261 24263 23735 0 -1 64 4182 0 0 0 198 2 0 0 16 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24274] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24274/stat : 24274 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24275] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24275/stat : 24275 (java) S 24261 24263 23735 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2006072418 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24327] ppid=24261 vsize=811980 CPUtime=0
/proc/24263/task/24327/stat : 24327 (java) S 24261 24263 23735 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 2006075822 831467520 132986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.71
Current children cumulated vsize (KiB) 811980

[startup+72.802 s]
/proc/loadavg: 2.10 2.08 2.04 3/88 24327
/proc/meminfo: memFree=1253976/2055920 swapFree=4179680/4192956
[pid=24263] ppid=24261 vsize=0 CPUtime=72.79
/proc/24263/stat : 24263 (java) Z 24261 24263 23735 0 -1 12 138576 0 1 0 7207 72 0 0 16 0 2 0 2006072409 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24263/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 72.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 72.8191
CPU time (s): 72.8179
CPU user time (s): 72.074
CPU system time (s): 0.743886
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 813500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.074
system time used= 0.743886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138576
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= 3288
involuntary context switches= 3608

runsolver used 0.089986 second user time and 0.274958 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 17:16:38
IDJOB=1090264
IDBENCH=58428
IDSOLVER=344
FILE ID=node54/1090264-1215270998
PBS_JOBID= 7882185
Free space on /tmp= 66520 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1500-73.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-1090264-1215270998/watcher-1090264-1215270998 -o /tmp/evaluation-result-1090264-1215270998/solver-1090264-1215270998 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1090264-1215270998.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83f0475a580fc29be8e1e009c203a54a
RANDOM SEED=882971196

node54.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.279
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.279
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:       1712728 kB
Buffers:         36000 kB
Cached:         165964 kB
SwapCached:       6932 kB
Active:         196592 kB
Inactive:        93780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712728 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          94480 kB
Slab:            38120 kB
Committed_AS:  4026344 kB
PageTables:       1876 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node54 at 2008-07-05 17:17:51