Trace number 2075398

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 2.1.1? (TO) 1802.32 1746.93

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-13.xml
MD5SUM8ae865c23523a773092aa24060572545
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.055991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity18
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2075398-1247361510.xml
0.19/0.22	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.48	c reading variables done.
0.49/0.52	c reading predicates  done.
0.89/0.96	c reading constraints

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2075398-1247361510/watcher-2075398-1247361510 -o /tmp/evaluation-result-2075398-1247361510/solver-2075398-1247361510 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075398-1247361510.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 18241
/proc/meminfo: memFree=1354568/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=152 CPUtime=0
/proc/18241/stat : 18241 (java) R 18239 18241 16019 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 23215681 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 8921387 0 0 4096 0 0 0 0 17 0 0 0
/proc/18241/statm: 38 26 19 9 0 4 0

[startup+0.0803219 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 18241
/proc/meminfo: memFree=1354568/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=802164 CPUtime=0.07
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 2868 0 1 0 5 2 0 0 18 0 7 0 23215681 821415936 2613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18241/statm: 200541 2613 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101322 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 18241
/proc/meminfo: memFree=1354568/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=804560 CPUtime=0.09
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 3062 0 1 0 7 2 0 0 18 0 12 0 23215681 823869440 2805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18241/statm: 201140 2805 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301344 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 18241
/proc/meminfo: memFree=1354568/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=805776 CPUtime=0.28
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 4363 0 1 0 25 3 0 0 18 0 12 0 23215681 825114624 4100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18241/statm: 201444 4100 1362 9 0 198771 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805776

[startup+0.703544 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 18241
/proc/meminfo: memFree=1354568/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=807360 CPUtime=0.69
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 6319 0 1 0 64 5 0 0 18 0 12 0 23215681 826736640 5724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18241/statm: 201840 5724 1387 9 0 199167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807360

[startup+1.50246 s]
/proc/loadavg: 1.92 1.98 1.99 3/86 18253
/proc/meminfo: memFree=1335400/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=810296 CPUtime=1.49
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 8904 0 1 0 142 7 0 0 18 0 12 0 23215681 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18241/statm: 202574 7107 1414 9 0 199901 0
[pid=18241/tid=18243] ppid=18239 vsize=810296 CPUtime=0.78
/proc/18241/task/18243/stat : 18243 (java) R 18239 18241 16019 0 -1 64 5029 0 1 0 73 5 0 0 25 0 12 0 23215682 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18244] ppid=18239 vsize=810296 CPUtime=0
/proc/18241/task/18244/stat : 18244 (java) S 18239 18241 16019 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 23215683 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18245] ppid=18239 vsize=810296 CPUtime=0
/proc/18241/task/18245/stat : 18245 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 23215683 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18246] ppid=18239 vsize=810296 CPUtime=0
/proc/18241/task/18246/stat : 18246 (java) S 18239 18241 16019 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23215685 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18247] ppid=18239 vsize=810296 CPUtime=0
/proc/18241/task/18247/stat : 18247 (java) S 18239 18241 16019 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23215686 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18248] ppid=18239 vsize=810296 CPUtime=0
/proc/18241/task/18248/stat : 18248 (java) S 18239 18241 16019 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23215686 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18249] ppid=18239 vsize=810296 CPUtime=0
/proc/18241/task/18249/stat : 18249 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23215690 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18250] ppid=18239 vsize=810296 CPUtime=0.03
/proc/18241/task/18250/stat : 18250 (java) S 18239 18241 16019 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 23215690 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18251] ppid=18239 vsize=810296 CPUtime=0.65
/proc/18241/task/18251/stat : 18251 (java) R 18239 18241 16019 0 -1 64 2903 0 0 0 64 1 0 0 18 0 12 0 23215690 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 105389899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18252] ppid=18239 vsize=810296 CPUtime=0
/proc/18241/task/18252/stat : 18252 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23215690 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18253] ppid=18239 vsize=810296 CPUtime=0
/proc/18241/task/18253/stat : 18253 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23215690 829743104 7107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 810296

[startup+3.10262 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 18253
/proc/meminfo: memFree=1322856/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=815364 CPUtime=3.09
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 17753 0 1 0 296 13 0 0 18 0 12 0 23215681 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18241/statm: 203841 14367 1426 9 0 201168 0
[pid=18241/tid=18243] ppid=18239 vsize=815364 CPUtime=1.63
/proc/18241/task/18243/stat : 18243 (java) R 18239 18241 16019 0 -1 64 10958 0 1 0 154 9 0 0 25 0 12 0 23215682 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18244] ppid=18239 vsize=815364 CPUtime=0
/proc/18241/task/18244/stat : 18244 (java) S 18239 18241 16019 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 23215683 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18245] ppid=18239 vsize=815364 CPUtime=0
/proc/18241/task/18245/stat : 18245 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 23215683 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18246] ppid=18239 vsize=815364 CPUtime=0
/proc/18241/task/18246/stat : 18246 (java) S 18239 18241 16019 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23215685 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18247] ppid=18239 vsize=815364 CPUtime=0
/proc/18241/task/18247/stat : 18247 (java) S 18239 18241 16019 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23215686 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18248] ppid=18239 vsize=815364 CPUtime=0
/proc/18241/task/18248/stat : 18248 (java) S 18239 18241 16019 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23215686 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18249] ppid=18239 vsize=815364 CPUtime=0
/proc/18241/task/18249/stat : 18249 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23215690 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18250] ppid=18239 vsize=815364 CPUtime=0.03
/proc/18241/task/18250/stat : 18250 (java) S 18239 18241 16019 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 23215690 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18251] ppid=18239 vsize=815364 CPUtime=1.4
/proc/18241/task/18251/stat : 18251 (java) R 18239 18241 16019 0 -1 64 5823 0 0 0 138 2 0 0 16 0 12 0 23215690 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18252] ppid=18239 vsize=815364 CPUtime=0
/proc/18241/task/18252/stat : 18252 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23215690 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18253] ppid=18239 vsize=815364 CPUtime=0
/proc/18241/task/18253/stat : 18253 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23215690 834932736 14367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 815364

[startup+6.30195 s]
/proc/loadavg: 1.93 1.98 1.99 3/86 18253
/proc/meminfo: memFree=1273512/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=817256 CPUtime=6.29
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 30959 0 1 0 607 22 0 0 18 0 12 0 23215681 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18241/statm: 204314 22206 1435 9 0 201641 0
[pid=18241/tid=18243] ppid=18239 vsize=817256 CPUtime=3.02
/proc/18241/task/18243/stat : 18243 (java) R 18239 18241 16019 0 -1 64 17376 0 1 0 288 14 0 0 25 0 12 0 23215682 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18244] ppid=18239 vsize=817256 CPUtime=0.02
/proc/18241/task/18244/stat : 18244 (java) S 18239 18241 16019 0 -1 64 790 0 0 0 2 0 0 0 17 0 12 0 23215683 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18245] ppid=18239 vsize=817256 CPUtime=0
/proc/18241/task/18245/stat : 18245 (java) S 18239 18241 16019 0 -1 64 146 0 0 0 0 0 0 0 17 0 12 0 23215683 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18246] ppid=18239 vsize=817256 CPUtime=0
/proc/18241/task/18246/stat : 18246 (java) S 18239 18241 16019 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23215685 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18247] ppid=18239 vsize=817256 CPUtime=0
/proc/18241/task/18247/stat : 18247 (java) S 18239 18241 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23215686 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18248] ppid=18239 vsize=817256 CPUtime=0
/proc/18241/task/18248/stat : 18248 (java) S 18239 18241 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23215686 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18249] ppid=18239 vsize=817256 CPUtime=0
/proc/18241/task/18249/stat : 18249 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23215690 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18250] ppid=18239 vsize=817256 CPUtime=0.03
/proc/18241/task/18250/stat : 18250 (java) S 18239 18241 16019 0 -1 64 232 0 0 0 3 0 0 0 16 0 12 0 23215690 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18251] ppid=18239 vsize=817256 CPUtime=3.17
/proc/18241/task/18251/stat : 18251 (java) R 18239 18241 16019 0 -1 64 11663 0 0 0 311 6 0 0 16 0 12 0 23215690 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 102538251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18252] ppid=18239 vsize=817256 CPUtime=0
/proc/18241/task/18252/stat : 18252 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23215690 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18253] ppid=18239 vsize=817256 CPUtime=0
/proc/18241/task/18253/stat : 18253 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23215690 836870144 22206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 817256

[startup+12.7026 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 18253
/proc/meminfo: memFree=1242856/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=818908 CPUtime=12.68
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 45218 0 1 0 1239 29 0 0 18 0 12 0 23215681 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18241/statm: 204727 29956 1435 9 0 202054 0
[pid=18241/tid=18243] ppid=18239 vsize=818908 CPUtime=6.66
/proc/18241/task/18243/stat : 18243 (java) R 18239 18241 16019 0 -1 64 17392 0 1 0 651 15 0 0 25 0 12 0 23215682 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4109577489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18244] ppid=18239 vsize=818908 CPUtime=0.26
/proc/18241/task/18244/stat : 18244 (java) S 18239 18241 16019 0 -1 64 4720 0 0 0 24 2 0 0 17 0 12 0 23215683 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18245] ppid=18239 vsize=818908 CPUtime=0.22
/proc/18241/task/18245/stat : 18245 (java) S 18239 18241 16019 0 -1 64 3237 0 0 0 21 1 0 0 17 0 12 0 23215683 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18246] ppid=18239 vsize=818908 CPUtime=0
/proc/18241/task/18246/stat : 18246 (java) S 18239 18241 16019 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 23215685 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18247] ppid=18239 vsize=818908 CPUtime=0
/proc/18241/task/18247/stat : 18247 (java) S 18239 18241 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23215686 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18248] ppid=18239 vsize=818908 CPUtime=0
/proc/18241/task/18248/stat : 18248 (java) S 18239 18241 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23215686 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18249] ppid=18239 vsize=818908 CPUtime=0
/proc/18241/task/18249/stat : 18249 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23215690 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18250] ppid=18239 vsize=818908 CPUtime=0.03
/proc/18241/task/18250/stat : 18250 (java) S 18239 18241 16019 0 -1 64 253 0 0 0 3 0 0 0 17 0 12 0 23215690 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18251] ppid=18239 vsize=818908 CPUtime=5.48
/proc/18241/task/18251/stat : 18251 (java) S 18239 18241 16019 0 -1 64 18852 0 0 0 538 10 0 0 19 0 12 0 23215690 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18252] ppid=18239 vsize=818908 CPUtime=0
/proc/18241/task/18252/stat : 18252 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23215690 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18253] ppid=18239 vsize=818908 CPUtime=0
/proc/18241/task/18253/stat : 18253 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23215690 838561792 29956 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 818908

[startup+25.5018 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 18253
/proc/meminfo: memFree=1194984/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=819648 CPUtime=25.46
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 66711 0 1 0 2506 40 0 0 18 0 12 0 23215681 839319552 41073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18241/statm: 204912 41073 1435 9 0 202239 0
[pid=18241/tid=18243] ppid=18239 vsize=819648 CPUtime=14.32
/proc/18241/task/18243/stat : 18243 (java) R 18239 18241 16019 0 -1 64 17440 0 1 0 1417 15 0 0 25 0 12 0 23215682 839319552 41073 996147200 134512640 134550932 4294956016 18446744073709551615 4112064004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18244] ppid=18239 vsize=819648 CPUtime=0.68
/proc/18241/task/18244/stat : 18244 (java) S 18239 18241 16019 0 -1 64 10257 0 0 0 63 5 0 0 17 0 12 0 23215683 839319552 41073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18245] ppid=18239 vsize=819648 CPUtime=0.66
/proc/18241/task/18245/stat : 18245 (java) S 18239 18241 16019 0 -1 64 8689 0 0 0 63 3 0 0 17 0 12 0 23215683 839319552 41073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18246] ppid=18239 vsize=819648 CPUtime=0.01
/proc/18241/task/18246/stat : 18246 (java) S 18239 18241 16019 0 -1 64 24 0 0 0 1 0 0 0 16 0 12 0 23215685 839319552 41073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18247] ppid=18239 vsize=819648 CPUtime=0
/proc/18241/task/18247/stat : 18247 (java) S 18239 18241 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23215686 839319552 41073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18248] ppid=18239 vsize=819648 CPUtime=0
/proc/18241/task/18248/stat : 18248 (java) S 18239 18241 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23215686 839319552 41073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18249] ppid=18239 vsize=819648 CPUtime=0
/proc/18241/task/18249/stat : 18249 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23215690 839319552 41073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18250] ppid=18239 vsize=819648 CPUtime=0.03

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

/proc/meminfo: memFree=170912/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=821792 CPUtime=1800.09
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 595566 0 1 0 179668 341 0 0 18 0 12 0 23215681 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18241/statm: 205448 175492 1437 9 0 202775 0
[pid=18241/tid=18243] ppid=18239 vsize=821792 CPUtime=114.5
/proc/18241/task/18243/stat : 18243 (java) S 18239 18241 16019 0 -1 64 18102 0 1 0 11433 17 0 0 16 0 12 0 23215682 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18244] ppid=18239 vsize=821792 CPUtime=134.13
/proc/18241/task/18244/stat : 18244 (java) S 18239 18241 16019 0 -1 64 76771 0 0 0 13373 40 0 0 17 0 12 0 23215683 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18245] ppid=18239 vsize=821792 CPUtime=133.73
/proc/18241/task/18245/stat : 18245 (java) S 18239 18241 16019 0 -1 64 78324 0 0 0 13332 41 0 0 17 0 12 0 23215683 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18246] ppid=18239 vsize=821792 CPUtime=1401.76
/proc/18241/task/18246/stat : 18246 (java) R 18239 18241 16019 0 -1 64 375955 0 0 0 139960 216 0 0 25 0 12 0 23215685 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 106836676 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18247] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18247/stat : 18247 (java) S 18239 18241 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23215686 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18248] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18248/stat : 18248 (java) S 18239 18241 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23215686 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18249] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18249/stat : 18249 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23215690 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18250] ppid=18239 vsize=821792 CPUtime=0.03
/proc/18241/task/18250/stat : 18250 (java) S 18239 18241 16019 0 -1 64 266 0 0 0 3 0 0 0 17 0 12 0 23215690 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18251] ppid=18239 vsize=821792 CPUtime=15.85
/proc/18241/task/18251/stat : 18251 (java) S 18239 18241 16019 0 -1 64 45407 0 0 0 1562 23 0 0 16 0 12 0 23215690 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18252] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18252/stat : 18252 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23215690 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18253] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18253/stat : 18253 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23215690 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 821792

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18241

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

[startup+1745.4 s]
/proc/loadavg: 2.24 2.27 2.21 3/94 18870
/proc/meminfo: memFree=170912/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=821792 CPUtime=1800.68
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 595567 0 1 0 179727 341 0 0 16 0 12 0 23215681 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18241/statm: 205448 175492 1437 9 0 202775 0
[pid=18241/tid=18243] ppid=18239 vsize=821792 CPUtime=114.5
/proc/18241/task/18243/stat : 18243 (java) S 18239 18241 16019 0 -1 64 18102 0 1 0 11433 17 0 0 16 0 12 0 23215682 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18244] ppid=18239 vsize=821792 CPUtime=134.13
/proc/18241/task/18244/stat : 18244 (java) S 18239 18241 16019 0 -1 64 76771 0 0 0 13373 40 0 0 17 0 12 0 23215683 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18245] ppid=18239 vsize=821792 CPUtime=133.73
/proc/18241/task/18245/stat : 18245 (java) S 18239 18241 16019 0 -1 64 78324 0 0 0 13332 41 0 0 17 0 12 0 23215683 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18246] ppid=18239 vsize=821792 CPUtime=1402.36
/proc/18241/task/18246/stat : 18246 (java) R 18239 18241 16019 0 -1 64 375955 0 0 0 140020 216 0 0 25 0 12 0 23215685 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 106159258 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18247] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18247/stat : 18247 (java) S 18239 18241 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23215686 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18248] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18248/stat : 18248 (java) S 18239 18241 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23215686 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18249] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18249/stat : 18249 (java) S 18239 18241 16019 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23215690 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18250] ppid=18239 vsize=821792 CPUtime=0.03
/proc/18241/task/18250/stat : 18250 (java) S 18239 18241 16019 0 -1 64 266 0 0 0 3 0 0 0 17 0 12 0 23215690 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18251] ppid=18239 vsize=821792 CPUtime=15.85
/proc/18241/task/18251/stat : 18251 (java) S 18239 18241 16019 0 -1 64 45407 0 0 0 1562 23 0 0 16 0 12 0 23215690 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18252] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18252/stat : 18252 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23215690 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18253] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18253/stat : 18253 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23215690 841515008 175492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 821792

[startup+1746.2 s]
/proc/loadavg: 2.24 2.27 2.21 5/95 18871
/proc/meminfo: memFree=170840/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=821792 CPUtime=1801.58
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 595570 0 1 0 179817 341 0 0 16 0 12 0 23215681 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18241/statm: 205448 175495 1437 9 0 202775 0
[pid=18241/tid=18243] ppid=18239 vsize=821792 CPUtime=114.51
/proc/18241/task/18243/stat : 18243 (java) S 18239 18241 16019 0 -1 64 18102 0 1 0 11434 17 0 0 16 0 12 0 23215682 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18244] ppid=18239 vsize=821792 CPUtime=134.38
/proc/18241/task/18244/stat : 18244 (java) S 18239 18241 16019 0 -1 64 76771 0 0 0 13398 40 0 0 17 0 12 0 23215683 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18245] ppid=18239 vsize=821792 CPUtime=133.95
/proc/18241/task/18245/stat : 18245 (java) S 18239 18241 16019 0 -1 64 78324 0 0 0 13354 41 0 0 17 0 12 0 23215683 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18246] ppid=18239 vsize=821792 CPUtime=1402.78
/proc/18241/task/18246/stat : 18246 (java) R 18239 18241 16019 0 -1 64 375955 0 0 0 140062 216 0 0 25 0 12 0 23215685 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 103585200 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18247] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18247/stat : 18247 (java) S 18239 18241 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23215686 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18248] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18248/stat : 18248 (java) S 18239 18241 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23215686 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18249] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18249/stat : 18249 (java) S 18239 18241 16019 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18250] ppid=18239 vsize=821792 CPUtime=0.03
/proc/18241/task/18250/stat : 18250 (java) S 18239 18241 16019 0 -1 64 266 0 0 0 3 0 0 0 17 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18251] ppid=18239 vsize=821792 CPUtime=15.85
/proc/18241/task/18251/stat : 18251 (java) S 18239 18241 16019 0 -1 64 45407 0 0 0 1562 23 0 0 16 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18252] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18252/stat : 18252 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18253] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18253/stat : 18253 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.58
Current children cumulated vsize (KiB) 821792

[startup+1746.6 s]
/proc/loadavg: 2.24 2.27 2.21 5/95 18871
/proc/meminfo: memFree=170840/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=821792 CPUtime=1801.98
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 595570 0 1 0 179857 341 0 0 16 0 12 0 23215681 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18241/statm: 205448 175495 1437 9 0 202775 0
[pid=18241/tid=18243] ppid=18239 vsize=821792 CPUtime=114.51
/proc/18241/task/18243/stat : 18243 (java) S 18239 18241 16019 0 -1 64 18102 0 1 0 11434 17 0 0 16 0 12 0 23215682 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18244] ppid=18239 vsize=821792 CPUtime=134.38
/proc/18241/task/18244/stat : 18244 (java) S 18239 18241 16019 0 -1 64 76771 0 0 0 13398 40 0 0 17 0 12 0 23215683 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18245] ppid=18239 vsize=821792 CPUtime=133.95
/proc/18241/task/18245/stat : 18245 (java) S 18239 18241 16019 0 -1 64 78324 0 0 0 13354 41 0 0 17 0 12 0 23215683 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18246] ppid=18239 vsize=821792 CPUtime=1403.18
/proc/18241/task/18246/stat : 18246 (java) R 18239 18241 16019 0 -1 64 375955 0 0 0 140102 216 0 0 25 0 12 0 23215685 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 105880872 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18247] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18247/stat : 18247 (java) S 18239 18241 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23215686 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18248] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18248/stat : 18248 (java) S 18239 18241 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23215686 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18249] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18249/stat : 18249 (java) S 18239 18241 16019 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18250] ppid=18239 vsize=821792 CPUtime=0.03
/proc/18241/task/18250/stat : 18250 (java) S 18239 18241 16019 0 -1 64 266 0 0 0 3 0 0 0 17 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18251] ppid=18239 vsize=821792 CPUtime=15.85
/proc/18241/task/18251/stat : 18251 (java) S 18239 18241 16019 0 -1 64 45407 0 0 0 1562 23 0 0 16 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18252] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18252/stat : 18252 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18253] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18253/stat : 18253 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.98
Current children cumulated vsize (KiB) 821792

[startup+1746.81 s]
/proc/loadavg: 2.24 2.27 2.21 3/95 18871
/proc/meminfo: memFree=170072/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=821792 CPUtime=1802.18
/proc/18241/stat : 18241 (java) S 18239 18241 16019 0 -1 0 595570 0 1 0 179877 341 0 0 16 0 12 0 23215681 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18241/statm: 205448 175495 1437 9 0 202775 0
[pid=18241/tid=18243] ppid=18239 vsize=821792 CPUtime=114.51
/proc/18241/task/18243/stat : 18243 (java) S 18239 18241 16019 0 -1 64 18102 0 1 0 11434 17 0 0 16 0 12 0 23215682 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18244] ppid=18239 vsize=821792 CPUtime=134.38
/proc/18241/task/18244/stat : 18244 (java) S 18239 18241 16019 0 -1 64 76771 0 0 0 13398 40 0 0 17 0 12 0 23215683 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18245] ppid=18239 vsize=821792 CPUtime=133.95
/proc/18241/task/18245/stat : 18245 (java) S 18239 18241 16019 0 -1 64 78324 0 0 0 13354 41 0 0 17 0 12 0 23215683 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18246] ppid=18239 vsize=821792 CPUtime=1403.38
/proc/18241/task/18246/stat : 18246 (java) R 18239 18241 16019 0 -1 64 375955 0 0 0 140122 216 0 0 25 0 12 0 23215685 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 106157724 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18247] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18247/stat : 18247 (java) S 18239 18241 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23215686 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18248] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18248/stat : 18248 (java) S 18239 18241 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23215686 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18249] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18249/stat : 18249 (java) S 18239 18241 16019 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18250] ppid=18239 vsize=821792 CPUtime=0.03
/proc/18241/task/18250/stat : 18250 (java) S 18239 18241 16019 0 -1 64 266 0 0 0 3 0 0 0 17 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18251] ppid=18239 vsize=821792 CPUtime=15.85
/proc/18241/task/18251/stat : 18251 (java) S 18239 18241 16019 0 -1 64 45407 0 0 0 1562 23 0 0 16 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18241/tid=18252] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18252/stat : 18252 (java) S 18239 18241 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18241/tid=18253] ppid=18239 vsize=821792 CPUtime=0
/proc/18241/task/18253/stat : 18253 (java) S 18239 18241 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23215690 841515008 175495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.18
Current children cumulated vsize (KiB) 821792

[startup+1746.9 s]
/proc/loadavg: 2.24 2.27 2.21 3/95 18871
/proc/meminfo: memFree=170072/2055920 swapFree=4192956/4192956
[pid=18241] ppid=18239 vsize=0 CPUtime=1802.28
/proc/18241/stat : 18241 (java) Z 18239 18241 16019 0 -1 1036 595570 0 1 0 179879 349 0 0 16 0 2 0 23215681 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18241/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.28
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1746.93
CPU time (s): 1802.32
CPU user time (s): 1798.79
CPU system time (s): 3.52646
CPU usage (%): 103.171
Max. virtual memory (cumulated for all children) (KiB): 869800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 3.52646
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595570
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= 43220
involuntary context switches= 58897

runsolver used 2.48562 second user time and 6.50801 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 03:18:30
IDJOB=2075398
IDBENCH=56287
IDSOLVER=731
FILE ID=node36/2075398-1247361510
PBS_JOBID= 9506812
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-13.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075398-1247361510/watcher-2075398-1247361510 -o /tmp/evaluation-result-2075398-1247361510/solver-2075398-1247361510 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075398-1247361510.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8ae865c23523a773092aa24060572545
RANDOM SEED=399945172

node36.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1355048 kB
Buffers:         68256 kB
Cached:         488868 kB
SwapCached:          0 kB
Active:         175940 kB
Inactive:       459972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355048 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1524 kB
Writeback:           0 kB
Mapped:          90140 kB
Slab:            50140 kB
Committed_AS:   214812 kB
PageTables:       1876 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= 66356 MiB
End job on node36 at 2009-07-12 03:47:37