Trace number 1102252

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.89 1801.1

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-31_ext.xml
MD5SUM8abe9e2c8a174ee569de489732c3fca9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.4633
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints473
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension473
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.24	c See www.sat4j.org for details.
0.19/0.24	c That software uses the Rhino library from the Mozilla project.
0.19/0.28	c version 9.9.9.token
0.19/0.28	c sun.arch.data.model	32
0.19/0.28	c java.version	1.6.0_06
0.19/0.28	c os.name	Linux
0.19/0.28	c os.version	2.6.9-22.EL.rootsmp
0.19/0.28	c os.arch	i386
0.19/0.28	c Free memory 669864272
0.19/0.28	c Max memory 672137216
0.19/0.28	c Total memory 672137216
0.19/0.28	c Number of processors 2
0.34/0.33	c c --- Begin Solver configuration ---
0.34/0.33	c Stops conflict analysis at the first Unique Implication Point
0.34/0.33	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.33	c Learn all clauses as in MiniSAT
0.34/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.33	c Expensive reason simplification
0.34/0.33	c MiniSAT restarts strategy
0.34/0.33	c timeout=2147483s
0.34/0.33	c DB Simplification allowed=false
0.34/0.33	c --- End Solver configuration ---
0.34/0.33	c solving HOME/instance-1102252-1215297545.xml
0.34/0.33	c reading problem ... 
0.54/0.58	c reading problem named null
0.54/0.58	c reading domains done.
0.54/0.59	c reading variables done.
0.64/0.63	c reading relations done.
1.94/1.90	c reading constraints
2.55/2.50	c done with constraints.
2.55/2.50	c ... done. Wall clock time 2.172s.
2.55/2.50	c #vars     1150
2.55/2.50	c #constraints  62766
2.55/2.50	c constraints type 
2.55/2.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62716
2.55/2.50	c org.sat4j.minisat.constraints.card.AtLeast => 50
1800.78/1801.01	c starts		: 19
1800.78/1801.01	c conflicts		: 405063
1800.78/1801.01	c decisions		: 517572
1800.78/1801.01	c propagations		: 43238451
1800.78/1801.01	c inspects		: 4526395856
1800.78/1801.01	c learnt literals	: 0
1800.78/1801.01	c learnt binary clauses	: 1
1800.78/1801.01	c learnt ternary clauses	: 20
1800.78/1801.01	c learnt clauses	: 405063
1800.78/1801.01	c ignored clauses	: 0
1800.78/1801.01	c root simplifications	: 0
1800.78/1801.01	c removed literals (reason simplification)	: 30618886
1800.78/1801.01	c reason swapping (by a shorter reason)	: 0
1800.78/1801.01	c Calls to reduceDB	: 0
1800.78/1801.01	c speed (assignments/second)	: 24041.329326301566
1800.78/1801.01	c non guided choices	125
1800.78/1801.01	s UNKNOWN
1800.78/1801.01	c Total wall clock time (in seconds) : 1800.681

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-1102252-1215297545/watcher-1102252-1215297545 -o /tmp/evaluation-result-1102252-1215297545/solver-1102252-1215297545 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1102252-1215297545.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.03 2.02 2.00 4/80 30697
/proc/meminfo: memFree=1600696/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=152 CPUtime=0
/proc/30697/stat : 30697 (java) R 30695 30697 28271 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 2008724100 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 6889771 0 0 4096 0 0 0 0 17 0 0 0
/proc/30697/statm: 38 26 19 9 0 4 0

[startup+0.0702551 s]
/proc/loadavg: 2.03 2.02 2.00 4/80 30697
/proc/meminfo: memFree=1600696/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=802236 CPUtime=0.05
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 2813 0 1 0 4 1 0 0 18 0 7 0 2008724100 821489664 2548 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 200559 2548 1010 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.10126 s]
/proc/loadavg: 2.03 2.02 2.00 4/80 30697
/proc/meminfo: memFree=1600696/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=804756 CPUtime=0.08
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 3224 0 1 0 7 1 0 0 18 0 12 0 2008724100 824070144 2955 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 201189 2955 1218 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301303 s]
/proc/loadavg: 2.03 2.02 2.00 4/80 30697
/proc/meminfo: memFree=1600696/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=808840 CPUtime=0.34
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 5266 0 1 0 32 2 0 0 18 0 12 0 2008724100 828252160 4591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 202210 4591 1310 9 0 199579 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 808840

[startup+0.70137 s]
/proc/loadavg: 2.03 2.02 2.00 4/80 30697
/proc/meminfo: memFree=1600696/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=808868 CPUtime=0.74
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 6423 0 1 0 70 4 0 0 18 0 12 0 2008724100 828280832 5748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 202217 5749 1335 9 0 199579 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 808868

[startup+1.50252 s]
/proc/loadavg: 2.03 2.02 2.00 4/92 30709
/proc/meminfo: memFree=1580888/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=810296 CPUtime=1.55
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 10196 0 1 0 148 7 0 0 18 0 12 0 2008724100 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 202574 9059 1351 9 0 199936 0
[pid=30697/tid=30699] ppid=30695 vsize=810296 CPUtime=0.71
/proc/30697/task/30699/stat : 30699 (java) R 30695 30697 28271 0 -1 64 7105 0 1 0 66 5 0 0 22 0 12 0 2008724101 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30700] ppid=30695 vsize=810296 CPUtime=0
/proc/30697/task/30700/stat : 30700 (java) S 30695 30697 28271 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 2008724101 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30701] ppid=30695 vsize=810296 CPUtime=0
/proc/30697/task/30701/stat : 30701 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 2008724101 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30702] ppid=30695 vsize=810296 CPUtime=0
/proc/30697/task/30702/stat : 30702 (java) S 30695 30697 28271 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2008724103 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30703] ppid=30695 vsize=810296 CPUtime=0
/proc/30697/task/30703/stat : 30703 (java) S 30695 30697 28271 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 2008724104 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30704] ppid=30695 vsize=810296 CPUtime=0
/proc/30697/task/30704/stat : 30704 (java) S 30695 30697 28271 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2008724104 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=810296 CPUtime=0
/proc/30697/task/30705/stat : 30705 (java) S 30695 30697 28271 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2008724108 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=810296 CPUtime=0.46
/proc/30697/task/30706/stat : 30706 (java) R 30695 30697 28271 0 -1 64 1296 0 0 0 46 0 0 0 16 0 12 0 2008724108 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 105557709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=810296 CPUtime=0.34
/proc/30697/task/30707/stat : 30707 (java) S 30695 30697 28271 0 -1 64 1033 0 0 0 34 0 0 0 16 0 12 0 2008724108 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30708] ppid=30695 vsize=810296 CPUtime=0
/proc/30697/task/30708/stat : 30708 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2008724108 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30709] ppid=30695 vsize=810296 CPUtime=0
/proc/30697/task/30709/stat : 30709 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2008724108 829743104 9059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 810296

[startup+3.10181 s]
/proc/loadavg: 2.03 2.02 2.00 4/92 30709
/proc/meminfo: memFree=1526616/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=810652 CPUtime=3.14
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 21485 0 1 0 302 12 0 0 18 0 13 0 2008724100 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 202663 19866 1380 9 0 200025 0
[pid=30697/tid=30699] ppid=30695 vsize=810652 CPUtime=1.36
/proc/30697/task/30699/stat : 30699 (java) R 30695 30697 28271 0 -1 64 17121 0 1 0 127 9 0 0 25 0 13 0 2008724101 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4109885816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30700] ppid=30695 vsize=810652 CPUtime=0.01
/proc/30697/task/30700/stat : 30700 (java) S 30695 30697 28271 0 -1 64 408 0 0 0 1 0 0 0 17 0 13 0 2008724101 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30701] ppid=30695 vsize=810652 CPUtime=0
/proc/30697/task/30701/stat : 30701 (java) S 30695 30697 28271 0 -1 64 226 0 0 0 0 0 0 0 17 0 13 0 2008724101 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30702] ppid=30695 vsize=810652 CPUtime=0
/proc/30697/task/30702/stat : 30702 (java) S 30695 30697 28271 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2008724103 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30703] ppid=30695 vsize=810652 CPUtime=0
/proc/30697/task/30703/stat : 30703 (java) S 30695 30697 28271 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2008724104 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30704] ppid=30695 vsize=810652 CPUtime=0
/proc/30697/task/30704/stat : 30704 (java) S 30695 30697 28271 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2008724104 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=810652 CPUtime=0
/proc/30697/task/30705/stat : 30705 (java) S 30695 30697 28271 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2008724108 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=810652 CPUtime=0.82
/proc/30697/task/30706/stat : 30706 (java) S 30695 30697 28271 0 -1 64 1635 0 0 0 82 0 0 0 15 0 13 0 2008724108 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=810652 CPUtime=0.89
/proc/30697/task/30707/stat : 30707 (java) S 30695 30697 28271 0 -1 64 1300 0 0 0 89 0 0 0 16 0 13 0 2008724108 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30708] ppid=30695 vsize=810652 CPUtime=0
/proc/30697/task/30708/stat : 30708 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2008724108 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30709] ppid=30695 vsize=810652 CPUtime=0
/proc/30697/task/30709/stat : 30709 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2008724108 830107648 19866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 810652

[startup+6.30239 s]
/proc/loadavg: 2.03 2.02 2.00 3/93 30710
/proc/meminfo: memFree=1526160/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=810204 CPUtime=6.34
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 21508 0 1 0 622 12 0 0 18 0 13 0 2008724100 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 202551 19778 1383 9 0 199913 0
[pid=30697/tid=30699] ppid=30695 vsize=810204 CPUtime=4.37
/proc/30697/task/30699/stat : 30699 (java) R 30695 30697 28271 0 -1 64 17126 0 1 0 428 9 0 0 25 0 13 0 2008724101 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4109828528 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30700] ppid=30695 vsize=810204 CPUtime=0.01
/proc/30697/task/30700/stat : 30700 (java) S 30695 30697 28271 0 -1 64 408 0 0 0 1 0 0 0 17 0 13 0 2008724101 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30701] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30701/stat : 30701 (java) S 30695 30697 28271 0 -1 64 226 0 0 0 0 0 0 0 17 0 13 0 2008724101 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30702] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30702/stat : 30702 (java) S 30695 30697 28271 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 2008724103 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30703] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30703/stat : 30703 (java) S 30695 30697 28271 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2008724104 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30704] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30704/stat : 30704 (java) S 30695 30697 28271 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2008724104 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30705/stat : 30705 (java) S 30695 30697 28271 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2008724108 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=810204 CPUtime=0.89
/proc/30697/task/30706/stat : 30706 (java) S 30695 30697 28271 0 -1 64 1640 0 0 0 89 0 0 0 15 0 13 0 2008724108 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=810204 CPUtime=1.01
/proc/30697/task/30707/stat : 30707 (java) S 30695 30697 28271 0 -1 64 1313 0 0 0 101 0 0 0 16 0 13 0 2008724108 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30708] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30708/stat : 30708 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2008724108 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30709] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30709/stat : 30709 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2008724108 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30710] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30710/stat : 30710 (java) S 30695 30697 28271 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2008724351 829648896 19778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 810204

[startup+12.7026 s]
/proc/loadavg: 2.03 2.02 2.00 3/93 30710
/proc/meminfo: memFree=1525968/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=810204 CPUtime=12.74
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 21513 0 1 0 1262 12 0 0 18 0 13 0 2008724100 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 202551 19781 1383 9 0 199913 0
[pid=30697/tid=30699] ppid=30695 vsize=810204 CPUtime=10.7
/proc/30697/task/30699/stat : 30699 (java) R 30695 30697 28271 0 -1 64 17127 0 1 0 1061 9 0 0 25 0 13 0 2008724101 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4109865589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30700] ppid=30695 vsize=810204 CPUtime=0.01
/proc/30697/task/30700/stat : 30700 (java) S 30695 30697 28271 0 -1 64 408 0 0 0 1 0 0 0 17 0 13 0 2008724101 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30701] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30701/stat : 30701 (java) S 30695 30697 28271 0 -1 64 226 0 0 0 0 0 0 0 17 0 13 0 2008724101 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30702] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30702/stat : 30702 (java) S 30695 30697 28271 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2008724103 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30703] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30703/stat : 30703 (java) S 30695 30697 28271 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2008724104 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30704] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30704/stat : 30704 (java) S 30695 30697 28271 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2008724104 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30705/stat : 30705 (java) S 30695 30697 28271 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2008724108 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=810204 CPUtime=0.92
/proc/30697/task/30706/stat : 30706 (java) S 30695 30697 28271 0 -1 64 1640 0 0 0 92 0 0 0 16 0 13 0 2008724108 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=810204 CPUtime=1.05
/proc/30697/task/30707/stat : 30707 (java) S 30695 30697 28271 0 -1 64 1317 0 0 0 105 0 0 0 15 0 13 0 2008724108 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30708] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30708/stat : 30708 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2008724108 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30709] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30709/stat : 30709 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2008724108 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30710] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30710/stat : 30710 (java) S 30695 30697 28271 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2008724351 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 810204

[startup+25.5029 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 30710
/proc/meminfo: memFree=1526032/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=810204 CPUtime=25.53
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 21513 0 1 0 2541 12 0 0 18 0 13 0 2008724100 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 202551 19781 1383 9 0 199913 0
[pid=30697/tid=30699] ppid=30695 vsize=810204 CPUtime=23.5
/proc/30697/task/30699/stat : 30699 (java) R 30695 30697 28271 0 -1 64 17127 0 1 0 2341 9 0 0 25 0 13 0 2008724101 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4109828528 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30700] ppid=30695 vsize=810204 CPUtime=0.01
/proc/30697/task/30700/stat : 30700 (java) S 30695 30697 28271 0 -1 64 408 0 0 0 1 0 0 0 17 0 13 0 2008724101 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30701] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30701/stat : 30701 (java) S 30695 30697 28271 0 -1 64 226 0 0 0 0 0 0 0 17 0 13 0 2008724101 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30702] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30702/stat : 30702 (java) S 30695 30697 28271 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2008724103 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30703] ppid=30695 vsize=810204 CPUtime=0
/proc/30697/task/30703/stat : 30703 (java) S 30695 30697 28271 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2008724104 829648896 19781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=30697/tid=30704] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30704/stat : 30704 (java) S 30695 30697 28271 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2008724104 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30705/stat : 30705 (java) S 30695 30697 28271 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=815332 CPUtime=0.93
/proc/30697/task/30706/stat : 30706 (java) S 30695 30697 28271 0 -1 64 1640 0 0 0 93 0 0 0 16 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=815332 CPUtime=1.05
/proc/30697/task/30707/stat : 30707 (java) S 30695 30697 28271 0 -1 64 1318 0 0 0 105 0 0 0 16 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30708] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30708/stat : 30708 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30709] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30709/stat : 30709 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30710] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30710/stat : 30710 (java) S 30695 30697 28271 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2008724351 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 815332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 30755
/proc/meminfo: memFree=1364048/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=815332 CPUtime=1781.84
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 67220 0 1 0 178149 35 0 0 18 0 13 0 2008724100 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 203833 60509 1383 9 0 201195 0
[pid=30697/tid=30699] ppid=30695 vsize=815332 CPUtime=1778.6
/proc/30697/task/30699/stat : 30699 (java) R 30695 30697 28271 0 -1 64 17130 0 1 0 177846 14 0 0 25 0 13 0 2008724101 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4109828760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30700] ppid=30695 vsize=815332 CPUtime=0.53
/proc/30697/task/30700/stat : 30700 (java) S 30695 30697 28271 0 -1 64 17780 0 0 0 47 6 0 0 19 0 13 0 2008724101 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30701] ppid=30695 vsize=815332 CPUtime=0.65
/proc/30697/task/30701/stat : 30701 (java) S 30695 30697 28271 0 -1 64 28530 0 0 0 54 11 0 0 19 0 13 0 2008724101 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30702] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30702/stat : 30702 (java) S 30695 30697 28271 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 2008724103 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30703] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30703/stat : 30703 (java) S 30695 30697 28271 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2008724104 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30704] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30704/stat : 30704 (java) S 30695 30697 28271 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2008724104 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30705/stat : 30705 (java) S 30695 30697 28271 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=815332 CPUtime=0.93
/proc/30697/task/30706/stat : 30706 (java) S 30695 30697 28271 0 -1 64 1640 0 0 0 93 0 0 0 16 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=815332 CPUtime=1.05
/proc/30697/task/30707/stat : 30707 (java) S 30695 30697 28271 0 -1 64 1318 0 0 0 105 0 0 0 16 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30708] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30708/stat : 30708 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30709] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30709/stat : 30709 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30710] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30710/stat : 30710 (java) S 30695 30697 28271 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2008724351 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 815332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 30755
/proc/meminfo: memFree=1361680/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=815332 CPUtime=1800.03
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 67220 0 1 0 179968 35 0 0 18 0 13 0 2008724100 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30697/statm: 203833 60509 1383 9 0 201195 0
[pid=30697/tid=30699] ppid=30695 vsize=815332 CPUtime=1796.8
/proc/30697/task/30699/stat : 30699 (java) R 30695 30697 28271 0 -1 64 17130 0 1 0 179666 14 0 0 25 0 13 0 2008724101 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4109828546 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30700] ppid=30695 vsize=815332 CPUtime=0.53
/proc/30697/task/30700/stat : 30700 (java) S 30695 30697 28271 0 -1 64 17780 0 0 0 47 6 0 0 19 0 13 0 2008724101 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30701] ppid=30695 vsize=815332 CPUtime=0.65
/proc/30697/task/30701/stat : 30701 (java) S 30695 30697 28271 0 -1 64 28530 0 0 0 54 11 0 0 19 0 13 0 2008724101 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30702] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30702/stat : 30702 (java) S 30695 30697 28271 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 2008724103 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30703] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30703/stat : 30703 (java) S 30695 30697 28271 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2008724104 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30704] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30704/stat : 30704 (java) S 30695 30697 28271 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2008724104 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30705/stat : 30705 (java) S 30695 30697 28271 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30706] ppid=30695 vsize=815332 CPUtime=0.93
/proc/30697/task/30706/stat : 30706 (java) S 30695 30697 28271 0 -1 64 1640 0 0 0 93 0 0 0 16 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=815332 CPUtime=1.05
/proc/30697/task/30707/stat : 30707 (java) S 30695 30697 28271 0 -1 64 1318 0 0 0 105 0 0 0 16 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30708] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30708/stat : 30708 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30709] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30709/stat : 30709 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2008724108 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30710] ppid=30695 vsize=815332 CPUtime=0
/proc/30697/task/30710/stat : 30710 (java) S 30695 30697 28271 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2008724351 834899968 60509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 815332

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

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

[startup+1800.62 s]
/proc/loadavg: 2.00 2.00 2.00 5/95 30757
/proc/meminfo: memFree=1361600/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=815656 CPUtime=1800.15
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 67229 0 1 0 179980 35 0 0 16 0 14 0 2008724100 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30697/statm: 203914 60518 1383 9 0 201276 0
[pid=30697/tid=30699] ppid=30695 vsize=815656 CPUtime=1796.81
/proc/30697/task/30699/stat : 30699 (java) R 30695 30697 28271 0 -1 64 17130 0 1 0 179667 14 0 0 25 0 14 0 2008724101 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30700] ppid=30695 vsize=815656 CPUtime=0.58
/proc/30697/task/30700/stat : 30700 (java) R 30695 30697 28271 0 -1 64 17780 0 0 0 52 6 0 0 17 0 14 0 2008724101 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30701] ppid=30695 vsize=815656 CPUtime=0.7
/proc/30697/task/30701/stat : 30701 (java) R 30695 30697 28271 0 -1 64 28530 0 0 0 59 11 0 0 17 0 14 0 2008724101 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30702] ppid=30695 vsize=815656 CPUtime=0
/proc/30697/task/30702/stat : 30702 (java) S 30695 30697 28271 0 -1 64 57 0 0 0 0 0 0 0 16 0 14 0 2008724103 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30703] ppid=30695 vsize=815656 CPUtime=0
/proc/30697/task/30703/stat : 30703 (java) S 30695 30697 28271 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 2008724104 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30704] ppid=30695 vsize=815656 CPUtime=0
/proc/30697/task/30704/stat : 30704 (java) S 30695 30697 28271 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 2008724104 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=815656 CPUtime=0
/proc/30697/task/30705/stat : 30705 (java) S 30695 30697 28271 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 2008724108 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30697/tid=30706] ppid=30695 vsize=815656 CPUtime=0.93
/proc/30697/task/30706/stat : 30706 (java) S 30695 30697 28271 0 -1 64 1640 0 0 0 93 0 0 0 16 0 14 0 2008724108 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=815656 CPUtime=1.05
/proc/30697/task/30707/stat : 30707 (java) S 30695 30697 28271 0 -1 64 1318 0 0 0 105 0 0 0 16 0 14 0 2008724108 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30708] ppid=30695 vsize=815656 CPUtime=0
/proc/30697/task/30708/stat : 30708 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 2008724108 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30709] ppid=30695 vsize=815656 CPUtime=0
/proc/30697/task/30709/stat : 30709 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 2008724108 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30710] ppid=30695 vsize=815656 CPUtime=0
/proc/30697/task/30710/stat : 30710 (java) S 30695 30697 28271 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 2008724351 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30757] ppid=30695 vsize=815656 CPUtime=0
/proc/30697/task/30757/stat : 30757 (java) S 30695 30697 28271 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 2008904151 835231744 60518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 815656

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 5/95 30757
/proc/meminfo: memFree=1361600/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=815980 CPUtime=1800.78
/proc/30697/stat : 30697 (java) S 30695 30697 28271 0 -1 0 87252 0 1 0 180034 44 0 0 16 0 15 0 2008724100 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30697/statm: 203995 74536 1383 9 0 201357 0
[pid=30697/tid=30699] ppid=30695 vsize=815980 CPUtime=1796.83
/proc/30697/task/30699/stat : 30699 (java) R 30695 30697 28271 0 -1 64 17130 0 1 0 179669 14 0 0 17 0 15 0 2008724101 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4109904191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30697/tid=30700] ppid=30695 vsize=815980 CPUtime=0.9
/proc/30697/task/30700/stat : 30700 (java) R 30695 30697 28271 0 -1 64 27482 0 0 0 79 11 0 0 20 0 15 0 2008724101 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30697/tid=30701] ppid=30695 vsize=815980 CPUtime=0.99
/proc/30697/task/30701/stat : 30701 (java) S 30695 30697 28271 0 -1 64 38846 0 0 0 84 15 0 0 20 0 15 0 2008724101 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30697/tid=30702] ppid=30695 vsize=815980 CPUtime=0
/proc/30697/task/30702/stat : 30702 (java) S 30695 30697 28271 0 -1 64 57 0 0 0 0 0 0 0 16 0 15 0 2008724103 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30697/tid=30703] ppid=30695 vsize=815980 CPUtime=0
/proc/30697/task/30703/stat : 30703 (java) S 30695 30697 28271 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 2008724104 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30704] ppid=30695 vsize=815980 CPUtime=0
/proc/30697/task/30704/stat : 30704 (java) S 30695 30697 28271 0 -1 64 5 0 0 0 0 0 0 0 16 0 15 0 2008724104 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30705] ppid=30695 vsize=815980 CPUtime=0
/proc/30697/task/30705/stat : 30705 (java) S 30695 30697 28271 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 2008724108 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30697/tid=30706] ppid=30695 vsize=815980 CPUtime=0.93
/proc/30697/task/30706/stat : 30706 (java) S 30695 30697 28271 0 -1 64 1640 0 0 0 93 0 0 0 16 0 15 0 2008724108 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30707] ppid=30695 vsize=815980 CPUtime=1.05
/proc/30697/task/30707/stat : 30707 (java) S 30695 30697 28271 0 -1 64 1318 0 0 0 105 0 0 0 16 0 15 0 2008724108 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30708] ppid=30695 vsize=815980 CPUtime=0
/proc/30697/task/30708/stat : 30708 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 2008724108 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30709] ppid=30695 vsize=815980 CPUtime=0
/proc/30697/task/30709/stat : 30709 (java) S 30695 30697 28271 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 2008724108 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30710] ppid=30695 vsize=815980 CPUtime=0
/proc/30697/task/30710/stat : 30710 (java) S 30695 30697 28271 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 2008724351 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30697/tid=30757] ppid=30695 vsize=815980 CPUtime=0
/proc/30697/task/30757/stat : 30757 (java) S 30695 30697 28271 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 2008904151 835563520 74536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.78
Current children cumulated vsize (KiB) 815980

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.00 5/95 30757
/proc/meminfo: memFree=1361600/2055920 swapFree=4181480/4192956
[pid=30697] ppid=30695 vsize=0 CPUtime=1800.88
/proc/30697/stat : 30697 (java) Z 30695 30697 28271 0 -1 1036 87257 0 1 0 180040 48 0 0 15 0 2 0 2008724100 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30697/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.88
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1801.1
CPU time (s): 1800.89
CPU user time (s): 1800.4
CPU system time (s): 0.485926
CPU usage (%): 99.988
Max. virtual memory (cumulated for all children) (KiB): 815980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.4
system time used= 0.485926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87257
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= 37235
involuntary context switches= 44174

runsolver used 2.08868 second user time and 6.14607 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-06 00:39:06
IDJOB=1102252
IDBENCH=60113
IDSOLVER=344
FILE ID=node67/1102252-1215297545
PBS_JOBID= 7882314
Free space on /tmp= 66428 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-31_ext.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-1102252-1215297545/watcher-1102252-1215297545 -o /tmp/evaluation-result-1102252-1215297545/solver-1102252-1215297545 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1102252-1215297545.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8abe9e2c8a174ee569de489732c3fca9
RANDOM SEED=868493126

node67.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.281
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.281
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:       1601176 kB
Buffers:         76352 kB
Cached:         240932 kB
SwapCached:       5376 kB
Active:         263020 kB
Inactive:       128608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601176 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          87740 kB
Slab:            48256 kB
Committed_AS:  5008644 kB
PageTables:       1960 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= 66424 MiB
End job on node67 at 2008-07-06 01:09:08