Trace number 1087240

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) 1802.17 1813.94

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-2.xml
MD5SUMbb609ab61b1c53ea692a6968186c1670
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.5623
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.37	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.37	c See www.sat4j.org for details.
0.25/0.37	c That software uses the Rhino library from the Mozilla project.
0.33/0.42	c version 9.9.9.token
0.33/0.42	c sun.arch.data.model	32
0.33/0.42	c java.version	1.6.0_06
0.33/0.42	c os.name	Linux
0.33/0.42	c os.version	2.6.9-22.EL.rootsmp
0.33/0.42	c os.arch	i386
0.33/0.42	c Free memory 669864272
0.33/0.42	c Max memory 672137216
0.33/0.42	c Total memory 672137216
0.33/0.42	c Number of processors 2
0.33/0.47	c c --- Begin Solver configuration ---
0.33/0.47	c Stops conflict analysis at the first Unique Implication Point
0.33/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.47	c Learn all clauses as in MiniSAT
0.33/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.47	c Expensive reason simplification
0.33/0.47	c MiniSAT restarts strategy
0.33/0.47	c timeout=2147483s
0.33/0.47	c DB Simplification allowed=false
0.33/0.47	c --- End Solver configuration ---
0.33/0.47	c solving HOME/instance-1087240-1215243199.xml
0.33/0.47	c reading problem ... 
0.63/0.75	c reading problem named null
0.63/0.75	c reading domains done.
0.93/1.07	c reading variables done.
2.23/2.34	c reading predicates  done.
2.42/2.53	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1087240-1215243199/watcher-1087240-1215243199 -o /tmp/evaluation-result-1087240-1215243199/solver-1087240-1215243199 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087240-1215243199.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.91 1.95 1.98 4/72 5247
/proc/meminfo: memFree=1869320/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=152 CPUtime=0
/proc/5247/stat : 5247 (java) R 5245 5247 2756 0 -1 0 211 0 0 0 0 0 0 0 19 0 1 0 135990083 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 10686763 0 0 4096 0 0 0 0 17 0 0 0
/proc/5247/statm: 38 26 19 9 0 4 0

[startup+0.0401339 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 5247
/proc/meminfo: memFree=1869320/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=13012 CPUtime=0.01
/proc/5247/stat : 5247 (java) D 5245 5247 2756 0 -1 0 391 0 10 0 0 1 0 0 19 0 1 0 135990083 13324288 202 996147200 134512640 134550740 4294956016 18446744073709551615 10658602 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/5247/statm: 3253 202 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.10214 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 5247
/proc/meminfo: memFree=1869320/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=802080 CPUtime=0.05
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 2508 0 26 0 1 4 0 0 18 0 7 0 135990083 821329920 2270 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5247/statm: 200520 2270 962 9 0 197903 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802080

[startup+0.30216 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 5247
/proc/meminfo: memFree=1869320/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=808212 CPUtime=0.25
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 4648 0 26 0 20 5 0 0 18 0 12 0 135990083 827609088 4000 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5247/statm: 202053 4000 1298 9 0 199422 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 808212

[startup+0.7012 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 5247
/proc/meminfo: memFree=1869320/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=808240 CPUtime=0.63
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 6223 0 26 0 56 7 0 0 18 0 12 0 135990083 827637760 5376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5247/statm: 202060 5378 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 808240

[startup+1.50128 s]
/proc/loadavg: 1.91 1.95 1.98 4/84 5259
/proc/meminfo: memFree=1845224/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=808240 CPUtime=1.43
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 9935 0 26 0 134 9 0 0 18 0 12 0 135990083 827637760 8425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5247/statm: 202060 8425 1343 9 0 199422 0
[pid=5247/tid=5249] ppid=5245 vsize=808240 CPUtime=0.74
/proc/5247/task/5249/stat : 5249 (java) R 5245 5247 2756 0 -1 64 6679 0 1 0 70 4 0 0 25 0 12 0 135990090 827637760 8425 996147200 134512640 134550740 4294956016 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5250] ppid=5245 vsize=808240 CPUtime=0
/proc/5247/task/5250/stat : 5250 (java) S 5245 5247 2756 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 135990091 827637760 8426 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5251] ppid=5245 vsize=808240 CPUtime=0
/proc/5247/task/5251/stat : 5251 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 135990091 827637760 8426 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5252] ppid=5245 vsize=808240 CPUtime=0
/proc/5247/task/5252/stat : 5252 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 135990093 827637760 8427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5253] ppid=5245 vsize=808240 CPUtime=0
/proc/5247/task/5253/stat : 5253 (java) S 5245 5247 2756 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 135990094 827637760 8427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5254] ppid=5245 vsize=808240 CPUtime=0
/proc/5247/task/5254/stat : 5254 (java) S 5245 5247 2756 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 135990094 827637760 8428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5255] ppid=5245 vsize=808240 CPUtime=0
/proc/5247/task/5255/stat : 5255 (java) S 5245 5247 2756 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 135990098 827637760 8428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5256] ppid=5245 vsize=808240 CPUtime=0.3
/proc/5247/task/5256/stat : 5256 (java) S 5245 5247 2756 0 -1 64 1075 0 0 0 30 0 0 0 16 0 12 0 135990098 827637760 8429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5257] ppid=5245 vsize=808240 CPUtime=0.33
/proc/5247/task/5257/stat : 5257 (java) S 5245 5247 2756 0 -1 64 1440 0 0 0 33 0 0 0 16 0 12 0 135990098 827637760 8429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5258] ppid=5245 vsize=808240 CPUtime=0
/proc/5247/task/5258/stat : 5258 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135990098 827637760 8430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5259] ppid=5245 vsize=808240 CPUtime=0
/proc/5247/task/5259/stat : 5259 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135990098 827637760 8430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 808240

[startup+3.10144 s]
/proc/loadavg: 1.91 1.95 1.98 5/84 5259
/proc/meminfo: memFree=1760616/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=818876 CPUtime=3.02
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 38239 0 26 0 280 22 0 0 18 0 12 0 135990083 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5247/statm: 204719 33155 1380 9 0 202081 0
[pid=5247/tid=5249] ppid=5245 vsize=818876 CPUtime=1.3
/proc/5247/task/5249/stat : 5249 (java) R 5245 5247 2756 0 -1 64 17325 0 1 0 119 11 0 0 25 0 12 0 135990090 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4109182682 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5250] ppid=5245 vsize=818876 CPUtime=0.1
/proc/5247/task/5250/stat : 5250 (java) S 5245 5247 2756 0 -1 64 4043 0 0 0 9 1 0 0 18 0 12 0 135990091 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5251] ppid=5245 vsize=818876 CPUtime=0.19
/proc/5247/task/5251/stat : 5251 (java) S 5245 5247 2756 0 -1 64 9279 0 0 0 16 3 0 0 19 0 12 0 135990091 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5252] ppid=5245 vsize=818876 CPUtime=0
/proc/5247/task/5252/stat : 5252 (java) S 5245 5247 2756 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 135990093 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5253] ppid=5245 vsize=818876 CPUtime=0
/proc/5247/task/5253/stat : 5253 (java) S 5245 5247 2756 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135990094 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5254] ppid=5245 vsize=818876 CPUtime=0
/proc/5247/task/5254/stat : 5254 (java) S 5245 5247 2756 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 135990094 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5255] ppid=5245 vsize=818876 CPUtime=0
/proc/5247/task/5255/stat : 5255 (java) S 5245 5247 2756 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 135990098 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5256] ppid=5245 vsize=818876 CPUtime=0.9
/proc/5247/task/5256/stat : 5256 (java) S 5245 5247 2756 0 -1 64 5377 0 0 0 89 1 0 0 19 0 12 0 135990098 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5257] ppid=5245 vsize=818876 CPUtime=0.44
/proc/5247/task/5257/stat : 5257 (java) S 5245 5247 2756 0 -1 64 1448 0 0 0 44 0 0 0 16 0 12 0 135990098 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5258] ppid=5245 vsize=818876 CPUtime=0
/proc/5247/task/5258/stat : 5258 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135990098 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5259] ppid=5245 vsize=818876 CPUtime=0
/proc/5247/task/5259/stat : 5259 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135990098 838529024 33155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 818876

[startup+6.30277 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 5259
/proc/meminfo: memFree=1689768/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=817944 CPUtime=6.57
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 50918 0 26 0 629 28 0 0 18 0 12 0 135990083 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5247/statm: 204486 44533 1389 9 0 201848 0
[pid=5247/tid=5249] ppid=5245 vsize=817944 CPUtime=3.38
/proc/5247/task/5249/stat : 5249 (java) R 5245 5247 2756 0 -1 64 17336 0 1 0 327 11 0 0 25 0 12 0 135990090 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4109713659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5250] ppid=5245 vsize=817944 CPUtime=0.54
/proc/5247/task/5250/stat : 5250 (java) S 5245 5247 2756 0 -1 64 9066 0 0 0 50 4 0 0 16 0 12 0 135990091 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5251] ppid=5245 vsize=817944 CPUtime=0.71
/proc/5247/task/5251/stat : 5251 (java) S 5245 5247 2756 0 -1 64 16697 0 0 0 65 6 0 0 16 0 12 0 135990091 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5252] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5252/stat : 5252 (java) S 5245 5247 2756 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 135990093 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5253] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5253/stat : 5253 (java) S 5245 5247 2756 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135990094 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5254] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5254/stat : 5254 (java) S 5245 5247 2756 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 135990094 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5255] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5255/stat : 5255 (java) S 5245 5247 2756 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 135990098 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5256] ppid=5245 vsize=817944 CPUtime=1.16
/proc/5247/task/5256/stat : 5256 (java) S 5245 5247 2756 0 -1 64 5550 0 0 0 115 1 0 0 16 0 12 0 135990098 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5257] ppid=5245 vsize=817944 CPUtime=0.69
/proc/5247/task/5257/stat : 5257 (java) S 5245 5247 2756 0 -1 64 1499 0 0 0 69 0 0 0 16 0 12 0 135990098 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5258] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5258/stat : 5258 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135990098 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5259] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5259/stat : 5259 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135990098 837574656 44533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 817944

[startup+12.7024 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 5259
/proc/meminfo: memFree=1665448/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=817944 CPUtime=12.93
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 57111 0 26 0 1262 31 0 0 18 0 12 0 135990083 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5247/statm: 204486 50709 1389 9 0 201848 0
[pid=5247/tid=5249] ppid=5245 vsize=817944 CPUtime=9.37
/proc/5247/task/5249/stat : 5249 (java) R 5245 5247 2756 0 -1 64 17354 0 1 0 926 11 0 0 25 0 12 0 135990090 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4109732358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5250] ppid=5245 vsize=817944 CPUtime=0.66
/proc/5247/task/5250/stat : 5250 (java) S 5245 5247 2756 0 -1 64 12578 0 0 0 61 5 0 0 16 0 12 0 135990091 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5251] ppid=5245 vsize=817944 CPUtime=0.86
/proc/5247/task/5251/stat : 5251 (java) S 5245 5247 2756 0 -1 64 19353 0 0 0 79 7 0 0 16 0 12 0 135990091 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5252] ppid=5245 vsize=817944 CPUtime=0.01
/proc/5247/task/5252/stat : 5252 (java) S 5245 5247 2756 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 135990093 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5253] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5253/stat : 5253 (java) S 5245 5247 2756 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135990094 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5254] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5254/stat : 5254 (java) S 5245 5247 2756 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 135990094 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5255] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5255/stat : 5255 (java) S 5245 5247 2756 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 135990098 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5256] ppid=5245 vsize=817944 CPUtime=1.2
/proc/5247/task/5256/stat : 5256 (java) S 5245 5247 2756 0 -1 64 5554 0 0 0 119 1 0 0 16 0 12 0 135990098 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5257] ppid=5245 vsize=817944 CPUtime=0.74
/proc/5247/task/5257/stat : 5257 (java) S 5245 5247 2756 0 -1 64 1502 0 0 0 74 0 0 0 16 0 12 0 135990098 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5258] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5258/stat : 5258 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135990098 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5259] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5259/stat : 5259 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135990098 837574656 50709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 817944

[startup+25.5027 s]
/proc/loadavg: 1.99 1.97 1.99 4/84 5259
/proc/meminfo: memFree=1638760/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=817944 CPUtime=25.62
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 63456 0 26 0 2529 33 0 0 18 0 12 0 135990083 837574656 57030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5247/statm: 204486 57030 1389 9 0 201848 0
[pid=5247/tid=5249] ppid=5245 vsize=817944 CPUtime=21.84
/proc/5247/task/5249/stat : 5249 (java) R 5245 5247 2756 0 -1 64 17380 0 1 0 2173 11 0 0 25 0 12 0 135990090 837574656 57030 996147200 134512640 134550740 4294956016 18446744073709551615 4109318725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5250] ppid=5245 vsize=817944 CPUtime=0.76
/proc/5247/task/5250/stat : 5250 (java) S 5245 5247 2756 0 -1 64 16029 0 0 0 69 7 0 0 16 0 12 0 135990091 837574656 57030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5251] ppid=5245 vsize=817944 CPUtime=0.95
/proc/5247/task/5251/stat : 5251 (java) S 5245 5247 2756 0 -1 64 22221 0 0 0 87 8 0 0 15 0 12 0 135990091 837574656 57030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5252] ppid=5245 vsize=817944 CPUtime=0.01
/proc/5247/task/5252/stat : 5252 (java) S 5245 5247 2756 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 135990093 837574656 57030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5253] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5253/stat : 5253 (java) S 5245 5247 2756 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135990094 837574656 57030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5254] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5254/stat : 5254 (java) S 5245 5247 2756 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 135990094 837574656 57030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5255] ppid=5245 vsize=817944 CPUtime=0
/proc/5247/task/5255/stat : 5255 (java) S 5245 5247 2756 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 135990098 837574656 57030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 1871956 0 26 0 176063 1018 0 0 18 0 12 0 135990083 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5247/statm: 205487 175176 1402 9 0 202849 0
[pid=5247/tid=5249] ppid=5245 vsize=821948 CPUtime=341.56
/proc/5247/task/5249/stat : 5249 (java) S 5245 5247 2756 0 -1 64 18835 0 1 0 34141 15 0 0 16 0 12 0 135990090 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5250] ppid=5245 vsize=821948 CPUtime=3.75
/proc/5247/task/5250/stat : 5250 (java) S 5245 5247 2756 0 -1 64 71948 0 0 0 348 27 0 0 15 0 12 0 135990091 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5251] ppid=5245 vsize=821948 CPUtime=4.14
/proc/5247/task/5251/stat : 5251 (java) S 5245 5247 2756 0 -1 64 83277 0 0 0 384 30 0 0 16 0 12 0 135990091 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5252] ppid=5245 vsize=821948 CPUtime=1418.79
/proc/5247/task/5252/stat : 5252 (java) R 5245 5247 2756 0 -1 64 1690083 0 0 0 140942 937 0 0 25 0 12 0 135990093 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5253] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5253/stat : 5253 (java) S 5245 5247 2756 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135990094 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5254] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5254/stat : 5254 (java) S 5245 5247 2756 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135990094 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5255] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5255/stat : 5255 (java) S 5245 5247 2756 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5256] ppid=5245 vsize=821948 CPUtime=1.47
/proc/5247/task/5256/stat : 5256 (java) S 5245 5247 2756 0 -1 64 5560 0 0 0 146 1 0 0 17 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5257] ppid=5245 vsize=821948 CPUtime=0.98
/proc/5247/task/5257/stat : 5257 (java) S 5245 5247 2756 0 -1 64 1514 0 0 0 98 0 0 0 16 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5258] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5258/stat : 5258 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5259] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5259/stat : 5259 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.81
Current children cumulated vsize (KiB) 821948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 5294
/proc/meminfo: memFree=1070184/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=821948 CPUtime=1800.05
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 1905021 0 26 0 178967 1038 0 0 18 0 12 0 135990083 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5247/statm: 205487 175176 1402 9 0 202849 0
[pid=5247/tid=5249] ppid=5245 vsize=821948 CPUtime=341.56
/proc/5247/task/5249/stat : 5249 (java) S 5245 5247 2756 0 -1 64 18856 0 1 0 34141 15 0 0 16 0 12 0 135990090 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5250] ppid=5245 vsize=821948 CPUtime=3.75
/proc/5247/task/5250/stat : 5250 (java) S 5245 5247 2756 0 -1 64 71948 0 0 0 348 27 0 0 15 0 12 0 135990091 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5251] ppid=5245 vsize=821948 CPUtime=4.14
/proc/5247/task/5251/stat : 5251 (java) S 5245 5247 2756 0 -1 64 83277 0 0 0 384 30 0 0 16 0 12 0 135990091 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5252] ppid=5245 vsize=821948 CPUtime=1448.03
/proc/5247/task/5252/stat : 5252 (java) R 5245 5247 2756 0 -1 64 1723127 0 0 0 143846 957 0 0 25 0 12 0 135990093 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5253] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5253/stat : 5253 (java) S 5245 5247 2756 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135990094 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5254] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5254/stat : 5254 (java) S 5245 5247 2756 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135990094 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5255] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5255/stat : 5255 (java) S 5245 5247 2756 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5256] ppid=5245 vsize=821948 CPUtime=1.47
/proc/5247/task/5256/stat : 5256 (java) S 5245 5247 2756 0 -1 64 5560 0 0 0 146 1 0 0 17 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5257] ppid=5245 vsize=821948 CPUtime=0.98
/proc/5247/task/5257/stat : 5257 (java) S 5245 5247 2756 0 -1 64 1514 0 0 0 98 0 0 0 16 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5258] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5258/stat : 5258 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5259] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5259/stat : 5259 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 821948

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1812.6 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 5294
/proc/meminfo: memFree=1070184/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=821948 CPUtime=1800.84
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 1905022 0 26 0 179046 1038 0 0 16 0 12 0 135990083 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5247/statm: 205487 175176 1402 9 0 202849 0
[pid=5247/tid=5249] ppid=5245 vsize=821948 CPUtime=341.56
/proc/5247/task/5249/stat : 5249 (java) S 5245 5247 2756 0 -1 64 18856 0 1 0 34141 15 0 0 16 0 12 0 135990090 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5250] ppid=5245 vsize=821948 CPUtime=3.75
/proc/5247/task/5250/stat : 5250 (java) S 5245 5247 2756 0 -1 64 71948 0 0 0 348 27 0 0 15 0 12 0 135990091 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5251] ppid=5245 vsize=821948 CPUtime=4.14
/proc/5247/task/5251/stat : 5251 (java) S 5245 5247 2756 0 -1 64 83277 0 0 0 384 30 0 0 16 0 12 0 135990091 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5252] ppid=5245 vsize=821948 CPUtime=1448.82
/proc/5247/task/5252/stat : 5252 (java) R 5245 5247 2756 0 -1 64 1723127 0 0 0 143925 957 0 0 25 0 12 0 135990093 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5253] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5253/stat : 5253 (java) S 5245 5247 2756 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135990094 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5254] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5254/stat : 5254 (java) S 5245 5247 2756 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135990094 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5255] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5255/stat : 5255 (java) S 5245 5247 2756 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5256] ppid=5245 vsize=821948 CPUtime=1.47
/proc/5247/task/5256/stat : 5256 (java) S 5245 5247 2756 0 -1 64 5560 0 0 0 146 1 0 0 17 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5257] ppid=5245 vsize=821948 CPUtime=0.98
/proc/5247/task/5257/stat : 5257 (java) S 5245 5247 2756 0 -1 64 1514 0 0 0 98 0 0 0 16 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5258] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5258/stat : 5258 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5259] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5259/stat : 5259 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135990098 841674752 175176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 821948

[startup+1813.4 s]
/proc/loadavg: 2.07 2.03 2.00 3/85 5295
/proc/meminfo: memFree=1070176/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=821948 CPUtime=1801.63
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 1906528 0 26 0 179124 1039 0 0 16 0 12 0 135990083 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5247/statm: 205487 175179 1402 9 0 202849 0
[pid=5247/tid=5249] ppid=5245 vsize=821948 CPUtime=341.56
/proc/5247/task/5249/stat : 5249 (java) S 5245 5247 2756 0 -1 64 18856 0 1 0 34141 15 0 0 16 0 12 0 135990090 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5250] ppid=5245 vsize=821948 CPUtime=3.75
/proc/5247/task/5250/stat : 5250 (java) S 5245 5247 2756 0 -1 64 71948 0 0 0 348 27 0 0 15 0 12 0 135990091 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5251] ppid=5245 vsize=821948 CPUtime=4.14
/proc/5247/task/5251/stat : 5251 (java) S 5245 5247 2756 0 -1 64 83277 0 0 0 384 30 0 0 16 0 12 0 135990091 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5252] ppid=5245 vsize=821948 CPUtime=1449.61
/proc/5247/task/5252/stat : 5252 (java) R 5245 5247 2756 0 -1 64 1724629 0 0 0 144003 958 0 0 25 0 12 0 135990093 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5253] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5253/stat : 5253 (java) S 5245 5247 2756 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135990094 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5254] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5254/stat : 5254 (java) S 5245 5247 2756 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135990094 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5255] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5255/stat : 5255 (java) S 5245 5247 2756 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 135990098 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5256] ppid=5245 vsize=821948 CPUtime=1.47
/proc/5247/task/5256/stat : 5256 (java) S 5245 5247 2756 0 -1 64 5560 0 0 0 146 1 0 0 17 0 12 0 135990098 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5257] ppid=5245 vsize=821948 CPUtime=0.98
/proc/5247/task/5257/stat : 5257 (java) S 5245 5247 2756 0 -1 64 1514 0 0 0 98 0 0 0 16 0 12 0 135990098 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5258] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5258/stat : 5258 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135990098 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5259] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5259/stat : 5259 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135990098 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.63
Current children cumulated vsize (KiB) 821948

[startup+1813.8 s]
/proc/loadavg: 2.07 2.03 2.00 3/85 5295
/proc/meminfo: memFree=1070176/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=821948 CPUtime=1802.03
/proc/5247/stat : 5247 (java) S 5245 5247 2756 0 -1 0 1906528 0 26 0 179164 1039 0 0 16 0 12 0 135990083 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5247/statm: 205487 175179 1402 9 0 202849 0
[pid=5247/tid=5249] ppid=5245 vsize=821948 CPUtime=341.56
/proc/5247/task/5249/stat : 5249 (java) S 5245 5247 2756 0 -1 64 18856 0 1 0 34141 15 0 0 16 0 12 0 135990090 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5250] ppid=5245 vsize=821948 CPUtime=3.75
/proc/5247/task/5250/stat : 5250 (java) S 5245 5247 2756 0 -1 64 71948 0 0 0 348 27 0 0 15 0 12 0 135990091 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5251] ppid=5245 vsize=821948 CPUtime=4.14
/proc/5247/task/5251/stat : 5251 (java) S 5245 5247 2756 0 -1 64 83277 0 0 0 384 30 0 0 16 0 12 0 135990091 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5252] ppid=5245 vsize=821948 CPUtime=1450.01
/proc/5247/task/5252/stat : 5252 (java) R 5245 5247 2756 0 -1 64 1724629 0 0 0 144043 958 0 0 25 0 12 0 135990093 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5253] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5253/stat : 5253 (java) S 5245 5247 2756 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135990094 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5254] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5254/stat : 5254 (java) S 5245 5247 2756 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135990094 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5255] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5255/stat : 5255 (java) S 5245 5247 2756 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 135990098 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5256] ppid=5245 vsize=821948 CPUtime=1.47
/proc/5247/task/5256/stat : 5256 (java) S 5245 5247 2756 0 -1 64 5560 0 0 0 146 1 0 0 17 0 12 0 135990098 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5247/tid=5257] ppid=5245 vsize=821948 CPUtime=0.98
/proc/5247/task/5257/stat : 5257 (java) S 5245 5247 2756 0 -1 64 1514 0 0 0 98 0 0 0 16 0 12 0 135990098 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5258] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5258/stat : 5258 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135990098 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5247/tid=5259] ppid=5245 vsize=821948 CPUtime=0
/proc/5247/task/5259/stat : 5259 (java) S 5245 5247 2756 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135990098 841674752 175179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 821948

[startup+1813.91 s]
/proc/loadavg: 2.07 2.03 2.00 3/85 5295
/proc/meminfo: memFree=1070176/2055920 swapFree=4192812/4192956
[pid=5247] ppid=5245 vsize=0 CPUtime=1802.13
/proc/5247/stat : 5247 (java) Z 5245 5247 2756 0 -1 1036 1906528 0 26 0 179166 1047 0 0 16 0 2 0 135990083 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5247/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1813.94
CPU time (s): 1802.17
CPU user time (s): 1791.66
CPU system time (s): 10.5044
CPU usage (%): 99.351
Max. virtual memory (cumulated for all children) (KiB): 834760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.66
system time used= 10.5044
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1906528
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44228
involuntary context switches= 60422

runsolver used 2.54861 second user time and 5.75012 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 09:33:20
IDJOB=1087240
IDBENCH=57957
IDSOLVER=344
FILE ID=node27/1087240-1215243199
PBS_JOBID= 7881844
Free space on /tmp= 66456 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb609ab61b1c53ea692a6968186c1670
RANDOM SEED=1888965629

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1869800 kB
Buffers:         10924 kB
Cached:          95020 kB
SwapCached:          0 kB
Active:         102136 kB
Inactive:        28640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9936 kB
Writeback:           0 kB
Mapped:          37796 kB
Slab:            41008 kB
Committed_AS:   366604 kB
PageTables:       1520 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node27 at 2008-07-05 10:03:34