Trace number 1058246

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 48.5536 48.2937

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-17.xml
MD5SUM2c09e70fdcad0fe4d75285080a3072d5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20836
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints5793
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5493
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.37	c version 9.9.9.token
0.28/0.37	c sun.arch.data.model	32
0.28/0.37	c java.version	1.6.0_06
0.28/0.37	c os.name	Linux
0.28/0.37	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1058246-1215113750.xml
0.38/0.41	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.67/0.70	c reading variables done.
1.17/1.23	c reading predicates  done.
1.37/1.42	c reading constraints
46.16/45.97	c done with constraints.
46.16/45.97	c ... done. Wall clock time 45.557s.
46.16/45.97	c #vars     16137
46.16/45.97	c #constraints  2245676
46.16/45.97	c constraints type 
46.16/45.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2244976
46.16/45.97	c org.sat4j.minisat.constraints.card.AtLeast => 376
48.46/48.23	c starts		: 5
48.46/48.23	c conflicts		: 938
48.46/48.23	c decisions		: 37158
48.46/48.23	c propagations		: 232045
48.46/48.23	c inspects		: 2696876
48.46/48.23	c learnt literals	: 0
48.46/48.23	c learnt binary clauses	: 0
48.46/48.23	c learnt ternary clauses	: 4
48.46/48.23	c learnt clauses	: 938
48.46/48.23	c ignored clauses	: 0
48.46/48.23	c root simplifications	: 0
48.46/48.23	c removed literals (reason simplification)	: 902
48.46/48.23	c reason swapping (by a shorter reason)	: 0
48.46/48.23	c Calls to reduceDB	: 0
48.46/48.23	c speed (assignments/second)	: 128699.38990571271
48.46/48.23	c non guided choices	35207
48.46/48.23	s SATISFIABLE
48.46/48.24	v 10 18 9 18 18 28 10 18 44 35 37 8 0 12 23 4 3 11 29 11 18 19 15 25 33 39 19 7 15 32 9 42 21 18 27 22 31 37 34 24 2 24 5 8 40 8 26 29 44 32 35 15 14 11 18 14 27 44 42 34 13 36 10 24 17 35 4 33 12 8 25 3 27 2 2 26 25 36 0 2 13 36 42 30 23 36 8 30 21 21 35 26 21 30 32 9 41 12 36 6 30 20 2 17 35 34 44 9 4 32 31 19 5 3 29 12 35 28 6 22 11 22 29 38 15 36 21 6 12 31 16 41 7 26 6 17 29 1 2 14 1 24 22 1 10 40 23 40 25 38 24 13 26 16 29 38 34 35 7 18 0 41 1 1 20 41 31 0 23 1 23 16 42 39 8 43 17 1 21 20 29 23 16 6 9 35 13 39 33 2 14 19 3 0 13 30 44 10 34 6 28 5 22 12 33 26 27 41 25 20 39 33 24 34 10 37 8 5 28 41 27 21 14 37 41 43 33 17 16 13 28 13 43 32 0 29 6 3 42 10 43 10 20 4 40 36 19 14 15 42 35 8 11 22 16 7 31 30 42 14 21 25 11 38 33 27 23 11 28 16 28 15 25 3 22 40 17 20 11 43 33 44 31 43 6 7 14 0 4 27 16 5 31 4 7 34 17 3 4 39 28 30 33 8 7 24 38 7 42 39 39 20 40 37 37 26 43 6 9 4 34 2 5 39 40 20 17 37 43 12 0 38 13 32 14 27 15 19 37 4 5 15 41 22 40 4 19 36 8 25 0 2 4 6 5 5 9 1 4 6 5 2 8 3 0 6 1 6 4 9 9 9 2 1 9 8 0 7 0 2 7 9 3 8 6 6 8 8 8 3 5 0 9 9 7 4 1 5 8 4 0 7 1 8 4 5 5 2 4 3 8 0 6 7 3 8 0 5 7 8 0 3 3 4 1 8 6 1 4 6 0 3 0 1 8 9 0 0 1 0 7 9 9 4 1 2 0 1 2 7 9 1 2 2 9 2 7 1 7 7 7 4 1 9 8 4 3 0 2 8 4 3 2 7 1 7 7 1 0 4 7 4 9 0 9 8 1 2 0 3 9 1 0 1 3 9 4 0 3 9 2 6 7 6 0 4 1 1 3 0 0 8 4 3 4 1 0 9 7 0 2 1 6 2 6 1 9 7 5 8 3 6 5 8 0 2 4 6 3 9 8 1 8 7 3 3 5 7 5 0 4 0 7 8 6 5 0 2 4 0 9 4 5 9 1 2 1 2 1 3 2 8 7 9 7 2 8 4 8 1 2 7 6 3 1 9 5 0 1 8 0 4 3 1 6 8 2 4 3 2 5 3 0 2 0 1 9 2 3 2 2 8 3 1 1 8 9 1 9 2 8 5 5 7 9 4 1 6 7 7 0 9 6 9 4 8 0 2 2 9 3 8 2 9 0 4 7 4 3 3 3 8 2 7 6 8 2 4 5 7 4 2 3 4 1 6 5 6 9 4 7 8 4 1 8 7 0 7 8 2 3 6 5 9 9 4 9 6 0 5 5 4 5 1 2 8 5 5 5 2 
48.46/48.24	c Total wall clock time (in seconds) : 47.818

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-1058246-1215113750/watcher-1058246-1215113750 -o /tmp/evaluation-result-1058246-1215113750/solver-1058246-1215113750 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058246-1215113750.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: 1.91 1.95 1.90 3/80 27307
/proc/meminfo: memFree=1271816/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=18572 CPUtime=0
/proc/27307/stat : 27307 (runsolver) R 27305 27307 26828 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1990344737 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 227607637287 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27307/statm: 4643 292 257 25 0 2626 0

[startup+0.0779219 s]
/proc/loadavg: 1.91 1.95 1.90 3/80 27307
/proc/meminfo: memFree=1271816/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=802236 CPUtime=0.06
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 2791 0 1 0 5 1 0 0 18 0 7 0 1990344737 821489664 2526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 200559 2526 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102924 s]
/proc/loadavg: 1.91 1.95 1.90 3/80 27307
/proc/meminfo: memFree=1271816/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=804612 CPUtime=0.08
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 2998 0 1 0 7 1 0 0 18 0 12 0 1990344737 823922688 2731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 201153 2731 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302948 s]
/proc/loadavg: 1.91 1.95 1.90 3/80 27307
/proc/meminfo: memFree=1271816/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=808212 CPUtime=0.28
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 4893 0 1 0 26 2 0 0 18 0 12 0 1990344737 827609088 4220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 202053 4220 1297 9 0 199422 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.702993 s]
/proc/loadavg: 1.91 1.95 1.90 3/80 27307
/proc/meminfo: memFree=1271816/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=808240 CPUtime=0.67
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 6334 0 1 0 64 3 0 0 18 0 12 0 1990344737 827637760 5462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 202060 5462 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808240

[startup+1.50109 s]
/proc/loadavg: 1.91 1.95 1.90 4/92 27319
/proc/meminfo: memFree=1253352/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=808240 CPUtime=1.46
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 8850 0 1 0 141 5 0 0 18 0 12 0 1990344737 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 202060 7230 1356 9 0 199422 0
[pid=27307/tid=27309] ppid=27305 vsize=808240 CPUtime=0.82
/proc/27307/task/27309/stat : 27309 (java) R 27305 27307 26828 0 -1 64 5555 0 1 0 79 3 0 0 25 0 12 0 1990344738 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=808240 CPUtime=0
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 26828 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1990344739 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27311] ppid=27305 vsize=808240 CPUtime=0
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1990344739 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27312] ppid=27305 vsize=808240 CPUtime=0
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1990344741 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27313] ppid=27305 vsize=808240 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 26828 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1990344742 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=808240 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 26828 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1990344742 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=808240 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 26828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990344746 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=808240 CPUtime=0.38
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 26828 0 -1 64 1368 0 0 0 38 0 0 0 16 0 12 0 1990344746 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=808240 CPUtime=0.23
/proc/27307/task/27317/stat : 27317 (java) R 27305 27307 26828 0 -1 64 1165 0 0 0 23 0 0 0 16 0 12 0 1990344746 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 105554834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=808240 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990344746 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=808240 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990344746 827637760 7230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 808240

[startup+3.10128 s]
/proc/loadavg: 1.92 1.95 1.90 3/92 27319
/proc/meminfo: memFree=1238504/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=809264 CPUtime=3.06
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 20799 0 1 0 295 11 0 0 18 0 12 0 1990344737 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 202316 18382 1373 9 0 199678 0
[pid=27307/tid=27309] ppid=27305 vsize=809264 CPUtime=2.02
/proc/27307/task/27309/stat : 27309 (java) R 27305 27307 26828 0 -1 64 16364 0 1 0 193 9 0 0 25 0 12 0 1990344738 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4109669601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=809264 CPUtime=0
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 26828 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1990344739 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27311] ppid=27305 vsize=809264 CPUtime=0
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1990344739 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27312] ppid=27305 vsize=809264 CPUtime=0
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1990344741 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27313] ppid=27305 vsize=809264 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 26828 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1990344742 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=809264 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 26828 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1990344742 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=809264 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 26828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990344746 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=809264 CPUtime=0.65
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 26828 0 -1 64 2481 0 0 0 65 0 0 0 16 0 12 0 1990344746 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=809264 CPUtime=0.36
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 26828 0 -1 64 1191 0 0 0 36 0 0 0 16 0 12 0 1990344746 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=809264 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990344746 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=809264 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990344746 828686336 18382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 809264

[startup+6.30266 s]
/proc/loadavg: 1.92 1.95 1.90 3/92 27319
/proc/meminfo: memFree=1190504/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=809892 CPUtime=6.23
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 25458 0 1 0 610 13 0 0 18 0 12 0 1990344737 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 202473 21963 1380 9 0 199835 0
[pid=27307/tid=27309] ppid=27305 vsize=809892 CPUtime=4.64
/proc/27307/task/27309/stat : 27309 (java) R 27305 27307 26828 0 -1 64 17280 0 1 0 455 9 0 0 25 0 12 0 1990344738 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=809892 CPUtime=0.06
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 26828 0 -1 64 1136 0 0 0 6 0 0 0 17 0 12 0 1990344739 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27311] ppid=27305 vsize=809892 CPUtime=0.04
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 26828 0 -1 64 1402 0 0 0 4 0 0 0 17 0 12 0 1990344739 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27312] ppid=27305 vsize=809892 CPUtime=0
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 26828 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 1990344741 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27313] ppid=27305 vsize=809892 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 26828 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1990344742 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=809892 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 26828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990344742 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=809892 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 26828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990344746 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=809892 CPUtime=0.82
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 26828 0 -1 64 2813 0 0 0 82 0 0 0 16 0 12 0 1990344746 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=809892 CPUtime=0.6
/proc/27307/task/27317/stat : 27317 (java) R 27305 27307 26828 0 -1 64 1981 0 0 0 60 0 0 0 16 0 12 0 1990344746 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 102412279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=809892 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990344746 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=809892 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990344746 829329408 21963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 809892

[startup+12.7014 s]
/proc/loadavg: 1.93 1.96 1.91 3/92 27319
/proc/meminfo: memFree=1173992/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=814456 CPUtime=12.56
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 31945 0 1 0 1241 15 0 0 18 0 12 0 1990344737 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 203614 25821 1382 9 0 200976 0
[pid=27307/tid=27309] ppid=27305 vsize=814456 CPUtime=10.09
/proc/27307/task/27309/stat : 27309 (java) R 27305 27307 26828 0 -1 64 17293 0 1 0 1000 9 0 0 25 0 12 0 1990344738 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4109650824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=814456 CPUtime=0.18
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 26828 0 -1 64 2822 0 0 0 18 0 0 0 17 0 12 0 1990344739 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27311] ppid=27305 vsize=814456 CPUtime=0.18
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 26828 0 -1 64 2532 0 0 0 18 0 0 0 17 0 12 0 1990344739 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27312] ppid=27305 vsize=814456 CPUtime=0
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 26828 0 -1 64 170 0 0 0 0 0 0 0 16 0 12 0 1990344741 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27313] ppid=27305 vsize=814456 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 26828 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1990344742 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=814456 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 26828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990344742 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=814456 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 26828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990344746 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=814456 CPUtime=1.24
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 26828 0 -1 64 6036 0 0 0 122 2 0 0 15 0 12 0 1990344746 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=814456 CPUtime=0.79
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 26828 0 -1 64 2331 0 0 0 79 0 0 0 15 0 12 0 1990344746 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=814456 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990344746 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=814456 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990344746 834002944 25821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 814456

[startup+25.5029 s]
/proc/loadavg: 2.02 1.97 1.91 3/92 27319
/proc/meminfo: memFree=1163880/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=814320 CPUtime=25.24
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 34230 0 1 0 2508 16 0 0 18 0 12 0 1990344737 833863680 28075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 203580 28075 1384 9 0 200942 0
[pid=27307/tid=27309] ppid=27305 vsize=814320 CPUtime=21.92
/proc/27307/task/27309/stat : 27309 (java) R 27305 27307 26828 0 -1 64 17311 0 1 0 2183 9 0 0 25 0 12 0 1990344738 833863680 28075 996147200 134512640 134550740 4294956032 18446744073709551615 4109676806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=814320 CPUtime=0.28
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 26828 0 -1 64 3820 0 0 0 27 1 0 0 17 0 12 0 1990344739 833863680 28075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27311] ppid=27305 vsize=814320 CPUtime=0.27
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 26828 0 -1 64 3634 0 0 0 27 0 0 0 17 0 12 0 1990344739 833863680 28075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27312] ppid=27305 vsize=814320 CPUtime=0.01
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 26828 0 -1 64 170 0 0 0 1 0 0 0 16 0 12 0 1990344741 833863680 28075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27313] ppid=27305 vsize=814320 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 26828 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1990344742 833863680 28075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=814320 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 26828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990344742 833863680 28075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=814320 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 26828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990344746 833863680 28075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 26828 0 -1 64 6173 0 0 0 168 2 0 0 16 0 12 0 1990344746 841072640 53772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=821360 CPUtime=1.42
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 26828 0 -1 64 2395 0 0 0 141 1 0 0 16 0 12 0 1990344746 841072640 53772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=821360 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990344746 841072640 53772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=821360 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990344746 841072640 53772 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.64
Current children cumulated vsize (KiB) 821360

[startup+46.3014 s]
/proc/loadavg: 2.01 1.97 1.91 5/92 27319
/proc/meminfo: memFree=1018728/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=821360 CPUtime=46.56
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 75513 0 1 0 4623 33 0 0 18 0 12 0 1990344737 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 205340 66147 1392 9 0 202702 0
[pid=27307/tid=27309] ppid=27305 vsize=821360 CPUtime=39.65
/proc/27307/task/27309/stat : 27309 (java) S 27305 27307 26828 0 -1 64 17427 0 1 0 3955 10 0 0 17 0 12 0 1990344738 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27310] ppid=27305 vsize=821360 CPUtime=1.68
/proc/27307/task/27310/stat : 27310 (java) R 27305 27307 26828 0 -1 64 20069 0 0 0 161 7 0 0 18 0 12 0 1990344739 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 104145995 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=821360 CPUtime=1.93
/proc/27307/task/27311/stat : 27311 (java) R 27305 27307 26828 0 -1 64 28509 0 0 0 183 10 0 0 19 0 12 0 1990344739 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27312] ppid=27305 vsize=821360 CPUtime=0.02
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 26828 0 -1 64 170 0 0 0 2 0 0 0 15 0 12 0 1990344741 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27313] ppid=27305 vsize=821360 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 26828 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1990344742 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=821360 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 26828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990344742 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=821360 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 26828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990344746 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=821360 CPUtime=1.81
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 26828 0 -1 64 6182 0 0 0 179 2 0 0 17 0 12 0 1990344746 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=821360 CPUtime=1.42
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 26828 0 -1 64 2395 0 0 0 141 1 0 0 16 0 12 0 1990344746 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27318] ppid=27305 vsize=821360 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990344746 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=821360 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990344746 841072640 66147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.56
Current children cumulated vsize (KiB) 821360

[startup+47.1015 s]
/proc/loadavg: 2.01 1.97 1.91 5/92 27319
/proc/meminfo: memFree=1018728/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=821684 CPUtime=47.37
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 76731 0 1 0 4703 34 0 0 18 0 13 0 1990344737 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 205421 67364 1400 9 0 202783 0
[pid=27307/tid=27309] ppid=27305 vsize=821684 CPUtime=39.82
/proc/27307/task/27309/stat : 27309 (java) R 27305 27307 26828 0 -1 64 17441 0 1 0 3972 10 0 0 18 0 13 0 1990344738 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=821684 CPUtime=1.76
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 26828 0 -1 64 21230 0 0 0 168 8 0 0 16 0 13 0 1990344739 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=821684 CPUtime=1.93
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 26828 0 -1 64 28509 0 0 0 183 10 0 0 19 0 13 0 1990344739 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27312] ppid=27305 vsize=821684 CPUtime=0.02
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 26828 0 -1 64 170 0 0 0 2 0 0 0 17 0 13 0 1990344741 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27313] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 26828 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1990344742 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 26828 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990344742 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 26828 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1990344746 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=821684 CPUtime=2.07
/proc/27307/task/27316/stat : 27316 (java) R 27305 27307 26828 0 -1 64 6194 0 0 0 205 2 0 0 16 0 13 0 1990344746 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 106965677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=821684 CPUtime=1.7
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 26828 0 -1 64 2421 0 0 0 169 1 0 0 15 0 13 0 1990344746 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1990344746 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) R 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990344746 841404416 67364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.37
Current children cumulated vsize (KiB) 821684

[startup+47.9026 s]
/proc/loadavg: 2.01 1.97 1.91 3/93 27320
/proc/meminfo: memFree=1006560/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=821684 CPUtime=48.16
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 76750 0 1 0 4782 34 0 0 18 0 13 0 1990344737 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 205421 67382 1402 9 0 202783 0
[pid=27307/tid=27309] ppid=27305 vsize=821684 CPUtime=40.42
/proc/27307/task/27309/stat : 27309 (java) R 27305 27307 26828 0 -1 64 17442 0 1 0 4032 10 0 0 19 0 13 0 1990344738 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4110489834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=821684 CPUtime=1.76
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 26828 0 -1 64 21230 0 0 0 168 8 0 0 16 0 13 0 1990344739 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=821684 CPUtime=1.93
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 26828 0 -1 64 28509 0 0 0 183 10 0 0 19 0 13 0 1990344739 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27312] ppid=27305 vsize=821684 CPUtime=0.02
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 26828 0 -1 64 170 0 0 0 2 0 0 0 16 0 13 0 1990344741 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27313] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 26828 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1990344742 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 26828 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990344742 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 26828 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=821684 CPUtime=2.17
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 26828 0 -1 64 6203 0 0 0 215 2 0 0 16 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=821684 CPUtime=1.8
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 26828 0 -1 64 2430 0 0 0 179 1 0 0 16 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27320] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27320/stat : 27320 (java) S 27305 27307 26828 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1990349381 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.16
Current children cumulated vsize (KiB) 821684

[startup+48.1026 s]
/proc/loadavg: 2.01 1.97 1.91 3/93 27320
/proc/meminfo: memFree=1006560/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=821684 CPUtime=48.36
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 76750 0 1 0 4802 34 0 0 18 0 13 0 1990344737 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 205421 67382 1402 9 0 202783 0
[pid=27307/tid=27309] ppid=27305 vsize=821684 CPUtime=40.61
/proc/27307/task/27309/stat : 27309 (java) R 27305 27307 26828 0 -1 64 17442 0 1 0 4051 10 0 0 21 0 13 0 1990344738 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4110278369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=821684 CPUtime=1.76
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 26828 0 -1 64 21230 0 0 0 168 8 0 0 16 0 13 0 1990344739 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=821684 CPUtime=1.93
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 26828 0 -1 64 28509 0 0 0 183 10 0 0 19 0 13 0 1990344739 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27312] ppid=27305 vsize=821684 CPUtime=0.02
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 26828 0 -1 64 170 0 0 0 2 0 0 0 16 0 13 0 1990344741 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27313] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 26828 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1990344742 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 26828 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990344742 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 26828 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=821684 CPUtime=2.17
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 26828 0 -1 64 6203 0 0 0 215 2 0 0 15 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=821684 CPUtime=1.8
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 26828 0 -1 64 2430 0 0 0 179 1 0 0 16 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27320] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27320/stat : 27320 (java) S 27305 27307 26828 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1990349381 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.36
Current children cumulated vsize (KiB) 821684

[startup+48.2026 s]
/proc/loadavg: 2.01 1.97 1.91 3/93 27320
/proc/meminfo: memFree=1006560/2055920 swapFree=4179828/4192956
[pid=27307] ppid=27305 vsize=821684 CPUtime=48.46
/proc/27307/stat : 27307 (java) S 27305 27307 26828 0 -1 0 76750 0 1 0 4812 34 0 0 18 0 13 0 1990344737 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27307/statm: 205421 67382 1402 9 0 202783 0
[pid=27307/tid=27309] ppid=27305 vsize=821684 CPUtime=40.71
/proc/27307/task/27309/stat : 27309 (java) R 27305 27307 26828 0 -1 64 17442 0 1 0 4061 10 0 0 22 0 13 0 1990344738 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4110323338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27310] ppid=27305 vsize=821684 CPUtime=1.76
/proc/27307/task/27310/stat : 27310 (java) S 27305 27307 26828 0 -1 64 21230 0 0 0 168 8 0 0 16 0 13 0 1990344739 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27311] ppid=27305 vsize=821684 CPUtime=1.93
/proc/27307/task/27311/stat : 27311 (java) S 27305 27307 26828 0 -1 64 28509 0 0 0 183 10 0 0 19 0 13 0 1990344739 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27312] ppid=27305 vsize=821684 CPUtime=0.02
/proc/27307/task/27312/stat : 27312 (java) S 27305 27307 26828 0 -1 64 170 0 0 0 2 0 0 0 16 0 13 0 1990344741 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27307/tid=27313] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27313/stat : 27313 (java) S 27305 27307 26828 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1990344742 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27314] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27314/stat : 27314 (java) S 27305 27307 26828 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990344742 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27315] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27315/stat : 27315 (java) S 27305 27307 26828 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27316] ppid=27305 vsize=821684 CPUtime=2.17
/proc/27307/task/27316/stat : 27316 (java) S 27305 27307 26828 0 -1 64 6203 0 0 0 215 2 0 0 15 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27317] ppid=27305 vsize=821684 CPUtime=1.8
/proc/27307/task/27317/stat : 27317 (java) S 27305 27307 26828 0 -1 64 2430 0 0 0 179 1 0 0 16 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27318] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27318/stat : 27318 (java) S 27305 27307 26828 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27319] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27319/stat : 27319 (java) S 27305 27307 26828 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990344746 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27307/tid=27320] ppid=27305 vsize=821684 CPUtime=0
/proc/27307/task/27320/stat : 27320 (java) S 27305 27307 26828 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1990349381 841404416 67382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.46
Current children cumulated vsize (KiB) 821684

Child status: 0
Real time (s): 48.2937
CPU time (s): 48.5536
CPU user time (s): 48.1657
CPU system time (s): 0.387941
CPU usage (%): 100.538
Max. virtual memory (cumulated for all children) (KiB): 821684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.1657
system time used= 0.387941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76759
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= 2569
involuntary context switches= 3899

runsolver used 0.070989 second user time and 0.169974 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-03 21:35:50
IDJOB=1058246
IDBENCH=54116
IDSOLVER=344
FILE ID=node66/1058246-1215113750
PBS_JOBID= 7877074
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-17.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-1058246-1215113750/watcher-1058246-1215113750 -o /tmp/evaluation-result-1058246-1215113750/solver-1058246-1215113750 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058246-1215113750.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c09e70fdcad0fe4d75285080a3072d5
RANDOM SEED=416369431

node66.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.213
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.213
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:       1272296 kB
Buffers:         39400 kB
Cached:         471056 kB
SwapCached:       6956 kB
Active:         368228 kB
Inactive:       359464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272296 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:         233500 kB
Slab:            40716 kB
Committed_AS:  4778904 kB
PageTables:       2256 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= 66524 MiB
End job on node66 at 2008-07-03 21:36:39