Trace number 1051427

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-13? (TO) 1801.28 1805.06

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-67-11-a4.xml
MD5SUM085bfc51df6ecdce11133d129a5861be
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.30/0.33	c version 9.9.9.token
0.30/0.33	c sun.arch.data.model	32
0.30/0.33	c java.version	1.6.0_06
0.30/0.33	c os.name	Linux
0.30/0.33	c os.version	2.6.9-22.EL.rootsmp
0.30/0.33	c os.arch	i386
0.30/0.33	c Free memory 669864272
0.30/0.33	c Max memory 672137216
0.30/0.33	c Total memory 672137216
0.30/0.33	c Number of processors 2
0.30/0.37	c c --- Begin Solver configuration ---
0.30/0.37	c Stops conflict analysis at the first Unique Implication Point
0.30/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.37	c Learn all clauses as in MiniSAT
0.30/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.37	c Expensive reason simplification
0.30/0.37	c MiniSAT restarts strategy
0.30/0.37	c timeout=2147483s
0.30/0.37	c DB Simplification allowed=false
0.30/0.37	c --- End Solver configuration ---
0.30/0.37	c solving HOME/instance-1051427-1215053110.xml
0.30/0.37	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.63	c reading variables done.
0.59/0.66	c reading predicates  done.
0.79/0.84	c reading constraints
1800.82/1804.69	c starts		: 0
1800.82/1804.69	c conflicts		: 0
1800.82/1804.69	c decisions		: 0
1800.82/1804.69	c propagations		: 0
1800.82/1804.69	c inspects		: 0
1800.82/1804.69	c learnt literals	: 0
1800.82/1804.69	c learnt binary clauses	: 0
1800.82/1804.69	c learnt ternary clauses	: 0
1800.82/1804.69	c learnt clauses	: 0
1800.82/1804.69	c ignored clauses	: 0
1800.82/1804.69	c root simplifications	: 0
1800.82/1804.69	c removed literals (reason simplification)	: 0
1800.82/1804.69	c reason swapping (by a shorter reason)	: 0
1800.82/1804.69	c Calls to reduceDB	: 0
1800.82/1804.69	c speed (assignments/second)	: 0.0
1800.82/1804.69	c non guided choices	0
1800.82/1804.69	s UNKNOWN
1800.82/1804.69	c Total wall clock time (in seconds) : 1804.315

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1051427-1215053110/watcher-1051427-1215053110 -o /tmp/evaluation-result-1051427-1215053110/solver-1051427-1215053110 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051427-1215053110.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.01 4/81 11428
/proc/meminfo: memFree=1692368/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=152 CPUtime=0
/proc/11428/stat : 11428 (java) R 11426 11428 9053 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 410928405 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 3810084 0 0 4096 0 0 0 0 17 0 0 0
/proc/11428/statm: 38 26 19 9 0 4 0

[startup+0.0471929 s]
/proc/loadavg: 2.07 2.03 2.01 4/81 11428
/proc/meminfo: memFree=1692368/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=802236 CPUtime=0.04
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 2615 0 1 0 2 2 0 0 18 0 7 0 410928405 821489664 2350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 200559 2350 986 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101193 s]
/proc/loadavg: 2.07 2.03 2.01 4/81 11428
/proc/meminfo: memFree=1692368/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=804756 CPUtime=0.09
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 3166 0 1 0 7 2 0 0 18 0 12 0 410928405 824070144 2897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 201189 2897 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301222 s]
/proc/loadavg: 2.07 2.03 2.01 4/81 11428
/proc/meminfo: memFree=1692368/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=807856 CPUtime=0.3
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 4970 0 1 0 27 3 0 0 18 0 12 0 410928405 827244544 4302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 201964 4302 1310 9 0 199333 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807856

[startup+0.701277 s]
/proc/loadavg: 2.07 2.03 2.01 4/81 11428
/proc/meminfo: memFree=1692368/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=807884 CPUtime=0.69
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 6363 0 1 0 65 4 0 0 18 0 12 0 410928405 827273216 5692 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 201971 5692 1342 9 0 199333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807884

[startup+1.50239 s]
/proc/loadavg: 2.07 2.03 2.01 5/93 11440
/proc/meminfo: memFree=1670256/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=811420 CPUtime=1.49
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 9377 0 1 0 143 6 0 0 18 0 12 0 410928405 830894080 7526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 202855 7527 1363 9 0 200217 0
[pid=11428/tid=11430] ppid=11426 vsize=811420 CPUtime=0.73
/proc/11428/task/11430/stat : 11430 (java) R 11426 11428 9053 0 -1 64 4991 0 1 0 69 4 0 0 25 0 12 0 410928406 830894080 7527 996147200 134512640 134550740 4294956032 18446744073709551615 4109708890 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=811420 CPUtime=0
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9053 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 410928407 830894080 7528 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=811420 CPUtime=0
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 410928407 830894080 7529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=811420 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 410928409 830894080 7529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=811420 CPUtime=0
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9053 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 410928410 830894080 7530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11435] ppid=11426 vsize=811420 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9053 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 410928410 830894080 7531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11436] ppid=11426 vsize=811420 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 830894080 7532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11437] ppid=11426 vsize=811420 CPUtime=0.45
/proc/11428/task/11437/stat : 11437 (java) S 11426 11428 9053 0 -1 64 2587 0 0 0 44 1 0 0 16 0 12 0 410928414 830894080 7532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11438] ppid=11426 vsize=811420 CPUtime=0.29
/proc/11428/task/11438/stat : 11438 (java) S 11426 11428 9053 0 -1 64 1036 0 0 0 29 0 0 0 16 0 12 0 410928414 830894080 7533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11439] ppid=11426 vsize=811420 CPUtime=0
/proc/11428/task/11439/stat : 11439 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 830894080 7533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11440] ppid=11426 vsize=811420 CPUtime=0
/proc/11428/task/11440/stat : 11440 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 410928414 830894080 7534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 811420

[startup+3.10262 s]
/proc/loadavg: 2.15 2.04 2.01 4/93 11440
/proc/meminfo: memFree=1649264/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=820928 CPUtime=3.1
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 20484 0 2 0 298 12 0 0 18 0 12 0 410928405 840630272 13027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 205232 13027 1378 9 0 202594 0
[pid=11428/tid=11430] ppid=11426 vsize=820928 CPUtime=1.43
/proc/11428/task/11430/stat : 11430 (java) R 11426 11428 9053 0 -1 64 8084 0 2 0 137 6 0 0 25 0 12 0 410928406 840630272 13027 996147200 134512640 134550740 4294956032 18446744073709551615 105821366 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=820928 CPUtime=0
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9053 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 410928407 840630272 13027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=820928 CPUtime=0
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 410928407 840630272 13027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=820928 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 410928409 840630272 13027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=820928 CPUtime=0
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9053 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 410928410 840630272 13028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11435] ppid=11426 vsize=820928 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9053 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 410928410 840630272 13028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11436] ppid=11426 vsize=820928 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 840630272 13028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11437] ppid=11426 vsize=820928 CPUtime=1.13
/proc/11428/task/11437/stat : 11437 (java) S 11426 11428 9053 0 -1 64 9265 0 0 0 109 4 0 0 22 0 12 0 410928414 840630272 13028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11438] ppid=11426 vsize=820928 CPUtime=0.5
/proc/11428/task/11438/stat : 11438 (java) S 11426 11428 9053 0 -1 64 2371 0 0 0 50 0 0 0 16 0 12 0 410928414 840630272 13028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11439] ppid=11426 vsize=820928 CPUtime=0
/proc/11428/task/11439/stat : 11439 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 840630272 13028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11440] ppid=11426 vsize=820928 CPUtime=0
/proc/11428/task/11440/stat : 11440 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 410928414 840630272 13028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 820928

[startup+6.30107 s]
/proc/loadavg: 2.15 2.04 2.01 4/93 11440
/proc/meminfo: memFree=1604144/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=819532 CPUtime=6.28
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 31168 0 2 0 612 16 0 0 18 0 12 0 410928405 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 204883 23357 1383 9 0 202245 0
[pid=11428/tid=11430] ppid=11426 vsize=819532 CPUtime=4.51
/proc/11428/task/11430/stat : 11430 (java) R 11426 11428 9053 0 -1 64 17267 0 2 0 441 10 0 0 25 0 12 0 410928406 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4109860602 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=819532 CPUtime=0.03
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9053 0 -1 64 852 0 0 0 3 0 0 0 16 0 12 0 410928407 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=819532 CPUtime=0.01
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9053 0 -1 64 561 0 0 0 1 0 0 0 16 0 12 0 410928407 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9053 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 410928409 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9053 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 410928410 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11435] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 410928410 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11436] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11437] ppid=11426 vsize=819532 CPUtime=1.15
/proc/11428/task/11437/stat : 11437 (java) S 11426 11428 9053 0 -1 64 9265 0 0 0 111 4 0 0 16 0 12 0 410928414 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11438] ppid=11426 vsize=819532 CPUtime=0.54
/proc/11428/task/11438/stat : 11438 (java) S 11426 11428 9053 0 -1 64 2377 0 0 0 54 0 0 0 16 0 12 0 410928414 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11439] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11439/stat : 11439 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11440] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11440/stat : 11440 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 410928414 839200768 23357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 819532

[startup+12.703 s]
/proc/loadavg: 2.12 2.04 2.01 4/93 11440
/proc/meminfo: memFree=1580720/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=819532 CPUtime=12.69
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 35639 0 2 0 1250 19 0 0 18 0 12 0 410928405 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 204883 27820 1383 9 0 202245 0
[pid=11428/tid=11430] ppid=11426 vsize=819532 CPUtime=10.74
/proc/11428/task/11430/stat : 11430 (java) R 11426 11428 9053 0 -1 64 18532 0 2 0 1064 10 0 0 25 0 12 0 410928406 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4109717193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=819532 CPUtime=0.1
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9053 0 -1 64 2298 0 0 0 10 0 0 0 17 0 12 0 410928407 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=819532 CPUtime=0.08
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9053 0 -1 64 2240 0 0 0 8 0 0 0 17 0 12 0 410928407 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9053 0 -1 64 165 0 0 0 0 0 0 0 17 0 12 0 410928409 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9053 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 410928410 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11435] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 410928410 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11436] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11437] ppid=11426 vsize=819532 CPUtime=1.15
/proc/11428/task/11437/stat : 11437 (java) S 11426 11428 9053 0 -1 64 9265 0 0 0 111 4 0 0 16 0 12 0 410928414 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11438] ppid=11426 vsize=819532 CPUtime=0.54
/proc/11428/task/11438/stat : 11438 (java) S 11426 11428 9053 0 -1 64 2377 0 0 0 54 0 0 0 16 0 12 0 410928414 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11439] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11439/stat : 11439 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11440] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11440/stat : 11440 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 410928414 839200768 27820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 819532

[startup+25.5018 s]
/proc/loadavg: 2.18 2.06 2.01 4/93 11440
/proc/meminfo: memFree=1566704/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=819532 CPUtime=25.48
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 37421 0 2 0 2528 20 0 0 18 0 12 0 410928405 839200768 29587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 204883 29587 1384 9 0 202245 0
[pid=11428/tid=11430] ppid=11426 vsize=819532 CPUtime=23.37
/proc/11428/task/11430/stat : 11430 (java) R 11426 11428 9053 0 -1 64 18548 0 2 0 2327 10 0 0 25 0 12 0 410928406 839200768 29587 996147200 134512640 134550740 4294956032 18446744073709551615 4109717193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=819532 CPUtime=0.18
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9053 0 -1 64 3310 0 0 0 17 1 0 0 17 0 12 0 410928407 839200768 29587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=819532 CPUtime=0.16
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9053 0 -1 64 2993 0 0 0 15 1 0 0 17 0 12 0 410928407 839200768 29587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9053 0 -1 64 165 0 0 0 0 0 0 0 17 0 12 0 410928409 839200768 29587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9053 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 410928410 839200768 29587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11435] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 410928410 839200768 29587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11436] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 29587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=207216/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=819532 CPUtime=1659.06
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 183720 0 2 0 165796 110 0 0 18 0 12 0 410928405 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 204883 174461 1390 9 0 202245 0
[pid=11428/tid=11430] ppid=11426 vsize=819532 CPUtime=1323.44
/proc/11428/task/11430/stat : 11430 (java) R 11426 11428 9053 0 -1 64 32238 0 2 0 132314 30 0 0 17 0 12 0 410928406 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4109867045 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=819532 CPUtime=58.98
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9053 0 -1 64 61554 0 0 0 5872 26 0 0 16 0 12 0 410928407 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=819532 CPUtime=61.47
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9053 0 -1 64 74030 0 0 0 6115 32 0 0 17 0 12 0 410928407 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=819532 CPUtime=213.31
/proc/11428/task/11433/stat : 11433 (java) R 11426 11428 9053 0 -1 64 3491 0 0 0 21317 14 0 0 19 0 12 0 410928409 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9053 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 410928410 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 410928410 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11436] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11437] ppid=11426 vsize=819532 CPUtime=1.2
/proc/11428/task/11437/stat : 11437 (java) S 11426 11428 9053 0 -1 64 9265 0 0 0 116 4 0 0 16 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11438] ppid=11426 vsize=819532 CPUtime=0.59
/proc/11428/task/11438/stat : 11438 (java) S 11426 11428 9053 0 -1 64 2380 0 0 0 59 0 0 0 16 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11439] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11439/stat : 11439 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11440] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11440/stat : 11440 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.06
Current children cumulated vsize (KiB) 819532

[startup+1722.3 s]
/proc/loadavg: 2.63 2.44 2.23 5/93 11446
/proc/meminfo: memFree=179376/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=819532 CPUtime=1718.77
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 183738 0 2 0 171766 111 0 0 18 0 12 0 410928405 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 204883 174461 1390 9 0 202245 0
[pid=11428/tid=11430] ppid=11426 vsize=819532 CPUtime=1336.43
/proc/11428/task/11430/stat : 11430 (java) R 11426 11428 9053 0 -1 64 32256 0 2 0 133612 31 0 0 22 0 12 0 410928406 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=819532 CPUtime=58.98
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9053 0 -1 64 61554 0 0 0 5872 26 0 0 16 0 12 0 410928407 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=819532 CPUtime=61.47
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9053 0 -1 64 74030 0 0 0 6115 32 0 0 17 0 12 0 410928407 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=819532 CPUtime=260.02
/proc/11428/task/11433/stat : 11433 (java) R 11426 11428 9053 0 -1 64 3491 0 0 0 25988 14 0 0 16 0 12 0 410928409 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 105677442 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9053 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 410928410 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 410928410 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11436] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11437] ppid=11426 vsize=819532 CPUtime=1.2
/proc/11428/task/11437/stat : 11437 (java) S 11426 11428 9053 0 -1 64 9265 0 0 0 116 4 0 0 16 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11438] ppid=11426 vsize=819532 CPUtime=0.59
/proc/11428/task/11438/stat : 11438 (java) S 11426 11428 9053 0 -1 64 2380 0 0 0 59 0 0 0 16 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11439] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11439/stat : 11439 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11440] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11440/stat : 11440 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.77
Current children cumulated vsize (KiB) 819532

[startup+1782.3 s]
/proc/loadavg: 2.63 2.48 2.26 5/94 11487
/proc/meminfo: memFree=1078368/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=819532 CPUtime=1778.53
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 183755 0 2 0 177740 113 0 0 18 0 12 0 410928405 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 204883 174461 1390 9 0 202245 0
[pid=11428/tid=11430] ppid=11426 vsize=819532 CPUtime=1347.84
/proc/11428/task/11430/stat : 11430 (java) R 11426 11428 9053 0 -1 64 32273 0 2 0 134753 31 0 0 21 0 12 0 410928406 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=819532 CPUtime=58.98
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9053 0 -1 64 61554 0 0 0 5872 26 0 0 16 0 12 0 410928407 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=819532 CPUtime=61.47
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9053 0 -1 64 74030 0 0 0 6115 32 0 0 17 0 12 0 410928407 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=819532 CPUtime=308.38
/proc/11428/task/11433/stat : 11433 (java) R 11426 11428 9053 0 -1 64 3491 0 0 0 30822 16 0 0 17 0 12 0 410928409 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9053 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 410928410 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 410928410 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11436] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11437] ppid=11426 vsize=819532 CPUtime=1.2
/proc/11428/task/11437/stat : 11437 (java) S 11426 11428 9053 0 -1 64 9265 0 0 0 116 4 0 0 16 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11438] ppid=11426 vsize=819532 CPUtime=0.59
/proc/11428/task/11438/stat : 11438 (java) S 11426 11428 9053 0 -1 64 2380 0 0 0 59 0 0 0 16 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11439] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11439/stat : 11439 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11440] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11440/stat : 11440 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.53
Current children cumulated vsize (KiB) 819532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.8 s]
/proc/loadavg: 2.67 2.49 2.27 4/93 11488
/proc/meminfo: memFree=1077608/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=819532 CPUtime=1800.02
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 183761 0 2 0 179889 113 0 0 18 0 12 0 410928405 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 204883 174461 1390 9 0 202245 0
[pid=11428/tid=11430] ppid=11426 vsize=819532 CPUtime=1351.62
/proc/11428/task/11430/stat : 11430 (java) R 11426 11428 9053 0 -1 64 32279 0 2 0 135131 31 0 0 21 0 12 0 410928406 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=819532 CPUtime=58.98
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9053 0 -1 64 61554 0 0 0 5872 26 0 0 16 0 12 0 410928407 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=819532 CPUtime=61.47
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9053 0 -1 64 74030 0 0 0 6115 32 0 0 17 0 12 0 410928407 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=819532 CPUtime=326.1
/proc/11428/task/11433/stat : 11433 (java) R 11426 11428 9053 0 -1 64 3491 0 0 0 32594 16 0 0 18 0 12 0 410928409 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9053 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 410928410 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 410928410 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11436] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11437] ppid=11426 vsize=819532 CPUtime=1.2
/proc/11428/task/11437/stat : 11437 (java) S 11426 11428 9053 0 -1 64 9265 0 0 0 116 4 0 0 16 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11438] ppid=11426 vsize=819532 CPUtime=0.59
/proc/11428/task/11438/stat : 11438 (java) S 11426 11428 9053 0 -1 64 2380 0 0 0 59 0 0 0 16 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11439] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11439/stat : 11439 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11440] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11440/stat : 11440 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 410928414 839200768 174461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 819532

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1804.6 s]
/proc/loadavg: 2.67 2.49 2.27 3/94 11489
/proc/meminfo: memFree=1077536/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=819532 CPUtime=1800.82
/proc/11428/stat : 11428 (java) S 11426 11428 9053 0 -1 0 183765 0 2 0 179969 113 0 0 16 0 12 0 410928405 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11428/statm: 204883 174465 1390 9 0 202245 0
[pid=11428/tid=11430] ppid=11426 vsize=819532 CPUtime=1351.71
/proc/11428/task/11430/stat : 11430 (java) R 11426 11428 9053 0 -1 64 32279 0 2 0 135140 31 0 0 16 0 12 0 410928406 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4109717190 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=819532 CPUtime=58.98
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9053 0 -1 64 61554 0 0 0 5872 26 0 0 16 0 12 0 410928407 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=819532 CPUtime=61.47
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9053 0 -1 64 74030 0 0 0 6115 32 0 0 17 0 12 0 410928407 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=819532 CPUtime=326.8
/proc/11428/task/11433/stat : 11433 (java) R 11426 11428 9053 0 -1 64 3491 0 0 0 32664 16 0 0 19 0 12 0 410928409 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9053 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 410928410 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 410928410 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11436] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) R 11426 11428 9053 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 410928414 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11437] ppid=11426 vsize=819532 CPUtime=1.2
/proc/11428/task/11437/stat : 11437 (java) S 11426 11428 9053 0 -1 64 9265 0 0 0 116 4 0 0 16 0 12 0 410928414 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11438] ppid=11426 vsize=819532 CPUtime=0.59
/proc/11428/task/11438/stat : 11438 (java) S 11426 11428 9053 0 -1 64 2380 0 0 0 59 0 0 0 16 0 12 0 410928414 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11439] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11439/stat : 11439 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 410928414 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11428/tid=11440] ppid=11426 vsize=819532 CPUtime=0
/proc/11428/task/11440/stat : 11440 (java) S 11426 11428 9053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 410928414 839200768 174465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (KiB) 819532

[startup+1805 s]
/proc/loadavg: 2.67 2.49 2.27 3/84 11491
/proc/meminfo: memFree=1402208/2055920 swapFree=4180288/4192956
[pid=11428] ppid=11426 vsize=0 CPUtime=1801.22
/proc/11428/stat : 11428 (java) Z 11426 11428 9053 0 -1 1036 183778 0 2 0 180004 118 0 0 16 0 2 0 410928405 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1805.06
CPU time (s): 1801.28
CPU user time (s): 1800.05
CPU system time (s): 1.23481
CPU usage (%): 99.7909
Max. virtual memory (cumulated for all children) (KiB): 824068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.05
system time used= 1.23481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183778
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54938
involuntary context switches= 75614

runsolver used 2.20167 second user time and 6.08408 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-03 04:45:10
IDJOB=1051427
IDBENCH=55439
IDSOLVER=344
FILE ID=node49/1051427-1215053110
PBS_JOBID= 7875078
Free space on /tmp= 66520 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-67-11-a4.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-1051427-1215053110/watcher-1051427-1215053110 -o /tmp/evaluation-result-1051427-1215053110/solver-1051427-1215053110 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051427-1215053110.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 085bfc51df6ecdce11133d129a5861be
RANDOM SEED=1603476031

node49.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.249
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.249
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:       1692848 kB
Buffers:         29992 kB
Cached:         158232 kB
SwapCached:       6120 kB
Active:         217816 kB
Inactive:        84904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692848 kB
SwapTotal:     4192956 kB
SwapFree:      4180288 kB
Dirty:           12224 kB
Writeback:           0 kB
Mapped:         130496 kB
Slab:            45264 kB
Committed_AS:  1466448 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node49 at 2008-07-03 05:15:16