Trace number 1093074

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.24 1808.15

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-11.xml
MD5SUMbe265c4c7616125513fb29148c5bf38d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark308.316
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.17/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.17/0.30	c See www.sat4j.org for details.
0.17/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.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1093074-1215248008.xml
0.28/0.38	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.64	c reading variables done.
0.58/0.67	c reading relations done.
16.65/16.72	c reading constraints
22.23/22.18	c done with constraints.
22.23/22.18	c ... done. Wall clock time 21.794s.
22.23/22.18	c #vars     125
22.23/22.18	c #constraints  2158132
22.23/22.18	c constraints type 
22.23/22.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2158107
22.23/22.18	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.09/1808.01	c starts		: 20
1800.09/1808.01	c conflicts		: 646998
1800.09/1808.01	c decisions		: 824653
1800.09/1808.01	c propagations		: 10361785
1800.09/1808.01	c inspects		: 7174079535
1800.09/1808.01	c learnt literals	: 0
1800.09/1808.01	c learnt binary clauses	: 0
1800.09/1808.01	c learnt ternary clauses	: 0
1800.09/1808.01	c learnt clauses	: 646998
1800.09/1808.01	c ignored clauses	: 0
1800.09/1808.01	c root simplifications	: 0
1800.09/1808.01	c removed literals (reason simplification)	: 1120513
1800.09/1808.01	c reason swapping (by a shorter reason)	: 0
1800.09/1808.01	c Calls to reduceDB	: 0
1800.09/1808.01	c speed (assignments/second)	: 5802.207370781735
1800.09/1808.02	c non guided choices	91
1800.09/1808.02	s UNKNOWN
1800.09/1808.02	c Total wall clock time (in seconds) : 1807.63

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-1093074-1215248008/watcher-1093074-1215248008 -o /tmp/evaluation-result-1093074-1215248008/solver-1093074-1215248008 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1093074-1215248008.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.00 2.00 2.00 4/82 4533
/proc/meminfo: memFree=1855360/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=18572 CPUtime=0
/proc/4533/stat : 4533 (runsolver) R 4531 4533 2317 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 637048256 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/4533/statm: 4643 292 257 25 0 2626 0

[startup+0.099773 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 4533
/proc/meminfo: memFree=1855360/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=804612 CPUtime=0.08
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 3005 0 1 0 7 1 0 0 20 0 12 0 637048256 823922688 2738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101768 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 4533
/proc/meminfo: memFree=1855360/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=804612 CPUtime=0.08
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 3008 0 1 0 7 1 0 0 20 0 12 0 637048256 823922688 2741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301794 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 4533
/proc/meminfo: memFree=1855360/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=807844 CPUtime=0.28
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 4948 0 1 0 26 2 0 0 20 0 12 0 637048256 827232256 4275 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 201961 4275 1308 9 0 199330 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807844

[startup+0.701847 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 4533
/proc/meminfo: memFree=1855360/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=807872 CPUtime=0.68
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 6358 0 1 0 65 3 0 0 20 0 12 0 637048256 827260928 5486 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 201968 5486 1335 9 0 199330 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807872

[startup+1.50293 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 4545
/proc/meminfo: memFree=1827040/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=807872 CPUtime=1.47
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 11122 0 1 0 141 6 0 0 20 0 12 0 637048256 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 201968 9938 1347 9 0 199330 0
[pid=4533/tid=4535] ppid=4531 vsize=807872 CPUtime=0.72
/proc/4533/task/4535/stat : 4535 (java) R 4531 4533 2317 0 -1 64 8300 0 1 0 68 4 0 0 25 0 12 0 637048258 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 106734398 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4536] ppid=4531 vsize=807872 CPUtime=0
/proc/4533/task/4536/stat : 4536 (java) S 4531 4533 2317 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 637048259 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4537] ppid=4531 vsize=807872 CPUtime=0
/proc/4533/task/4537/stat : 4537 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 637048259 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4538] ppid=4531 vsize=807872 CPUtime=0
/proc/4533/task/4538/stat : 4538 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 637048260 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4539] ppid=4531 vsize=807872 CPUtime=0
/proc/4533/task/4539/stat : 4539 (java) S 4531 4533 2317 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 637048261 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4540] ppid=4531 vsize=807872 CPUtime=0
/proc/4533/task/4540/stat : 4540 (java) S 4531 4533 2317 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 637048261 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4541] ppid=4531 vsize=807872 CPUtime=0
/proc/4533/task/4541/stat : 4541 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637048265 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4542] ppid=4531 vsize=807872 CPUtime=0.37
/proc/4533/task/4542/stat : 4542 (java) S 4531 4533 2317 0 -1 64 819 0 0 0 37 0 0 0 16 0 12 0 637048265 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4543] ppid=4531 vsize=807872 CPUtime=0.34
/proc/4533/task/4543/stat : 4543 (java) S 4531 4533 2317 0 -1 64 1238 0 0 0 34 0 0 0 16 0 12 0 637048265 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4544] ppid=4531 vsize=807872 CPUtime=0
/proc/4533/task/4544/stat : 4544 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637048265 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4545] ppid=4531 vsize=807872 CPUtime=0
/proc/4533/task/4545/stat : 4545 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 637048265 827260928 9938 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807872

[startup+3.10211 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 4545
/proc/meminfo: memFree=1781280/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=808360 CPUtime=3.07
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 26272 0 1 0 295 12 0 0 20 0 12 0 637048256 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 202090 25011 1354 9 0 199452 0
[pid=4533/tid=4535] ppid=4531 vsize=808360 CPUtime=1.98
/proc/4533/task/4535/stat : 4535 (java) R 4531 4533 2317 0 -1 64 17000 0 1 0 190 8 0 0 25 0 12 0 637048258 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4109729212 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4536] ppid=4531 vsize=808360 CPUtime=0.07
/proc/4533/task/4536/stat : 4536 (java) S 4531 4533 2317 0 -1 64 3419 0 0 0 6 1 0 0 16 0 12 0 637048259 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4537] ppid=4531 vsize=808360 CPUtime=0.08
/proc/4533/task/4537/stat : 4537 (java) S 4531 4533 2317 0 -1 64 2958 0 0 0 7 1 0 0 16 0 12 0 637048259 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4538] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4538/stat : 4538 (java) S 4531 4533 2317 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 637048260 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4539] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4539/stat : 4539 (java) S 4531 4533 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 637048261 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4540] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4540/stat : 4540 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637048261 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4541] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4541/stat : 4541 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637048265 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4542] ppid=4531 vsize=808360 CPUtime=0.46
/proc/4533/task/4542/stat : 4542 (java) S 4531 4533 2317 0 -1 64 824 0 0 0 46 0 0 0 16 0 12 0 637048265 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4543] ppid=4531 vsize=808360 CPUtime=0.43
/proc/4533/task/4543/stat : 4543 (java) S 4531 4533 2317 0 -1 64 1252 0 0 0 43 0 0 0 16 0 12 0 637048265 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4544] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4544/stat : 4544 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637048265 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4545] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4545/stat : 4545 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 637048265 827760640 25011 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 808360

[startup+6.30163 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 4545
/proc/meminfo: memFree=1738080/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=808360 CPUtime=6.26
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 32921 0 1 0 609 17 0 0 20 0 12 0 637048256 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 202090 31567 1356 9 0 199452 0
[pid=4533/tid=4535] ppid=4531 vsize=808360 CPUtime=4.68
/proc/4533/task/4535/stat : 4535 (java) R 4531 4533 2317 0 -1 64 17014 0 1 0 459 9 0 0 25 0 12 0 637048258 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4109728582 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4536] ppid=4531 vsize=808360 CPUtime=0.32
/proc/4533/task/4536/stat : 4536 (java) S 4531 4533 2317 0 -1 64 7151 0 0 0 29 3 0 0 16 0 12 0 637048259 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4537] ppid=4531 vsize=808360 CPUtime=0.31
/proc/4533/task/4537/stat : 4537 (java) S 4531 4533 2317 0 -1 64 5861 0 0 0 29 2 0 0 16 0 12 0 637048259 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4538] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4538/stat : 4538 (java) S 4531 4533 2317 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 637048260 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4539] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4539/stat : 4539 (java) S 4531 4533 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 637048261 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4540] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4540/stat : 4540 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637048261 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4541] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4541/stat : 4541 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637048265 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4542] ppid=4531 vsize=808360 CPUtime=0.46
/proc/4533/task/4542/stat : 4542 (java) S 4531 4533 2317 0 -1 64 824 0 0 0 46 0 0 0 17 0 12 0 637048265 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4543] ppid=4531 vsize=808360 CPUtime=0.43
/proc/4533/task/4543/stat : 4543 (java) S 4531 4533 2317 0 -1 64 1252 0 0 0 43 0 0 0 17 0 12 0 637048265 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4544] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4544/stat : 4544 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637048265 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4545] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4545/stat : 4545 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 637048265 827760640 31567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 808360

[startup+12.7024 s]
/proc/loadavg: 2.14 2.03 2.01 3/94 4545
/proc/meminfo: memFree=1697440/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=808360 CPUtime=12.65
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 43127 0 1 0 1243 22 0 0 20 0 12 0 637048256 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 202090 41751 1356 9 0 199452 0
[pid=4533/tid=4535] ppid=4531 vsize=808360 CPUtime=10.21
/proc/4533/task/4535/stat : 4535 (java) R 4531 4533 2317 0 -1 64 17037 0 1 0 1010 11 0 0 25 0 12 0 637048258 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4109728925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4536] ppid=4531 vsize=808360 CPUtime=0.72
/proc/4533/task/4536/stat : 4536 (java) S 4531 4533 2317 0 -1 64 11278 0 0 0 67 5 0 0 16 0 12 0 637048259 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4537] ppid=4531 vsize=808360 CPUtime=0.77
/proc/4533/task/4537/stat : 4537 (java) S 4531 4533 2317 0 -1 64 11917 0 0 0 73 4 0 0 16 0 12 0 637048259 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4538] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4538/stat : 4538 (java) S 4531 4533 2317 0 -1 64 56 0 0 0 0 0 0 0 15 0 12 0 637048260 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4539] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4539/stat : 4539 (java) S 4531 4533 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 637048261 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4540] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4540/stat : 4540 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637048261 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4541] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4541/stat : 4541 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637048265 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4542] ppid=4531 vsize=808360 CPUtime=0.46
/proc/4533/task/4542/stat : 4542 (java) S 4531 4533 2317 0 -1 64 824 0 0 0 46 0 0 0 17 0 12 0 637048265 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4543] ppid=4531 vsize=808360 CPUtime=0.43
/proc/4533/task/4543/stat : 4543 (java) S 4531 4533 2317 0 -1 64 1252 0 0 0 43 0 0 0 17 0 12 0 637048265 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4544] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4544/stat : 4544 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637048265 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4545] ppid=4531 vsize=808360 CPUtime=0
/proc/4533/task/4545/stat : 4545 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 637048265 827760640 41751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 808360

[startup+25.5018 s]
/proc/loadavg: 2.28 2.06 2.02 3/95 4546
/proc/meminfo: memFree=1458328/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=813296 CPUtime=25.63
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 104372 0 1 0 2516 47 0 0 20 0 13 0 637048256 832815104 100452 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 203324 100452 1374 9 0 200686 0
[pid=4533/tid=4535] ppid=4531 vsize=813296 CPUtime=19.05
/proc/4533/task/4535/stat : 4535 (java) R 4531 4533 2317 0 -1 64 17081 0 1 0 1894 11 0 0 25 0 13 0 637048258 832815104 100452 996147200 134512640 134550740 4294956016 18446744073709551615 4109834943 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4536] ppid=4531 vsize=813296 CPUtime=2.48
/proc/4533/task/4536/stat : 4536 (java) S 4531 4533 2317 0 -1 64 36522 0 0 0 233 15 0 0 17 0 13 0 637048259 832815104 100452 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4537] ppid=4531 vsize=813296 CPUtime=2.58
/proc/4533/task/4537/stat : 4537 (java) S 4531 4533 2317 0 -1 64 46439 0 0 0 240 18 0 0 17 0 13 0 637048259 832815104 100452 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4538] ppid=4531 vsize=813296 CPUtime=0.01
/proc/4533/task/4538/stat : 4538 (java) S 4531 4533 2317 0 -1 64 56 0 0 0 1 0 0 0 15 0 13 0 637048260 832815104 100452 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4539] ppid=4531 vsize=813296 CPUtime=0
/proc/4533/task/4539/stat : 4539 (java) S 4531 4533 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 637048261 832815104 100452 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4540] ppid=4531 vsize=813296 CPUtime=0
/proc/4533/task/4540/stat : 4540 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 637048261 832815104 100452 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4541] ppid=4531 vsize=813296 CPUtime=0
/proc/4533/task/4541/stat : 4541 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 832815104 100452 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=4533/tid=4538] ppid=4531 vsize=811884 CPUtime=0.01
/proc/4533/task/4538/stat : 4538 (java) S 4531 4533 2317 0 -1 64 56 0 0 0 1 0 0 0 16 0 13 0 637048260 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4539] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4539/stat : 4539 (java) S 4531 4533 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 637048261 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4540] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4540/stat : 4540 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 637048261 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4541] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4541/stat : 4541 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4542] ppid=4531 vsize=811884 CPUtime=0.86
/proc/4533/task/4542/stat : 4542 (java) S 4531 4533 2317 0 -1 64 886 0 0 0 86 0 0 0 16 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4543] ppid=4531 vsize=811884 CPUtime=0.91
/proc/4533/task/4543/stat : 4543 (java) S 4531 4533 2317 0 -1 64 2956 0 0 0 90 1 0 0 16 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4544] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4544/stat : 4544 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4545] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4545/stat : 4545 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4546] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4546/stat : 4546 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 637050475 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.38
Current children cumulated vsize (KiB) 811884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 4670
/proc/meminfo: memFree=1078816/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=811884 CPUtime=1655.1
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 135178 0 1 0 165439 71 0 0 20 0 13 0 637048256 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 202971 130285 1383 9 0 200333 0
[pid=4533/tid=4535] ppid=4531 vsize=811884 CPUtime=1646.17
/proc/4533/task/4535/stat : 4535 (java) R 4531 4533 2317 0 -1 64 17098 0 1 0 164595 22 0 0 25 0 13 0 637048258 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4109811772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4536] ppid=4531 vsize=811884 CPUtime=3.5
/proc/4533/task/4536/stat : 4536 (java) S 4531 4533 2317 0 -1 64 47596 0 0 0 331 19 0 0 17 0 13 0 637048259 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4537] ppid=4531 vsize=811884 CPUtime=3.58
/proc/4533/task/4537/stat : 4537 (java) S 4531 4533 2317 0 -1 64 65817 0 0 0 333 25 0 0 17 0 13 0 637048259 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4538] ppid=4531 vsize=811884 CPUtime=0.01
/proc/4533/task/4538/stat : 4538 (java) S 4531 4533 2317 0 -1 64 56 0 0 0 1 0 0 0 16 0 13 0 637048260 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4539] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4539/stat : 4539 (java) S 4531 4533 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 637048261 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4540] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4540/stat : 4540 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 637048261 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4541] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4541/stat : 4541 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4542] ppid=4531 vsize=811884 CPUtime=0.86
/proc/4533/task/4542/stat : 4542 (java) S 4531 4533 2317 0 -1 64 886 0 0 0 86 0 0 0 16 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4543] ppid=4531 vsize=811884 CPUtime=0.91
/proc/4533/task/4543/stat : 4543 (java) S 4531 4533 2317 0 -1 64 2956 0 0 0 90 1 0 0 16 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4544] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4544/stat : 4544 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4545] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4545/stat : 4545 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4546] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4546/stat : 4546 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 637050475 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.1
Current children cumulated vsize (KiB) 811884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 4670
/proc/meminfo: memFree=1078816/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=811884 CPUtime=1714.81
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 135178 0 1 0 171410 71 0 0 20 0 13 0 637048256 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 202971 130285 1383 9 0 200333 0
[pid=4533/tid=4535] ppid=4531 vsize=811884 CPUtime=1705.88
/proc/4533/task/4535/stat : 4535 (java) R 4531 4533 2317 0 -1 64 17098 0 1 0 170566 22 0 0 25 0 13 0 637048258 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4109834943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4536] ppid=4531 vsize=811884 CPUtime=3.5
/proc/4533/task/4536/stat : 4536 (java) S 4531 4533 2317 0 -1 64 47596 0 0 0 331 19 0 0 17 0 13 0 637048259 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4537] ppid=4531 vsize=811884 CPUtime=3.58
/proc/4533/task/4537/stat : 4537 (java) S 4531 4533 2317 0 -1 64 65817 0 0 0 333 25 0 0 17 0 13 0 637048259 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4538] ppid=4531 vsize=811884 CPUtime=0.01
/proc/4533/task/4538/stat : 4538 (java) S 4531 4533 2317 0 -1 64 56 0 0 0 1 0 0 0 16 0 13 0 637048260 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4539] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4539/stat : 4539 (java) S 4531 4533 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 637048261 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4540] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4540/stat : 4540 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 637048261 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4541] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4541/stat : 4541 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4542] ppid=4531 vsize=811884 CPUtime=0.86
/proc/4533/task/4542/stat : 4542 (java) S 4531 4533 2317 0 -1 64 886 0 0 0 86 0 0 0 16 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4543] ppid=4531 vsize=811884 CPUtime=0.91
/proc/4533/task/4543/stat : 4543 (java) S 4531 4533 2317 0 -1 64 2956 0 0 0 90 1 0 0 16 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4544] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4544/stat : 4544 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4545] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4545/stat : 4545 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4546] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4546/stat : 4546 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 637050475 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.81
Current children cumulated vsize (KiB) 811884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 4670
/proc/meminfo: memFree=1078624/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=811884 CPUtime=1774.52
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 135178 0 1 0 177381 71 0 0 20 0 13 0 637048256 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 202971 130285 1383 9 0 200333 0
[pid=4533/tid=4535] ppid=4531 vsize=811884 CPUtime=1765.59
/proc/4533/task/4535/stat : 4535 (java) R 4531 4533 2317 0 -1 64 17098 0 1 0 176537 22 0 0 25 0 13 0 637048258 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4109834943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4536] ppid=4531 vsize=811884 CPUtime=3.5
/proc/4533/task/4536/stat : 4536 (java) S 4531 4533 2317 0 -1 64 47596 0 0 0 331 19 0 0 17 0 13 0 637048259 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4537] ppid=4531 vsize=811884 CPUtime=3.58
/proc/4533/task/4537/stat : 4537 (java) S 4531 4533 2317 0 -1 64 65817 0 0 0 333 25 0 0 17 0 13 0 637048259 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4538] ppid=4531 vsize=811884 CPUtime=0.01
/proc/4533/task/4538/stat : 4538 (java) S 4531 4533 2317 0 -1 64 56 0 0 0 1 0 0 0 16 0 13 0 637048260 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4539] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4539/stat : 4539 (java) S 4531 4533 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 637048261 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4540] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4540/stat : 4540 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 637048261 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4541] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4541/stat : 4541 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4542] ppid=4531 vsize=811884 CPUtime=0.86
/proc/4533/task/4542/stat : 4542 (java) S 4531 4533 2317 0 -1 64 886 0 0 0 86 0 0 0 16 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4543] ppid=4531 vsize=811884 CPUtime=0.91
/proc/4533/task/4543/stat : 4543 (java) S 4531 4533 2317 0 -1 64 2956 0 0 0 90 1 0 0 16 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4544] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4544/stat : 4544 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4545] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4545/stat : 4545 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4546] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4546/stat : 4546 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 637050475 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.52
Current children cumulated vsize (KiB) 811884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 4670
/proc/meminfo: memFree=1078560/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=811884 CPUtime=1800.09
/proc/4533/stat : 4533 (java) S 4531 4533 2317 0 -1 0 135178 0 1 0 179938 71 0 0 20 0 13 0 637048256 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 202971 130285 1383 9 0 200333 0
[pid=4533/tid=4535] ppid=4531 vsize=811884 CPUtime=1791.16
/proc/4533/task/4535/stat : 4535 (java) R 4531 4533 2317 0 -1 64 17098 0 1 0 179094 22 0 0 25 0 13 0 637048258 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4109834916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4536] ppid=4531 vsize=811884 CPUtime=3.5
/proc/4533/task/4536/stat : 4536 (java) S 4531 4533 2317 0 -1 64 47596 0 0 0 331 19 0 0 17 0 13 0 637048259 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4537] ppid=4531 vsize=811884 CPUtime=3.58
/proc/4533/task/4537/stat : 4537 (java) S 4531 4533 2317 0 -1 64 65817 0 0 0 333 25 0 0 17 0 13 0 637048259 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4538] ppid=4531 vsize=811884 CPUtime=0.01
/proc/4533/task/4538/stat : 4538 (java) S 4531 4533 2317 0 -1 64 56 0 0 0 1 0 0 0 16 0 13 0 637048260 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4539] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4539/stat : 4539 (java) S 4531 4533 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 637048261 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4540] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4540/stat : 4540 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 637048261 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4541] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4541/stat : 4541 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4542] ppid=4531 vsize=811884 CPUtime=0.86
/proc/4533/task/4542/stat : 4542 (java) S 4531 4533 2317 0 -1 64 886 0 0 0 86 0 0 0 16 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4533/tid=4543] ppid=4531 vsize=811884 CPUtime=0.91
/proc/4533/task/4543/stat : 4543 (java) S 4531 4533 2317 0 -1 64 2956 0 0 0 90 1 0 0 16 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4544] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4544/stat : 4544 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4545] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4545/stat : 4545 (java) S 4531 4533 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 637048265 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4533/tid=4546] ppid=4531 vsize=811884 CPUtime=0
/proc/4533/task/4546/stat : 4546 (java) S 4531 4533 2317 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 637050475 831369216 130285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 811884

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

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

[startup+1808.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 4670
/proc/meminfo: memFree=1078560/2055920 swapFree=4179952/4192956
[pid=4533] ppid=4531 vsize=0 CPUtime=1800.19
/proc/4533/stat : 4533 (java) Z 4531 4533 2317 0 -1 1036 135197 0 1 0 179944 75 0 0 15 0 2 0 637048256 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4533/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.15
CPU time (s): 1800.24
CPU user time (s): 1799.45
CPU system time (s): 0.78888
CPU usage (%): 99.5625
Max. virtual memory (cumulated for all children) (KiB): 814284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.78888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135197
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= 38349
involuntary context switches= 41124

runsolver used 2.16967 second user time and 6.08707 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 10:53:30
IDJOB=1093074
IDBENCH=58684
IDSOLVER=344
FILE ID=node88/1093074-1215248008
PBS_JOBID= 7881928
Free space on /tmp= 66468 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-11.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-1093074-1215248008/watcher-1093074-1215248008 -o /tmp/evaluation-result-1093074-1215248008/solver-1093074-1215248008 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1093074-1215248008.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be265c4c7616125513fb29148c5bf38d
RANDOM SEED=1020841905

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1855776 kB
Buffers:          6804 kB
Cached:         119356 kB
SwapCached:       6780 kB
Active:          98404 kB
Inactive:        53212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855776 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:           31548 kB
Writeback:           0 kB
Mapped:          41840 kB
Slab:            33592 kB
Committed_AS:  1079192 kB
PageTables:       1940 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= 66436 MiB
End job on node88 at 2008-07-05 11:23:40