Trace number 2080117

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.16 1798.63

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-16.xml
MD5SUMb95ad33dd785d1f469019371ef98f163
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.037993
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity15
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2080117-1247369253.xml
0.18/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
0.48/0.55	c reading predicates  done.
0.99/1.04	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-2080117-1247369253/watcher-2080117-1247369253 -o /tmp/evaluation-result-2080117-1247369253/solver-2080117-1247369253 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080117-1247369253.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.88 1.98 1.99 3/82 27315
/proc/meminfo: memFree=1318384/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=18576 CPUtime=0
/proc/27315/stat : 27315 (runsolver) R 27313 27315 21749 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 23993076 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27315/statm: 4644 284 249 26 0 2626 0

[startup+0.088661 s]
/proc/loadavg: 1.88 1.98 1.99 3/82 27315
/proc/meminfo: memFree=1318384/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=802164 CPUtime=0.07
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 2858 0 1 0 5 2 0 0 18 0 7 0 23993076 821415936 2603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/27315/statm: 200541 2603 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.1027 s]
/proc/loadavg: 1.88 1.98 1.99 3/82 27315
/proc/meminfo: memFree=1318384/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=804560 CPUtime=0.08
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 2999 0 1 0 6 2 0 0 18 0 12 0 23993076 823869440 2742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27315/statm: 201140 2742 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302726 s]
/proc/loadavg: 1.88 1.98 1.99 3/82 27315
/proc/meminfo: memFree=1318384/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=805628 CPUtime=0.28
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 4293 0 1 0 25 3 0 0 18 0 12 0 23993076 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27315/statm: 201407 4030 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702779 s]
/proc/loadavg: 1.88 1.98 1.99 3/82 27315
/proc/meminfo: memFree=1318384/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=807356 CPUtime=0.68
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 6118 0 1 0 63 5 0 0 18 0 12 0 23993076 826732544 5525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27315/statm: 201839 5525 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50287 s]
/proc/loadavg: 1.88 1.98 1.99 4/94 27327
/proc/meminfo: memFree=1299472/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=810320 CPUtime=1.48
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 8627 0 1 0 141 7 0 0 18 0 12 0 23993076 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27315/statm: 202580 7036 1414 9 0 199907 0
[pid=27315/tid=27317] ppid=27313 vsize=810320 CPUtime=0.81
/proc/27315/task/27317/stat : 27317 (java) R 27313 27315 21749 0 -1 64 4987 0 1 0 77 4 0 0 20 0 12 0 23993078 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27318] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27318/stat : 27318 (java) S 27313 27315 21749 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23993079 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27319] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27319/stat : 27319 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23993079 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27320] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27320/stat : 27320 (java) S 27313 27315 21749 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23993081 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27321] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27321/stat : 27321 (java) S 27313 27315 21749 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23993081 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27322] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27322/stat : 27322 (java) S 27313 27315 21749 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23993081 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27323] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27323/stat : 27323 (java) S 27313 27315 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23993086 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27324] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27324/stat : 27324 (java) S 27313 27315 21749 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23993086 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27325] ppid=27313 vsize=810320 CPUtime=0.64
/proc/27315/task/27325/stat : 27325 (java) R 27313 27315 21749 0 -1 64 2887 0 0 0 63 1 0 0 17 0 12 0 23993086 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 106247613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27326] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27326/stat : 27326 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23993086 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27327] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27327/stat : 27327 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23993086 829767680 7036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810320

[startup+3.10202 s]
/proc/loadavg: 1.88 1.98 1.99 3/94 27327
/proc/meminfo: memFree=1289168/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=810320 CPUtime=3.06
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 16512 0 1 0 294 12 0 0 18 0 12 0 23993076 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27315/statm: 202580 14587 1426 9 0 199907 0
[pid=27315/tid=27317] ppid=27313 vsize=810320 CPUtime=1.97
/proc/27315/task/27317/stat : 27317 (java) R 27313 27315 21749 0 -1 64 12469 0 1 0 188 9 0 0 23 0 12 0 23993078 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4109586923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27318] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27318/stat : 27318 (java) S 27313 27315 21749 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23993079 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27319] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27319/stat : 27319 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23993079 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27320] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27320/stat : 27320 (java) S 27313 27315 21749 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23993081 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27321] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27321/stat : 27321 (java) S 27313 27315 21749 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23993081 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27322] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27322/stat : 27322 (java) S 27313 27315 21749 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23993081 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27323] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27323/stat : 27323 (java) S 27313 27315 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23993086 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27324] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27324/stat : 27324 (java) S 27313 27315 21749 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23993086 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27325] ppid=27313 vsize=810320 CPUtime=1.06
/proc/27315/task/27325/stat : 27325 (java) S 27313 27315 21749 0 -1 64 3289 0 0 0 105 1 0 0 16 0 12 0 23993086 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27326] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27326/stat : 27326 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23993086 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27327] ppid=27313 vsize=810320 CPUtime=0
/proc/27315/task/27327/stat : 27327 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23993086 829767680 14587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810320

[startup+6.30239 s]
/proc/loadavg: 2.05 2.01 2.00 3/94 27328
/proc/meminfo: memFree=1235208/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=816628 CPUtime=6.25
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 29045 0 1 0 607 18 0 0 18 0 12 0 23993076 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27315/statm: 204157 22230 1435 9 0 201484 0
[pid=27315/tid=27317] ppid=27313 vsize=816628 CPUtime=3.33
/proc/27315/task/27317/stat : 27317 (java) R 27313 27315 21749 0 -1 64 17414 0 1 0 321 12 0 0 25 0 12 0 23993078 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4109318947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27318] ppid=27313 vsize=816628 CPUtime=0.02
/proc/27315/task/27318/stat : 27318 (java) S 27313 27315 21749 0 -1 64 766 0 0 0 2 0 0 0 17 0 12 0 23993079 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27319] ppid=27313 vsize=816628 CPUtime=0.01
/proc/27315/task/27319/stat : 27319 (java) S 27313 27315 21749 0 -1 64 224 0 0 0 1 0 0 0 17 0 12 0 23993079 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27320] ppid=27313 vsize=816628 CPUtime=0
/proc/27315/task/27320/stat : 27320 (java) S 27313 27315 21749 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23993081 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27321] ppid=27313 vsize=816628 CPUtime=0
/proc/27315/task/27321/stat : 27321 (java) S 27313 27315 21749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23993081 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27322] ppid=27313 vsize=816628 CPUtime=0
/proc/27315/task/27322/stat : 27322 (java) S 27313 27315 21749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23993081 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27323] ppid=27313 vsize=816628 CPUtime=0
/proc/27315/task/27323/stat : 27323 (java) S 27313 27315 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23993086 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27324] ppid=27313 vsize=816628 CPUtime=0
/proc/27315/task/27324/stat : 27324 (java) S 27313 27315 21749 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23993086 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27325] ppid=27313 vsize=816628 CPUtime=2.85
/proc/27315/task/27325/stat : 27325 (java) S 27313 27315 21749 0 -1 64 9875 0 0 0 280 5 0 0 16 0 12 0 23993086 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27326] ppid=27313 vsize=816628 CPUtime=0
/proc/27315/task/27326/stat : 27326 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23993086 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27327] ppid=27313 vsize=816628 CPUtime=0
/proc/27315/task/27327/stat : 27327 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23993086 836227072 22230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 816628

[startup+12.7011 s]
/proc/loadavg: 2.05 2.01 2.00 4/94 27328
/proc/meminfo: memFree=1205576/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=817524 CPUtime=12.68
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 43030 0 1 0 1244 24 0 0 18 0 12 0 23993076 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27315/statm: 204381 29767 1435 9 0 201708 0
[pid=27315/tid=27317] ppid=27313 vsize=817524 CPUtime=6.88
/proc/27315/task/27317/stat : 27317 (java) R 27313 27315 21749 0 -1 64 17428 0 1 0 676 12 0 0 25 0 12 0 23993078 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4109567695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27318] ppid=27313 vsize=817524 CPUtime=0.25
/proc/27315/task/27318/stat : 27318 (java) S 27313 27315 21749 0 -1 64 4585 0 0 0 24 1 0 0 17 0 12 0 23993079 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27319] ppid=27313 vsize=817524 CPUtime=0.22
/proc/27315/task/27319/stat : 27319 (java) S 27313 27315 21749 0 -1 64 3752 0 0 0 21 1 0 0 17 0 12 0 23993079 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27320] ppid=27313 vsize=817524 CPUtime=0
/proc/27315/task/27320/stat : 27320 (java) S 27313 27315 21749 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 23993081 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27321] ppid=27313 vsize=817524 CPUtime=0
/proc/27315/task/27321/stat : 27321 (java) S 27313 27315 21749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23993081 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27322] ppid=27313 vsize=817524 CPUtime=0
/proc/27315/task/27322/stat : 27322 (java) S 27313 27315 21749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23993081 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27323] ppid=27313 vsize=817524 CPUtime=0
/proc/27315/task/27323/stat : 27323 (java) S 27313 27315 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23993086 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27324] ppid=27313 vsize=817524 CPUtime=0
/proc/27315/task/27324/stat : 27324 (java) S 27313 27315 21749 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 23993086 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27325] ppid=27313 vsize=817524 CPUtime=5.28
/proc/27315/task/27325/stat : 27325 (java) S 27313 27315 21749 0 -1 64 16469 0 0 0 520 8 0 0 19 0 12 0 23993086 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27326] ppid=27313 vsize=817524 CPUtime=0
/proc/27315/task/27326/stat : 27326 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23993086 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27327] ppid=27313 vsize=817524 CPUtime=0
/proc/27315/task/27327/stat : 27327 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23993086 837144576 29767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 817524

[startup+25.5026 s]
/proc/loadavg: 2.27 2.06 2.02 3/94 27328
/proc/meminfo: memFree=1149704/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=820220 CPUtime=25.48
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 66304 0 1 0 2514 34 0 0 18 0 12 0 23993076 839905280 43892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27315/statm: 205055 43892 1435 9 0 202382 0
[pid=27315/tid=27317] ppid=27313 vsize=820220 CPUtime=15.69
/proc/27315/task/27317/stat : 27317 (java) R 27313 27315 21749 0 -1 64 17458 0 1 0 1557 12 0 0 25 0 12 0 23993078 839905280 43892 996147200 134512640 134550932 4294956016 18446744073709551615 4109562691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27318] ppid=27313 vsize=820220 CPUtime=0.74
/proc/27315/task/27318/stat : 27318 (java) S 27313 27315 21749 0 -1 64 10687 0 0 0 71 3 0 0 16 0 12 0 23993079 839905280 43892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27319] ppid=27313 vsize=820220 CPUtime=0.73
/proc/27315/task/27319/stat : 27319 (java) S 27313 27315 21749 0 -1 64 11425 0 0 0 69 4 0 0 16 0 12 0 23993079 839905280 43892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27320] ppid=27313 vsize=820220 CPUtime=0.01
/proc/27315/task/27320/stat : 27320 (java) S 27313 27315 21749 0 -1 64 26 0 0 0 1 0 0 0 15 0 12 0 23993081 839905280 43892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27321] ppid=27313 vsize=820220 CPUtime=0
/proc/27315/task/27321/stat : 27321 (java) S 27313 27315 21749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23993081 839905280 43892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27322] ppid=27313 vsize=820220 CPUtime=0
/proc/27315/task/27322/stat : 27322 (java) S 27313 27315 21749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23993081 839905280 43892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27323] ppid=27313 vsize=820220 CPUtime=0
/proc/27315/task/27323/stat : 27323 (java) S 27313 27315 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23993086 839905280 43892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27324] ppid=27313 vsize=820220 CPUtime=0

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

[pid=27315/tid=27317] ppid=27313 vsize=822720 CPUtime=120.25
/proc/27315/task/27317/stat : 27317 (java) S 27313 27315 21749 0 -1 64 18262 0 1 0 12009 16 0 0 16 0 12 0 23993078 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27318] ppid=27313 vsize=822720 CPUtime=33.25
/proc/27315/task/27318/stat : 27318 (java) S 27313 27315 21749 0 -1 64 75187 0 0 0 3293 32 0 0 17 0 12 0 23993079 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27319] ppid=27313 vsize=822720 CPUtime=33.96
/proc/27315/task/27319/stat : 27319 (java) S 27313 27315 21749 0 -1 64 82328 0 0 0 3361 35 0 0 16 0 12 0 23993079 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27320] ppid=27313 vsize=822720 CPUtime=1586.1
/proc/27315/task/27320/stat : 27320 (java) R 27313 27315 21749 0 -1 64 1106906 0 0 0 158086 524 0 0 25 0 12 0 23993081 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27321] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27321/stat : 27321 (java) S 27313 27315 21749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23993081 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27322] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27322/stat : 27322 (java) S 27313 27315 21749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23993081 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27323] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27323/stat : 27323 (java) S 27313 27315 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27324] ppid=27313 vsize=822720 CPUtime=1.68
/proc/27315/task/27324/stat : 27324 (java) S 27313 27315 21749 0 -1 64 3648 0 0 0 167 1 0 0 16 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27325] ppid=27313 vsize=822720 CPUtime=10.6
/proc/27315/task/27325/stat : 27325 (java) S 27313 27315 21749 0 -1 64 32876 0 0 0 1046 14 0 0 16 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27326] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27326/stat : 27326 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27327] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27327/stat : 27327 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.92
Current children cumulated vsize (KiB) 822720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.00 2.00 2.04 3/93 27507
/proc/meminfo: memFree=1011536/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=822720 CPUtime=1800.04
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 1325958 0 1 0 179375 629 0 0 18 0 12 0 23993076 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27315/statm: 205680 175988 1437 9 0 203007 0
[pid=27315/tid=27317] ppid=27313 vsize=822720 CPUtime=120.25
/proc/27315/task/27317/stat : 27317 (java) S 27313 27315 21749 0 -1 64 18268 0 1 0 12009 16 0 0 16 0 12 0 23993078 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27318] ppid=27313 vsize=822720 CPUtime=33.25
/proc/27315/task/27318/stat : 27318 (java) S 27313 27315 21749 0 -1 64 75187 0 0 0 3293 32 0 0 17 0 12 0 23993079 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27319] ppid=27313 vsize=822720 CPUtime=33.96
/proc/27315/task/27319/stat : 27319 (java) S 27313 27315 21749 0 -1 64 82328 0 0 0 3361 35 0 0 16 0 12 0 23993079 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27320] ppid=27313 vsize=822720 CPUtime=1600.23
/proc/27315/task/27320/stat : 27320 (java) R 27313 27315 21749 0 -1 64 1112912 0 0 0 159496 527 0 0 25 0 12 0 23993081 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27321] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27321/stat : 27321 (java) S 27313 27315 21749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23993081 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27322] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27322/stat : 27322 (java) S 27313 27315 21749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23993081 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27323] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27323/stat : 27323 (java) S 27313 27315 21749 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27324] ppid=27313 vsize=822720 CPUtime=1.68
/proc/27315/task/27324/stat : 27324 (java) S 27313 27315 21749 0 -1 64 3648 0 0 0 167 1 0 0 16 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27325] ppid=27313 vsize=822720 CPUtime=10.6
/proc/27315/task/27325/stat : 27325 (java) S 27313 27315 21749 0 -1 64 32876 0 0 0 1046 14 0 0 16 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27326] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27326/stat : 27326 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27327] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27327/stat : 27327 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 822720

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27315

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

[startup+1796.61 s]
/proc/loadavg: 2.00 2.00 2.04 3/93 27507
/proc/meminfo: memFree=1011536/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=822720 CPUtime=1800.15
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 1325959 0 1 0 179386 629 0 0 16 0 12 0 23993076 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27315/statm: 205680 175988 1437 9 0 203007 0
[pid=27315/tid=27317] ppid=27313 vsize=822720 CPUtime=120.25
/proc/27315/task/27317/stat : 27317 (java) S 27313 27315 21749 0 -1 64 18268 0 1 0 12009 16 0 0 16 0 12 0 23993078 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27318] ppid=27313 vsize=822720 CPUtime=33.25
/proc/27315/task/27318/stat : 27318 (java) S 27313 27315 21749 0 -1 64 75187 0 0 0 3293 32 0 0 17 0 12 0 23993079 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27319] ppid=27313 vsize=822720 CPUtime=33.96
/proc/27315/task/27319/stat : 27319 (java) S 27313 27315 21749 0 -1 64 82328 0 0 0 3361 35 0 0 16 0 12 0 23993079 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27320] ppid=27313 vsize=822720 CPUtime=1600.34
/proc/27315/task/27320/stat : 27320 (java) R 27313 27315 21749 0 -1 64 1112912 0 0 0 159507 527 0 0 25 0 12 0 23993081 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27321] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27321/stat : 27321 (java) S 27313 27315 21749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23993081 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27322] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27322/stat : 27322 (java) S 27313 27315 21749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23993081 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27323] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27323/stat : 27323 (java) S 27313 27315 21749 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27324] ppid=27313 vsize=822720 CPUtime=1.68
/proc/27315/task/27324/stat : 27324 (java) S 27313 27315 21749 0 -1 64 3648 0 0 0 167 1 0 0 16 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27325] ppid=27313 vsize=822720 CPUtime=10.6
/proc/27315/task/27325/stat : 27325 (java) S 27313 27315 21749 0 -1 64 32876 0 0 0 1046 14 0 0 16 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27326] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27326/stat : 27326 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27327] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27327/stat : 27327 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23993086 842465280 175988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 822720

[startup+1797.41 s]
/proc/loadavg: 2.00 2.00 2.04 3/94 27508
/proc/meminfo: memFree=1015368/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=818716 CPUtime=1800.93
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 1325962 0 1 0 179464 629 0 0 16 0 12 0 23993076 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27315/statm: 204679 174990 1437 9 0 202006 0
[pid=27315/tid=27317] ppid=27313 vsize=818716 CPUtime=120.25
/proc/27315/task/27317/stat : 27317 (java) S 27313 27315 21749 0 -1 64 18268 0 1 0 12009 16 0 0 16 0 12 0 23993078 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27318] ppid=27313 vsize=818716 CPUtime=33.25
/proc/27315/task/27318/stat : 27318 (java) S 27313 27315 21749 0 -1 64 75187 0 0 0 3293 32 0 0 17 0 12 0 23993079 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27319] ppid=27313 vsize=818716 CPUtime=33.96
/proc/27315/task/27319/stat : 27319 (java) S 27313 27315 21749 0 -1 64 82328 0 0 0 3361 35 0 0 16 0 12 0 23993079 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27320] ppid=27313 vsize=818716 CPUtime=1601.13
/proc/27315/task/27320/stat : 27320 (java) R 27313 27315 21749 0 -1 64 1112912 0 0 0 159586 527 0 0 25 0 12 0 23993081 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 105696733 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27321] ppid=27313 vsize=818716 CPUtime=0
/proc/27315/task/27321/stat : 27321 (java) S 27313 27315 21749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23993081 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27322] ppid=27313 vsize=818716 CPUtime=0
/proc/27315/task/27322/stat : 27322 (java) S 27313 27315 21749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23993081 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27323] ppid=27313 vsize=818716 CPUtime=0
/proc/27315/task/27323/stat : 27323 (java) S 27313 27315 21749 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 23993086 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27324] ppid=27313 vsize=818716 CPUtime=1.68
/proc/27315/task/27324/stat : 27324 (java) S 27313 27315 21749 0 -1 64 3648 0 0 0 167 1 0 0 16 0 12 0 23993086 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27325] ppid=27313 vsize=818716 CPUtime=10.6
/proc/27315/task/27325/stat : 27325 (java) S 27313 27315 21749 0 -1 64 32876 0 0 0 1046 14 0 0 16 0 12 0 23993086 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27326] ppid=27313 vsize=818716 CPUtime=0
/proc/27315/task/27326/stat : 27326 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23993086 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27327] ppid=27313 vsize=818716 CPUtime=0
/proc/27315/task/27327/stat : 27327 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23993086 838365184 174990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 818716

[startup+1798.2 s]
/proc/loadavg: 2.00 2.00 2.04 3/94 27508
/proc/meminfo: memFree=1015368/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=822720 CPUtime=1801.74
/proc/27315/stat : 27315 (java) S 27313 27315 21749 0 -1 0 1326963 0 1 0 179544 630 0 0 16 0 12 0 23993076 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27315/statm: 205680 175991 1437 9 0 203007 0
[pid=27315/tid=27317] ppid=27313 vsize=822720 CPUtime=120.25
/proc/27315/task/27317/stat : 27317 (java) S 27313 27315 21749 0 -1 64 18268 0 1 0 12009 16 0 0 16 0 12 0 23993078 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27318] ppid=27313 vsize=822720 CPUtime=33.25
/proc/27315/task/27318/stat : 27318 (java) S 27313 27315 21749 0 -1 64 75187 0 0 0 3293 32 0 0 17 0 12 0 23993079 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27319] ppid=27313 vsize=822720 CPUtime=33.96
/proc/27315/task/27319/stat : 27319 (java) S 27313 27315 21749 0 -1 64 82328 0 0 0 3361 35 0 0 16 0 12 0 23993079 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27320] ppid=27313 vsize=822720 CPUtime=1601.92
/proc/27315/task/27320/stat : 27320 (java) R 27313 27315 21749 0 -1 64 1113913 0 0 0 159665 527 0 0 25 0 12 0 23993081 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27321] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27321/stat : 27321 (java) S 27313 27315 21749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23993081 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27322] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27322/stat : 27322 (java) S 27313 27315 21749 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23993081 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27323] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27323/stat : 27323 (java) S 27313 27315 21749 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 23993086 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27315/tid=27324] ppid=27313 vsize=822720 CPUtime=1.68
/proc/27315/task/27324/stat : 27324 (java) S 27313 27315 21749 0 -1 64 3648 0 0 0 167 1 0 0 16 0 12 0 23993086 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27325] ppid=27313 vsize=822720 CPUtime=10.6
/proc/27315/task/27325/stat : 27325 (java) S 27313 27315 21749 0 -1 64 32876 0 0 0 1046 14 0 0 16 0 12 0 23993086 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27326] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27326/stat : 27326 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23993086 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27315/tid=27327] ppid=27313 vsize=822720 CPUtime=0
/proc/27315/task/27327/stat : 27327 (java) S 27313 27315 21749 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23993086 842465280 175991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.74
Current children cumulated vsize (KiB) 822720

[startup+1798.6 s]
/proc/loadavg: 2.00 2.00 2.04 3/94 27508
/proc/meminfo: memFree=1011528/2055920 swapFree=4192812/4192956
[pid=27315] ppid=27313 vsize=0 CPUtime=1802.13
/proc/27315/stat : 27315 (java) Z 27313 27315 21749 0 -1 1036 1326963 0 1 0 179575 638 0 0 16 0 2 0 23993076 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27315/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1798.63
CPU time (s): 1802.16
CPU user time (s): 1795.76
CPU system time (s): 6.40203
CPU usage (%): 100.196
Max. virtual memory (cumulated for all children) (KiB): 866724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.76
system time used= 6.40203
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1326963
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= 40808
involuntary context switches= 62171

runsolver used 2.28565 second user time and 5.96909 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 05:27:33
IDJOB=2080117
IDBENCH=57008
IDSOLVER=731
FILE ID=node1/2080117-1247369253
PBS_JOBID= 9507068
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= b95ad33dd785d1f469019371ef98f163
RANDOM SEED=694177309

node1.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.216
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.216
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:       1318864 kB
Buffers:         46188 kB
Cached:         166992 kB
SwapCached:          0 kB
Active:         588084 kB
Inactive:        83504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1318864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:         478920 kB
Slab:            49836 kB
Committed_AS:   653796 kB
PageTables:       2748 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= 66384 MiB
End job on node1 at 2009-07-12 05:57:32