Trace number 2075354

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

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-15.xml
MD5SUM611ab31a52b7b069f515199bd4dc08f8
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.043992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity18
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.19/0.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2075354-1247361470.xml
0.19/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.50	c reading variables done.
0.48/0.55	c reading predicates  done.
0.99/1.02	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-2075354-1247361470/watcher-2075354-1247361470 -o /tmp/evaluation-result-2075354-1247361470/solver-2075354-1247361470 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075354-1247361470.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.06 2.05 2.01 4/81 17288
/proc/meminfo: memFree=1815624/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=18576 CPUtime=0
/proc/17288/stat : 17288 (runsolver) R 17286 17288 15439 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 23213377 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 269028486439 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17288/statm: 4644 284 249 26 0 2626 0

[startup+0.0811149 s]
/proc/loadavg: 2.06 2.05 2.01 4/81 17288
/proc/meminfo: memFree=1815624/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=802164 CPUtime=0.06
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 2814 0 1 0 4 2 0 0 18 0 7 0 23213377 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 200541 2574 1039 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.113838 s]
/proc/loadavg: 2.06 2.05 2.01 4/81 17288
/proc/meminfo: memFree=1815624/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=804560 CPUtime=0.09
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 3075 0 1 0 7 2 0 0 18 0 12 0 23213377 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 201140 2818 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301872 s]
/proc/loadavg: 2.06 2.05 2.01 4/81 17288
/proc/meminfo: memFree=1815624/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=805628 CPUtime=0.28
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 4300 0 1 0 25 3 0 0 18 0 12 0 23213377 824963072 4037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 201407 4037 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701937 s]
/proc/loadavg: 2.06 2.05 2.01 4/81 17288
/proc/meminfo: memFree=1815624/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=807356 CPUtime=0.68
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 6182 0 1 0 64 4 0 0 18 0 12 0 23213377 826732544 5589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 201839 5589 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50207 s]
/proc/loadavg: 2.06 2.05 2.01 3/93 17300
/proc/meminfo: memFree=1795432/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=810184 CPUtime=1.47
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 8620 0 1 0 142 5 0 0 18 0 12 0 23213377 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 202546 7032 1414 9 0 199873 0
[pid=17288/tid=17290] ppid=17286 vsize=810184 CPUtime=0.81
/proc/17288/task/17290/stat : 17290 (java) R 17286 17288 15439 0 -1 64 4997 0 1 0 77 4 0 0 20 0 12 0 23213378 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17291] ppid=17286 vsize=810184 CPUtime=0
/proc/17288/task/17291/stat : 17291 (java) S 17286 17288 15439 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23213379 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17292] ppid=17286 vsize=810184 CPUtime=0
/proc/17288/task/17292/stat : 17292 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213379 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17293] ppid=17286 vsize=810184 CPUtime=0
/proc/17288/task/17293/stat : 17293 (java) S 17286 17288 15439 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23213381 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17294] ppid=17286 vsize=810184 CPUtime=0
/proc/17288/task/17294/stat : 17294 (java) S 17286 17288 15439 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23213382 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17295] ppid=17286 vsize=810184 CPUtime=0
/proc/17288/task/17295/stat : 17295 (java) S 17286 17288 15439 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23213382 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17296] ppid=17286 vsize=810184 CPUtime=0
/proc/17288/task/17296/stat : 17296 (java) S 17286 17288 15439 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23213386 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17297] ppid=17286 vsize=810184 CPUtime=0
/proc/17288/task/17297/stat : 17297 (java) S 17286 17288 15439 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23213386 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17298] ppid=17286 vsize=810184 CPUtime=0.64
/proc/17288/task/17298/stat : 17298 (java) R 17286 17288 15439 0 -1 64 2869 0 0 0 64 0 0 0 17 0 12 0 23213386 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 105390469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17299] ppid=17286 vsize=810184 CPUtime=0
/proc/17288/task/17299/stat : 17299 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213386 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17300] ppid=17286 vsize=810184 CPUtime=0
/proc/17288/task/17300/stat : 17300 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23213386 829628416 7032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810184

[startup+3.10232 s]
/proc/loadavg: 2.06 2.05 2.01 4/93 17300
/proc/meminfo: memFree=1782312/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=815572 CPUtime=3.06
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 16966 0 1 0 295 11 0 0 18 0 12 0 23213377 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 203893 13812 1426 9 0 201220 0
[pid=17288/tid=17290] ppid=17286 vsize=815572 CPUtime=1.56
/proc/17288/task/17290/stat : 17290 (java) R 17286 17288 15439 0 -1 64 10373 0 1 0 148 8 0 0 25 0 12 0 23213378 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 105829035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17291] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17291/stat : 17291 (java) S 17286 17288 15439 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23213379 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17292] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17292/stat : 17292 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213379 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17293] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17293/stat : 17293 (java) S 17286 17288 15439 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23213381 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17294] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17294/stat : 17294 (java) S 17286 17288 15439 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23213382 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17295] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17295/stat : 17295 (java) S 17286 17288 15439 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23213382 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17296] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17296/stat : 17296 (java) S 17286 17288 15439 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23213386 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17297] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17297/stat : 17297 (java) S 17286 17288 15439 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23213386 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17298] ppid=17286 vsize=815572 CPUtime=1.49
/proc/17288/task/17298/stat : 17298 (java) S 17286 17288 15439 0 -1 64 5838 0 0 0 147 2 0 0 19 0 12 0 23213386 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17299] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17299/stat : 17299 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213386 835145728 13812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17300] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17300/stat : 17300 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23213386 835145728 13812 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) 815572

[startup+6.30283 s]
/proc/loadavg: 2.13 2.07 2.01 4/93 17300
/proc/meminfo: memFree=1727216/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=815572 CPUtime=6.23
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 30197 0 1 0 606 17 0 0 18 0 12 0 23213377 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 203893 21934 1435 9 0 201220 0
[pid=17288/tid=17290] ppid=17286 vsize=815572 CPUtime=2.94
/proc/17288/task/17290/stat : 17290 (java) R 17286 17288 15439 0 -1 64 17383 0 1 0 283 11 0 0 25 0 12 0 23213378 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4109140190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17291] ppid=17286 vsize=815572 CPUtime=0.01
/proc/17288/task/17291/stat : 17291 (java) S 17286 17288 15439 0 -1 64 649 0 0 0 1 0 0 0 17 0 12 0 23213379 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17292] ppid=17286 vsize=815572 CPUtime=0.01
/proc/17288/task/17292/stat : 17292 (java) S 17286 17288 15439 0 -1 64 299 0 0 0 1 0 0 0 17 0 12 0 23213379 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17293] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17293/stat : 17293 (java) S 17286 17288 15439 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23213381 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17294] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17294/stat : 17294 (java) S 17286 17288 15439 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23213382 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17295] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17295/stat : 17295 (java) S 17286 17288 15439 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213382 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17296] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17296/stat : 17296 (java) S 17286 17288 15439 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23213386 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17297] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17297/stat : 17297 (java) S 17286 17288 15439 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 23213386 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17298] ppid=17286 vsize=815572 CPUtime=3.22
/proc/17288/task/17298/stat : 17298 (java) S 17286 17288 15439 0 -1 64 11099 0 0 0 318 4 0 0 19 0 12 0 23213386 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17299] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17299/stat : 17299 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213386 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17300] ppid=17286 vsize=815572 CPUtime=0
/proc/17288/task/17300/stat : 17300 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23213386 835145728 21934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 815572

[startup+12.7029 s]
/proc/loadavg: 2.20 2.08 2.02 3/93 17300
/proc/meminfo: memFree=1700152/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=819104 CPUtime=12.56
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 44503 0 1 0 1233 23 0 0 18 0 12 0 23213377 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 204776 29068 1435 9 0 202103 0
[pid=17288/tid=17290] ppid=17286 vsize=819104 CPUtime=6.46
/proc/17288/task/17290/stat : 17290 (java) R 17286 17288 15439 0 -1 64 17415 0 1 0 635 11 0 0 25 0 12 0 23213378 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 104170978 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17291] ppid=17286 vsize=819104 CPUtime=0.2
/proc/17288/task/17291/stat : 17291 (java) S 17286 17288 15439 0 -1 64 4219 0 0 0 19 1 0 0 17 0 12 0 23213379 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17292] ppid=17286 vsize=819104 CPUtime=0.16
/proc/17288/task/17292/stat : 17292 (java) S 17286 17288 15439 0 -1 64 3011 0 0 0 16 0 0 0 17 0 12 0 23213379 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17293] ppid=17286 vsize=819104 CPUtime=0
/proc/17288/task/17293/stat : 17293 (java) S 17286 17288 15439 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 23213381 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17294] ppid=17286 vsize=819104 CPUtime=0
/proc/17288/task/17294/stat : 17294 (java) S 17286 17288 15439 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23213382 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17295] ppid=17286 vsize=819104 CPUtime=0
/proc/17288/task/17295/stat : 17295 (java) S 17286 17288 15439 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213382 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17296] ppid=17286 vsize=819104 CPUtime=0
/proc/17288/task/17296/stat : 17296 (java) S 17286 17288 15439 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23213386 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17297] ppid=17286 vsize=819104 CPUtime=0
/proc/17288/task/17297/stat : 17297 (java) S 17286 17288 15439 0 -1 64 33 0 0 0 0 0 0 0 17 0 12 0 23213386 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17298] ppid=17286 vsize=819104 CPUtime=5.7
/proc/17288/task/17298/stat : 17298 (java) R 17286 17288 15439 0 -1 64 19060 0 0 0 562 8 0 0 20 0 12 0 23213386 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 102535106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17299] ppid=17286 vsize=819104 CPUtime=0
/proc/17288/task/17299/stat : 17299 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213386 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17300] ppid=17286 vsize=819104 CPUtime=0
/proc/17288/task/17300/stat : 17300 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23213386 838762496 29068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 819104

[startup+25.5019 s]
/proc/loadavg: 2.46 2.14 2.04 3/93 17300
/proc/meminfo: memFree=1641464/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=820736 CPUtime=25.31
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 64863 0 1 0 2499 32 0 0 18 0 12 0 23213377 840433664 44611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 205184 44611 1435 9 0 202511 0
[pid=17288/tid=17290] ppid=17286 vsize=820736 CPUtime=15.74
/proc/17288/task/17290/stat : 17290 (java) R 17286 17288 15439 0 -1 64 17443 0 1 0 1562 12 0 0 25 0 12 0 23213378 840433664 44611 996147200 134512640 134550932 4294956016 18446744073709551615 4109269770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17291] ppid=17286 vsize=820736 CPUtime=0.82
/proc/17288/task/17291/stat : 17291 (java) S 17286 17288 15439 0 -1 64 12515 0 0 0 77 5 0 0 16 0 12 0 23213379 840433664 44611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17292] ppid=17286 vsize=820736 CPUtime=0.76
/proc/17288/task/17292/stat : 17292 (java) S 17286 17288 15439 0 -1 64 10109 0 0 0 74 2 0 0 16 0 12 0 23213379 840433664 44611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17293] ppid=17286 vsize=820736 CPUtime=0.01
/proc/17288/task/17293/stat : 17293 (java) S 17286 17288 15439 0 -1 64 25 0 0 0 1 0 0 0 15 0 12 0 23213381 840433664 44611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17294] ppid=17286 vsize=820736 CPUtime=0
/proc/17288/task/17294/stat : 17294 (java) S 17286 17288 15439 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23213382 840433664 44611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17295] ppid=17286 vsize=820736 CPUtime=0
/proc/17288/task/17295/stat : 17295 (java) S 17286 17288 15439 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213382 840433664 44611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17296] ppid=17286 vsize=820736 CPUtime=0
/proc/17288/task/17296/stat : 17296 (java) S 17286 17288 15439 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23213386 840433664 44611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17297] ppid=17286 vsize=820736 CPUtime=0

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

[pid=17288/tid=17290] ppid=17286 vsize=818348 CPUtime=113.34
/proc/17288/task/17290/stat : 17290 (java) S 17286 17288 15439 0 -1 64 18181 0 1 0 11321 13 0 0 16 0 12 0 23213378 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17288/tid=17291] ppid=17286 vsize=818348 CPUtime=145.9
/proc/17288/task/17291/stat : 17291 (java) S 17286 17288 15439 0 -1 64 77898 0 0 0 14554 36 0 0 17 0 12 0 23213379 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17292] ppid=17286 vsize=818348 CPUtime=146.17
/proc/17288/task/17292/stat : 17292 (java) S 17286 17288 15439 0 -1 64 75787 0 0 0 14582 35 0 0 16 0 12 0 23213379 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17293] ppid=17286 vsize=818348 CPUtime=1369.8
/proc/17288/task/17293/stat : 17293 (java) R 17286 17288 15439 0 -1 64 584415 0 0 0 136694 286 0 0 17 0 12 0 23213381 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 105696665 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17294] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17294/stat : 17294 (java) S 17286 17288 15439 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23213382 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17288/tid=17295] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17295/stat : 17295 (java) S 17286 17288 15439 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213382 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17296] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17296/stat : 17296 (java) S 17286 17288 15439 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17297] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17297/stat : 17297 (java) S 17286 17288 15439 0 -1 64 46 0 0 0 0 0 0 0 17 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17298] ppid=17286 vsize=818348 CPUtime=14.34
/proc/17288/task/17298/stat : 17298 (java) S 17286 17288 15439 0 -1 64 45062 0 0 0 1415 19 0 0 16 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17299] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17299/stat : 17299 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17300] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17300/stat : 17300 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1789.62
Current children cumulated vsize (KiB) 818348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1732.51 s]
/proc/loadavg: 2.46 2.32 2.22 3/94 17527
/proc/meminfo: memFree=787296/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=818348 CPUtime=1800.05
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 803635 0 1 0 179611 394 0 0 18 0 12 0 23213377 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 204587 174837 1437 9 0 201914 0
[pid=17288/tid=17290] ppid=17286 vsize=818348 CPUtime=113.34
/proc/17288/task/17290/stat : 17290 (java) S 17286 17288 15439 0 -1 64 18184 0 1 0 11321 13 0 0 16 0 12 0 23213378 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17291] ppid=17286 vsize=818348 CPUtime=146.68
/proc/17288/task/17291/stat : 17291 (java) S 17286 17288 15439 0 -1 64 77898 0 0 0 14632 36 0 0 17 0 12 0 23213379 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17292] ppid=17286 vsize=818348 CPUtime=146.84
/proc/17288/task/17292/stat : 17292 (java) S 17286 17288 15439 0 -1 64 75787 0 0 0 14649 35 0 0 16 0 12 0 23213379 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17293] ppid=17286 vsize=818348 CPUtime=1378.79
/proc/17288/task/17293/stat : 17293 (java) R 17286 17288 15439 0 -1 64 585918 0 0 0 137592 287 0 0 18 0 12 0 23213381 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17294] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17294/stat : 17294 (java) S 17286 17288 15439 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23213382 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17288/tid=17295] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17295/stat : 17295 (java) S 17286 17288 15439 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213382 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17296] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17296/stat : 17296 (java) S 17286 17288 15439 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17297] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17297/stat : 17297 (java) S 17286 17288 15439 0 -1 64 46 0 0 0 0 0 0 0 17 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17298] ppid=17286 vsize=818348 CPUtime=14.34
/proc/17288/task/17298/stat : 17298 (java) S 17286 17288 15439 0 -1 64 45062 0 0 0 1415 19 0 0 16 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17299] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17299/stat : 17299 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17300] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17300/stat : 17300 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 818348

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17288

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

[startup+1732.61 s]
/proc/loadavg: 2.46 2.32 2.22 3/94 17527
/proc/meminfo: memFree=787296/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=818348 CPUtime=1800.15
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 803636 0 1 0 179621 394 0 0 16 0 12 0 23213377 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 204587 174837 1437 9 0 201914 0
[pid=17288/tid=17290] ppid=17286 vsize=818348 CPUtime=113.34
/proc/17288/task/17290/stat : 17290 (java) S 17286 17288 15439 0 -1 64 18184 0 1 0 11321 13 0 0 16 0 12 0 23213378 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17291] ppid=17286 vsize=818348 CPUtime=146.68
/proc/17288/task/17291/stat : 17291 (java) S 17286 17288 15439 0 -1 64 77898 0 0 0 14632 36 0 0 17 0 12 0 23213379 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17292] ppid=17286 vsize=818348 CPUtime=146.84
/proc/17288/task/17292/stat : 17292 (java) S 17286 17288 15439 0 -1 64 75787 0 0 0 14649 35 0 0 16 0 12 0 23213379 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17293] ppid=17286 vsize=818348 CPUtime=1378.89
/proc/17288/task/17293/stat : 17293 (java) R 17286 17288 15439 0 -1 64 585918 0 0 0 137602 287 0 0 18 0 12 0 23213381 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 106157876 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17294] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17294/stat : 17294 (java) S 17286 17288 15439 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23213382 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17288/tid=17295] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17295/stat : 17295 (java) S 17286 17288 15439 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213382 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17296] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17296/stat : 17296 (java) S 17286 17288 15439 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17297] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17297/stat : 17297 (java) S 17286 17288 15439 0 -1 64 46 0 0 0 0 0 0 0 17 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17298] ppid=17286 vsize=818348 CPUtime=14.34
/proc/17288/task/17298/stat : 17298 (java) S 17286 17288 15439 0 -1 64 45062 0 0 0 1415 19 0 0 16 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17299] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17299/stat : 17299 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17300] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17300/stat : 17300 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23213386 837988352 174837 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) 818348

[startup+1733.4 s]
/proc/loadavg: 2.46 2.32 2.22 3/94 17527
/proc/meminfo: memFree=787296/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=818348 CPUtime=1800.94
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 803636 0 1 0 179700 394 0 0 16 0 12 0 23213377 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 204587 174837 1437 9 0 201914 0
[pid=17288/tid=17290] ppid=17286 vsize=818348 CPUtime=113.34
/proc/17288/task/17290/stat : 17290 (java) S 17286 17288 15439 0 -1 64 18184 0 1 0 11321 13 0 0 16 0 12 0 23213378 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17291] ppid=17286 vsize=818348 CPUtime=146.68
/proc/17288/task/17291/stat : 17291 (java) S 17286 17288 15439 0 -1 64 77898 0 0 0 14632 36 0 0 17 0 12 0 23213379 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17292] ppid=17286 vsize=818348 CPUtime=146.84
/proc/17288/task/17292/stat : 17292 (java) S 17286 17288 15439 0 -1 64 75787 0 0 0 14649 35 0 0 16 0 12 0 23213379 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17293] ppid=17286 vsize=818348 CPUtime=1379.68
/proc/17288/task/17293/stat : 17293 (java) R 17286 17288 15439 0 -1 64 585918 0 0 0 137681 287 0 0 19 0 12 0 23213381 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17294] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17294/stat : 17294 (java) S 17286 17288 15439 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23213382 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17288/tid=17295] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17295/stat : 17295 (java) S 17286 17288 15439 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213382 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17296] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17296/stat : 17296 (java) S 17286 17288 15439 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17297] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17297/stat : 17297 (java) S 17286 17288 15439 0 -1 64 46 0 0 0 0 0 0 0 17 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17298] ppid=17286 vsize=818348 CPUtime=14.34
/proc/17288/task/17298/stat : 17298 (java) S 17286 17288 15439 0 -1 64 45062 0 0 0 1415 19 0 0 16 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17299] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17299/stat : 17299 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17300] ppid=17286 vsize=818348 CPUtime=0
/proc/17288/task/17300/stat : 17300 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23213386 837988352 174837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.94
Current children cumulated vsize (KiB) 818348

[startup+1734.2 s]
/proc/loadavg: 2.46 2.32 2.22 3/95 17528
/proc/meminfo: memFree=787288/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=816344 CPUtime=1801.79
/proc/17288/stat : 17288 (java) S 17286 17288 15439 0 -1 0 803640 0 1 0 179785 394 0 0 16 0 12 0 23213377 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17288/statm: 204086 174339 1437 9 0 201413 0
[pid=17288/tid=17290] ppid=17286 vsize=816344 CPUtime=113.34
/proc/17288/task/17290/stat : 17290 (java) S 17286 17288 15439 0 -1 64 18184 0 1 0 11321 13 0 0 16 0 12 0 23213378 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17291] ppid=17286 vsize=816344 CPUtime=146.73
/proc/17288/task/17291/stat : 17291 (java) R 17286 17288 15439 0 -1 64 77898 0 0 0 14637 36 0 0 17 0 12 0 23213379 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 103111747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17288/tid=17292] ppid=17286 vsize=816344 CPUtime=146.91
/proc/17288/task/17292/stat : 17292 (java) R 17286 17288 15439 0 -1 64 75787 0 0 0 14656 35 0 0 17 0 12 0 23213379 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 104188323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17293] ppid=17286 vsize=816344 CPUtime=1380.4
/proc/17288/task/17293/stat : 17293 (java) R 17286 17288 15439 0 -1 64 585918 0 0 0 137753 287 0 0 20 0 12 0 23213381 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17294] ppid=17286 vsize=816344 CPUtime=0
/proc/17288/task/17294/stat : 17294 (java) S 17286 17288 15439 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23213382 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17288/tid=17295] ppid=17286 vsize=816344 CPUtime=0
/proc/17288/task/17295/stat : 17295 (java) S 17286 17288 15439 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213382 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17296] ppid=17286 vsize=816344 CPUtime=0
/proc/17288/task/17296/stat : 17296 (java) S 17286 17288 15439 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 23213386 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17297] ppid=17286 vsize=816344 CPUtime=0
/proc/17288/task/17297/stat : 17297 (java) S 17286 17288 15439 0 -1 64 46 0 0 0 0 0 0 0 17 0 12 0 23213386 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17298] ppid=17286 vsize=816344 CPUtime=14.34
/proc/17288/task/17298/stat : 17298 (java) S 17286 17288 15439 0 -1 64 45062 0 0 0 1415 19 0 0 16 0 12 0 23213386 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17299] ppid=17286 vsize=816344 CPUtime=0
/proc/17288/task/17299/stat : 17299 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23213386 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17288/tid=17300] ppid=17286 vsize=816344 CPUtime=0
/proc/17288/task/17300/stat : 17300 (java) S 17286 17288 15439 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23213386 835936256 174339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.79
Current children cumulated vsize (KiB) 816344

[startup+1734.6 s]
/proc/loadavg: 2.46 2.32 2.22 3/84 17528
/proc/meminfo: memFree=1264800/2055920 swapFree=4192812/4192956
[pid=17288] ppid=17286 vsize=0 CPUtime=1802.36
/proc/17288/stat : 17288 (java) Z 17286 17288 15439 0 -1 1036 805142 0 1 0 179833 403 0 0 16 0 2 0 23213377 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17288/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.4
CPU user time (s): 1798.33
CPU system time (s): 4.06738
CPU usage (%): 103.906
Max. virtual memory (cumulated for all children) (KiB): 868420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.33
system time used= 4.06738
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 805142
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= 43965
involuntary context switches= 59456

runsolver used 2.11668 second user time and 5.8901 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 03:17:51
IDJOB=2075354
IDBENCH=56278
IDSOLVER=731
FILE ID=node26/2075354-1247361470
PBS_JOBID= 9506922
Free space on /tmp= 66344 MiB

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

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

MD5SUM BENCH= 611ab31a52b7b069f515199bd4dc08f8
RANDOM SEED=222844831

node26.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:       1816104 kB
Buffers:         21704 kB
Cached:         121776 kB
SwapCached:          0 kB
Active:         152824 kB
Inactive:        41908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          63888 kB
Slab:            30404 kB
Committed_AS:   194924 kB
PageTables:       1924 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= 66368 MiB
End job on node26 at 2009-07-12 03:46:45