Trace number 1063432

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) 1800.2 1804.44

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-sample2.xml
MD5SUM7791005450e5fd362bbc07619d3c6f20
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.8592
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of constraints67
Maximum constraint arity150
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1063432-1215136980/watcher-1063432-1215136980 -o /tmp/evaluation-result-1063432-1215136980/solver-1063432-1215136980 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063432-1215136980.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.71 2.21 2.07 3/85 18341
/proc/meminfo: memFree=1361840/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=0 CPUtime=0
/proc/18341/stat : 18341 (java6) R 18339 18341 14444 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 1992672617 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/18341/statm: 12 1 0 0 0 1 0

[startup+0.103778 s]
/proc/loadavg: 2.71 2.21 2.07 3/85 18341
/proc/meminfo: memFree=1361840/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=804612 CPUtime=0.09
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 3025 0 1 0 6 3 0 0 18 0 12 0 1992672617 823922688 2758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 201153 2762 1060 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.202783 s]
/proc/loadavg: 2.71 2.21 2.07 3/85 18341
/proc/meminfo: memFree=1361840/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=808312 CPUtime=0.18
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 4416 0 1 0 15 3 0 0 18 0 12 0 1992672617 827711488 3819 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 202078 3819 1296 9 0 199447 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808312

[startup+0.302795 s]
/proc/loadavg: 2.71 2.21 2.07 3/85 18341
/proc/meminfo: memFree=1361840/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=808148 CPUtime=0.28
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 4956 0 1 0 24 4 0 0 18 0 12 0 1992672617 827543552 4276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 202037 4276 1307 9 0 199406 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808148

[startup+0.702839 s]
/proc/loadavg: 2.71 2.21 2.07 3/85 18341
/proc/meminfo: memFree=1361840/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=808276 CPUtime=0.69
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 6343 0 1 0 63 6 0 0 18 0 12 0 1992672617 827674624 5470 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 202069 5470 1335 9 0 199431 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808276

[startup+1.50192 s]
/proc/loadavg: 2.81 2.24 2.08 4/97 18363
/proc/meminfo: memFree=1341904/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=808436 CPUtime=1.48
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 8177 0 1 0 141 7 0 0 18 0 12 0 1992672617 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 202109 6701 1350 9 0 199471 0
[pid=18341/tid=18344] ppid=18339 vsize=808436 CPUtime=0.84
/proc/18341/task/18344/stat : 18344 (java) R 18339 18341 14444 0 -1 64 5046 0 1 0 79 5 0 0 25 0 12 0 1992672618 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18345] ppid=18339 vsize=808436 CPUtime=0
/proc/18341/task/18345/stat : 18345 (java) S 18339 18341 14444 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1992672619 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18346] ppid=18339 vsize=808436 CPUtime=0
/proc/18341/task/18346/stat : 18346 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1992672619 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18339 vsize=808436 CPUtime=0
/proc/18341/task/18347/stat : 18347 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1992672621 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18339 vsize=808436 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18339 18341 14444 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1992672622 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18339 vsize=808436 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18339 18341 14444 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1992672622 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18352] ppid=18339 vsize=808436 CPUtime=0
/proc/18341/task/18352/stat : 18352 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18353] ppid=18339 vsize=808436 CPUtime=0.34
/proc/18341/task/18353/stat : 18353 (java) R 18339 18341 14444 0 -1 64 1058 0 0 0 34 0 0 0 16 0 12 0 1992672626 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 3040837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18354] ppid=18339 vsize=808436 CPUtime=0.27
/proc/18341/task/18354/stat : 18354 (java) S 18339 18341 14444 0 -1 64 1308 0 0 0 27 0 0 0 16 0 12 0 1992672626 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18355] ppid=18339 vsize=808436 CPUtime=0
/proc/18341/task/18355/stat : 18355 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18356] ppid=18339 vsize=808436 CPUtime=0
/proc/18341/task/18356/stat : 18356 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1992672626 827838464 6701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808436

[startup+3.10107 s]
/proc/loadavg: 2.81 2.24 2.08 4/97 18370
/proc/meminfo: memFree=1329112/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=822600 CPUtime=3.08
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 18996 0 1 0 296 12 0 0 18 0 12 0 1992672617 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 205650 14378 1379 9 0 203012 0
[pid=18341/tid=18344] ppid=18339 vsize=822600 CPUtime=1.42
/proc/18341/task/18344/stat : 18344 (java) R 18339 18341 14444 0 -1 64 9494 0 1 0 135 7 0 0 25 0 12 0 1992672618 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18345] ppid=18339 vsize=822600 CPUtime=0
/proc/18341/task/18345/stat : 18345 (java) S 18339 18341 14444 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1992672619 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18346] ppid=18339 vsize=822600 CPUtime=0
/proc/18341/task/18346/stat : 18346 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1992672619 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18339 vsize=822600 CPUtime=0
/proc/18341/task/18347/stat : 18347 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1992672621 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18339 vsize=822600 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18339 18341 14444 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1992672622 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18339 vsize=822600 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18339 18341 14444 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1992672622 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18352] ppid=18339 vsize=822600 CPUtime=0
/proc/18341/task/18352/stat : 18352 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18353] ppid=18339 vsize=822600 CPUtime=0.77
/proc/18341/task/18353/stat : 18353 (java) S 18339 18341 14444 0 -1 64 4648 0 0 0 76 1 0 0 16 0 12 0 1992672626 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18354] ppid=18339 vsize=822600 CPUtime=0.85
/proc/18341/task/18354/stat : 18354 (java) R 18339 18341 14444 0 -1 64 4089 0 0 0 83 2 0 0 19 0 12 0 1992672626 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 103343082 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18355] ppid=18339 vsize=822600 CPUtime=0
/proc/18341/task/18355/stat : 18355 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18356] ppid=18339 vsize=822600 CPUtime=0
/proc/18341/task/18356/stat : 18356 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1992672626 842342400 14378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 822600

[startup+6.30241 s]
/proc/loadavg: 2.81 2.24 2.08 5/98 18385
/proc/meminfo: memFree=1270288/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=825524 CPUtime=6.31
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 32917 0 1 0 614 17 0 0 18 0 12 0 1992672617 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 206381 24870 1388 9 0 203743 0
[pid=18341/tid=18344] ppid=18339 vsize=825524 CPUtime=3.24
/proc/18341/task/18344/stat : 18344 (java) R 18339 18341 14444 0 -1 64 17302 0 1 0 315 9 0 0 25 0 12 0 1992672618 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4110114736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18345] ppid=18339 vsize=825524 CPUtime=0.01
/proc/18341/task/18345/stat : 18345 (java) S 18339 18341 14444 0 -1 64 865 0 0 0 1 0 0 0 17 0 12 0 1992672619 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18346] ppid=18339 vsize=825524 CPUtime=0.01
/proc/18341/task/18346/stat : 18346 (java) S 18339 18341 14444 0 -1 64 648 0 0 0 1 0 0 0 17 0 12 0 1992672619 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18339 vsize=825524 CPUtime=0
/proc/18341/task/18347/stat : 18347 (java) S 18339 18341 14444 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1992672621 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18339 vsize=825524 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18339 18341 14444 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992672622 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18339 vsize=825524 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18339 18341 14444 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992672622 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18352] ppid=18339 vsize=825524 CPUtime=0
/proc/18341/task/18352/stat : 18352 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18353] ppid=18339 vsize=825524 CPUtime=1.84
/proc/18341/task/18353/stat : 18353 (java) S 18339 18341 14444 0 -1 64 7804 0 0 0 182 2 0 0 24 0 12 0 1992672626 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18354] ppid=18339 vsize=825524 CPUtime=1.14
/proc/18341/task/18354/stat : 18354 (java) S 18339 18341 14444 0 -1 64 5478 0 0 0 112 2 0 0 16 0 12 0 1992672626 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18355] ppid=18339 vsize=825524 CPUtime=0
/proc/18341/task/18355/stat : 18355 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18356] ppid=18339 vsize=825524 CPUtime=0
/proc/18341/task/18356/stat : 18356 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1992672626 845336576 24870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 825524

[startup+12.7021 s]
/proc/loadavg: 2.92 2.28 2.10 4/98 18425
/proc/meminfo: memFree=1240992/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=823572 CPUtime=12.71
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 39232 0 1 0 1252 19 0 0 18 0 12 0 1992672617 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 205893 30532 1388 9 0 203255 0
[pid=18341/tid=18344] ppid=18339 vsize=823572 CPUtime=9.3
/proc/18341/task/18344/stat : 18344 (java) R 18339 18341 14444 0 -1 64 17313 0 1 0 921 9 0 0 25 0 12 0 1992672618 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4109828877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18345] ppid=18339 vsize=823572 CPUtime=0.17
/proc/18341/task/18345/stat : 18345 (java) S 18339 18341 14444 0 -1 64 3336 0 0 0 16 1 0 0 16 0 12 0 1992672619 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18346] ppid=18339 vsize=823572 CPUtime=0.19
/proc/18341/task/18346/stat : 18346 (java) S 18339 18341 14444 0 -1 64 4371 0 0 0 18 1 0 0 16 0 12 0 1992672619 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18339 vsize=823572 CPUtime=0
/proc/18341/task/18347/stat : 18347 (java) S 18339 18341 14444 0 -1 64 168 0 0 0 0 0 0 0 16 0 12 0 1992672621 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18339 vsize=823572 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18339 18341 14444 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992672622 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18339 vsize=823572 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18339 18341 14444 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992672622 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18352] ppid=18339 vsize=823572 CPUtime=0
/proc/18341/task/18352/stat : 18352 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18353] ppid=18339 vsize=823572 CPUtime=1.84
/proc/18341/task/18353/stat : 18353 (java) S 18339 18341 14444 0 -1 64 7804 0 0 0 182 2 0 0 24 0 12 0 1992672626 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18354] ppid=18339 vsize=823572 CPUtime=1.14
/proc/18341/task/18354/stat : 18354 (java) S 18339 18341 14444 0 -1 64 5478 0 0 0 112 2 0 0 16 0 12 0 1992672626 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18355] ppid=18339 vsize=823572 CPUtime=0
/proc/18341/task/18355/stat : 18355 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18356] ppid=18339 vsize=823572 CPUtime=0
/proc/18341/task/18356/stat : 18356 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1992672626 843337728 30532 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 823572

[startup+25.5024 s]
/proc/loadavg: 2.93 2.30 2.10 4/98 18487
/proc/meminfo: memFree=1195160/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=823572 CPUtime=25.53
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 50169 0 1 0 2529 24 0 0 18 0 12 0 1992672617 843337728 41309 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 205893 41309 1388 9 0 203255 0
[pid=18341/tid=18344] ppid=18339 vsize=823572 CPUtime=21.52
/proc/18341/task/18344/stat : 18344 (java) R 18339 18341 14444 0 -1 64 17333 0 1 0 2142 10 0 0 25 0 12 0 1992672618 843337728 41309 996147200 134512640 134550740 4294956032 18446744073709551615 4109828926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18345] ppid=18339 vsize=823572 CPUtime=0.47
/proc/18341/task/18345/stat : 18345 (java) S 18339 18341 14444 0 -1 64 8668 0 0 0 44 3 0 0 16 0 12 0 1992672619 843337728 41309 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18346] ppid=18339 vsize=823572 CPUtime=0.48
/proc/18341/task/18346/stat : 18346 (java) S 18339 18341 14444 0 -1 64 9956 0 0 0 45 3 0 0 16 0 12 0 1992672619 843337728 41309 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18339 vsize=823572 CPUtime=0.01
/proc/18341/task/18347/stat : 18347 (java) S 18339 18341 14444 0 -1 64 168 0 0 0 1 0 0 0 15 0 12 0 1992672621 843337728 41309 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18339 vsize=823572 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18339 18341 14444 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992672622 843337728 41309 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18339 vsize=823572 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18339 18341 14444 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992672622 843337728 41309 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18352] ppid=18339 vsize=823572 CPUtime=0
/proc/18341/task/18352/stat : 18352 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 843337728 41309 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=608096/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=837964 CPUtime=1599.03
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 133854 0 1 0 159818 85 0 0 18 0 12 0 1992672617 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 209491 121088 1389 9 0 206853 0
[pid=18341/tid=18344] ppid=18339 vsize=837964 CPUtime=1552.79
/proc/18341/task/18344/stat : 18344 (java) R 18339 18341 14444 0 -1 64 18319 0 1 0 155254 25 0 0 25 0 12 0 1992672618 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 104121031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18345] ppid=18339 vsize=837964 CPUtime=17.28
/proc/18341/task/18345/stat : 18345 (java) S 18339 18341 14444 0 -1 64 42944 0 0 0 1710 18 0 0 17 0 12 0 1992672619 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18346] ppid=18339 vsize=837964 CPUtime=17.62
/proc/18341/task/18346/stat : 18346 (java) S 18339 18341 14444 0 -1 64 52568 0 0 0 1740 22 0 0 17 0 12 0 1992672619 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18339 vsize=837964 CPUtime=0.26
/proc/18341/task/18347/stat : 18347 (java) S 18339 18341 14444 0 -1 64 168 0 0 0 19 7 0 0 15 0 12 0 1992672621 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18339 18341 14444 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992672622 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18339 18341 14444 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992672622 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18352] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18352/stat : 18352 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18353] ppid=18339 vsize=837964 CPUtime=1.85
/proc/18341/task/18353/stat : 18353 (java) S 18339 18341 14444 0 -1 64 7804 0 0 0 183 2 0 0 16 0 12 0 1992672626 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18354] ppid=18339 vsize=837964 CPUtime=9.14
/proc/18341/task/18354/stat : 18354 (java) S 18339 18341 14444 0 -1 64 11289 0 0 0 909 5 0 0 25 0 12 0 1992672626 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18355] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18355/stat : 18355 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18356] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18356/stat : 18356 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1992672626 858075136 121088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.03
Current children cumulated vsize (KiB) 837964

[startup+1662.3 s]
/proc/loadavg: 2.17 2.21 2.25 3/84 19737
/proc/meminfo: memFree=607904/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=837964 CPUtime=1658.74
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 133947 0 1 0 165789 85 0 0 18 0 12 0 1992672617 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 209491 121147 1389 9 0 206853 0
[pid=18341/tid=18344] ppid=18339 vsize=837964 CPUtime=1611.38
/proc/18341/task/18344/stat : 18344 (java) R 18339 18341 14444 0 -1 64 18353 0 1 0 161113 25 0 0 25 0 12 0 1992672618 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4109212730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18345] ppid=18339 vsize=837964 CPUtime=17.81
/proc/18341/task/18345/stat : 18345 (java) S 18339 18341 14444 0 -1 64 42974 0 0 0 1763 18 0 0 17 0 12 0 1992672619 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18346] ppid=18339 vsize=837964 CPUtime=18.2
/proc/18341/task/18346/stat : 18346 (java) S 18339 18341 14444 0 -1 64 52597 0 0 0 1798 22 0 0 17 0 12 0 1992672619 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18339 vsize=837964 CPUtime=0.27
/proc/18341/task/18347/stat : 18347 (java) S 18339 18341 14444 0 -1 64 168 0 0 0 19 8 0 0 15 0 12 0 1992672621 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18339 18341 14444 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992672622 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18339 18341 14444 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992672622 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18352] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18352/stat : 18352 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18353] ppid=18339 vsize=837964 CPUtime=1.85
/proc/18341/task/18353/stat : 18353 (java) S 18339 18341 14444 0 -1 64 7804 0 0 0 183 2 0 0 16 0 12 0 1992672626 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18354] ppid=18339 vsize=837964 CPUtime=9.14
/proc/18341/task/18354/stat : 18354 (java) S 18339 18341 14444 0 -1 64 11289 0 0 0 909 5 0 0 25 0 12 0 1992672626 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18355] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18355/stat : 18355 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18356] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18356/stat : 18356 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1992672626 858075136 121147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.74
Current children cumulated vsize (KiB) 837964

[startup+1722.3 s]
/proc/loadavg: 2.06 2.17 2.23 3/84 19737
/proc/meminfo: memFree=607712/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=837964 CPUtime=1718.45
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 134016 0 1 0 171760 85 0 0 18 0 12 0 1992672617 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 209491 121181 1389 9 0 206853 0
[pid=18341/tid=18344] ppid=18339 vsize=837964 CPUtime=1670.02
/proc/18341/task/18344/stat : 18344 (java) R 18339 18341 14444 0 -1 64 18388 0 1 0 166977 25 0 0 25 0 12 0 1992672618 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4109702699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18345] ppid=18339 vsize=837964 CPUtime=18.34
/proc/18341/task/18345/stat : 18345 (java) S 18339 18341 14444 0 -1 64 42990 0 0 0 1816 18 0 0 17 0 12 0 1992672619 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18346] ppid=18339 vsize=837964 CPUtime=18.74
/proc/18341/task/18346/stat : 18346 (java) S 18339 18341 14444 0 -1 64 52615 0 0 0 1851 23 0 0 17 0 12 0 1992672619 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18339 vsize=837964 CPUtime=0.28
/proc/18341/task/18347/stat : 18347 (java) S 18339 18341 14444 0 -1 64 168 0 0 0 20 8 0 0 15 0 12 0 1992672621 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18339 18341 14444 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992672622 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18339 18341 14444 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992672622 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18352] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18352/stat : 18352 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18353] ppid=18339 vsize=837964 CPUtime=1.85
/proc/18341/task/18353/stat : 18353 (java) S 18339 18341 14444 0 -1 64 7804 0 0 0 183 2 0 0 16 0 12 0 1992672626 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18354] ppid=18339 vsize=837964 CPUtime=9.14
/proc/18341/task/18354/stat : 18354 (java) S 18339 18341 14444 0 -1 64 11289 0 0 0 909 5 0 0 25 0 12 0 1992672626 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18355] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18355/stat : 18355 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18356] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18356/stat : 18356 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1992672626 858075136 121181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.45
Current children cumulated vsize (KiB) 837964

[startup+1782.3 s]
/proc/loadavg: 2.02 2.13 2.21 3/84 19737
/proc/meminfo: memFree=607200/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=837964 CPUtime=1778.18
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 134164 0 1 0 177732 86 0 0 18 0 12 0 1992672617 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 209491 121295 1389 9 0 206853 0
[pid=18341/tid=18344] ppid=18339 vsize=837964 CPUtime=1728.74
/proc/18341/task/18344/stat : 18344 (java) R 18339 18341 14444 0 -1 64 18422 0 1 0 172849 25 0 0 25 0 12 0 1992672618 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 105845557 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18345] ppid=18339 vsize=837964 CPUtime=18.84
/proc/18341/task/18345/stat : 18345 (java) S 18339 18341 14444 0 -1 64 43044 0 0 0 1866 18 0 0 17 0 12 0 1992672619 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18346] ppid=18339 vsize=837964 CPUtime=19.24
/proc/18341/task/18346/stat : 18346 (java) S 18339 18341 14444 0 -1 64 52675 0 0 0 1901 23 0 0 17 0 12 0 1992672619 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18339 vsize=837964 CPUtime=0.29
/proc/18341/task/18347/stat : 18347 (java) S 18339 18341 14444 0 -1 64 168 0 0 0 21 8 0 0 15 0 12 0 1992672621 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18339 18341 14444 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992672622 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18339 18341 14444 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992672622 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18352] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18352/stat : 18352 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18353] ppid=18339 vsize=837964 CPUtime=1.85
/proc/18341/task/18353/stat : 18353 (java) S 18339 18341 14444 0 -1 64 7804 0 0 0 183 2 0 0 16 0 12 0 1992672626 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18354] ppid=18339 vsize=837964 CPUtime=9.14
/proc/18341/task/18354/stat : 18354 (java) S 18339 18341 14444 0 -1 64 11289 0 0 0 909 5 0 0 25 0 12 0 1992672626 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18355] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18355/stat : 18355 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18356] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18356/stat : 18356 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1992672626 858075136 121295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.18
Current children cumulated vsize (KiB) 837964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.3 s]
/proc/loadavg: 2.01 2.12 2.20 3/84 19737
/proc/meminfo: memFree=607200/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=837964 CPUtime=1800.06
/proc/18341/stat : 18341 (java) S 18339 18341 14444 0 -1 0 134193 0 1 0 179920 86 0 0 18 0 12 0 1992672617 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 209491 121311 1389 9 0 206853 0
[pid=18341/tid=18344] ppid=18339 vsize=837964 CPUtime=1750.21
/proc/18341/task/18344/stat : 18344 (java) R 18339 18341 14444 0 -1 64 18435 0 1 0 174996 25 0 0 25 0 12 0 1992672618 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4109188608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18345] ppid=18339 vsize=837964 CPUtime=19.04
/proc/18341/task/18345/stat : 18345 (java) S 18339 18341 14444 0 -1 64 43053 0 0 0 1886 18 0 0 17 0 12 0 1992672619 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18346] ppid=18339 vsize=837964 CPUtime=19.45
/proc/18341/task/18346/stat : 18346 (java) S 18339 18341 14444 0 -1 64 52682 0 0 0 1922 23 0 0 17 0 12 0 1992672619 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18339 vsize=837964 CPUtime=0.29
/proc/18341/task/18347/stat : 18347 (java) S 18339 18341 14444 0 -1 64 168 0 0 0 21 8 0 0 15 0 12 0 1992672621 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18339 18341 14444 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992672622 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18339 18341 14444 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992672622 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18352] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18352/stat : 18352 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18353] ppid=18339 vsize=837964 CPUtime=1.85
/proc/18341/task/18353/stat : 18353 (java) S 18339 18341 14444 0 -1 64 7804 0 0 0 183 2 0 0 16 0 12 0 1992672626 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18354] ppid=18339 vsize=837964 CPUtime=9.14
/proc/18341/task/18354/stat : 18354 (java) S 18339 18341 14444 0 -1 64 11289 0 0 0 909 5 0 0 25 0 12 0 1992672626 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18355] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18355/stat : 18355 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992672626 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18356] ppid=18339 vsize=837964 CPUtime=0
/proc/18341/task/18356/stat : 18356 (java) S 18339 18341 14444 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1992672626 858075136 121311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 837964

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

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

[startup+1804.41 s]
/proc/loadavg: 2.01 2.12 2.20 3/84 19737
/proc/meminfo: memFree=607200/2055920 swapFree=4180448/4192956
[pid=18341] ppid=18339 vsize=0 CPUtime=1800.17
/proc/18341/stat : 18341 (java) Z 18339 18341 14444 0 -1 1036 134212 0 1 0 179926 91 0 0 16 0 2 0 1992672617 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18341/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1804.44
CPU time (s): 1800.2
CPU user time (s): 1799.26
CPU system time (s): 0.940856
CPU usage (%): 99.7653
Max. virtual memory (cumulated for all children) (KiB): 843116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.940856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134212
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51777
involuntary context switches= 57579

runsolver used 2.44763 second user time and 5.68713 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-04 04:03:01
IDJOB=1063432
IDBENCH=54750
IDSOLVER=344
FILE ID=node24/1063432-1215136980
PBS_JOBID= 7877237
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-sample2.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-1063432-1215136980/watcher-1063432-1215136980 -o /tmp/evaluation-result-1063432-1215136980/solver-1063432-1215136980 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063432-1215136980.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7791005450e5fd362bbc07619d3c6f20
RANDOM SEED=294124009

node24.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.232
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.232
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:       1362376 kB
Buffers:         65712 kB
Cached:         383264 kB
SwapCached:       6556 kB
Active:         357680 kB
Inactive:       274212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362376 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:         199988 kB
Slab:            46200 kB
Committed_AS:  4261312 kB
PageTables:       2388 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= 66548 MiB
End job on node24 at 2008-07-04 04:33:07