Trace number 1078872

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (MO) 41.8046 39.3295

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle21.xml
MD5SUM4d42284b8f5f2eedeb4dbff726646a06
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.161975
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints672
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension64
Number of constraints which are defined in intension608
Global constraints used (with number of constraints)

Solver Data (download as text)

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

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078872-1215208445/watcher-1078872-1215208445 -o /tmp/evaluation-result-1078872-1215208445/solver-1078872-1215208445 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1078872-1215208445.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.54 2.31 2.23 4/80 31674
/proc/meminfo: memFree=1715980/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=18572 CPUtime=0
/proc/31674/stat : 31674 (runsolver) R 31672 31674 30139 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 676571123 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31674/statm: 4643 292 257 25 0 2626 0

[startup+0.0278731 s]
/proc/loadavg: 2.54 2.31 2.23 4/80 31674
/proc/meminfo: memFree=1715980/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=800592 CPUtime=0.01
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 1990 0 1 0 0 1 0 0 18 0 4 0 676571123 819806208 1729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31674/statm: 200148 1734 644 9 0 197531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800592

[startup+0.101879 s]
/proc/loadavg: 2.54 2.31 2.23 4/80 31674
/proc/meminfo: memFree=1715980/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=804488 CPUtime=0.07
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 2941 0 1 0 5 2 0 0 18 0 12 0 676571123 823795712 2674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31674/statm: 201122 2675 1044 9 0 198491 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804488

[startup+0.301906 s]
/proc/loadavg: 2.54 2.31 2.23 4/80 31674
/proc/meminfo: memFree=1715980/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=808784 CPUtime=0.32
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 4953 0 1 0 29 3 0 0 18 0 12 0 676571123 828194816 4282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31674/statm: 202196 4282 1306 9 0 199565 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 808784

[startup+0.701941 s]
/proc/loadavg: 2.54 2.31 2.23 4/80 31674
/proc/meminfo: memFree=1715980/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=808812 CPUtime=0.72
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 6359 0 1 0 68 4 0 0 18 0 12 0 676571123 828223488 5541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31674/statm: 202203 5541 1335 9 0 199565 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 808812

[startup+1.50203 s]
/proc/loadavg: 2.66 2.34 2.24 4/92 31686
/proc/meminfo: memFree=1696492/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=813984 CPUtime=1.52
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 11728 0 1 0 146 6 0 0 18 0 12 0 676571123 833519616 9596 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31674/statm: 203496 9596 1349 9 0 200858 0
[pid=31674/tid=31676] ppid=31672 vsize=813984 CPUtime=0.74
/proc/31674/task/31676/stat : 31676 (java) R 31672 31674 30139 0 -1 64 6773 0 1 0 70 4 0 0 21 0 12 0 676571124 833519616 9597 996147200 134512640 134550740 4294956016 18446744073709551615 4109636342 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31677] ppid=31672 vsize=813984 CPUtime=0
/proc/31674/task/31677/stat : 31677 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 676571125 833519616 9597 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31678] ppid=31672 vsize=813984 CPUtime=0
/proc/31674/task/31678/stat : 31678 (java) S 31672 31674 30139 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 676571125 833519616 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31679] ppid=31672 vsize=813984 CPUtime=0
/proc/31674/task/31679/stat : 31679 (java) S 31672 31674 30139 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 676571127 833519616 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31680] ppid=31672 vsize=813984 CPUtime=0
/proc/31674/task/31680/stat : 31680 (java) S 31672 31674 30139 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 676571127 833519616 9599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31681] ppid=31672 vsize=813984 CPUtime=0
/proc/31674/task/31681/stat : 31681 (java) S 31672 31674 30139 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 676571127 833519616 9599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31682] ppid=31672 vsize=813984 CPUtime=0
/proc/31674/task/31682/stat : 31682 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 676571133 833519616 9600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31683] ppid=31672 vsize=813984 CPUtime=0.37
/proc/31674/task/31683/stat : 31683 (java) S 31672 31674 30139 0 -1 64 2934 0 0 0 36 1 0 0 16 0 12 0 676571133 833519616 9600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31684] ppid=31672 vsize=813984 CPUtime=0.39
/proc/31674/task/31684/stat : 31684 (java) S 31672 31674 30139 0 -1 64 1259 0 0 0 39 0 0 0 16 0 12 0 676571133 833519616 9601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31685] ppid=31672 vsize=813984 CPUtime=0
/proc/31674/task/31685/stat : 31685 (java) S 31672 31674 30139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 676571133 833519616 9601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31686] ppid=31672 vsize=813984 CPUtime=0
/proc/31674/task/31686/stat : 31686 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 676571133 833519616 9602 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 813984

[startup+3.10219 s]
/proc/loadavg: 2.66 2.34 2.24 3/92 31686
/proc/meminfo: memFree=1654380/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=817192 CPUtime=3.12
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 32215 0 1 0 297 15 0 0 18 0 12 0 676571123 836804608 29424 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31674/statm: 204298 29425 1368 9 0 201660 0
[pid=31674/tid=31676] ppid=31672 vsize=817192 CPUtime=1.62
/proc/31674/task/31676/stat : 31676 (java) R 31672 31674 30139 0 -1 64 17568 0 1 0 153 9 0 0 25 0 12 0 676571124 836804608 29427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31677] ppid=31672 vsize=817192 CPUtime=0.12
/proc/31674/task/31677/stat : 31677 (java) R 31672 31674 30139 0 -1 64 5035 0 0 0 10 2 0 0 16 0 12 0 676571125 836804608 29428 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31678] ppid=31672 vsize=817192 CPUtime=0.12
/proc/31674/task/31678/stat : 31678 (java) R 31672 31674 30139 0 -1 64 4533 0 0 0 11 1 0 0 16 0 12 0 676571125 836804608 29430 996147200 134512640 134550740 4294956016 18446744073709551615 104146011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31679] ppid=31672 vsize=817192 CPUtime=0
/proc/31674/task/31679/stat : 31679 (java) S 31672 31674 30139 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 676571127 836804608 29432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31680] ppid=31672 vsize=817192 CPUtime=0
/proc/31674/task/31680/stat : 31680 (java) S 31672 31674 30139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676571127 836804608 29434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31681] ppid=31672 vsize=817192 CPUtime=0
/proc/31674/task/31681/stat : 31681 (java) S 31672 31674 30139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676571127 836804608 29436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31682] ppid=31672 vsize=817192 CPUtime=0
/proc/31674/task/31682/stat : 31682 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 676571133 836804608 29438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31683] ppid=31672 vsize=817192 CPUtime=0.68
/proc/31674/task/31683/stat : 31683 (java) S 31672 31674 30139 0 -1 64 3023 0 0 0 67 1 0 0 16 0 12 0 676571133 836804608 29440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31684] ppid=31672 vsize=817192 CPUtime=0.53
/proc/31674/task/31684/stat : 31684 (java) S 31672 31674 30139 0 -1 64 1266 0 0 0 53 0 0 0 16 0 12 0 676571133 836804608 29441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31685] ppid=31672 vsize=817192 CPUtime=0
/proc/31674/task/31685/stat : 31685 (java) S 31672 31674 30139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 676571133 836804608 29443 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31686] ppid=31672 vsize=817192 CPUtime=0
/proc/31674/task/31686/stat : 31686 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 676571133 836804608 29445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 817192

[startup+6.30254 s]
/proc/loadavg: 2.69 2.35 2.25 4/92 31686
/proc/meminfo: memFree=1481452/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=830180 CPUtime=7.21
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 79402 0 1 0 685 36 0 0 18 0 12 0 676571123 850104320 67424 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31674/statm: 207545 67427 1384 9 0 204907 0
[pid=31674/tid=31676] ppid=31672 vsize=830180 CPUtime=2.79
/proc/31674/task/31676/stat : 31676 (java) R 31672 31674 30139 0 -1 64 17581 0 1 0 270 9 0 0 21 0 12 0 676571124 850104320 67428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31677] ppid=31672 vsize=830180 CPUtime=1.36
/proc/31674/task/31677/stat : 31677 (java) R 31672 31674 30139 0 -1 64 25563 0 0 0 125 11 0 0 18 0 12 0 676571125 850104320 67430 996147200 134512640 134550740 4294956016 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31678] ppid=31672 vsize=830180 CPUtime=1.37
/proc/31674/task/31678/stat : 31678 (java) R 31672 31674 30139 0 -1 64 29267 0 0 0 125 12 0 0 18 0 12 0 676571125 850104320 67432 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31679] ppid=31672 vsize=830180 CPUtime=0
/proc/31674/task/31679/stat : 31679 (java) S 31672 31674 30139 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 676571127 850104320 67434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31680] ppid=31672 vsize=830180 CPUtime=0
/proc/31674/task/31680/stat : 31680 (java) S 31672 31674 30139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676571127 850104320 67436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31681] ppid=31672 vsize=830180 CPUtime=0
/proc/31674/task/31681/stat : 31681 (java) S 31672 31674 30139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676571127 850104320 67438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31682] ppid=31672 vsize=830180 CPUtime=0
/proc/31674/task/31682/stat : 31682 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 676571133 850104320 67439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31683] ppid=31672 vsize=830180 CPUtime=0.73
/proc/31674/task/31683/stat : 31683 (java) S 31672 31674 30139 0 -1 64 3040 0 0 0 72 1 0 0 16 0 12 0 676571133 850104320 67441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31684] ppid=31672 vsize=830180 CPUtime=0.9
/proc/31674/task/31684/stat : 31684 (java) S 31672 31674 30139 0 -1 64 3165 0 0 0 90 0 0 0 17 0 12 0 676571133 850104320 67443 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31685] ppid=31672 vsize=830180 CPUtime=0
/proc/31674/task/31685/stat : 31685 (java) S 31672 31674 30139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 676571133 850104320 67445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31686] ppid=31672 vsize=830180 CPUtime=0
/proc/31674/task/31686/stat : 31686 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 676571133 850104320 67447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 830180

[startup+12.7022 s]
/proc/loadavg: 2.79 2.38 2.25 5/92 31686
/proc/meminfo: memFree=1283500/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=834544 CPUtime=14.78
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 130400 0 1 0 1418 60 0 0 18 0 12 0 676571123 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31674/statm: 208636 115206 1384 9 0 205998 0
[pid=31674/tid=31676] ppid=31672 vsize=834544 CPUtime=6
/proc/31674/task/31676/stat : 31676 (java) R 31672 31674 30139 0 -1 64 23737 0 1 0 588 12 0 0 25 0 12 0 676571124 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31677] ppid=31672 vsize=834544 CPUtime=3.58
/proc/31674/task/31677/stat : 31677 (java) R 31672 31674 30139 0 -1 64 38309 0 0 0 341 17 0 0 16 0 12 0 676571125 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 106160020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31678] ppid=31672 vsize=834544 CPUtime=3.52
/proc/31674/task/31678/stat : 31678 (java) R 31672 31674 30139 0 -1 64 61355 0 0 0 325 27 0 0 16 0 12 0 676571125 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 106160183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31679] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31679/stat : 31679 (java) S 31672 31674 30139 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 676571127 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31680] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31680/stat : 31680 (java) S 31672 31674 30139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676571127 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31681] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31681/stat : 31681 (java) S 31672 31674 30139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676571127 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31682] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31682/stat : 31682 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 676571133 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31683] ppid=31672 vsize=834544 CPUtime=0.73
/proc/31674/task/31683/stat : 31683 (java) S 31672 31674 30139 0 -1 64 3040 0 0 0 72 1 0 0 16 0 12 0 676571133 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31684] ppid=31672 vsize=834544 CPUtime=0.9
/proc/31674/task/31684/stat : 31684 (java) S 31672 31674 30139 0 -1 64 3165 0 0 0 90 0 0 0 17 0 12 0 676571133 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31685] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31685/stat : 31685 (java) S 31672 31674 30139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 676571133 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31686] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31686/stat : 31686 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 676571133 854573056 115206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 834544

[startup+25.5065 s]
/proc/loadavg: 2.62 2.36 2.25 3/92 31686
/proc/meminfo: memFree=1039148/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=834544 CPUtime=28.07
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 186061 0 1 0 2724 83 0 0 18 0 12 0 676571123 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31674/statm: 208636 170073 1386 9 0 205998 0
[pid=31674/tid=31676] ppid=31672 vsize=834544 CPUtime=13.44
/proc/31674/task/31676/stat : 31676 (java) S 31672 31674 30139 0 -1 64 36047 0 1 0 1327 17 0 0 25 0 12 0 676571124 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31677] ppid=31672 vsize=834544 CPUtime=5.27
/proc/31674/task/31677/stat : 31677 (java) S 31672 31674 30139 0 -1 64 62995 0 0 0 501 26 0 0 17 0 12 0 676571125 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31678] ppid=31672 vsize=834544 CPUtime=5.73
/proc/31674/task/31678/stat : 31678 (java) S 31672 31674 30139 0 -1 64 80018 0 0 0 538 35 0 0 16 0 12 0 676571125 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31679] ppid=31672 vsize=834544 CPUtime=1.92
/proc/31674/task/31679/stat : 31679 (java) R 31672 31674 30139 0 -1 64 32 0 0 0 192 0 0 0 18 0 12 0 676571127 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31680] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31680/stat : 31680 (java) S 31672 31674 30139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676571127 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31681] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31681/stat : 31681 (java) S 31672 31674 30139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676571127 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31682] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31682/stat : 31682 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 676571133 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31683] ppid=31672 vsize=834544 CPUtime=0.73
/proc/31674/task/31683/stat : 31683 (java) S 31672 31674 30139 0 -1 64 3040 0 0 0 72 1 0 0 16 0 12 0 676571133 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31684] ppid=31672 vsize=834544 CPUtime=0.9
/proc/31674/task/31684/stat : 31684 (java) S 31672 31674 30139 0 -1 64 3165 0 0 0 90 0 0 0 17 0 12 0 676571133 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31685] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31685/stat : 31685 (java) S 31672 31674 30139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 676571133 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31686] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31686/stat : 31686 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 676571133 854573056 170073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.07
Current children cumulated vsize (KiB) 834544



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+37.2027 s]
/proc/loadavg: 2.52 2.35 2.25 3/92 31686
/proc/meminfo: memFree=953196/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=930552 CPUtime=39.7
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 245978 0 1 0 3864 106 0 0 18 0 12 0 676571123 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31674/statm: 232638 191465 1387 9 0 230000 0
[pid=31674/tid=31676] ppid=31672 vsize=930552 CPUtime=14.2
/proc/31674/task/31676/stat : 31676 (java) S 31672 31674 30139 0 -1 64 36051 0 1 0 1403 17 0 0 18 0 12 0 676571124 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31677] ppid=31672 vsize=930552 CPUtime=5.4
/proc/31674/task/31677/stat : 31677 (java) S 31672 31674 30139 0 -1 64 63306 0 0 0 513 27 0 0 16 0 12 0 676571125 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31678] ppid=31672 vsize=930552 CPUtime=6.01
/proc/31674/task/31678/stat : 31678 (java) S 31672 31674 30139 0 -1 64 80252 0 0 0 566 35 0 0 16 0 12 0 676571125 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31679] ppid=31672 vsize=930552 CPUtime=12.39
/proc/31674/task/31679/stat : 31679 (java) R 31672 31674 30139 0 -1 64 59400 0 0 0 1216 23 0 0 25 0 12 0 676571127 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 103550852 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31680] ppid=31672 vsize=930552 CPUtime=0
/proc/31674/task/31680/stat : 31680 (java) S 31672 31674 30139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676571127 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31681] ppid=31672 vsize=930552 CPUtime=0
/proc/31674/task/31681/stat : 31681 (java) S 31672 31674 30139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676571127 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31682] ppid=31672 vsize=930552 CPUtime=0
/proc/31674/task/31682/stat : 31682 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 676571133 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31683] ppid=31672 vsize=930552 CPUtime=0.73
/proc/31674/task/31683/stat : 31683 (java) S 31672 31674 30139 0 -1 64 3040 0 0 0 72 1 0 0 16 0 12 0 676571133 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31684] ppid=31672 vsize=930552 CPUtime=0.9
/proc/31674/task/31684/stat : 31684 (java) S 31672 31674 30139 0 -1 64 3165 0 0 0 90 0 0 0 17 0 12 0 676571133 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31685] ppid=31672 vsize=930552 CPUtime=0
/proc/31674/task/31685/stat : 31685 (java) S 31672 31674 30139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 676571133 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31686] ppid=31672 vsize=930552 CPUtime=0
/proc/31674/task/31686/stat : 31686 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 676571133 952885248 191465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.7
Current children cumulated vsize (KiB) 930552

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

Sending SIGKILL to process tree (bottom up)

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

[startup+38.4029 s]
/proc/loadavg: 2.52 2.35 2.25 3/93 31687
/proc/meminfo: memFree=942372/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=898548 CPUtime=40.87
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 256626 0 1 0 3977 110 0 0 16 0 12 0 676571123 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31674/statm: 224637 194111 1387 9 0 221999 0
[pid=31674/tid=31676] ppid=31672 vsize=898548 CPUtime=14.2
/proc/31674/task/31676/stat : 31676 (java) S 31672 31674 30139 0 -1 64 36051 0 1 0 1403 17 0 0 18 0 12 0 676571124 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31677] ppid=31672 vsize=898548 CPUtime=5.4
/proc/31674/task/31677/stat : 31677 (java) S 31672 31674 30139 0 -1 64 63306 0 0 0 513 27 0 0 16 0 12 0 676571125 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31678] ppid=31672 vsize=898548 CPUtime=6.01
/proc/31674/task/31678/stat : 31678 (java) S 31672 31674 30139 0 -1 64 80252 0 0 0 566 35 0 0 16 0 12 0 676571125 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31679] ppid=31672 vsize=898548 CPUtime=13.57
/proc/31674/task/31679/stat : 31679 (java) R 31672 31674 30139 0 -1 64 70047 0 0 0 1330 27 0 0 25 0 12 0 676571127 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 106736519 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31680] ppid=31672 vsize=898548 CPUtime=0
/proc/31674/task/31680/stat : 31680 (java) S 31672 31674 30139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676571127 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31681] ppid=31672 vsize=898548 CPUtime=0
/proc/31674/task/31681/stat : 31681 (java) S 31672 31674 30139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676571127 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31682] ppid=31672 vsize=898548 CPUtime=0
/proc/31674/task/31682/stat : 31682 (java) S 31672 31674 30139 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 676571133 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31683] ppid=31672 vsize=898548 CPUtime=0.73
/proc/31674/task/31683/stat : 31683 (java) S 31672 31674 30139 0 -1 64 3040 0 0 0 72 1 0 0 16 0 12 0 676571133 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31684] ppid=31672 vsize=898548 CPUtime=0.9
/proc/31674/task/31684/stat : 31684 (java) S 31672 31674 30139 0 -1 64 3165 0 0 0 90 0 0 0 17 0 12 0 676571133 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31685] ppid=31672 vsize=898548 CPUtime=0
/proc/31674/task/31685/stat : 31685 (java) S 31672 31674 30139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 676571133 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31686] ppid=31672 vsize=898548 CPUtime=0
/proc/31674/task/31686/stat : 31686 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 676571133 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.87
Current children cumulated vsize (KiB) 898548

[startup+38.8029 s]
/proc/loadavg: 2.52 2.35 2.25 3/93 31687
/proc/meminfo: memFree=942372/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=898548 CPUtime=41.27
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 256626 0 1 0 4017 110 0 0 16 0 12 0 676571123 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31674/statm: 224637 194111 1387 9 0 221999 0
[pid=31674/tid=31676] ppid=31672 vsize=898548 CPUtime=14.2
/proc/31674/task/31676/stat : 31676 (java) S 31672 31674 30139 0 -1 64 36051 0 1 0 1403 17 0 0 18 0 12 0 676571124 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31677] ppid=31672 vsize=898548 CPUtime=5.4
/proc/31674/task/31677/stat : 31677 (java) S 31672 31674 30139 0 -1 64 63306 0 0 0 513 27 0 0 16 0 12 0 676571125 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31678] ppid=31672 vsize=898548 CPUtime=6.01
/proc/31674/task/31678/stat : 31678 (java) S 31672 31674 30139 0 -1 64 80252 0 0 0 566 35 0 0 16 0 12 0 676571125 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31679] ppid=31672 vsize=898548 CPUtime=13.97
/proc/31674/task/31679/stat : 31679 (java) R 31672 31674 30139 0 -1 64 70047 0 0 0 1370 27 0 0 25 0 12 0 676571127 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 105852550 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31680] ppid=31672 vsize=898548 CPUtime=0
/proc/31674/task/31680/stat : 31680 (java) S 31672 31674 30139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676571127 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31681] ppid=31672 vsize=898548 CPUtime=0
/proc/31674/task/31681/stat : 31681 (java) S 31672 31674 30139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676571127 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31682] ppid=31672 vsize=898548 CPUtime=0
/proc/31674/task/31682/stat : 31682 (java) S 31672 31674 30139 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 676571133 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31683] ppid=31672 vsize=898548 CPUtime=0.73
/proc/31674/task/31683/stat : 31683 (java) S 31672 31674 30139 0 -1 64 3040 0 0 0 72 1 0 0 16 0 12 0 676571133 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31684] ppid=31672 vsize=898548 CPUtime=0.9
/proc/31674/task/31684/stat : 31684 (java) S 31672 31674 30139 0 -1 64 3165 0 0 0 90 0 0 0 17 0 12 0 676571133 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31685] ppid=31672 vsize=898548 CPUtime=0
/proc/31674/task/31685/stat : 31685 (java) S 31672 31674 30139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 676571133 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31686] ppid=31672 vsize=898548 CPUtime=0
/proc/31674/task/31686/stat : 31686 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 676571133 920113152 194111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.27
Current children cumulated vsize (KiB) 898548

[startup+39.2029 s]
/proc/loadavg: 2.52 2.35 2.25 3/93 31687
/proc/meminfo: memFree=942372/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=834544 CPUtime=41.66
/proc/31674/stat : 31674 (java) S 31672 31674 30139 0 -1 0 256629 0 1 0 4055 111 0 0 16 0 12 0 676571123 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31674/statm: 208636 178113 1387 9 0 205998 0
[pid=31674/tid=31676] ppid=31672 vsize=834544 CPUtime=14.2
/proc/31674/task/31676/stat : 31676 (java) R 31672 31674 30139 0 -1 64 36051 0 1 0 1403 17 0 0 16 0 12 0 676571124 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4109743668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31677] ppid=31672 vsize=834544 CPUtime=5.4
/proc/31674/task/31677/stat : 31677 (java) S 31672 31674 30139 0 -1 64 63306 0 0 0 513 27 0 0 16 0 12 0 676571125 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31678] ppid=31672 vsize=834544 CPUtime=6.01
/proc/31674/task/31678/stat : 31678 (java) S 31672 31674 30139 0 -1 64 80252 0 0 0 566 35 0 0 16 0 12 0 676571125 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31679] ppid=31672 vsize=834544 CPUtime=14.35
/proc/31674/task/31679/stat : 31679 (java) R 31672 31674 30139 0 -1 64 70047 0 0 0 1407 28 0 0 25 0 12 0 676571127 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31680] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31680/stat : 31680 (java) S 31672 31674 30139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 676571127 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31681] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31681/stat : 31681 (java) S 31672 31674 30139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 676571127 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31682] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31682/stat : 31682 (java) R 31672 31674 30139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 676571133 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31683] ppid=31672 vsize=834544 CPUtime=0.73
/proc/31674/task/31683/stat : 31683 (java) S 31672 31674 30139 0 -1 64 3040 0 0 0 72 1 0 0 16 0 12 0 676571133 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31684] ppid=31672 vsize=834544 CPUtime=0.9
/proc/31674/task/31684/stat : 31684 (java) S 31672 31674 30139 0 -1 64 3165 0 0 0 90 0 0 0 17 0 12 0 676571133 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31674/tid=31685] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31685/stat : 31685 (java) S 31672 31674 30139 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 676571133 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31674/tid=31686] ppid=31672 vsize=834544 CPUtime=0
/proc/31674/task/31686/stat : 31686 (java) S 31672 31674 30139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 676571133 854573056 178113 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.66
Current children cumulated vsize (KiB) 834544

[startup+39.3033 s]
/proc/loadavg: 2.52 2.35 2.25 3/93 31687
/proc/meminfo: memFree=942372/2055920 swapFree=4146768/4192956
[pid=31674] ppid=31672 vsize=0 CPUtime=41.76
/proc/31674/stat : 31674 (java) Z 31672 31674 30139 0 -1 1036 256630 0 1 0 4057 119 0 0 16 0 2 0 676571123 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31674/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.76
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 39.3295
CPU time (s): 41.8046
CPU user time (s): 40.5798
CPU system time (s): 1.22481
CPU usage (%): 106.293
Max. virtual memory (cumulated for all children) (KiB): 930552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.5798
system time used= 1.22481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256630
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= 1886
involuntary context switches= 2465

runsolver used 0.136979 second user time and 0.32795 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 23:54:06
IDJOB=1078872
IDBENCH=56847
IDSOLVER=344
FILE ID=node90/1078872-1215208445
PBS_JOBID= 7881652
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle21.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078872-1215208445/watcher-1078872-1215208445 -o /tmp/evaluation-result-1078872-1215208445/solver-1078872-1215208445 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1078872-1215208445.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d42284b8f5f2eedeb4dbff726646a06
RANDOM SEED=2093088851

node90.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1716460 kB
Buffers:         50008 kB
Cached:         185356 kB
SwapCached:      37656 kB
Active:         216476 kB
Inactive:        64072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716460 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:          50060 kB
Slab:            43540 kB
Committed_AS:   932344 kB
PageTables:       2364 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= 66528 MiB
End job on node90 at 2008-07-04 23:54:45