Trace number 2075365

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.41 1734.64

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-29.xml
MD5SUMbca19a4f2def118903392a7d6a10cfcf
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.047992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity20
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.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/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-2075365-1247361483.xml
0.19/0.22	c reading problem ... 
0.41/0.45	c reading problem named null
0.41/0.45	c reading domains done.
0.41/0.46	c reading variables done.
0.51/0.50	c reading predicates  done.
0.91/0.93	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-2075365-1247361483/watcher-2075365-1247361483 -o /tmp/evaluation-result-2075365-1247361483/solver-2075365-1247361483 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075365-1247361483.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: 2.05 2.02 2.00 4/81 17868
/proc/meminfo: memFree=1787912/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=13208 CPUtime=0
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23212107 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 3302 521 219 9 0 1186 0
[pid=17868/tid=17869] ppid=17866 vsize=13208 CPUtime=0
/proc/17868/task/17869/stat : 17869 (java) R 17866 17868 16267 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23212108 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 5574616 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.087043 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 17868
/proc/meminfo: memFree=1787912/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=802164 CPUtime=0.07
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 2885 0 1 0 6 1 0 0 18 0 7 0 23212107 821415936 2630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 200541 2630 1040 9 0 197892 0
[pid=17868/tid=17869] ppid=17866 vsize=802164 CPUtime=0.07
/proc/17868/task/17869/stat : 17869 (java) R 17866 17868 16267 0 -1 64 2145 0 1 0 6 1 0 0 17 0 7 0 23212108 821415936 2630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102045 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 17868
/proc/meminfo: memFree=1787912/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=804560 CPUtime=0.08
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 3023 0 1 0 7 1 0 0 18 0 12 0 23212107 823869440 2766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 201140 2766 1082 9 0 198474 0
[pid=17868/tid=17869] ppid=17866 vsize=804560 CPUtime=0.08
/proc/17868/task/17869/stat : 17869 (java) R 17866 17868 16267 0 -1 64 2268 0 1 0 7 1 0 0 21 0 12 0 23212108 823869440 2766 996147200 134512640 134550932 4294956016 18446744073709551615 103610402 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301084 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 17868
/proc/meminfo: memFree=1787912/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=806388 CPUtime=0.31
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 4529 0 1 0 28 3 0 0 18 0 12 0 23212107 825741312 4199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 201597 4199 1365 9 0 198924 0
[pid=17868/tid=17869] ppid=17866 vsize=806388 CPUtime=0.22
/proc/17868/task/17869/stat : 17869 (java) R 17866 17868 16267 0 -1 64 3084 0 1 0 20 2 0 0 18 0 12 0 23212108 825741312 4199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 806388

[startup+0.701156 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 17868
/proc/meminfo: memFree=1787912/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=807360 CPUtime=0.71
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 6426 0 1 0 66 5 0 0 18 0 12 0 23212107 826736640 5801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 201840 5801 1387 9 0 199167 0
[pid=17868/tid=17869] ppid=17866 vsize=807360 CPUtime=0.52
/proc/17868/task/17869/stat : 17869 (java) R 17866 17868 16267 0 -1 64 4541 0 1 0 48 4 0 0 21 0 12 0 23212108 826736640 5801 996147200 134512640 134550932 4294956016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 807360

[startup+1.50231 s]
/proc/loadavg: 2.13 2.04 2.01 4/93 17880
/proc/meminfo: memFree=1764520/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=810304 CPUtime=1.56
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 8902 0 1 0 150 6 0 0 18 0 12 0 23212107 829751296 7412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 202576 7412 1421 9 0 199903 0
[pid=17868/tid=17869] ppid=17866 vsize=810304 CPUtime=0.88
/proc/17868/task/17869/stat : 17869 (java) R 17866 17868 16267 0 -1 64 5330 0 1 0 84 4 0 0 18 0 12 0 23212108 829751296 7412 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17871] ppid=17866 vsize=810304 CPUtime=0
/proc/17868/task/17871/stat : 17871 (java) S 17866 17868 16267 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23212109 829751296 7412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17872] ppid=17866 vsize=810304 CPUtime=0
/proc/17868/task/17872/stat : 17872 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23212109 829751296 7412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17873] ppid=17866 vsize=810304 CPUtime=0
/proc/17868/task/17873/stat : 17873 (java) S 17866 17868 16267 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23212111 829751296 7412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17874] ppid=17866 vsize=810304 CPUtime=0
/proc/17868/task/17874/stat : 17874 (java) S 17866 17868 16267 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23212111 829751296 7412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17875] ppid=17866 vsize=810304 CPUtime=0
/proc/17868/task/17875/stat : 17875 (java) S 17866 17868 16267 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23212111 829751296 7413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17876] ppid=17866 vsize=810304 CPUtime=0
/proc/17868/task/17876/stat : 17876 (java) S 17866 17868 16267 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23212116 829751296 7413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17877] ppid=17866 vsize=810304 CPUtime=0.11
/proc/17868/task/17877/stat : 17877 (java) R 17866 17868 16267 0 -1 64 237 0 0 0 11 0 0 0 17 0 12 0 23212116 829751296 7413 996147200 134512640 134550932 4294956016 18446744073709551615 102348232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17878] ppid=17866 vsize=810304 CPUtime=0.54
/proc/17868/task/17878/stat : 17878 (java) R 17866 17868 16267 0 -1 64 2592 0 0 0 54 0 0 0 17 0 12 0 23212116 829751296 7413 996147200 134512640 134550932 4294956016 18446744073709551615 105750257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17879] ppid=17866 vsize=810304 CPUtime=0
/proc/17868/task/17879/stat : 17879 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23212116 829751296 7413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17880] ppid=17866 vsize=810304 CPUtime=0
/proc/17868/task/17880/stat : 17880 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23212116 829751296 7413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 810304

[startup+3.10159 s]
/proc/loadavg: 2.13 2.04 2.01 3/93 17880
/proc/meminfo: memFree=1751592/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=815684 CPUtime=3.29
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 18380 0 1 0 319 10 0 0 18 0 12 0 23212107 835260416 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 203921 15699 1426 9 0 201248 0
[pid=17868/tid=17869] ppid=17866 vsize=815684 CPUtime=1.93
/proc/17868/task/17869/stat : 17869 (java) R 17866 17868 16267 0 -1 64 12833 0 1 0 185 8 0 0 23 0 12 0 23212108 835260416 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17871] ppid=17866 vsize=815684 CPUtime=0
/proc/17868/task/17871/stat : 17871 (java) S 17866 17868 16267 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23212109 835260416 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17872] ppid=17866 vsize=815684 CPUtime=0
/proc/17868/task/17872/stat : 17872 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23212109 835260416 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17873] ppid=17866 vsize=815684 CPUtime=0
/proc/17868/task/17873/stat : 17873 (java) S 17866 17868 16267 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23212111 835260416 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17874] ppid=17866 vsize=815684 CPUtime=0
/proc/17868/task/17874/stat : 17874 (java) S 17866 17868 16267 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23212111 835260416 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17875] ppid=17866 vsize=815684 CPUtime=0
/proc/17868/task/17875/stat : 17875 (java) S 17866 17868 16267 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23212111 835260416 15699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17876] ppid=17866 vsize=815684 CPUtime=0
/proc/17868/task/17876/stat : 17876 (java) S 17866 17868 16267 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23212116 835260416 15700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17877] ppid=17866 vsize=815684 CPUtime=0.25
/proc/17868/task/17877/stat : 17877 (java) S 17866 17868 16267 0 -1 64 250 0 0 0 25 0 0 0 15 0 12 0 23212116 835260416 15700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17878] ppid=17866 vsize=815684 CPUtime=1.08
/proc/17868/task/17878/stat : 17878 (java) R 17866 17868 16267 0 -1 64 4555 0 0 0 107 1 0 0 17 0 12 0 23212116 835260416 15700 996147200 134512640 134550932 4294956016 18446744073709551615 105856343 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17879] ppid=17866 vsize=815684 CPUtime=0
/proc/17868/task/17879/stat : 17879 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23212116 835260416 15700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17880] ppid=17866 vsize=815684 CPUtime=0
/proc/17868/task/17880/stat : 17880 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23212116 835260416 15700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 815684

[startup+6.30217 s]
/proc/loadavg: 2.12 2.04 2.01 3/93 17880
/proc/meminfo: memFree=1702184/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=820512 CPUtime=6.51
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 32295 0 1 0 635 16 0 0 18 0 12 0 23212107 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 205128 24775 1435 9 0 202455 0
[pid=17868/tid=17869] ppid=17866 vsize=820512 CPUtime=3.55
/proc/17868/task/17869/stat : 17869 (java) R 17866 17868 16267 0 -1 64 17423 0 1 0 345 10 0 0 25 0 12 0 23212108 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17871] ppid=17866 vsize=820512 CPUtime=0.04
/proc/17868/task/17871/stat : 17871 (java) S 17866 17868 16267 0 -1 64 1201 0 0 0 4 0 0 0 17 0 12 0 23212109 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17872] ppid=17866 vsize=820512 CPUtime=0.04
/proc/17868/task/17872/stat : 17872 (java) S 17866 17868 16267 0 -1 64 1644 0 0 0 4 0 0 0 17 0 12 0 23212109 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17873] ppid=17866 vsize=820512 CPUtime=0
/proc/17868/task/17873/stat : 17873 (java) S 17866 17868 16267 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 23212111 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17874] ppid=17866 vsize=820512 CPUtime=0
/proc/17868/task/17874/stat : 17874 (java) S 17866 17868 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23212111 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17875] ppid=17866 vsize=820512 CPUtime=0
/proc/17868/task/17875/stat : 17875 (java) S 17866 17868 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23212111 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17876] ppid=17866 vsize=820512 CPUtime=0
/proc/17868/task/17876/stat : 17876 (java) S 17866 17868 16267 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23212116 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17877] ppid=17866 vsize=820512 CPUtime=0.25
/proc/17868/task/17877/stat : 17877 (java) S 17866 17868 16267 0 -1 64 250 0 0 0 25 0 0 0 16 0 12 0 23212116 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17878] ppid=17866 vsize=820512 CPUtime=2.57
/proc/17868/task/17878/stat : 17878 (java) R 17866 17868 16267 0 -1 64 11019 0 0 0 254 3 0 0 18 0 12 0 23212116 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 104139979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17879] ppid=17866 vsize=820512 CPUtime=0
/proc/17868/task/17879/stat : 17879 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23212116 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17880] ppid=17866 vsize=820512 CPUtime=0
/proc/17868/task/17880/stat : 17880 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23212116 840204288 24775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 820512

[startup+12.7013 s]
/proc/loadavg: 2.19 2.05 2.01 4/93 17880
/proc/meminfo: memFree=1667624/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=819568 CPUtime=13.04
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 43659 0 1 0 1283 21 0 0 18 0 12 0 23212107 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 204892 31175 1435 9 0 202219 0
[pid=17868/tid=17869] ppid=17866 vsize=819568 CPUtime=7.49
/proc/17868/task/17869/stat : 17869 (java) R 17866 17868 16267 0 -1 64 17439 0 1 0 738 11 0 0 25 0 12 0 23212108 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4109702673 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17871] ppid=17866 vsize=819568 CPUtime=0.26
/proc/17868/task/17871/stat : 17871 (java) S 17866 17868 16267 0 -1 64 3967 0 0 0 25 1 0 0 17 0 12 0 23212109 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17872] ppid=17866 vsize=819568 CPUtime=0.34
/proc/17868/task/17872/stat : 17872 (java) S 17866 17868 16267 0 -1 64 5398 0 0 0 33 1 0 0 17 0 12 0 23212109 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17873] ppid=17866 vsize=819568 CPUtime=0
/proc/17868/task/17873/stat : 17873 (java) S 17866 17868 16267 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 23212111 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17874] ppid=17866 vsize=819568 CPUtime=0
/proc/17868/task/17874/stat : 17874 (java) S 17866 17868 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23212111 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17875] ppid=17866 vsize=819568 CPUtime=0
/proc/17868/task/17875/stat : 17875 (java) S 17866 17868 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23212111 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17876] ppid=17866 vsize=819568 CPUtime=0
/proc/17868/task/17876/stat : 17876 (java) S 17866 17868 16267 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23212116 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17877] ppid=17866 vsize=819568 CPUtime=0.25
/proc/17868/task/17877/stat : 17877 (java) S 17866 17868 16267 0 -1 64 263 0 0 0 25 0 0 0 17 0 12 0 23212116 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17878] ppid=17866 vsize=819568 CPUtime=4.64
/proc/17868/task/17878/stat : 17878 (java) S 17866 17868 16267 0 -1 64 15829 0 0 0 458 6 0 0 19 0 12 0 23212116 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17879] ppid=17866 vsize=819568 CPUtime=0
/proc/17868/task/17879/stat : 17879 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23212116 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17880] ppid=17866 vsize=819568 CPUtime=0
/proc/17868/task/17880/stat : 17880 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23212116 839237632 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 819568

[startup+25.5027 s]
/proc/loadavg: 2.22 2.07 2.01 3/93 17880
/proc/meminfo: memFree=1593128/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=821488 CPUtime=25.84
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 64491 0 1 0 2554 30 0 0 18 0 12 0 23212107 841203712 49277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 205372 49277 1435 9 0 202699 0
[pid=17868/tid=17869] ppid=17866 vsize=821488 CPUtime=17.54
/proc/17868/task/17869/stat : 17869 (java) R 17866 17868 16267 0 -1 64 17467 0 1 0 1743 11 0 0 25 0 12 0 23212108 841203712 49277 996147200 134512640 134550932 4294956016 18446744073709551615 4109702700 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17871] ppid=17866 vsize=821488 CPUtime=0.78
/proc/17868/task/17871/stat : 17871 (java) S 17866 17868 16267 0 -1 64 11287 0 0 0 74 4 0 0 17 0 12 0 23212109 841203712 49277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17872] ppid=17866 vsize=821488 CPUtime=0.96

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

[pid=17868/tid=17869] ppid=17866 vsize=820112 CPUtime=109.39
/proc/17868/task/17869/stat : 17869 (java) S 17866 17868 16267 0 -1 64 18207 0 1 0 10927 12 0 0 16 0 12 0 23212108 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17871] ppid=17866 vsize=820112 CPUtime=149.99
/proc/17868/task/17871/stat : 17871 (java) R 17866 17868 16267 0 -1 64 78564 0 0 0 14962 37 0 0 17 0 12 0 23212109 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17872] ppid=17866 vsize=820112 CPUtime=150.35
/proc/17868/task/17872/stat : 17872 (java) R 17866 17868 16267 0 -1 64 76589 0 0 0 15001 34 0 0 17 0 12 0 23212109 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17873] ppid=17866 vsize=820112 CPUtime=1368.8
/proc/17868/task/17873/stat : 17873 (java) S 17866 17868 16267 0 -1 64 581589 0 0 0 136590 290 0 0 19 0 12 0 23212111 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17874] ppid=17866 vsize=820112 CPUtime=0
/proc/17868/task/17874/stat : 17874 (java) S 17866 17868 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23212111 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17875] ppid=17866 vsize=820112 CPUtime=0
/proc/17868/task/17875/stat : 17875 (java) S 17866 17868 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23212111 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17876] ppid=17866 vsize=820112 CPUtime=0
/proc/17868/task/17876/stat : 17876 (java) S 17866 17868 16267 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23212116 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17877] ppid=17866 vsize=820112 CPUtime=0.25
/proc/17868/task/17877/stat : 17877 (java) S 17866 17868 16267 0 -1 64 330 0 0 0 25 0 0 0 17 0 12 0 23212116 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17878] ppid=17866 vsize=820112 CPUtime=10.78
/proc/17868/task/17878/stat : 17878 (java) S 17866 17868 16267 0 -1 64 29552 0 0 0 1066 12 0 0 20 0 12 0 23212116 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17879] ppid=17866 vsize=820112 CPUtime=0
/proc/17868/task/17879/stat : 17879 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23212116 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17880] ppid=17866 vsize=820112 CPUtime=0
/proc/17868/task/17880/stat : 17880 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23212116 839794688 174346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1789.62
Current children cumulated vsize (KiB) 820112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1732.51 s]
/proc/loadavg: 2.39 2.28 2.20 3/93 17880
/proc/meminfo: memFree=1086128/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=822116 CPUtime=1800.06
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 787578 0 1 0 179617 389 0 0 18 0 12 0 23212107 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 205529 174847 1437 9 0 202856 0
[pid=17868/tid=17869] ppid=17866 vsize=822116 CPUtime=109.39
/proc/17868/task/17869/stat : 17869 (java) S 17866 17868 16267 0 -1 64 18210 0 1 0 10927 12 0 0 16 0 12 0 23212108 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17871] ppid=17866 vsize=822116 CPUtime=150.72
/proc/17868/task/17871/stat : 17871 (java) S 17866 17868 16267 0 -1 64 78564 0 0 0 15035 37 0 0 17 0 12 0 23212109 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17872] ppid=17866 vsize=822116 CPUtime=151.07
/proc/17868/task/17872/stat : 17872 (java) S 17866 17868 16267 0 -1 64 76589 0 0 0 15073 34 0 0 17 0 12 0 23212109 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17873] ppid=17866 vsize=822116 CPUtime=1377.79
/proc/17868/task/17873/stat : 17873 (java) R 17866 17868 16267 0 -1 64 583593 0 0 0 137488 291 0 0 25 0 12 0 23212111 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 106158891 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17874] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17874/stat : 17874 (java) S 17866 17868 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23212111 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17875] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17875/stat : 17875 (java) S 17866 17868 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23212111 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17876] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17876/stat : 17876 (java) S 17866 17868 16267 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23212116 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17877] ppid=17866 vsize=822116 CPUtime=0.25
/proc/17868/task/17877/stat : 17877 (java) S 17866 17868 16267 0 -1 64 330 0 0 0 25 0 0 0 17 0 12 0 23212116 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17878] ppid=17866 vsize=822116 CPUtime=10.78
/proc/17868/task/17878/stat : 17878 (java) S 17866 17868 16267 0 -1 64 29552 0 0 0 1066 12 0 0 20 0 12 0 23212116 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17879] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17879/stat : 17879 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23212116 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17880] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17880/stat : 17880 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23212116 841846784 174847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 822116

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17868

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

[startup+1732.61 s]
/proc/loadavg: 2.39 2.28 2.20 3/93 17880
/proc/meminfo: memFree=1086128/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=822116 CPUtime=1800.16
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 787580 0 1 0 179627 389 0 0 16 0 12 0 23212107 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 205529 174848 1437 9 0 202856 0
[pid=17868/tid=17869] ppid=17866 vsize=822116 CPUtime=109.39
/proc/17868/task/17869/stat : 17869 (java) S 17866 17868 16267 0 -1 64 18210 0 1 0 10927 12 0 0 16 0 12 0 23212108 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17871] ppid=17866 vsize=822116 CPUtime=150.72
/proc/17868/task/17871/stat : 17871 (java) S 17866 17868 16267 0 -1 64 78564 0 0 0 15035 37 0 0 17 0 12 0 23212109 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17872] ppid=17866 vsize=822116 CPUtime=151.07
/proc/17868/task/17872/stat : 17872 (java) S 17866 17868 16267 0 -1 64 76589 0 0 0 15073 34 0 0 17 0 12 0 23212109 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17873] ppid=17866 vsize=822116 CPUtime=1377.89
/proc/17868/task/17873/stat : 17873 (java) R 17866 17868 16267 0 -1 64 583593 0 0 0 137498 291 0 0 25 0 12 0 23212111 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17874] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17874/stat : 17874 (java) S 17866 17868 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23212111 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17875] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17875/stat : 17875 (java) S 17866 17868 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23212111 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17876] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17876/stat : 17876 (java) S 17866 17868 16267 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23212116 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17877] ppid=17866 vsize=822116 CPUtime=0.25
/proc/17868/task/17877/stat : 17877 (java) S 17866 17868 16267 0 -1 64 330 0 0 0 25 0 0 0 17 0 12 0 23212116 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17878] ppid=17866 vsize=822116 CPUtime=10.78
/proc/17868/task/17878/stat : 17878 (java) S 17866 17868 16267 0 -1 64 29552 0 0 0 1066 12 0 0 20 0 12 0 23212116 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17879] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17879/stat : 17879 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23212116 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17880] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17880/stat : 17880 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23212116 841846784 174848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 822116

[startup+1733.4 s]
/proc/loadavg: 2.39 2.28 2.20 3/93 17880
/proc/meminfo: memFree=1086128/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=820112 CPUtime=1801.18
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 787583 0 1 0 179729 389 0 0 16 0 12 0 23212107 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 205028 174350 1437 9 0 202355 0
[pid=17868/tid=17869] ppid=17866 vsize=820112 CPUtime=109.39
/proc/17868/task/17869/stat : 17869 (java) S 17866 17868 16267 0 -1 64 18210 0 1 0 10927 12 0 0 16 0 12 0 23212108 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17871] ppid=17866 vsize=820112 CPUtime=150.97
/proc/17868/task/17871/stat : 17871 (java) S 17866 17868 16267 0 -1 64 78564 0 0 0 15060 37 0 0 17 0 12 0 23212109 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17872] ppid=17866 vsize=820112 CPUtime=151.31
/proc/17868/task/17872/stat : 17872 (java) S 17866 17868 16267 0 -1 64 76589 0 0 0 15097 34 0 0 17 0 12 0 23212109 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17873] ppid=17866 vsize=820112 CPUtime=1378.42
/proc/17868/task/17873/stat : 17873 (java) R 17866 17868 16267 0 -1 64 583593 0 0 0 137551 291 0 0 25 0 12 0 23212111 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 105696575 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17874] ppid=17866 vsize=820112 CPUtime=0
/proc/17868/task/17874/stat : 17874 (java) S 17866 17868 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23212111 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17875] ppid=17866 vsize=820112 CPUtime=0
/proc/17868/task/17875/stat : 17875 (java) S 17866 17868 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23212111 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17876] ppid=17866 vsize=820112 CPUtime=0
/proc/17868/task/17876/stat : 17876 (java) S 17866 17868 16267 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 23212116 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17877] ppid=17866 vsize=820112 CPUtime=0.25
/proc/17868/task/17877/stat : 17877 (java) S 17866 17868 16267 0 -1 64 330 0 0 0 25 0 0 0 17 0 12 0 23212116 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17878] ppid=17866 vsize=820112 CPUtime=10.78
/proc/17868/task/17878/stat : 17878 (java) S 17866 17868 16267 0 -1 64 29552 0 0 0 1066 12 0 0 20 0 12 0 23212116 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17879] ppid=17866 vsize=820112 CPUtime=0
/proc/17868/task/17879/stat : 17879 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23212116 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17880] ppid=17866 vsize=820112 CPUtime=0
/proc/17868/task/17880/stat : 17880 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23212116 839794688 174350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.18
Current children cumulated vsize (KiB) 820112

[startup+1734.2 s]
/proc/loadavg: 2.39 2.28 2.20 3/94 17881
/proc/meminfo: memFree=1086056/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=822116 CPUtime=1801.97
/proc/17868/stat : 17868 (java) S 17866 17868 16267 0 -1 0 788084 0 1 0 179808 389 0 0 16 0 12 0 23212107 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 205529 174851 1437 9 0 202856 0
[pid=17868/tid=17869] ppid=17866 vsize=822116 CPUtime=109.39
/proc/17868/task/17869/stat : 17869 (java) S 17866 17868 16267 0 -1 64 18210 0 1 0 10927 12 0 0 16 0 12 0 23212108 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17871] ppid=17866 vsize=822116 CPUtime=150.97
/proc/17868/task/17871/stat : 17871 (java) S 17866 17868 16267 0 -1 64 78564 0 0 0 15060 37 0 0 17 0 12 0 23212109 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17872] ppid=17866 vsize=822116 CPUtime=151.31
/proc/17868/task/17872/stat : 17872 (java) S 17866 17868 16267 0 -1 64 76589 0 0 0 15097 34 0 0 17 0 12 0 23212109 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17873] ppid=17866 vsize=822116 CPUtime=1379.21
/proc/17868/task/17873/stat : 17873 (java) R 17866 17868 16267 0 -1 64 584094 0 0 0 137630 291 0 0 25 0 12 0 23212111 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 106157743 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17874] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17874/stat : 17874 (java) S 17866 17868 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23212111 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17875] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17875/stat : 17875 (java) S 17866 17868 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23212111 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17876] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17876/stat : 17876 (java) S 17866 17868 16267 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 23212116 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17877] ppid=17866 vsize=822116 CPUtime=0.25
/proc/17868/task/17877/stat : 17877 (java) S 17866 17868 16267 0 -1 64 330 0 0 0 25 0 0 0 17 0 12 0 23212116 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17878] ppid=17866 vsize=822116 CPUtime=10.78
/proc/17868/task/17878/stat : 17878 (java) S 17866 17868 16267 0 -1 64 29552 0 0 0 1066 12 0 0 20 0 12 0 23212116 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17868/tid=17879] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17879/stat : 17879 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23212116 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17868/tid=17880] ppid=17866 vsize=822116 CPUtime=0
/proc/17868/task/17880/stat : 17880 (java) S 17866 17868 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23212116 841846784 174851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.97
Current children cumulated vsize (KiB) 822116

[startup+1734.6 s]
/proc/loadavg: 2.39 2.28 2.20 3/83 17881
/proc/meminfo: memFree=1556656/2055920 swapFree=4192812/4192956
[pid=17868] ppid=17866 vsize=0 CPUtime=1802.36
/proc/17868/stat : 17868 (java) Z 17866 17868 16267 0 -1 1036 788084 0 1 0 179840 396 0 0 16 0 2 0 23212107 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17868/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.36
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1734.64
CPU time (s): 1802.41
CPU user time (s): 1798.41
CPU system time (s): 4.00139
CPU usage (%): 103.907
Max. virtual memory (cumulated for all children) (KiB): 868120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 4.00139
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 788084
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= 43497
involuntary context switches= 67618

runsolver used 1.92271 second user time and 6.11207 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 03:18:03
IDJOB=2075365
IDBENCH=56281
IDSOLVER=731
FILE ID=node45/2075365-1247361483
PBS_JOBID= 9506912
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= bca19a4f2def118903392a7d6a10cfcf
RANDOM SEED=1625499054

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1788392 kB
Buffers:         37496 kB
Cached:         125160 kB
SwapCached:          0 kB
Active:         159576 kB
Inactive:        57040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          66632 kB
Slab:            36072 kB
Committed_AS:   219680 kB
PageTables:       1936 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= 66332 MiB
End job on node45 at 2009-07-12 03:46:58