Trace number 1084526

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1800.2 1807.71

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-25.xml
MD5SUM2c5f399349a6b384e73a7b5ef5bab743
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1250
Maximum constraint arity2
Maximum domain size50
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1250
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.36	c version 9.9.9.token
0.29/0.36	c sun.arch.data.model	32
0.29/0.36	c java.version	1.6.0_06
0.29/0.36	c os.name	Linux
0.29/0.36	c os.version	2.6.9-22.EL.rootsmp
0.29/0.36	c os.arch	i386
0.29/0.36	c Free memory 669864272
0.29/0.36	c Max memory 672137216
0.29/0.36	c Total memory 672137216
0.29/0.36	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1084526-1215230592.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.78/0.86	c reading predicates  done.
0.99/1.05	c reading constraints
7.74/7.85	c done with constraints.
7.74/7.85	c ... done. Wall clock time 7.449s.
7.74/7.85	c #vars     2500
7.74/7.85	c #constraints  110900
7.74/7.85	c constraints type 
7.74/7.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 110150
7.74/7.85	c org.sat4j.minisat.constraints.card.AtLeast => 50
1800.08/1807.61	c starts		: 17
1800.08/1807.61	c conflicts		: 155279
1800.08/1807.61	c decisions		: 168583
1800.08/1807.61	c propagations		: 6792119
1800.08/1807.61	c inspects		: 3879242756
1800.08/1807.61	c learnt literals	: 0
1800.08/1807.61	c learnt binary clauses	: 0
1800.08/1807.61	c learnt ternary clauses	: 0
1800.08/1807.61	c learnt clauses	: 155279
1800.08/1807.61	c ignored clauses	: 0
1800.08/1807.61	c root simplifications	: 0
1800.08/1807.61	c removed literals (reason simplification)	: 17251845
1800.08/1807.61	c reason swapping (by a shorter reason)	: 0
1800.08/1807.61	c Calls to reduceDB	: 0
1800.08/1807.61	c speed (assignments/second)	: 3773.9215035857737
1800.08/1807.61	c non guided choices	266
1800.08/1807.61	s UNKNOWN
1800.08/1807.61	c Total wall clock time (in seconds) : 1807.206

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-1084526-1215230592/watcher-1084526-1215230592 -o /tmp/evaluation-result-1084526-1215230592/solver-1084526-1215230592 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1084526-1215230592.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: 1.99 2.02 2.04 4/81 6415
/proc/meminfo: memFree=1725336/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=13288 CPUtime=0
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 2002034549 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 3322 538 219 9 0 1232 0
[pid=6415/tid=6416] ppid=6413 vsize=13288 CPUtime=0
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2002034550 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 11435992 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0346839 s]
/proc/loadavg: 1.99 2.02 2.04 4/81 6415
/proc/meminfo: memFree=1725336/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=800744 CPUtime=0.02
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 2330 0 1 0 1 1 0 0 18 0 4 0 2002034549 819961856 2068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 200186 2068 911 9 0 197569 0
[pid=6415/tid=6416] ppid=6413 vsize=800744 CPUtime=0.01
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 1582 0 1 0 1 0 0 0 19 0 4 0 2002034550 819961856 2068 996147200 134512640 134550740 4294956016 18446744073709551615 103237734 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.101685 s]
/proc/loadavg: 1.99 2.02 2.04 4/81 6415
/proc/meminfo: memFree=1725336/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=804612 CPUtime=0.09
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 3001 0 1 0 7 2 0 0 18 0 12 0 2002034549 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 201153 2734 1048 9 0 198522 0
[pid=6415/tid=6416] ppid=6413 vsize=804612 CPUtime=0.07
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 2221 0 1 0 6 1 0 0 21 0 12 0 2002034550 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4109215107 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301701 s]
/proc/loadavg: 1.99 2.02 2.04 4/81 6415
/proc/meminfo: memFree=1725336/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=808244 CPUtime=0.29
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 4940 0 1 0 26 3 0 0 18 0 12 0 2002034549 827641856 4267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 202061 4267 1298 9 0 199430 0
[pid=6415/tid=6416] ppid=6413 vsize=808244 CPUtime=0.17
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 2679 0 1 0 16 1 0 0 18 0 12 0 2002034550 827641856 4267 996147200 134512640 134550740 4294956016 18446744073709551615 104064379 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.701736 s]
/proc/loadavg: 1.99 2.02 2.04 4/81 6415
/proc/meminfo: memFree=1725336/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=808272 CPUtime=0.69
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 6368 0 1 0 64 5 0 0 18 0 12 0 2002034549 827670528 5496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 202068 5496 1335 9 0 199430 0
[pid=6415/tid=6416] ppid=6413 vsize=808272 CPUtime=0.4
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 3802 0 1 0 37 3 0 0 19 0 12 0 2002034550 827670528 5496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808272

[startup+1.50182 s]
/proc/loadavg: 1.99 2.02 2.04 3/93 6427
/proc/meminfo: memFree=1705464/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=811372 CPUtime=1.48
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 9822 0 1 0 141 7 0 0 18 0 12 0 2002034549 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 202843 7322 1352 9 0 200205 0
[pid=6415/tid=6416] ppid=6413 vsize=811372 CPUtime=0.75
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 4824 0 1 0 71 4 0 0 19 0 12 0 2002034550 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4109186398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6418] ppid=6413 vsize=811372 CPUtime=0
/proc/6415/task/6418/stat : 6418 (java) S 6413 6415 4509 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2002034552 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6419] ppid=6413 vsize=811372 CPUtime=0
/proc/6415/task/6419/stat : 6419 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2002034552 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6420] ppid=6413 vsize=811372 CPUtime=0
/proc/6415/task/6420/stat : 6420 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2002034553 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6421] ppid=6413 vsize=811372 CPUtime=0
/proc/6415/task/6421/stat : 6421 (java) S 6413 6415 4509 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2002034554 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6422] ppid=6413 vsize=811372 CPUtime=0
/proc/6415/task/6422/stat : 6422 (java) S 6413 6415 4509 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2002034554 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6423] ppid=6413 vsize=811372 CPUtime=0
/proc/6415/task/6423/stat : 6423 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002034558 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6424] ppid=6413 vsize=811372 CPUtime=0.39
/proc/6415/task/6424/stat : 6424 (java) S 6413 6415 4509 0 -1 64 2326 0 0 0 38 1 0 0 16 0 12 0 2002034558 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6425] ppid=6413 vsize=811372 CPUtime=0.3
/proc/6415/task/6425/stat : 6425 (java) S 6413 6415 4509 0 -1 64 1905 0 0 0 30 0 0 0 16 0 12 0 2002034558 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6426] ppid=6413 vsize=811372 CPUtime=0
/proc/6415/task/6426/stat : 6426 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002034558 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6427] ppid=6413 vsize=811372 CPUtime=0
/proc/6415/task/6427/stat : 6427 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2002034558 830844928 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811372

[startup+3.10297 s]
/proc/loadavg: 1.99 2.02 2.04 4/93 6427
/proc/meminfo: memFree=1690296/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=825884 CPUtime=3.07
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 19541 0 1 0 295 12 0 0 18 0 12 0 2002034549 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 206471 12217 1369 9 0 203833 0
[pid=6415/tid=6416] ppid=6413 vsize=825884 CPUtime=1.27
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 6411 0 1 0 122 5 0 0 24 0 12 0 2002034550 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4109173572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6418] ppid=6413 vsize=825884 CPUtime=0
/proc/6415/task/6418/stat : 6418 (java) S 6413 6415 4509 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2002034552 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6419] ppid=6413 vsize=825884 CPUtime=0
/proc/6415/task/6419/stat : 6419 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2002034552 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6420] ppid=6413 vsize=825884 CPUtime=0
/proc/6415/task/6420/stat : 6420 (java) R 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2002034553 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6421] ppid=6413 vsize=825884 CPUtime=0
/proc/6415/task/6421/stat : 6421 (java) S 6413 6415 4509 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2002034554 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6422] ppid=6413 vsize=825884 CPUtime=0
/proc/6415/task/6422/stat : 6422 (java) S 6413 6415 4509 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2002034554 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6423] ppid=6413 vsize=825884 CPUtime=0
/proc/6415/task/6423/stat : 6423 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002034558 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6424] ppid=6413 vsize=825884 CPUtime=1.16
/proc/6415/task/6424/stat : 6424 (java) R 6413 6415 4509 0 -1 64 9632 0 0 0 112 4 0 0 21 0 12 0 2002034558 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 104089659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6425] ppid=6413 vsize=825884 CPUtime=0.61
/proc/6415/task/6425/stat : 6425 (java) S 6413 6415 4509 0 -1 64 2731 0 0 0 60 1 0 0 16 0 12 0 2002034558 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6426] ppid=6413 vsize=825884 CPUtime=0
/proc/6415/task/6426/stat : 6426 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002034558 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6427] ppid=6413 vsize=825884 CPUtime=0
/proc/6415/task/6427/stat : 6427 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2002034558 845705216 12217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 825884

[startup+6.30227 s]
/proc/loadavg: 1.99 2.01 2.04 3/93 6427
/proc/meminfo: memFree=1632760/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=820652 CPUtime=6.26
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 36768 0 1 0 606 20 0 0 18 0 12 0 2002034549 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 205163 28232 1386 9 0 202525 0
[pid=6415/tid=6416] ppid=6413 vsize=820652 CPUtime=3.73
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 17281 0 1 0 363 10 0 0 25 0 12 0 2002034550 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4109794079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6418] ppid=6413 vsize=820652 CPUtime=0.05
/proc/6415/task/6418/stat : 6418 (java) S 6413 6415 4509 0 -1 64 2931 0 0 0 4 1 0 0 17 0 12 0 2002034552 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6419] ppid=6413 vsize=820652 CPUtime=0.04
/proc/6415/task/6419/stat : 6419 (java) S 6413 6415 4509 0 -1 64 3061 0 0 0 4 0 0 0 17 0 12 0 2002034552 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6420] ppid=6413 vsize=820652 CPUtime=0
/proc/6415/task/6420/stat : 6420 (java) S 6413 6415 4509 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2002034553 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6421] ppid=6413 vsize=820652 CPUtime=0
/proc/6415/task/6421/stat : 6421 (java) S 6413 6415 4509 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2002034554 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6422] ppid=6413 vsize=820652 CPUtime=0
/proc/6415/task/6422/stat : 6422 (java) S 6413 6415 4509 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002034554 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6423] ppid=6413 vsize=820652 CPUtime=0
/proc/6415/task/6423/stat : 6423 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002034558 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6424] ppid=6413 vsize=820652 CPUtime=1.58
/proc/6415/task/6424/stat : 6424 (java) S 6413 6415 4509 0 -1 64 9918 0 0 0 154 4 0 0 16 0 12 0 2002034558 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6425] ppid=6413 vsize=820652 CPUtime=0.79
/proc/6415/task/6425/stat : 6425 (java) S 6413 6415 4509 0 -1 64 2756 0 0 0 78 1 0 0 16 0 12 0 2002034558 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6426] ppid=6413 vsize=820652 CPUtime=0
/proc/6415/task/6426/stat : 6426 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002034558 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6427] ppid=6413 vsize=820652 CPUtime=0
/proc/6415/task/6427/stat : 6427 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2002034558 840347648 28232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 820652

[startup+12.7029 s]
/proc/loadavg: 2.15 2.05 2.05 3/94 6428
/proc/meminfo: memFree=1599984/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=820976 CPUtime=12.63
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 41080 0 1 0 1241 22 0 0 18 0 13 0 2002034549 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 205244 32493 1393 9 0 202606 0
[pid=6415/tid=6416] ppid=6413 vsize=820976 CPUtime=9.05
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 17301 0 1 0 895 10 0 0 25 0 13 0 2002034550 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4110159382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6418] ppid=6413 vsize=820976 CPUtime=0.14
/proc/6415/task/6418/stat : 6418 (java) S 6413 6415 4509 0 -1 64 5805 0 0 0 12 2 0 0 17 0 13 0 2002034552 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6419] ppid=6413 vsize=820976 CPUtime=0.11
/proc/6415/task/6419/stat : 6419 (java) S 6413 6415 4509 0 -1 64 4410 0 0 0 10 1 0 0 17 0 13 0 2002034552 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6420] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6420/stat : 6420 (java) S 6413 6415 4509 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 2002034553 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6421] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6421/stat : 6421 (java) S 6413 6415 4509 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6422] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6422/stat : 6422 (java) S 6413 6415 4509 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6423] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6423/stat : 6423 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002034558 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6424] ppid=6413 vsize=820976 CPUtime=1.94
/proc/6415/task/6424/stat : 6424 (java) S 6413 6415 4509 0 -1 64 9945 0 0 0 190 4 0 0 16 0 13 0 2002034558 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6425] ppid=6413 vsize=820976 CPUtime=1.32
/proc/6415/task/6425/stat : 6425 (java) S 6413 6415 4509 0 -1 64 2793 0 0 0 131 1 0 0 16 0 13 0 2002034558 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6426] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6426/stat : 6426 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002034558 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6427] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6427/stat : 6427 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002034558 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6428] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6428/stat : 6428 (java) S 6413 6415 4509 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2002035339 840679424 32493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 820976

[startup+25.5021 s]
/proc/loadavg: 2.12 2.04 2.05 3/94 6428
/proc/meminfo: memFree=1599920/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=820976 CPUtime=25.37
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 41082 0 1 0 2515 22 0 0 18 0 13 0 2002034549 840679424 32495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 205244 32495 1393 9 0 202606 0
[pid=6415/tid=6416] ppid=6413 vsize=820976 CPUtime=21.77
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 17302 0 1 0 2167 10 0 0 25 0 13 0 2002034550 840679424 32495 996147200 134512640 134550740 4294956016 18446744073709551615 4110159203 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=6415] ppid=6413 vsize=820976 CPUtime=1594.8
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 87920 0 1 0 159431 49 0 0 18 0 13 0 2002034549 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 205244 73576 1396 9 0 202606 0
[pid=6415/tid=6416] ppid=6413 vsize=820976 CPUtime=1589.66
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 17309 0 1 0 158948 18 0 0 25 0 13 0 2002034550 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4110159382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6418] ppid=6413 vsize=820976 CPUtime=0.74
/proc/6415/task/6418/stat : 6418 (java) S 6413 6415 4509 0 -1 64 28611 0 0 0 62 12 0 0 16 0 13 0 2002034552 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6419] ppid=6413 vsize=820976 CPUtime=0.79
/proc/6415/task/6419/stat : 6419 (java) S 6413 6415 4509 0 -1 64 28416 0 0 0 69 10 0 0 16 0 13 0 2002034552 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6420] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6420/stat : 6420 (java) S 6413 6415 4509 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 2002034553 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6421] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6421/stat : 6421 (java) S 6413 6415 4509 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6422] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6422/stat : 6422 (java) S 6413 6415 4509 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6423] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6423/stat : 6423 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002034558 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6424] ppid=6413 vsize=820976 CPUtime=2.15
/proc/6415/task/6424/stat : 6424 (java) S 6413 6415 4509 0 -1 64 9958 0 0 0 210 5 0 0 16 0 13 0 2002034558 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6425] ppid=6413 vsize=820976 CPUtime=1.4
/proc/6415/task/6425/stat : 6425 (java) S 6413 6415 4509 0 -1 64 2800 0 0 0 139 1 0 0 16 0 13 0 2002034558 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6426] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6426/stat : 6426 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002034558 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6427] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6427/stat : 6427 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002034558 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6428] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6428/stat : 6428 (java) S 6413 6415 4509 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2002035339 840679424 73576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.8
Current children cumulated vsize (KiB) 820976

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/93 6521
/proc/meminfo: memFree=1164848/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=820976 CPUtime=1654.85
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 96750 0 1 0 165431 54 0 0 18 0 13 0 2002034549 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 205244 80170 1396 9 0 202606 0
[pid=6415/tid=6416] ppid=6413 vsize=820976 CPUtime=1649.44
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 17310 0 1 0 164926 18 0 0 25 0 13 0 2002034550 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4110256044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6418] ppid=6413 vsize=820976 CPUtime=0.87
/proc/6415/task/6418/stat : 6418 (java) S 6413 6415 4509 0 -1 64 32693 0 0 0 72 15 0 0 16 0 13 0 2002034552 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6419] ppid=6413 vsize=820976 CPUtime=0.93
/proc/6415/task/6419/stat : 6419 (java) S 6413 6415 4509 0 -1 64 33163 0 0 0 81 12 0 0 16 0 13 0 2002034552 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6420] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6420/stat : 6420 (java) S 6413 6415 4509 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 2002034553 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6421] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6421/stat : 6421 (java) S 6413 6415 4509 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6422] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6422/stat : 6422 (java) S 6413 6415 4509 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6423] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6423/stat : 6423 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6424] ppid=6413 vsize=820976 CPUtime=2.15
/proc/6415/task/6424/stat : 6424 (java) S 6413 6415 4509 0 -1 64 9958 0 0 0 210 5 0 0 16 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6425] ppid=6413 vsize=820976 CPUtime=1.4
/proc/6415/task/6425/stat : 6425 (java) S 6413 6415 4509 0 -1 64 2800 0 0 0 139 1 0 0 16 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6426] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6426/stat : 6426 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6427] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6427/stat : 6427 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6428] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6428/stat : 6428 (java) S 6413 6415 4509 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2002035339 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.85
Current children cumulated vsize (KiB) 820976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 6548
/proc/meminfo: memFree=1382264/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=820976 CPUtime=1714.81
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 96750 0 1 0 171424 57 0 0 18 0 13 0 2002034549 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 205244 80170 1396 9 0 202606 0
[pid=6415/tid=6416] ppid=6413 vsize=820976 CPUtime=1709.41
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 17310 0 1 0 170919 22 0 0 25 0 13 0 2002034550 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4110159407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6418] ppid=6413 vsize=820976 CPUtime=0.87
/proc/6415/task/6418/stat : 6418 (java) S 6413 6415 4509 0 -1 64 32693 0 0 0 72 15 0 0 16 0 13 0 2002034552 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6419] ppid=6413 vsize=820976 CPUtime=0.93
/proc/6415/task/6419/stat : 6419 (java) S 6413 6415 4509 0 -1 64 33163 0 0 0 81 12 0 0 16 0 13 0 2002034552 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6420] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6420/stat : 6420 (java) S 6413 6415 4509 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 2002034553 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6421] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6421/stat : 6421 (java) S 6413 6415 4509 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6422] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6422/stat : 6422 (java) S 6413 6415 4509 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6423] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6423/stat : 6423 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6424] ppid=6413 vsize=820976 CPUtime=2.15
/proc/6415/task/6424/stat : 6424 (java) S 6413 6415 4509 0 -1 64 9958 0 0 0 210 5 0 0 16 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6425] ppid=6413 vsize=820976 CPUtime=1.4
/proc/6415/task/6425/stat : 6425 (java) S 6413 6415 4509 0 -1 64 2800 0 0 0 139 1 0 0 16 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6426] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6426/stat : 6426 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6427] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6427/stat : 6427 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6428] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6428/stat : 6428 (java) S 6413 6415 4509 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2002035339 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.81
Current children cumulated vsize (KiB) 820976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6548
/proc/meminfo: memFree=1366904/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=820976 CPUtime=1774.79
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 96750 0 1 0 177421 58 0 0 18 0 13 0 2002034549 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 205244 80170 1396 9 0 202606 0
[pid=6415/tid=6416] ppid=6413 vsize=820976 CPUtime=1769.38
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 17310 0 1 0 176916 22 0 0 25 0 13 0 2002034550 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4110159440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6418] ppid=6413 vsize=820976 CPUtime=0.87
/proc/6415/task/6418/stat : 6418 (java) S 6413 6415 4509 0 -1 64 32693 0 0 0 72 15 0 0 16 0 13 0 2002034552 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6419] ppid=6413 vsize=820976 CPUtime=0.93
/proc/6415/task/6419/stat : 6419 (java) S 6413 6415 4509 0 -1 64 33163 0 0 0 81 12 0 0 16 0 13 0 2002034552 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6420] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6420/stat : 6420 (java) S 6413 6415 4509 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 2002034553 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6421] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6421/stat : 6421 (java) S 6413 6415 4509 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6422] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6422/stat : 6422 (java) S 6413 6415 4509 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6423] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6423/stat : 6423 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6424] ppid=6413 vsize=820976 CPUtime=2.15
/proc/6415/task/6424/stat : 6424 (java) S 6413 6415 4509 0 -1 64 9958 0 0 0 210 5 0 0 16 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6425] ppid=6413 vsize=820976 CPUtime=1.4
/proc/6415/task/6425/stat : 6425 (java) S 6413 6415 4509 0 -1 64 2800 0 0 0 139 1 0 0 16 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6426] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6426/stat : 6426 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6427] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6427/stat : 6427 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6428] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6428/stat : 6428 (java) S 6413 6415 4509 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2002035339 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.79
Current children cumulated vsize (KiB) 820976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6548
/proc/meminfo: memFree=1265720/2055920 swapFree=4180028/4192956
[pid=6415] ppid=6413 vsize=820976 CPUtime=1800.08
/proc/6415/stat : 6415 (java) S 6413 6415 4509 0 -1 0 96750 0 1 0 179950 58 0 0 18 0 13 0 2002034549 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6415/statm: 205244 80170 1396 9 0 202606 0
[pid=6415/tid=6416] ppid=6413 vsize=820976 CPUtime=1794.67
/proc/6415/task/6416/stat : 6416 (java) R 6413 6415 4509 0 -1 64 17310 0 1 0 179445 22 0 0 25 0 13 0 2002034550 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4109341088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6418] ppid=6413 vsize=820976 CPUtime=0.87
/proc/6415/task/6418/stat : 6418 (java) S 6413 6415 4509 0 -1 64 32693 0 0 0 72 15 0 0 16 0 13 0 2002034552 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6419] ppid=6413 vsize=820976 CPUtime=0.93
/proc/6415/task/6419/stat : 6419 (java) S 6413 6415 4509 0 -1 64 33163 0 0 0 81 12 0 0 16 0 13 0 2002034552 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6420] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6420/stat : 6420 (java) S 6413 6415 4509 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 2002034553 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6421] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6421/stat : 6421 (java) S 6413 6415 4509 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6422] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6422/stat : 6422 (java) S 6413 6415 4509 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002034554 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6423] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6423/stat : 6423 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6424] ppid=6413 vsize=820976 CPUtime=2.15
/proc/6415/task/6424/stat : 6424 (java) S 6413 6415 4509 0 -1 64 9958 0 0 0 210 5 0 0 16 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6425] ppid=6413 vsize=820976 CPUtime=1.4
/proc/6415/task/6425/stat : 6425 (java) S 6413 6415 4509 0 -1 64 2800 0 0 0 139 1 0 0 16 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6426] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6426/stat : 6426 (java) S 6413 6415 4509 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6415/tid=6427] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6427/stat : 6427 (java) S 6413 6415 4509 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2002034558 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6415/tid=6428] ppid=6413 vsize=820976 CPUtime=0
/proc/6415/task/6428/stat : 6428 (java) S 6413 6415 4509 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2002035339 840679424 80170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 820976

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

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

Child status: 143
Real time (s): 1807.71
CPU time (s): 1800.2
CPU user time (s): 1799.56
CPU system time (s): 0.633903
CPU usage (%): 99.5844
Max. virtual memory (cumulated for all children) (KiB): 825884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.633903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96768
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= 37542
involuntary context switches= 59038

runsolver used 2.6246 second user time and 5.65014 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-05 06:03:12
IDJOB=1084526
IDBENCH=57570
IDSOLVER=344
FILE ID=node4/1084526-1215230592
PBS_JOBID= 7881847
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c5f399349a6b384e73a7b5ef5bab743
RANDOM SEED=1330001477

node4.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.213
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.213
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:       1725880 kB
Buffers:         56368 kB
Cached:         189444 kB
SwapCached:       7012 kB
Active:         159756 kB
Inactive:       110640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725880 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:          40808 kB
Slab:            44672 kB
Committed_AS:  3365564 kB
PageTables:       2020 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= 66460 MiB
End job on node4 at 2008-07-05 06:33:21