Trace number 1094269

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.19 1809.14

General information on the benchmark

Namecsp/os-taillard-7/
normalized-os-taillard-7-100-6.xml
MD5SUMad199accb3e43f9138730765beacd482
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.23066
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size418
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.17/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.17/0.29	c See www.sat4j.org for details.
0.17/0.29	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-1094269-1215279278.xml
0.28/0.38	c reading problem ... 
0.57/0.64	c reading problem named null
0.57/0.64	c reading domains done.
0.57/0.66	c reading variables done.
0.88/0.95	c reading predicates  done.
1.07/1.14	c reading constraints
105.84/106.45	c done with constraints.
105.84/106.45	c ... done. Wall clock time 106.066s.
105.84/106.45	c #vars     18054
105.84/106.45	c #constraints  216746
105.84/106.45	c constraints type 
105.84/106.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 216697
105.84/106.45	c org.sat4j.minisat.constraints.card.AtLeast => 49
1800.05/1809.01	c starts		: 12
1800.05/1809.01	c conflicts		: 24268
1800.05/1809.01	c decisions		: 84389
1800.05/1809.01	c propagations		: 4584988
1800.05/1809.01	c inspects		: 102847499
1800.05/1809.01	c learnt literals	: 0
1800.05/1809.01	c learnt binary clauses	: 2
1800.05/1809.01	c learnt ternary clauses	: 49
1800.05/1809.01	c learnt clauses	: 24267
1800.05/1809.01	c ignored clauses	: 0
1800.05/1809.01	c root simplifications	: 0
1800.05/1809.01	c removed literals (reason simplification)	: 2647798
1800.05/1809.01	c reason swapping (by a shorter reason)	: 0
1800.05/1809.01	c Calls to reduceDB	: 0
1800.05/1809.01	c speed (assignments/second)	: 2693.1071548144187
1800.05/1809.01	c non guided choices	3601
1800.05/1809.01	s UNKNOWN
1800.05/1809.01	c Total wall clock time (in seconds) : 1808.629

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-1094269-1215279278/watcher-1094269-1215279278 -o /tmp/evaluation-result-1094269-1215279278/solver-1094269-1215279278 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094269-1215279278.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.37 2.09 2.03 4/83 1561
/proc/meminfo: memFree=930776/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=18572 CPUtime=0
/proc/1561/stat : 1561 (runsolver) R 1559 1561 30825 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 165739148 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 212218735911 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1561/statm: 4643 292 257 25 0 2626 0

[startup+0.0542669 s]
/proc/loadavg: 2.37 2.09 2.03 4/83 1561
/proc/meminfo: memFree=930776/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=802236 CPUtime=0.03
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 2603 0 1 0 2 1 0 0 20 0 7 0 165739148 821489664 2338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 200559 2338 986 9 0 197942 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802236

[startup+0.101273 s]
/proc/loadavg: 2.37 2.09 2.03 4/83 1561
/proc/meminfo: memFree=930776/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=804612 CPUtime=0.08
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 3002 0 1 0 6 2 0 0 20 0 12 0 165739148 823922688 2735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30129 s]
/proc/loadavg: 2.37 2.09 2.03 4/83 1561
/proc/meminfo: memFree=930776/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=808820 CPUtime=0.28
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 5002 0 1 0 24 4 0 0 20 0 12 0 165739148 828231680 4331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 202205 4331 1308 9 0 199574 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808820

[startup+0.701337 s]
/proc/loadavg: 2.37 2.09 2.03 4/83 1561
/proc/meminfo: memFree=930776/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=808848 CPUtime=0.68
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 6306 0 1 0 62 6 0 0 20 0 12 0 165739148 828260352 5633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 202212 5633 1335 9 0 199574 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808848

[startup+1.50242 s]
/proc/loadavg: 2.37 2.09 2.03 4/95 1573
/proc/meminfo: memFree=909048/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=815720 CPUtime=1.47
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 11737 0 1 0 138 9 0 0 20 0 12 0 165739148 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 203930 8972 1351 9 0 201292 0
[pid=1561/tid=1563] ppid=1559 vsize=815720 CPUtime=0.69
/proc/1561/task/1563/stat : 1563 (java) R 1559 1561 30825 0 -1 64 5810 0 1 0 64 5 0 0 25 0 12 0 165739150 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1559 vsize=815720 CPUtime=0
/proc/1561/task/1564/stat : 1564 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 165739151 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1565] ppid=1559 vsize=815720 CPUtime=0
/proc/1561/task/1565/stat : 1565 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 165739151 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1566] ppid=1559 vsize=815720 CPUtime=0
/proc/1561/task/1566/stat : 1566 (java) S 1559 1561 30825 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165739153 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1567] ppid=1559 vsize=815720 CPUtime=0
/proc/1561/task/1567/stat : 1567 (java) S 1559 1561 30825 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 165739153 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1568] ppid=1559 vsize=815720 CPUtime=0
/proc/1561/task/1568/stat : 1568 (java) S 1559 1561 30825 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 165739153 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1569] ppid=1559 vsize=815720 CPUtime=0
/proc/1561/task/1569/stat : 1569 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165739157 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1570] ppid=1559 vsize=815720 CPUtime=0.53
/proc/1561/task/1570/stat : 1570 (java) R 1559 1561 30825 0 -1 64 4175 0 0 0 51 2 0 0 17 0 12 0 165739157 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 104112704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1571] ppid=1559 vsize=815720 CPUtime=0.21
/proc/1561/task/1571/stat : 1571 (java) S 1559 1561 30825 0 -1 64 990 0 0 0 21 0 0 0 16 0 12 0 165739157 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1572] ppid=1559 vsize=815720 CPUtime=0
/proc/1561/task/1572/stat : 1572 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165739157 835297280 8972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1573] ppid=1559 vsize=815720 CPUtime=0
/proc/1561/task/1573/stat : 1573 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165739157 835297280 8972 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) 815720

[startup+3.10259 s]
/proc/loadavg: 2.37 2.09 2.03 4/95 1573
/proc/meminfo: memFree=872504/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=815448 CPUtime=3.06
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 25461 0 1 0 290 16 0 0 20 0 12 0 165739148 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 203862 22081 1382 9 0 201224 0
[pid=1561/tid=1563] ppid=1559 vsize=815448 CPUtime=1.97
/proc/1561/task/1563/stat : 1563 (java) R 1559 1561 30825 0 -1 64 17482 0 1 0 186 11 0 0 25 0 12 0 165739150 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4109323936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1559 vsize=815448 CPUtime=0.01
/proc/1561/task/1564/stat : 1564 (java) S 1559 1561 30825 0 -1 64 610 0 0 0 1 0 0 0 17 0 12 0 165739151 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1565] ppid=1559 vsize=815448 CPUtime=0.01
/proc/1561/task/1565/stat : 1565 (java) S 1559 1561 30825 0 -1 64 777 0 0 0 1 0 0 0 17 0 12 0 165739151 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1566] ppid=1559 vsize=815448 CPUtime=0
/proc/1561/task/1566/stat : 1566 (java) S 1559 1561 30825 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 165739153 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1567] ppid=1559 vsize=815448 CPUtime=0
/proc/1561/task/1567/stat : 1567 (java) S 1559 1561 30825 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165739153 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1568] ppid=1559 vsize=815448 CPUtime=0
/proc/1561/task/1568/stat : 1568 (java) S 1559 1561 30825 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165739153 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1569] ppid=1559 vsize=815448 CPUtime=0
/proc/1561/task/1569/stat : 1569 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165739157 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1570] ppid=1559 vsize=815448 CPUtime=0.74
/proc/1561/task/1570/stat : 1570 (java) S 1559 1561 30825 0 -1 64 4785 0 0 0 72 2 0 0 16 0 12 0 165739157 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1571] ppid=1559 vsize=815448 CPUtime=0.27
/proc/1561/task/1571/stat : 1571 (java) S 1559 1561 30825 0 -1 64 1014 0 0 0 27 0 0 0 16 0 12 0 165739157 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1572] ppid=1559 vsize=815448 CPUtime=0
/proc/1561/task/1572/stat : 1572 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165739157 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1573] ppid=1559 vsize=815448 CPUtime=0
/proc/1561/task/1573/stat : 1573 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165739157 835018752 22081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 815448

[startup+6.30293 s]
/proc/loadavg: 2.42 2.11 2.03 4/95 1573
/proc/meminfo: memFree=832952/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=814260 CPUtime=6.25
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 29607 0 1 0 607 18 0 0 20 0 12 0 165739148 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 203565 25937 1382 9 0 200927 0
[pid=1561/tid=1563] ppid=1559 vsize=814260 CPUtime=4.97
/proc/1561/task/1563/stat : 1563 (java) R 1559 1561 30825 0 -1 64 17488 0 1 0 486 11 0 0 25 0 12 0 165739150 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4109679063 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1559 vsize=814260 CPUtime=0.1
/proc/1561/task/1564/stat : 1564 (java) S 1559 1561 30825 0 -1 64 2792 0 0 0 9 1 0 0 16 0 12 0 165739151 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1565] ppid=1559 vsize=814260 CPUtime=0.1
/proc/1561/task/1565/stat : 1565 (java) S 1559 1561 30825 0 -1 64 2654 0 0 0 9 1 0 0 16 0 12 0 165739151 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1566] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1566/stat : 1566 (java) S 1559 1561 30825 0 -1 64 112 0 0 0 0 0 0 0 16 0 12 0 165739153 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1567] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1567/stat : 1567 (java) S 1559 1561 30825 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165739153 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1568] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1568/stat : 1568 (java) S 1559 1561 30825 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165739153 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1569] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1569/stat : 1569 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165739157 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1570] ppid=1559 vsize=814260 CPUtime=0.74
/proc/1561/task/1570/stat : 1570 (java) S 1559 1561 30825 0 -1 64 4785 0 0 0 72 2 0 0 16 0 12 0 165739157 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1571] ppid=1559 vsize=814260 CPUtime=0.28
/proc/1561/task/1571/stat : 1571 (java) S 1559 1561 30825 0 -1 64 1014 0 0 0 28 0 0 0 17 0 12 0 165739157 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1572] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1572/stat : 1572 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165739157 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1573] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1573/stat : 1573 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165739157 833802240 25937 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 814260

[startup+12.7026 s]
/proc/loadavg: 2.47 2.12 2.04 5/95 1573
/proc/meminfo: memFree=804728/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=814260 CPUtime=12.61
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 36614 0 1 0 1240 21 0 0 20 0 12 0 165739148 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 203565 32933 1382 9 0 200927 0
[pid=1561/tid=1563] ppid=1559 vsize=814260 CPUtime=11.11
/proc/1561/task/1563/stat : 1563 (java) R 1559 1561 30825 0 -1 64 17499 0 1 0 1100 11 0 0 25 0 12 0 165739150 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4109655246 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1559 vsize=814260 CPUtime=0.17
/proc/1561/task/1564/stat : 1564 (java) S 1559 1561 30825 0 -1 64 6013 0 0 0 15 2 0 0 16 0 12 0 165739151 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1565] ppid=1559 vsize=814260 CPUtime=0.17
/proc/1561/task/1565/stat : 1565 (java) S 1559 1561 30825 0 -1 64 6421 0 0 0 15 2 0 0 16 0 12 0 165739151 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1566] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1566/stat : 1566 (java) S 1559 1561 30825 0 -1 64 112 0 0 0 0 0 0 0 16 0 12 0 165739153 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1567] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1567/stat : 1567 (java) S 1559 1561 30825 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165739153 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1568] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1568/stat : 1568 (java) S 1559 1561 30825 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165739153 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1569] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1569/stat : 1569 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165739157 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1570] ppid=1559 vsize=814260 CPUtime=0.78
/proc/1561/task/1570/stat : 1570 (java) S 1559 1561 30825 0 -1 64 4789 0 0 0 76 2 0 0 16 0 12 0 165739157 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1571] ppid=1559 vsize=814260 CPUtime=0.32
/proc/1561/task/1571/stat : 1571 (java) S 1559 1561 30825 0 -1 64 1018 0 0 0 32 0 0 0 16 0 12 0 165739157 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1572] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1572/stat : 1572 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165739157 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1573] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1573/stat : 1573 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165739157 833802240 32933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 814260

[startup+25.5019 s]
/proc/loadavg: 2.83 2.21 2.07 3/95 1573
/proc/meminfo: memFree=767928/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=814260 CPUtime=25.35
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 45488 0 1 0 2510 25 0 0 20 0 12 0 165739148 833802240 41787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 203565 41787 1382 9 0 200927 0
[pid=1561/tid=1563] ppid=1559 vsize=814260 CPUtime=23.63
/proc/1561/task/1563/stat : 1563 (java) R 1559 1561 30825 0 -1 64 17520 0 1 0 2352 11 0 0 25 0 12 0 165739150 833802240 41787 996147200 134512640 134550740 4294956016 18446744073709551615 4109673500 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1559 vsize=814260 CPUtime=0.27
/proc/1561/task/1564/stat : 1564 (java) S 1559 1561 30825 0 -1 64 10569 0 0 0 23 4 0 0 16 0 12 0 165739151 833802240 41787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1565] ppid=1559 vsize=814260 CPUtime=0.26
/proc/1561/task/1565/stat : 1565 (java) S 1559 1561 30825 0 -1 64 10718 0 0 0 22 4 0 0 15 0 12 0 165739151 833802240 41787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1566] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1566/stat : 1566 (java) S 1559 1561 30825 0 -1 64 112 0 0 0 0 0 0 0 16 0 12 0 165739153 833802240 41787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1567] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1567/stat : 1567 (java) S 1559 1561 30825 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165739153 833802240 41787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1568] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1568/stat : 1568 (java) S 1559 1561 30825 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165739153 833802240 41787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1569] ppid=1559 vsize=814260 CPUtime=0
/proc/1561/task/1569/stat : 1569 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165739157 833802240 41787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=1561/tid=1566] ppid=1559 vsize=814584 CPUtime=0.03
/proc/1561/task/1566/stat : 1566 (java) S 1559 1561 30825 0 -1 64 113 0 0 0 3 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1567] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1567/stat : 1567 (java) S 1559 1561 30825 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1568] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1568/stat : 1568 (java) S 1559 1561 30825 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1569] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1569/stat : 1569 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1570] ppid=1559 vsize=814584 CPUtime=1.28
/proc/1561/task/1570/stat : 1570 (java) S 1559 1561 30825 0 -1 64 4827 0 0 0 126 2 0 0 16 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1571] ppid=1559 vsize=814584 CPUtime=0.88
/proc/1561/task/1571/stat : 1571 (java) S 1559 1561 30825 0 -1 64 1072 0 0 0 88 0 0 0 15 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1572] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1572/stat : 1572 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1573] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1573/stat : 1573 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1561/tid=1574] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1574/stat : 1574 (java) S 1559 1561 30825 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 165749801 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.35
Current children cumulated vsize (KiB) 814584

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 1791
/proc/meminfo: memFree=660328/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=814584 CPUtime=1654.06
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 130566 0 1 0 165341 65 0 0 20 0 13 0 165739148 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 203646 126675 1392 9 0 201008 0
[pid=1561/tid=1563] ppid=1559 vsize=814584 CPUtime=1649.29
/proc/1561/task/1563/stat : 1563 (java) R 1559 1561 30825 0 -1 64 17652 0 1 0 164913 16 0 0 25 0 13 0 165739150 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4110013510 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1559 vsize=814584 CPUtime=1.22
/proc/1561/task/1564/stat : 1564 (java) S 1559 1561 30825 0 -1 64 50727 0 0 0 103 19 0 0 17 0 13 0 165739151 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1565] ppid=1559 vsize=814584 CPUtime=1.27
/proc/1561/task/1565/stat : 1565 (java) S 1559 1561 30825 0 -1 64 55408 0 0 0 105 22 0 0 17 0 13 0 165739151 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1566] ppid=1559 vsize=814584 CPUtime=0.03
/proc/1561/task/1566/stat : 1566 (java) S 1559 1561 30825 0 -1 64 113 0 0 0 3 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1567] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1567/stat : 1567 (java) S 1559 1561 30825 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1568] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1568/stat : 1568 (java) S 1559 1561 30825 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1569] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1569/stat : 1569 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1570] ppid=1559 vsize=814584 CPUtime=1.28
/proc/1561/task/1570/stat : 1570 (java) S 1559 1561 30825 0 -1 64 4827 0 0 0 126 2 0 0 16 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1571] ppid=1559 vsize=814584 CPUtime=0.88
/proc/1561/task/1571/stat : 1571 (java) S 1559 1561 30825 0 -1 64 1072 0 0 0 88 0 0 0 15 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1572] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1572/stat : 1572 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1573] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1573/stat : 1573 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1561/tid=1574] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1574/stat : 1574 (java) S 1559 1561 30825 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 165749801 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.06
Current children cumulated vsize (KiB) 814584

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 1791
/proc/meminfo: memFree=660328/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=814584 CPUtime=1713.76
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 130566 0 1 0 171311 65 0 0 20 0 13 0 165739148 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 203646 126675 1392 9 0 201008 0
[pid=1561/tid=1563] ppid=1559 vsize=814584 CPUtime=1708.99
/proc/1561/task/1563/stat : 1563 (java) R 1559 1561 30825 0 -1 64 17652 0 1 0 170883 16 0 0 25 0 13 0 165739150 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4109639954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1559 vsize=814584 CPUtime=1.22
/proc/1561/task/1564/stat : 1564 (java) S 1559 1561 30825 0 -1 64 50727 0 0 0 103 19 0 0 17 0 13 0 165739151 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1565] ppid=1559 vsize=814584 CPUtime=1.27
/proc/1561/task/1565/stat : 1565 (java) S 1559 1561 30825 0 -1 64 55408 0 0 0 105 22 0 0 17 0 13 0 165739151 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1566] ppid=1559 vsize=814584 CPUtime=0.03
/proc/1561/task/1566/stat : 1566 (java) S 1559 1561 30825 0 -1 64 113 0 0 0 3 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1567] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1567/stat : 1567 (java) S 1559 1561 30825 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1568] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1568/stat : 1568 (java) S 1559 1561 30825 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1569] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1569/stat : 1569 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1570] ppid=1559 vsize=814584 CPUtime=1.28
/proc/1561/task/1570/stat : 1570 (java) S 1559 1561 30825 0 -1 64 4827 0 0 0 126 2 0 0 16 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1571] ppid=1559 vsize=814584 CPUtime=0.88
/proc/1561/task/1571/stat : 1571 (java) S 1559 1561 30825 0 -1 64 1072 0 0 0 88 0 0 0 15 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1572] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1572/stat : 1572 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1573] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1573/stat : 1573 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1561/tid=1574] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1574/stat : 1574 (java) S 1559 1561 30825 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 165749801 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.76
Current children cumulated vsize (KiB) 814584

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 1791
/proc/meminfo: memFree=660328/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=814584 CPUtime=1773.48
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 130566 0 1 0 177283 65 0 0 20 0 13 0 165739148 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 203646 126675 1392 9 0 201008 0
[pid=1561/tid=1563] ppid=1559 vsize=814584 CPUtime=1768.71
/proc/1561/task/1563/stat : 1563 (java) R 1559 1561 30825 0 -1 64 17652 0 1 0 176855 16 0 0 25 0 13 0 165739150 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4109639750 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1559 vsize=814584 CPUtime=1.22
/proc/1561/task/1564/stat : 1564 (java) S 1559 1561 30825 0 -1 64 50727 0 0 0 103 19 0 0 17 0 13 0 165739151 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1565] ppid=1559 vsize=814584 CPUtime=1.27
/proc/1561/task/1565/stat : 1565 (java) S 1559 1561 30825 0 -1 64 55408 0 0 0 105 22 0 0 17 0 13 0 165739151 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1566] ppid=1559 vsize=814584 CPUtime=0.03
/proc/1561/task/1566/stat : 1566 (java) S 1559 1561 30825 0 -1 64 113 0 0 0 3 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1567] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1567/stat : 1567 (java) S 1559 1561 30825 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1568] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1568/stat : 1568 (java) S 1559 1561 30825 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1569] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1569/stat : 1569 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1570] ppid=1559 vsize=814584 CPUtime=1.28
/proc/1561/task/1570/stat : 1570 (java) S 1559 1561 30825 0 -1 64 4827 0 0 0 126 2 0 0 16 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1571] ppid=1559 vsize=814584 CPUtime=0.88
/proc/1561/task/1571/stat : 1571 (java) S 1559 1561 30825 0 -1 64 1072 0 0 0 88 0 0 0 15 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1572] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1572/stat : 1572 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1573] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1573/stat : 1573 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1561/tid=1574] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1574/stat : 1574 (java) S 1559 1561 30825 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 165749801 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.48
Current children cumulated vsize (KiB) 814584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 1791
/proc/meminfo: memFree=637288/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=814584 CPUtime=1800.05
/proc/1561/stat : 1561 (java) S 1559 1561 30825 0 -1 0 130566 0 1 0 179940 65 0 0 20 0 13 0 165739148 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 203646 126675 1392 9 0 201008 0
[pid=1561/tid=1563] ppid=1559 vsize=814584 CPUtime=1795.28
/proc/1561/task/1563/stat : 1563 (java) R 1559 1561 30825 0 -1 64 17652 0 1 0 179512 16 0 0 25 0 13 0 165739150 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4110013510 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1559 vsize=814584 CPUtime=1.22
/proc/1561/task/1564/stat : 1564 (java) S 1559 1561 30825 0 -1 64 50727 0 0 0 103 19 0 0 17 0 13 0 165739151 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1565] ppid=1559 vsize=814584 CPUtime=1.27
/proc/1561/task/1565/stat : 1565 (java) S 1559 1561 30825 0 -1 64 55408 0 0 0 105 22 0 0 17 0 13 0 165739151 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1566] ppid=1559 vsize=814584 CPUtime=0.03
/proc/1561/task/1566/stat : 1566 (java) S 1559 1561 30825 0 -1 64 113 0 0 0 3 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1567] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1567/stat : 1567 (java) S 1559 1561 30825 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1568] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1568/stat : 1568 (java) S 1559 1561 30825 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165739153 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1569] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1569/stat : 1569 (java) S 1559 1561 30825 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1570] ppid=1559 vsize=814584 CPUtime=1.28
/proc/1561/task/1570/stat : 1570 (java) S 1559 1561 30825 0 -1 64 4827 0 0 0 126 2 0 0 16 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1571] ppid=1559 vsize=814584 CPUtime=0.88
/proc/1561/task/1571/stat : 1571 (java) S 1559 1561 30825 0 -1 64 1072 0 0 0 88 0 0 0 15 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1572] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1572/stat : 1572 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1561/tid=1573] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1573/stat : 1573 (java) S 1559 1561 30825 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165739157 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1561/tid=1574] ppid=1559 vsize=814584 CPUtime=0
/proc/1561/task/1574/stat : 1574 (java) S 1559 1561 30825 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 165749801 834134016 126675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 814584

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

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

[startup+1809.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 1791
/proc/meminfo: memFree=637288/2055920 swapFree=4181096/4192956
[pid=1561] ppid=1559 vsize=0 CPUtime=1800.15
/proc/1561/stat : 1561 (java) Z 1559 1561 30825 0 -1 1036 130585 0 1 0 179945 70 0 0 16 0 2 0 165739148 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1809.14
CPU time (s): 1800.19
CPU user time (s): 1799.46
CPU system time (s): 0.733888
CPU usage (%): 99.5054
Max. virtual memory (cumulated for all children) (KiB): 816260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.733888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130585
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= 39271
involuntary context switches= 68217

runsolver used 2.49462 second user time and 5.70313 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-05 19:34:38
IDJOB=1094269
IDBENCH=58774
IDSOLVER=344
FILE ID=node46/1094269-1215279278
PBS_JOBID= 7882169
Free space on /tmp= 66212 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ad199accb3e43f9138730765beacd482
RANDOM SEED=1336748122

node46.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.238
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.238
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:        931256 kB
Buffers:         82212 kB
Cached:         285616 kB
SwapCached:       6172 kB
Active:         918332 kB
Inactive:       147452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        931256 kB
SwapTotal:     4192956 kB
SwapFree:      4181096 kB
Dirty:            1140 kB
Writeback:           0 kB
Mapped:         709772 kB
Slab:            43124 kB
Committed_AS:  1164584 kB
PageTables:       2884 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node46 at 2008-07-05 20:04:49