Trace number 2073154

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 2.1.1SAT 809.741 813.044

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-35-4.xml
MD5SUMdefc6c027faaafbf2eeba55753553416
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.3293
Satisfiable
(Un)Satisfiability was proved
Number of variables595
Number of constraints6545
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6545
Global constraints used (with number of constraints)

Solver Data

0.08/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.39	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.39	c See www.sat4j.org for details.
0.08/0.39	c That software uses the Rhino library from the Mozilla project.
0.16/0.41	c version 2.1.1.v20090622
0.16/0.41	c sun.arch.data.model	32
0.16/0.41	c java.version	1.6.0_12
0.16/0.41	c os.name	Linux
0.16/0.41	c os.version	2.6.9-22.EL.rootsmp
0.16/0.41	c os.arch	i386
0.16/0.41	c Free memory 671000808
0.16/0.41	c Max memory 672137216
0.16/0.41	c Total memory 672137216
0.16/0.41	c Number of processors 2
0.16/0.49	c c --- Begin Solver configuration ---
0.16/0.49	c Stops conflict analysis at the first Unique Implication Point
0.16/0.49	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.16/0.49	c Learn all clauses as in MiniSAT
0.16/0.49	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.49	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.16/0.49	c Expensive reason simplification
0.16/0.49	c MiniSAT restarts strategy
0.16/0.49	c Memory based learned constraints deletion strategy
0.16/0.49	c timeout=2147483s
0.16/0.49	c DB Simplification allowed=false
0.16/0.49	c --- End Solver configuration ---
0.16/0.49	c solving HOME/instance-2073154-1247357759.xml
0.16/0.49	c reading problem ... 
0.48/0.82	c reading problem named null
0.48/0.83	c reading domains done.
0.48/0.83	c reading variables done.
0.68/1.00	c reading predicates  done.
0.88/1.23	c reading constraints
6.66/7.08	c done with constraints.
6.66/7.08	c ... done. Wall clock time 6.59s.
6.66/7.08	c #vars     2380
6.66/7.08	c #constraints  27370
6.66/7.08	c constraints type 
6.66/7.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26775
6.66/7.08	c org.sat4j.minisat.constraints.card.AtLeast => 595
764.40/767.67	c cleaning 323954 clauses out of 648002
809.42/812.77	c starts		: 21
809.42/812.77	c conflicts		: 721447
809.42/812.77	c decisions		: 1065215
809.42/812.77	c propagations		: 59909852
809.42/812.77	c inspects		: 1598690020
809.42/812.77	c learnt literals	: 0
809.42/812.77	c learnt binary clauses	: 0
809.42/812.77	c learnt ternary clauses	: 0
809.42/812.77	c learnt clauses	: 721447
809.42/812.77	c ignored clauses	: 0
809.42/812.77	c root simplifications	: 0
809.42/812.77	c removed literals (reason simplification)	: 22032152
809.42/812.77	c reason swapping (by a shorter reason)	: 0
809.42/812.77	c Calls to reduceDB	: 1
809.42/812.77	c speed (assignments/second)	: 74358.717467205
809.42/812.77	c non guided choices	3614
809.61/812.91	c learnt constraints type 
809.61/812.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 397493
809.61/812.91	c constraints type 
809.61/812.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26775
809.61/812.91	c org.sat4j.minisat.constraints.card.AtLeast => 595
809.61/812.91	s SATISFIABLE
809.61/812.91	v 3 3 0 2 0 1 0 2 0 3 0 3 3 1 2 3 1 2 2 2 2 0 3 3 0 1 3 1 1 2 1 1 2 2 1 0 1 2 2 3 2 2 2 1 2 0 0 3 0 1 0 3 1 3 0 2 0 3 3 1 1 0 0 3 3 2 2 3 3 2 3 0 2 3 2 3 0 1 2 0 1 2 2 2 2 3 0 1 0 0 2 0 0 3 3 1 1 0 1 1 2 0 2 3 2 0 1 0 3 3 1 2 0 3 0 2 0 3 3 1 3 1 0 2 1 2 0 1 3 0 1 1 3 3 0 2 2 2 3 2 0 0 2 0 1 3 0 0 1 0 3 3 0 3 0 1 1 2 1 3 0 3 3 1 0 3 1 2 0 2 0 1 1 0 0 2 2 3 0 2 1 2 1 3 3 2 0 3 1 0 0 1 3 1 1 1 2 0 1 3 2 2 2 2 0 3 3 3 0 1 0 0 2 3 3 0 1 2 1 3 1 3 0 2 2 3 0 0 2 0 2 3 0 1 2 1 3 1 1 0 1 2 2 1 0 3 2 1 2 0 3 3 3 1 1 0 3 1 0 3 0 1 0 2 2 1 3 3 1 0 0 2 0 3 2 3 3 0 3 1 1 2 1 1 3 3 3 2 0 2 0 2 3 1 3 3 1 0 1 0 1 1 0 3 1 2 2 0 2 2 1 2 3 0 3 2 1 1 3 3 3 1 0 3 0 3 2 2 1 1 1 3 3 0 0 0 0 2 3 3 0 2 2 3 1 0 3 0 2 0 2 2 1 1 2 2 2 3 1 3 1 0 3 3 1 1 2 3 2 3 1 3 1 2 1 0 1 0 0 3 3 0 0 0 2 0 2 0 1 1 3 3 2 2 2 1 0 1 0 3 1 3 3 0 2 2 2 1 0 3 1 3 2 2 1 2 1 1 3 3 0 0 3 1 0 1 2 3 2 1 0 1 2 0 2 1 3 3 0 2 3 0 3 1 3 2 1 1 0 0 3 3 2 2 2 2 0 2 2 3 1 3 2 1 2 2 0 2 3 1 3 0 1 0 0 3 1 3 0 2 0 0 3 1 0 0 2 1 3 1 1 0 3 3 1 0 2 0 2 1 0 2 0 1 3 2 1 0 1 3 0 1 0 1 0 3 3 0 3 1 3 1 2 1 2 3 3 2 1 0 1 3 2 0 2 2 2 0 0 3 1 0 1 2 3 1 0 2 2 0 1 3 2 2 3 1 1 1 2 1 2 3 3 2 0 3 2 2 3 0 1 3 2 2 3 1 3 3 1 0 1 0 0 1 0 0 2 0 0 2 3 3 3 2 1 
809.61/812.91	c Total wall clock time (in seconds) : 812.279

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073154-1247357759/watcher-2073154-1247357759 -o /tmp/evaluation-result-2073154-1247357759/solver-2073154-1247357759 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073154-1247357759.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.92 2.79 2.48 3/72 15825
/proc/meminfo: memFree=1914760/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=18576 CPUtime=0
/proc/15825/stat : 15825 (runsolver) D 15823 15825 14866 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 22843582 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 206381313319 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15825/statm: 4644 284 249 26 0 2626 0

[startup+0.00832208 s]
/proc/loadavg: 2.92 2.79 2.48 3/72 15825
/proc/meminfo: memFree=1914760/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=18576 CPUtime=0
/proc/15825/stat : 15825 (runsolver) D 15823 15825 14866 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 22843582 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 206381313319 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15825/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101351 s]
/proc/loadavg: 2.92 2.79 2.48 3/72 15825
/proc/meminfo: memFree=1914760/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=12788 CPUtime=0
/proc/15825/stat : 15825 (java) D 15823 15825 14866 0 -1 0 351 0 6 0 0 0 0 0 18 0 1 0 22843582 13094912 165 996147200 134512640 134550932 4294956016 18446744073709551615 10535844 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/15825/statm: 3197 165 127 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12788

[startup+0.301386 s]
/proc/loadavg: 2.92 2.79 2.48 3/72 15825
/proc/meminfo: memFree=1914760/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=802168 CPUtime=0.08
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 2769 0 43 0 5 3 0 0 18 0 7 0 22843582 821420032 2556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 200542 2556 1036 9 0 197893 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802168

[startup+0.701458 s]
/proc/loadavg: 2.92 2.79 2.48 3/72 15825
/proc/meminfo: memFree=1914760/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=807180 CPUtime=0.41
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 4950 0 44 0 34 7 0 0 18 0 12 0 22843582 826552320 4525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 201795 4525 1379 9 0 199122 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 807180

[startup+1.5026 s]
/proc/loadavg: 2.93 2.79 2.48 4/84 15837
/proc/meminfo: memFree=1889768/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=809532 CPUtime=1.18
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 7804 0 44 0 108 10 0 0 18 0 12 0 22843582 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 202383 6561 1398 9 0 199710 0
[pid=15825/tid=15827] ppid=15823 vsize=809532 CPUtime=0.75
/proc/15825/task/15827/stat : 15827 (java) R 15823 15825 14866 0 -1 64 4842 0 10 0 69 6 0 0 18 0 12 0 22843598 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=809532 CPUtime=0
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 14866 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 22843603 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=809532 CPUtime=0
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22843603 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=809532 CPUtime=0
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 14866 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22843606 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=809532 CPUtime=0
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 14866 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 22843607 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=809532 CPUtime=0
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 14866 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 22843607 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=809532 CPUtime=0
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 14866 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22843615 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=809532 CPUtime=0
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 14866 0 -1 64 13 0 0 0 0 0 0 0 21 0 12 0 22843615 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=809532 CPUtime=0.38
/proc/15825/task/15835/stat : 15835 (java) R 15823 15825 14866 0 -1 64 2242 0 0 0 38 0 0 0 17 0 12 0 22843615 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 104163866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=809532 CPUtime=0
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22843615 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=809532 CPUtime=0
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22843615 828960768 6561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 809532

[startup+3.1029 s]
/proc/loadavg: 2.93 2.79 2.48 4/84 15837
/proc/meminfo: memFree=1877480/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=809836 CPUtime=2.77
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 14501 0 44 0 265 12 0 0 18 0 12 0 22843582 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 202459 11577 1421 9 0 199786 0
[pid=15825/tid=15827] ppid=15823 vsize=809836 CPUtime=1.53
/proc/15825/task/15827/stat : 15827 (java) R 15823 15825 14866 0 -1 64 9609 0 10 0 145 8 0 0 25 0 12 0 22843598 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=809836 CPUtime=0
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 14866 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 22843603 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=809836 CPUtime=0
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22843603 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=809836 CPUtime=0
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 14866 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22843606 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=809836 CPUtime=0
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 14866 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 22843607 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=809836 CPUtime=0
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 14866 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 22843607 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=809836 CPUtime=0
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 14866 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22843615 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=809836 CPUtime=0
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 14866 0 -1 64 13 0 0 0 0 0 0 0 21 0 12 0 22843615 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=809836 CPUtime=1.19
/proc/15825/task/15835/stat : 15835 (java) R 15823 15825 14866 0 -1 64 4172 0 0 0 118 1 0 0 17 0 12 0 22843615 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 103828476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=809836 CPUtime=0
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22843615 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=809836 CPUtime=0
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22843615 829272064 11577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 809836

[startup+6.30248 s]
/proc/loadavg: 2.93 2.79 2.48 4/84 15837
/proc/meminfo: memFree=1826408/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=813116 CPUtime=5.96
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 26116 0 44 0 579 17 0 0 18 0 12 0 22843582 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 203279 20764 1443 9 0 200606 0
[pid=15825/tid=15827] ppid=15823 vsize=813116 CPUtime=3.17
/proc/15825/task/15827/stat : 15827 (java) R 15823 15825 14866 0 -1 64 17371 0 10 0 306 11 0 0 25 0 12 0 22843598 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=813116 CPUtime=0
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 14866 0 -1 64 263 0 0 0 0 0 0 0 17 0 12 0 22843603 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=813116 CPUtime=0
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 14866 0 -1 64 197 0 0 0 0 0 0 0 17 0 12 0 22843603 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=813116 CPUtime=0
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 14866 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 22843606 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=813116 CPUtime=0
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 14866 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22843607 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=813116 CPUtime=0
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 14866 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22843607 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=813116 CPUtime=0
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 14866 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22843615 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=813116 CPUtime=0
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 14866 0 -1 64 13 0 0 0 0 0 0 0 21 0 12 0 22843615 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=813116 CPUtime=2.73
/proc/15825/task/15835/stat : 15835 (java) R 15823 15825 14866 0 -1 64 7553 0 0 0 270 3 0 0 18 0 12 0 22843615 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 106253783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=813116 CPUtime=0
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22843615 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=813116 CPUtime=0
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22843615 832630784 20764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 813116

[startup+12.7027 s]
/proc/loadavg: 2.79 2.77 2.48 4/85 15838
/proc/meminfo: memFree=1823264/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=813440 CPUtime=12.34
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 26882 0 44 0 1216 18 0 0 18 0 13 0 22843582 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 203360 21523 1453 9 0 200687 0
[pid=15825/tid=15827] ppid=15823 vsize=813440 CPUtime=8.68
/proc/15825/task/15827/stat : 15827 (java) R 15823 15825 14866 0 -1 64 17388 0 10 0 857 11 0 0 25 0 13 0 22843598 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4109292956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=813440 CPUtime=0.01
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 14866 0 -1 64 466 0 0 0 1 0 0 0 16 0 13 0 22843603 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15829] ppid=15823 vsize=813440 CPUtime=0.02
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 14866 0 -1 64 658 0 0 0 2 0 0 0 16 0 13 0 22843603 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 14866 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 22843606 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 14866 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 14866 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22843607 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 14866 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22843615 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=813440 CPUtime=0.03
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 14866 0 -1 64 17 0 0 0 3 0 0 0 17 0 13 0 22843615 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=813440 CPUtime=3.53
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 14866 0 -1 64 7622 0 0 0 350 3 0 0 15 0 13 0 22843615 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 22843615 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22843615 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 14866 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 22844293 832962560 21523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 813440

[startup+25.502 s]
/proc/loadavg: 2.66 2.74 2.47 3/85 15838
/proc/meminfo: memFree=1804960/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=813440 CPUtime=25.11
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 32204 0 44 0 2491 20 0 0 18 0 13 0 22843582 832962560 26128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 203360 26128 1453 9 0 200687 0
[pid=15825/tid=15827] ppid=15823 vsize=813440 CPUtime=21.36
/proc/15825/task/15827/stat : 15827 (java) R 15823 15825 14866 0 -1 64 17389 0 10 0 2125 11 0 0 25 0 13 0 22843598 832962560 26128 996147200 134512640 134550932 4294956016 18446744073709551615 4110295579 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=813440 CPUtime=0.06
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 14866 0 -1 64 3160 0 0 0 5 1 0 0 17 0 13 0 22843603 832962560 26128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=813440 CPUtime=0.06
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 14866 0 -1 64 3278 0 0 0 5 1 0 0 16 0 13 0 22843603 832962560 26128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15830] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 14866 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 22843606 832962560 26128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 14866 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 22843607 832962560 26128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 26128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=813440 CPUtime=0

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

[pid=15825] ppid=15823 vsize=813440 CPUtime=806.19
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 177905 0 44 0 80535 84 0 0 18 0 13 0 22843582 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 203360 165193 1460 9 0 200687 0
[pid=15825/tid=15827] ppid=15823 vsize=813440 CPUtime=798.13
/proc/15825/task/15827/stat : 15827 (java) R 15823 15825 14866 0 -1 64 17408 0 10 0 79800 13 0 0 25 0 13 0 22843598 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4110322420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=813440 CPUtime=1.64
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 14866 0 -1 64 75461 0 0 0 132 32 0 0 17 0 13 0 22843603 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=813440 CPUtime=1.59
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 14866 0 -1 64 76652 0 0 0 127 32 0 0 17 0 13 0 22843603 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=813440 CPUtime=1.07
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 14866 0 -1 64 28 0 0 0 107 0 0 0 16 0 13 0 22843606 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 14866 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 14866 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=813440 CPUtime=0.03
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 14866 0 -1 64 17 0 0 0 3 0 0 0 17 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=813440 CPUtime=3.66
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 14866 0 -1 64 7628 0 0 0 363 3 0 0 16 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 14866 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 22844293 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 806.19
Current children cumulated vsize (KiB) 813440

[startup+811.103 s]
/proc/loadavg: 2.01 2.06 2.18 3/85 15838
/proc/meminfo: memFree=1247328/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=813440 CPUtime=807.77
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 177905 0 44 0 80693 84 0 0 18 0 13 0 22843582 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 203360 165193 1460 9 0 200687 0
[pid=15825/tid=15827] ppid=15823 vsize=813440 CPUtime=799.71
/proc/15825/task/15827/stat : 15827 (java) R 15823 15825 14866 0 -1 64 17408 0 10 0 79958 13 0 0 25 0 13 0 22843598 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4110292716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=813440 CPUtime=1.64
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 14866 0 -1 64 75461 0 0 0 132 32 0 0 17 0 13 0 22843603 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=813440 CPUtime=1.59
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 14866 0 -1 64 76652 0 0 0 127 32 0 0 17 0 13 0 22843603 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=813440 CPUtime=1.07
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 14866 0 -1 64 28 0 0 0 107 0 0 0 16 0 13 0 22843606 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 14866 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 14866 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=813440 CPUtime=0.03
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 14866 0 -1 64 17 0 0 0 3 0 0 0 17 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=813440 CPUtime=3.66
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 14866 0 -1 64 7628 0 0 0 363 3 0 0 16 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 14866 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 22844293 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 807.77
Current children cumulated vsize (KiB) 813440

[startup+811.902 s]
/proc/loadavg: 2.01 2.05 2.18 3/85 15838
/proc/meminfo: memFree=1247328/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=813440 CPUtime=808.57
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 177905 0 44 0 80773 84 0 0 18 0 13 0 22843582 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 203360 165193 1460 9 0 200687 0
[pid=15825/tid=15827] ppid=15823 vsize=813440 CPUtime=800.51
/proc/15825/task/15827/stat : 15827 (java) R 15823 15825 14866 0 -1 64 17408 0 10 0 80038 13 0 0 25 0 13 0 22843598 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4109549096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15828] ppid=15823 vsize=813440 CPUtime=1.64
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 14866 0 -1 64 75461 0 0 0 132 32 0 0 17 0 13 0 22843603 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15829] ppid=15823 vsize=813440 CPUtime=1.59
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 14866 0 -1 64 76652 0 0 0 127 32 0 0 17 0 13 0 22843603 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15830] ppid=15823 vsize=813440 CPUtime=1.07
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 14866 0 -1 64 28 0 0 0 107 0 0 0 16 0 13 0 22843606 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15831] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 14866 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 14866 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=813440 CPUtime=0.03
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 14866 0 -1 64 17 0 0 0 3 0 0 0 17 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=813440 CPUtime=3.66
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 14866 0 -1 64 7628 0 0 0 363 3 0 0 16 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 14866 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 22844293 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 808.57
Current children cumulated vsize (KiB) 813440

[startup+812.701 s]
/proc/loadavg: 2.01 2.05 2.18 3/85 15838
/proc/meminfo: memFree=1247328/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=813440 CPUtime=809.42
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 177906 0 44 0 80858 84 0 0 18 0 13 0 22843582 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 203360 165193 1460 9 0 200687 0
[pid=15825/tid=15827] ppid=15823 vsize=813440 CPUtime=801.21
/proc/15825/task/15827/stat : 15827 (java) R 15823 15825 14866 0 -1 64 17409 0 10 0 80108 13 0 0 22 0 13 0 22843598 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4110322459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15828] ppid=15823 vsize=813440 CPUtime=1.72
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 14866 0 -1 64 75461 0 0 0 140 32 0 0 17 0 13 0 22843603 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15829] ppid=15823 vsize=813440 CPUtime=1.66
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 14866 0 -1 64 76652 0 0 0 134 32 0 0 17 0 13 0 22843603 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15830] ppid=15823 vsize=813440 CPUtime=1.07
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 14866 0 -1 64 28 0 0 0 107 0 0 0 16 0 13 0 22843606 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15831] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 14866 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 14866 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=813440 CPUtime=0.03
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 14866 0 -1 64 17 0 0 0 3 0 0 0 17 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=813440 CPUtime=3.66
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 14866 0 -1 64 7628 0 0 0 363 3 0 0 16 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15836] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22843615 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15838] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15838/stat : 15838 (java) S 15823 15825 14866 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 22844293 832962560 165193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 809.42
Current children cumulated vsize (KiB) 813440

[startup+812.906 s]
/proc/loadavg: 2.01 2.05 2.18 4/85 15839
/proc/meminfo: memFree=1247192/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=813440 CPUtime=809.61
/proc/15825/stat : 15825 (java) S 15823 15825 14866 0 -1 0 177910 0 44 0 80877 84 0 0 18 0 13 0 22843582 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15825/statm: 203360 165197 1461 9 0 200687 0
[pid=15825/tid=15827] ppid=15823 vsize=813440 CPUtime=801.27
/proc/15825/task/15827/stat : 15827 (java) S 15823 15825 14866 0 -1 64 17411 0 10 0 80114 13 0 0 24 0 13 0 22843598 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15828] ppid=15823 vsize=813440 CPUtime=1.72
/proc/15825/task/15828/stat : 15828 (java) S 15823 15825 14866 0 -1 64 75461 0 0 0 140 32 0 0 17 0 13 0 22843603 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15829] ppid=15823 vsize=813440 CPUtime=1.66
/proc/15825/task/15829/stat : 15829 (java) S 15823 15825 14866 0 -1 64 76652 0 0 0 134 32 0 0 17 0 13 0 22843603 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15830] ppid=15823 vsize=813440 CPUtime=1.07
/proc/15825/task/15830/stat : 15830 (java) S 15823 15825 14866 0 -1 64 28 0 0 0 107 0 0 0 16 0 13 0 22843606 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15831] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15831/stat : 15831 (java) S 15823 15825 14866 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15832] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15832/stat : 15832 (java) S 15823 15825 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22843607 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15833] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15833/stat : 15833 (java) S 15823 15825 14866 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22843615 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15834] ppid=15823 vsize=813440 CPUtime=0.03
/proc/15825/task/15834/stat : 15834 (java) S 15823 15825 14866 0 -1 64 17 0 0 0 3 0 0 0 17 0 13 0 22843615 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15835] ppid=15823 vsize=813440 CPUtime=3.69
/proc/15825/task/15835/stat : 15835 (java) S 15823 15825 14866 0 -1 64 7628 0 0 0 366 3 0 0 16 0 13 0 22843615 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15825/tid=15836] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15836/stat : 15836 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 22843615 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15837] ppid=15823 vsize=813440 CPUtime=0
/proc/15825/task/15837/stat : 15837 (java) S 15823 15825 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22843615 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15825/tid=15839] ppid=15823 vsize=813440 CPUtime=0.09
/proc/15825/task/15839/stat : 15839 (java) R 15823 15825 14866 0 -1 64 1 0 0 0 9 0 0 0 25 0 13 0 22924860 832962560 165197 996147200 134512640 134550932 4294956016 18446744073709551615 4110079510 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 809.61
Current children cumulated vsize (KiB) 813440

[startup+813.003 s]
/proc/loadavg: 2.01 2.05 2.18 4/85 15839
/proc/meminfo: memFree=1247192/2055920 swapFree=4192812/4192956
[pid=15825] ppid=15823 vsize=0 CPUtime=809.69
/proc/15825/stat : 15825 (java) Z 15823 15825 14866 0 -1 12 177915 0 44 0 80879 90 0 0 16 0 2 0 22843582 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15825/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 809.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 813.044
CPU time (s): 809.741
CPU user time (s): 808.791
CPU system time (s): 0.949855
CPU usage (%): 99.5937
Max. virtual memory (cumulated for all children) (KiB): 813440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 808.791
system time used= 0.949855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177915
page faults= 44
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18908
involuntary context switches= 23315

runsolver used 1.23781 second user time and 2.48762 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 02:15:59
IDJOB=2073154
IDBENCH=55953
IDSOLVER=731
FILE ID=node2/2073154-1247357759
PBS_JOBID= 9506910
Free space on /tmp= 66308 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-35-4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073154-1247357759/watcher-2073154-1247357759 -o /tmp/evaluation-result-2073154-1247357759/solver-2073154-1247357759 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073154-1247357759.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= defc6c027faaafbf2eeba55753553416
RANDOM SEED=625070454

node2.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.265
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.265
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:       1915304 kB
Buffers:         13824 kB
Cached:          41324 kB
SwapCached:          0 kB
Active:          74532 kB
Inactive:        19040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1915304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2800 kB
Writeback:           0 kB
Mapped:          49992 kB
Slab:            32456 kB
Committed_AS:   165648 kB
PageTables:       1872 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= 66308 MiB
End job on node2 at 2009-07-12 02:29:32