Trace number 1058358

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 1261.71 1268.85

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-7.xml
MD5SUMda04246eb2c7c2038e1553efee1f24d9
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.6077
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints33712
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33364
Global constraints used (with number of constraints)alldifferent(348)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	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.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1058358-1215114579.xml
0.29/0.38	c reading problem ... 
0.58/0.65	c reading problem named null
0.58/0.65	c reading domains done.
0.58/0.67	c reading variables done.
1.08/1.17	c reading predicates  done.
1.27/1.35	c reading constraints
1257.67/1265.03	c done with constraints.
1257.67/1265.03	c ... done. Wall clock time 1264.643s.
1257.67/1265.03	c #vars     16756
1257.67/1265.03	c #constraints  4846885
1257.67/1265.03	c constraints type 
1257.67/1265.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4846185
1257.67/1265.03	c org.sat4j.minisat.constraints.card.AtLeast => 585
1261.58/1268.73	c starts		: 6
1261.58/1268.73	c conflicts		: 1738
1261.58/1268.73	c decisions		: 75307
1261.58/1268.73	c propagations		: 500576
1261.58/1268.73	c inspects		: 7349401
1261.58/1268.73	c learnt literals	: 0
1261.58/1268.73	c learnt binary clauses	: 0
1261.58/1268.73	c learnt ternary clauses	: 3
1261.58/1268.73	c learnt clauses	: 1738
1261.58/1268.73	c ignored clauses	: 0
1261.58/1268.73	c root simplifications	: 0
1261.58/1268.73	c removed literals (reason simplification)	: 2035
1261.58/1268.73	c reason swapping (by a shorter reason)	: 0
1261.58/1268.73	c Calls to reduceDB	: 0
1261.58/1268.73	c speed (assignments/second)	: 137558.6699642759
1261.58/1268.73	c non guided choices	63924
1261.58/1268.73	s SATISFIABLE
1261.58/1268.74	v 31 9 22 2 38 15 14 7 18 16 8 1 32 14 40 41 39 36 39 23 3 20 28 34 12 31 43 35 21 32 3 34 33 5 19 36 41 5 44 21 31 16 37 44 18 31 40 21 30 19 41 2 35 11 2 11 10 37 18 24 31 38 14 44 14 36 41 25 35 7 8 27 20 28 40 5 30 43 9 39 22 4 22 8 26 30 38 25 36 1 32 41 10 37 42 43 18 16 43 7 44 12 4 40 11 34 6 15 18 27 4 11 22 42 19 37 6 1 15 29 28 37 34 13 44 31 1 13 21 29 21 18 9 28 41 36 25 33 26 31 0 6 7 3 3 10 11 13 10 30 29 33 22 11 35 1 9 42 30 24 0 15 15 34 13 4 35 12 17 19 32 0 34 24 33 32 5 35 5 43 15 41 44 10 1 30 40 12 21 40 27 2 32 33 39 9 2 16 13 39 5 41 20 32 26 40 9 27 17 4 29 12 33 11 16 6 20 38 6 11 12 24 34 25 37 7 16 39 28 29 33 29 19 17 35 42 17 10 38 25 42 36 2 9 43 38 33 36 38 39 44 25 44 9 0 0 27 20 43 28 43 17 30 26 26 8 9 12 26 25 26 23 24 36 3 23 2 14 29 14 1 28 20 42 6 18 16 40 22 15 16 29 42 15 29 24 3 12 7 37 0 27 19 27 42 22 40 21 23 8 4 39 34 24 43 14 5 42 17 26 43 7 26 8 21 22 4 8 1 23 8 17 38 38 23 41 13 10 21 23 12 20 10 35 0 1 37 39 28 3 8 9 2 0 8 7 4 5 6 9 8 4 1 5 4 9 1 9 8 3 9 3 6 2 3 1 6 2 0 5 3 8 6 8 9 5 7 9 0 9 3 3 1 4 3 9 1 2 2 2 2 5 0 3 9 8 8 7 5 5 7 9 9 5 2 2 4 3 9 1 5 2 8 9 5 7 8 2 3 2 5 1 4 6 3 9 5 5 7 8 6 6 3 3 9 1 8 5 7 9 9 9 6 0 9 3 6 3 2 6 2 4 8 4 8 9 5 5 2 4 3 8 5 0 8 5 6 5 3 1 6 0 4 0 5 1 8 8 8 4 0 7 2 8 4 4 7 8 1 6 9 5 6 2 3 1 2 2 1 2 9 4 6 1 6 9 7 6 7 3 9 3 0 6 9 8 2 6 5 4 9 1 7 5 2 3 9 2 7 3 9 2 3 2 6 6 4 0 9 9 6 8 2 2 6 8 1 5 2 5 6 1 3 5 1 9 9 4 8 6 4 8 4 2 5 8 2 3 5 5 7 8 5 5 5 0 8 0 2 4 3 6 3 5 9 7 4 3 3 5 6 6 3 8 8 4 7 6 3 4 5 9 5 2 0 7 7 8 9 9 5 9 7 8 6 6 8 6 3 3 9 7 7 6 3 9 8 6 9 5 4 0 5 8 2 3 5 0 3 6 6 3 6 8 8 0 2 4 5 3 3 4 9 9 8 8 3 1 4 4 0 7 7 2 8 3 4 9 3 0 0 3 1 6 4 3 3 9 5 8 5 5 2 8 5 0 2 0 2 2 
1261.58/1268.74	c Total wall clock time (in seconds) : 1268.349

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-1058358-1215114579/watcher-1058358-1215114579 -o /tmp/evaluation-result-1058358-1215114579/solver-1058358-1215114579 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058358-1215114579.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.92 1.98 1.99 3/80 31550
/proc/meminfo: memFree=1197024/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=48 CPUtime=0
/proc/31550/stat : 31550 (java6) R 31548 31550 30902 0 -1 0 17 0 0 0 0 0 0 0 19 0 1 0 123138596 49152 2 996147200 0 0 4294956601 18446744073709551615 265674091815 0 0 4096 0 0 0 0 17 0 0 0
/proc/31550/statm: 12 2 0 0 0 1 0

[startup+0.0755831 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 31550
/proc/meminfo: memFree=1197024/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=802236 CPUtime=0.06
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 2799 0 1 0 5 1 0 0 18 0 7 0 123138596 821489664 2534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 200559 2534 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102137 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 31550
/proc/meminfo: memFree=1197024/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=804612 CPUtime=0.08
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 3010 0 1 0 7 1 0 0 18 0 12 0 123138596 823922688 2743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 201153 2743 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30116 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 31550
/proc/meminfo: memFree=1197024/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=808180 CPUtime=0.29
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 5002 0 1 0 26 3 0 0 18 0 12 0 123138596 827576320 4328 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 202045 4328 1308 9 0 199414 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808180

[startup+0.7012 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 31550
/proc/meminfo: memFree=1197024/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=808208 CPUtime=0.68
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 6315 0 1 0 64 4 0 0 18 0 12 0 123138596 827604992 5475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 202052 5475 1335 9 0 199414 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808208

[startup+1.5023 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 31562
/proc/meminfo: memFree=1178624/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=809560 CPUtime=1.47
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 9591 0 1 0 141 6 0 0 18 0 12 0 123138596 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 202390 7600 1356 9 0 199752 0
[pid=31550/tid=31552] ppid=31548 vsize=809560 CPUtime=0.8
/proc/31550/task/31552/stat : 31552 (java) R 31548 31550 30902 0 -1 64 5605 0 1 0 76 4 0 0 25 0 12 0 123138598 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31553] ppid=31548 vsize=809560 CPUtime=0
/proc/31550/task/31553/stat : 31553 (java) S 31548 31550 30902 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 123138599 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31554] ppid=31548 vsize=809560 CPUtime=0
/proc/31550/task/31554/stat : 31554 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 123138599 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31555] ppid=31548 vsize=809560 CPUtime=0
/proc/31550/task/31555/stat : 31555 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 123138600 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31556] ppid=31548 vsize=809560 CPUtime=0
/proc/31550/task/31556/stat : 31556 (java) S 31548 31550 30902 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 123138601 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31557] ppid=31548 vsize=809560 CPUtime=0
/proc/31550/task/31557/stat : 31557 (java) S 31548 31550 30902 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 123138601 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31558] ppid=31548 vsize=809560 CPUtime=0
/proc/31550/task/31558/stat : 31558 (java) S 31548 31550 30902 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 123138605 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31559] ppid=31548 vsize=809560 CPUtime=0.17
/proc/31550/task/31559/stat : 31559 (java) S 31548 31550 30902 0 -1 64 425 0 0 0 17 0 0 0 16 0 12 0 123138605 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31560] ppid=31548 vsize=809560 CPUtime=0.47
/proc/31550/task/31560/stat : 31560 (java) R 31548 31550 30902 0 -1 64 2795 0 0 0 46 1 0 0 16 0 12 0 123138605 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 105569711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31561] ppid=31548 vsize=809560 CPUtime=0
/proc/31550/task/31561/stat : 31561 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 123138605 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31562] ppid=31548 vsize=809560 CPUtime=0
/proc/31550/task/31562/stat : 31562 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 123138605 828989440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809560

[startup+3.10247 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 31562
/proc/meminfo: memFree=1156608/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=810812 CPUtime=3.06
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 22992 0 1 0 293 13 0 0 18 0 12 0 123138596 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 202703 20683 1378 9 0 200065 0
[pid=31550/tid=31552] ppid=31548 vsize=810812 CPUtime=2.09
/proc/31550/task/31552/stat : 31552 (java) R 31548 31550 30902 0 -1 64 17265 0 1 0 198 11 0 0 25 0 12 0 123138598 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31553] ppid=31548 vsize=810812 CPUtime=0.01
/proc/31550/task/31553/stat : 31553 (java) S 31548 31550 30902 0 -1 64 477 0 0 0 1 0 0 0 17 0 12 0 123138599 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31554] ppid=31548 vsize=810812 CPUtime=0.01
/proc/31550/task/31554/stat : 31554 (java) S 31548 31550 30902 0 -1 64 525 0 0 0 1 0 0 0 16 0 12 0 123138599 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31555] ppid=31548 vsize=810812 CPUtime=0
/proc/31550/task/31555/stat : 31555 (java) S 31548 31550 30902 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 123138600 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31556] ppid=31548 vsize=810812 CPUtime=0
/proc/31550/task/31556/stat : 31556 (java) S 31548 31550 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 123138601 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31557] ppid=31548 vsize=810812 CPUtime=0
/proc/31550/task/31557/stat : 31557 (java) S 31548 31550 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 123138601 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31558] ppid=31548 vsize=810812 CPUtime=0
/proc/31550/task/31558/stat : 31558 (java) S 31548 31550 30902 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 123138605 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31559] ppid=31548 vsize=810812 CPUtime=0.25
/proc/31550/task/31559/stat : 31559 (java) S 31548 31550 30902 0 -1 64 447 0 0 0 25 0 0 0 16 0 12 0 123138605 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31560] ppid=31548 vsize=810812 CPUtime=0.66
/proc/31550/task/31560/stat : 31560 (java) R 31548 31550 30902 0 -1 64 3485 0 0 0 65 1 0 0 16 0 12 0 123138605 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 103665120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31561] ppid=31548 vsize=810812 CPUtime=0
/proc/31550/task/31561/stat : 31561 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 123138605 830271488 20683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31562] ppid=31548 vsize=810812 CPUtime=0
/proc/31550/task/31562/stat : 31562 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 123138605 830271488 20683 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) 810812

[startup+6.30184 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 31562
/proc/meminfo: memFree=1115712/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=808992 CPUtime=6.23
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 24169 0 1 0 609 14 0 0 18 0 12 0 123138596 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 202248 21404 1380 9 0 199610 0
[pid=31550/tid=31552] ppid=31548 vsize=808992 CPUtime=5.05
/proc/31550/task/31552/stat : 31552 (java) R 31548 31550 30902 0 -1 64 17271 0 1 0 494 11 0 0 25 0 12 0 123138598 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4109735317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31553] ppid=31548 vsize=808992 CPUtime=0.03
/proc/31550/task/31553/stat : 31553 (java) S 31548 31550 30902 0 -1 64 675 0 0 0 3 0 0 0 17 0 12 0 123138599 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31554] ppid=31548 vsize=808992 CPUtime=0.05
/proc/31550/task/31554/stat : 31554 (java) S 31548 31550 30902 0 -1 64 1426 0 0 0 5 0 0 0 17 0 12 0 123138599 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31555] ppid=31548 vsize=808992 CPUtime=0
/proc/31550/task/31555/stat : 31555 (java) S 31548 31550 30902 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 123138600 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31556] ppid=31548 vsize=808992 CPUtime=0
/proc/31550/task/31556/stat : 31556 (java) S 31548 31550 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 123138601 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31557] ppid=31548 vsize=808992 CPUtime=0
/proc/31550/task/31557/stat : 31557 (java) S 31548 31550 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 123138601 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31558] ppid=31548 vsize=808992 CPUtime=0
/proc/31550/task/31558/stat : 31558 (java) S 31548 31550 30902 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 123138605 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31559] ppid=31548 vsize=808992 CPUtime=0.31
/proc/31550/task/31559/stat : 31559 (java) S 31548 31550 30902 0 -1 64 459 0 0 0 31 0 0 0 16 0 12 0 123138605 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31560] ppid=31548 vsize=808992 CPUtime=0.74
/proc/31550/task/31560/stat : 31560 (java) S 31548 31550 30902 0 -1 64 3491 0 0 0 73 1 0 0 16 0 12 0 123138605 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31561] ppid=31548 vsize=808992 CPUtime=0
/proc/31550/task/31561/stat : 31561 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 123138605 828407808 21404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31562] ppid=31548 vsize=808992 CPUtime=0
/proc/31550/task/31562/stat : 31562 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 123138605 828407808 21404 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) 808992

[startup+12.7026 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 31562
/proc/meminfo: memFree=1102408/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=808400 CPUtime=12.57
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 27934 0 1 0 1241 16 0 0 18 0 12 0 123138596 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 202100 24876 1380 9 0 199462 0
[pid=31550/tid=31552] ppid=31548 vsize=808400 CPUtime=11.07
/proc/31550/task/31552/stat : 31552 (java) R 31548 31550 30902 0 -1 64 18118 0 1 0 1096 11 0 0 25 0 12 0 123138598 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4109743505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31553] ppid=31548 vsize=808400 CPUtime=0.13
/proc/31550/task/31553/stat : 31553 (java) S 31548 31550 30902 0 -1 64 2636 0 0 0 12 1 0 0 17 0 12 0 123138599 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31554] ppid=31548 vsize=808400 CPUtime=0.11
/proc/31550/task/31554/stat : 31554 (java) S 31548 31550 30902 0 -1 64 2153 0 0 0 11 0 0 0 16 0 12 0 123138599 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31555] ppid=31548 vsize=808400 CPUtime=0
/proc/31550/task/31555/stat : 31555 (java) S 31548 31550 30902 0 -1 64 164 0 0 0 0 0 0 0 16 0 12 0 123138600 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31556] ppid=31548 vsize=808400 CPUtime=0
/proc/31550/task/31556/stat : 31556 (java) S 31548 31550 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 123138601 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31557] ppid=31548 vsize=808400 CPUtime=0
/proc/31550/task/31557/stat : 31557 (java) S 31548 31550 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 123138601 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31558] ppid=31548 vsize=808400 CPUtime=0
/proc/31550/task/31558/stat : 31558 (java) S 31548 31550 30902 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 123138605 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31559] ppid=31548 vsize=808400 CPUtime=0.41
/proc/31550/task/31559/stat : 31559 (java) S 31548 31550 30902 0 -1 64 607 0 0 0 41 0 0 0 16 0 12 0 123138605 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31560] ppid=31548 vsize=808400 CPUtime=0.79
/proc/31550/task/31560/stat : 31560 (java) S 31548 31550 30902 0 -1 64 3493 0 0 0 78 1 0 0 16 0 12 0 123138605 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31561] ppid=31548 vsize=808400 CPUtime=0
/proc/31550/task/31561/stat : 31561 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 123138605 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31562] ppid=31548 vsize=808400 CPUtime=0
/proc/31550/task/31562/stat : 31562 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 123138605 827801600 24876 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 808400

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 31562
/proc/meminfo: memFree=1098952/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=809332 CPUtime=25.25
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 29921 0 1 0 2507 18 0 0 18 0 12 0 123138596 828755968 25771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 202333 25771 1380 9 0 199695 0
[pid=31550/tid=31552] ppid=31548 vsize=809332 CPUtime=23.41
/proc/31550/task/31552/stat : 31552 (java) R 31548 31550 30902 0 -1 64 18135 0 1 0 2330 11 0 0 25 0 12 0 123138598 828755968 25771 996147200 134512640 134550740 4294956032 18446744073709551615 4109683550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31553] ppid=31548 vsize=809332 CPUtime=0.16
/proc/31550/task/31553/stat : 31553 (java) S 31548 31550 30902 0 -1 64 3039 0 0 0 15 1 0 0 17 0 12 0 123138599 828755968 25771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31554] ppid=31548 vsize=809332 CPUtime=0.15
/proc/31550/task/31554/stat : 31554 (java) S 31548 31550 30902 0 -1 64 2410 0 0 0 14 1 0 0 17 0 12 0 123138599 828755968 25771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31555] ppid=31548 vsize=809332 CPUtime=0
/proc/31550/task/31555/stat : 31555 (java) S 31548 31550 30902 0 -1 64 164 0 0 0 0 0 0 0 16 0 12 0 123138600 828755968 25771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31556] ppid=31548 vsize=809332 CPUtime=0
/proc/31550/task/31556/stat : 31556 (java) S 31548 31550 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 123138601 828755968 25771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31557] ppid=31548 vsize=809332 CPUtime=0
/proc/31550/task/31557/stat : 31557 (java) S 31548 31550 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 123138601 828755968 25771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31558] ppid=31548 vsize=809332 CPUtime=0
/proc/31550/task/31558/stat : 31558 (java) S 31548 31550 30902 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 123138605 828755968 25771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.09 2.07 2.03 3/95 31573
/proc/meminfo: memFree=734704/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=822892 CPUtime=1256
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 127495 0 1 0 125524 76 0 0 18 0 12 0 123138596 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 205723 114742 1392 9 0 203085 0
[pid=31550/tid=31552] ppid=31548 vsize=822892 CPUtime=1227.62
/proc/31550/task/31552/stat : 31552 (java) R 31548 31550 30902 0 -1 64 19078 0 1 0 122745 17 0 0 25 0 12 0 123138598 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31553] ppid=31548 vsize=822892 CPUtime=12.56
/proc/31550/task/31553/stat : 31553 (java) R 31548 31550 30902 0 -1 64 52008 0 0 0 1233 23 0 0 16 0 12 0 123138599 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31554] ppid=31548 vsize=822892 CPUtime=12.59
/proc/31550/task/31554/stat : 31554 (java) R 31548 31550 30902 0 -1 64 45974 0 0 0 1237 22 0 0 16 0 12 0 123138599 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31555] ppid=31548 vsize=822892 CPUtime=0.25
/proc/31550/task/31555/stat : 31555 (java) S 31548 31550 30902 0 -1 64 168 0 0 0 18 7 0 0 15 0 12 0 123138600 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31556] ppid=31548 vsize=822892 CPUtime=0
/proc/31550/task/31556/stat : 31556 (java) S 31548 31550 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 123138601 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31557] ppid=31548 vsize=822892 CPUtime=0
/proc/31550/task/31557/stat : 31557 (java) S 31548 31550 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 123138601 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31558] ppid=31548 vsize=822892 CPUtime=0
/proc/31550/task/31558/stat : 31558 (java) S 31548 31550 30902 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 123138605 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31559] ppid=31548 vsize=822892 CPUtime=1.53
/proc/31550/task/31559/stat : 31559 (java) S 31548 31550 30902 0 -1 64 5654 0 0 0 151 2 0 0 17 0 12 0 123138605 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31560] ppid=31548 vsize=822892 CPUtime=1.39
/proc/31550/task/31560/stat : 31560 (java) S 31548 31550 30902 0 -1 64 3850 0 0 0 138 1 0 0 17 0 12 0 123138605 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31561] ppid=31548 vsize=822892 CPUtime=0
/proc/31550/task/31561/stat : 31561 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 123138605 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31562] ppid=31548 vsize=822892 CPUtime=0
/proc/31550/task/31562/stat : 31562 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 123138605 842641408 114742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1256
Current children cumulated vsize (KiB) 822892

[startup+1267.1 s]
/proc/loadavg: 2.09 2.07 2.03 3/96 31574
/proc/meminfo: memFree=683240/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=825776 CPUtime=1259.98
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 141775 0 1 0 125916 82 0 0 18 0 13 0 123138596 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 206444 127592 1402 9 0 203806 0
[pid=31550/tid=31552] ppid=31548 vsize=825776 CPUtime=1228.85
/proc/31550/task/31552/stat : 31552 (java) R 31548 31550 30902 0 -1 64 19096 0 1 0 122868 17 0 0 25 0 13 0 123138598 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4110207488 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31553] ppid=31548 vsize=825776 CPUtime=13.56
/proc/31550/task/31553/stat : 31553 (java) S 31548 31550 30902 0 -1 64 59201 0 0 0 1330 26 0 0 16 0 13 0 123138599 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31554] ppid=31548 vsize=825776 CPUtime=13.61
/proc/31550/task/31554/stat : 31554 (java) S 31548 31550 30902 0 -1 64 52980 0 0 0 1336 25 0 0 16 0 13 0 123138599 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31555] ppid=31548 vsize=825776 CPUtime=0.25
/proc/31550/task/31555/stat : 31555 (java) S 31548 31550 30902 0 -1 64 168 0 0 0 18 7 0 0 16 0 13 0 123138600 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31556] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31556/stat : 31556 (java) S 31548 31550 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 123138601 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31557] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31557/stat : 31557 (java) S 31548 31550 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 123138601 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31558] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31558/stat : 31558 (java) S 31548 31550 30902 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31559] ppid=31548 vsize=825776 CPUtime=1.88
/proc/31550/task/31559/stat : 31559 (java) S 31548 31550 30902 0 -1 64 5688 0 0 0 186 2 0 0 16 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31560] ppid=31548 vsize=825776 CPUtime=1.75
/proc/31550/task/31560/stat : 31560 (java) S 31548 31550 30902 0 -1 64 3873 0 0 0 174 1 0 0 15 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31561] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31561/stat : 31561 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31562] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31562/stat : 31562 (java) R 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31574] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31574/stat : 31574 (java) S 31548 31550 30902 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 123265106 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1259.98
Current children cumulated vsize (KiB) 825776

[startup+1267.9 s]
/proc/loadavg: 2.09 2.07 2.03 3/96 31574
/proc/meminfo: memFree=683240/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=825776 CPUtime=1260.78
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 141776 0 1 0 125996 82 0 0 18 0 13 0 123138596 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 206444 127592 1402 9 0 203806 0
[pid=31550/tid=31552] ppid=31548 vsize=825776 CPUtime=1229.65
/proc/31550/task/31552/stat : 31552 (java) R 31548 31550 30902 0 -1 64 19097 0 1 0 122948 17 0 0 25 0 13 0 123138598 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4110397306 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31553] ppid=31548 vsize=825776 CPUtime=13.56
/proc/31550/task/31553/stat : 31553 (java) S 31548 31550 30902 0 -1 64 59201 0 0 0 1330 26 0 0 16 0 13 0 123138599 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31554] ppid=31548 vsize=825776 CPUtime=13.61
/proc/31550/task/31554/stat : 31554 (java) S 31548 31550 30902 0 -1 64 52980 0 0 0 1336 25 0 0 16 0 13 0 123138599 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31555] ppid=31548 vsize=825776 CPUtime=0.25
/proc/31550/task/31555/stat : 31555 (java) S 31548 31550 30902 0 -1 64 168 0 0 0 18 7 0 0 17 0 13 0 123138600 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31556] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31556/stat : 31556 (java) S 31548 31550 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 123138601 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31557] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31557/stat : 31557 (java) S 31548 31550 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 123138601 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31558] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31558/stat : 31558 (java) S 31548 31550 30902 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31559] ppid=31548 vsize=825776 CPUtime=1.88
/proc/31550/task/31559/stat : 31559 (java) S 31548 31550 30902 0 -1 64 5688 0 0 0 186 2 0 0 16 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31560] ppid=31548 vsize=825776 CPUtime=1.75
/proc/31550/task/31560/stat : 31560 (java) S 31548 31550 30902 0 -1 64 3873 0 0 0 174 1 0 0 15 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31561] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31561/stat : 31561 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31562] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31562/stat : 31562 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31574] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31574/stat : 31574 (java) S 31548 31550 30902 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 123265106 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1260.78
Current children cumulated vsize (KiB) 825776

[startup+1268.31 s]
/proc/loadavg: 2.08 2.07 2.03 3/96 31574
/proc/meminfo: memFree=683240/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=825776 CPUtime=1261.18
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 141776 0 1 0 126036 82 0 0 18 0 13 0 123138596 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 206444 127592 1402 9 0 203806 0
[pid=31550/tid=31552] ppid=31548 vsize=825776 CPUtime=1230.05
/proc/31550/task/31552/stat : 31552 (java) R 31548 31550 30902 0 -1 64 19097 0 1 0 122988 17 0 0 25 0 13 0 123138598 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4109318637 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31553] ppid=31548 vsize=825776 CPUtime=13.56
/proc/31550/task/31553/stat : 31553 (java) S 31548 31550 30902 0 -1 64 59201 0 0 0 1330 26 0 0 16 0 13 0 123138599 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31554] ppid=31548 vsize=825776 CPUtime=13.61
/proc/31550/task/31554/stat : 31554 (java) S 31548 31550 30902 0 -1 64 52980 0 0 0 1336 25 0 0 16 0 13 0 123138599 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31555] ppid=31548 vsize=825776 CPUtime=0.25
/proc/31550/task/31555/stat : 31555 (java) S 31548 31550 30902 0 -1 64 168 0 0 0 18 7 0 0 17 0 13 0 123138600 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31556] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31556/stat : 31556 (java) S 31548 31550 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 123138601 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31557] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31557/stat : 31557 (java) S 31548 31550 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 123138601 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31558] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31558/stat : 31558 (java) S 31548 31550 30902 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31559] ppid=31548 vsize=825776 CPUtime=1.88
/proc/31550/task/31559/stat : 31559 (java) S 31548 31550 30902 0 -1 64 5688 0 0 0 186 2 0 0 16 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31560] ppid=31548 vsize=825776 CPUtime=1.75
/proc/31550/task/31560/stat : 31560 (java) S 31548 31550 30902 0 -1 64 3873 0 0 0 174 1 0 0 15 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31561] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31561/stat : 31561 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31562] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31562/stat : 31562 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31574] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31574/stat : 31574 (java) S 31548 31550 30902 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 123265106 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1261.18
Current children cumulated vsize (KiB) 825776

[startup+1268.7 s]
/proc/loadavg: 2.08 2.07 2.03 3/96 31574
/proc/meminfo: memFree=683240/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=825776 CPUtime=1261.58
/proc/31550/stat : 31550 (java) S 31548 31550 30902 0 -1 0 141776 0 1 0 126076 82 0 0 18 0 13 0 123138596 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31550/statm: 206444 127592 1402 9 0 203806 0
[pid=31550/tid=31552] ppid=31548 vsize=825776 CPUtime=1230.45
/proc/31550/task/31552/stat : 31552 (java) R 31548 31550 30902 0 -1 64 19097 0 1 0 123028 17 0 0 25 0 13 0 123138598 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4110251679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31553] ppid=31548 vsize=825776 CPUtime=13.56
/proc/31550/task/31553/stat : 31553 (java) S 31548 31550 30902 0 -1 64 59201 0 0 0 1330 26 0 0 16 0 13 0 123138599 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31554] ppid=31548 vsize=825776 CPUtime=13.61
/proc/31550/task/31554/stat : 31554 (java) S 31548 31550 30902 0 -1 64 52980 0 0 0 1336 25 0 0 16 0 13 0 123138599 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31555] ppid=31548 vsize=825776 CPUtime=0.25
/proc/31550/task/31555/stat : 31555 (java) S 31548 31550 30902 0 -1 64 168 0 0 0 18 7 0 0 16 0 13 0 123138600 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31556] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31556/stat : 31556 (java) S 31548 31550 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 123138601 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31557] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31557/stat : 31557 (java) S 31548 31550 30902 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 123138601 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31558] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31558/stat : 31558 (java) S 31548 31550 30902 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31559] ppid=31548 vsize=825776 CPUtime=1.88
/proc/31550/task/31559/stat : 31559 (java) S 31548 31550 30902 0 -1 64 5688 0 0 0 186 2 0 0 16 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31560] ppid=31548 vsize=825776 CPUtime=1.75
/proc/31550/task/31560/stat : 31560 (java) S 31548 31550 30902 0 -1 64 3873 0 0 0 174 1 0 0 15 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31550/tid=31561] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31561/stat : 31561 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31562] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31562/stat : 31562 (java) S 31548 31550 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123138605 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31550/tid=31574] ppid=31548 vsize=825776 CPUtime=0
/proc/31550/task/31574/stat : 31574 (java) S 31548 31550 30902 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 123265106 845594624 127592 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1261.58
Current children cumulated vsize (KiB) 825776

[startup+1268.8 s]
/proc/loadavg: 2.08 2.07 2.03 3/96 31574
/proc/meminfo: memFree=683240/2055920 swapFree=4179080/4192956
[pid=31550] ppid=31548 vsize=0 CPUtime=1261.65
/proc/31550/stat : 31550 (java) Z 31548 31550 30902 0 -1 12 141784 0 1 0 126080 85 0 0 16 0 2 0 123138596 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31550/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1261.65
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1268.85
CPU time (s): 1261.71
CPU user time (s): 1260.81
CPU system time (s): 0.899863
CPU usage (%): 99.4372
Max. virtual memory (cumulated for all children) (KiB): 825776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1260.81
system time used= 0.899863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141784
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= 38768
involuntary context switches= 51239

runsolver used 1.77073 second user time and 4.02239 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-03 21:49:40
IDJOB=1058358
IDBENCH=54123
IDSOLVER=344
FILE ID=node76/1058358-1215114579
PBS_JOBID= 7877056
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da04246eb2c7c2038e1553efee1f24d9
RANDOM SEED=1762018695

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1197504 kB
Buffers:         70704 kB
Cached:         647200 kB
SwapCached:       7656 kB
Active:         336844 kB
Inactive:       447596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1197504 kB
SwapTotal:     4192956 kB
SwapFree:      4179080 kB
Dirty:            5808 kB
Writeback:           0 kB
Mapped:          75872 kB
Slab:            58948 kB
Committed_AS:   405452 kB
PageTables:       2116 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= 66536 MiB
End job on node76 at 2008-07-03 22:10:49