Trace number 1074595

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.6887 39.5517

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle16.xml
MD5SUM0c5a53b323af0df90858476c1f792574
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.141978
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of constraints802
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension68
Number of constraints which are defined in intension734
Global constraints used (with number of constraints)

Solver Data (download as text)

0.21/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.21/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.21/0.29	c See www.sat4j.org for details.
0.21/0.29	c That software uses the Rhino library from the Mozilla project.
0.30/0.33	c version 9.9.9.token
0.30/0.33	c sun.arch.data.model	32
0.30/0.33	c java.version	1.6.0_06
0.30/0.33	c os.name	Linux
0.30/0.33	c os.version	2.6.9-22.EL.rootsmp
0.30/0.33	c os.arch	i386
0.30/0.33	c Free memory 669864272
0.30/0.33	c Max memory 672137216
0.30/0.33	c Total memory 672137216
0.30/0.33	c Number of processors 2
0.30/0.38	c c --- Begin Solver configuration ---
0.30/0.38	c Stops conflict analysis at the first Unique Implication Point
0.30/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.38	c Learn all clauses as in MiniSAT
0.30/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.38	c Expensive reason simplification
0.30/0.38	c MiniSAT restarts strategy
0.30/0.38	c timeout=2147483s
0.30/0.38	c DB Simplification allowed=false
0.30/0.38	c --- End Solver configuration ---
0.30/0.38	c solving HOME/instance-1074595-1215179022.xml
0.30/0.38	c reading problem ... 
0.60/0.66	c reading problem named null
0.60/0.66	c reading domains done.
0.60/0.66	c reading variables done.
0.69/0.75	c reading relations done.
1.68/1.74	c reading predicates  done.
1.88/1.93	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-1074595-1215179022/watcher-1074595-1215179022 -o /tmp/evaluation-result-1074595-1215179022/solver-1074595-1215179022 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074595-1215179022.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: 1.99 2.01 2.04 4/81 32438
/proc/meminfo: memFree=1461360/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=1804 CPUtime=0
/proc/32438/stat : 32438 (java6) D 32436 32438 31170 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1996876604 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/32438/statm: 451 155 111 9 0 93 0

[startup+0.0781879 s]
/proc/loadavg: 1.99 2.01 2.04 4/81 32438
/proc/meminfo: memFree=1461360/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=802236 CPUtime=0.06
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 2853 0 1 0 4 2 0 0 18 0 7 0 1996876604 821489664 2588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 200559 2588 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102191 s]
/proc/loadavg: 1.99 2.01 2.04 4/81 32438
/proc/meminfo: memFree=1461360/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=804756 CPUtime=0.09
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 3165 0 1 0 7 2 0 0 18 0 12 0 1996876604 824070144 2896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 201189 2896 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301235 s]
/proc/loadavg: 1.99 2.01 2.04 4/81 32438
/proc/meminfo: memFree=1461360/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=807856 CPUtime=0.3
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 4973 0 1 0 27 3 0 0 18 0 12 0 1996876604 827244544 4305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 201964 4305 1308 9 0 199333 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807856

[startup+0.701311 s]
/proc/loadavg: 1.99 2.01 2.04 4/81 32438
/proc/meminfo: memFree=1461360/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=807884 CPUtime=0.69
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 6108 0 1 0 64 5 0 0 18 0 12 0 1996876604 827273216 5438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 201971 5438 1335 9 0 199333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807884

[startup+1.50146 s]
/proc/loadavg: 1.99 2.01 2.04 4/93 32450
/proc/meminfo: memFree=1442512/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=811640 CPUtime=1.49
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 9647 0 1 0 142 7 0 0 18 0 12 0 1996876604 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 202910 8053 1349 9 0 200272 0
[pid=32438/tid=32440] ppid=32436 vsize=811640 CPUtime=0.67
/proc/32438/task/32440/stat : 32440 (java) R 32436 32438 31170 0 -1 64 5596 0 1 0 62 5 0 0 21 0 12 0 1996876605 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32441] ppid=32436 vsize=811640 CPUtime=0
/proc/32438/task/32441/stat : 32441 (java) S 32436 32438 31170 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1996876606 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32442] ppid=32436 vsize=811640 CPUtime=0
/proc/32438/task/32442/stat : 32442 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1996876606 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32443] ppid=32436 vsize=811640 CPUtime=0
/proc/32438/task/32443/stat : 32443 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1996876608 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32444] ppid=32436 vsize=811640 CPUtime=0
/proc/32438/task/32444/stat : 32444 (java) S 32436 32438 31170 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1996876608 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32445] ppid=32436 vsize=811640 CPUtime=0
/proc/32438/task/32445/stat : 32445 (java) S 32436 32438 31170 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1996876608 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32446] ppid=32436 vsize=811640 CPUtime=0
/proc/32438/task/32446/stat : 32446 (java) S 32436 32438 31170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996876612 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32447] ppid=32436 vsize=811640 CPUtime=0.28
/proc/32438/task/32447/stat : 32447 (java) R 32436 32438 31170 0 -1 64 539 0 0 0 28 0 0 0 16 0 12 0 1996876612 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 103117317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32448] ppid=32436 vsize=811640 CPUtime=0.5
/proc/32438/task/32448/stat : 32448 (java) S 32436 32438 31170 0 -1 64 2746 0 0 0 50 0 0 0 16 0 12 0 1996876613 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32449] ppid=32436 vsize=811640 CPUtime=0
/proc/32438/task/32449/stat : 32449 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996876613 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32450] ppid=32436 vsize=811640 CPUtime=0
/proc/32438/task/32450/stat : 32450 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996876613 831119360 8053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 811640

[startup+3.10277 s]
/proc/loadavg: 1.99 2.01 2.04 4/93 32450
/proc/meminfo: memFree=1420688/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=814204 CPUtime=3.2
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 29969 0 1 0 303 17 0 0 18 0 12 0 1996876604 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 203551 26810 1367 9 0 200913 0
[pid=32438/tid=32440] ppid=32436 vsize=814204 CPUtime=1.68
/proc/32438/task/32440/stat : 32440 (java) R 32436 32438 31170 0 -1 64 17255 0 1 0 157 11 0 0 24 0 12 0 1996876605 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32441] ppid=32436 vsize=814204 CPUtime=0.14
/proc/32438/task/32441/stat : 32441 (java) R 32436 32438 31170 0 -1 64 4775 0 0 0 13 1 0 0 16 0 12 0 1996876606 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32442] ppid=32436 vsize=814204 CPUtime=0.12
/proc/32438/task/32442/stat : 32442 (java) R 32436 32438 31170 0 -1 64 3542 0 0 0 11 1 0 0 17 0 12 0 1996876606 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 104136945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32443] ppid=32436 vsize=814204 CPUtime=0
/proc/32438/task/32443/stat : 32443 (java) S 32436 32438 31170 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1996876608 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32444] ppid=32436 vsize=814204 CPUtime=0
/proc/32438/task/32444/stat : 32444 (java) S 32436 32438 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996876608 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32445] ppid=32436 vsize=814204 CPUtime=0
/proc/32438/task/32445/stat : 32445 (java) S 32436 32438 31170 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1996876608 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32446] ppid=32436 vsize=814204 CPUtime=0
/proc/32438/task/32446/stat : 32446 (java) S 32436 32438 31170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996876612 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32447] ppid=32436 vsize=814204 CPUtime=0.55
/proc/32438/task/32447/stat : 32447 (java) S 32436 32438 31170 0 -1 64 854 0 0 0 55 0 0 0 16 0 12 0 1996876612 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32448] ppid=32436 vsize=814204 CPUtime=0.64
/proc/32438/task/32448/stat : 32448 (java) S 32436 32438 31170 0 -1 64 2753 0 0 0 64 0 0 0 16 0 12 0 1996876613 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32449] ppid=32436 vsize=814204 CPUtime=0
/proc/32438/task/32449/stat : 32449 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996876613 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32450] ppid=32436 vsize=814204 CPUtime=0
/proc/32438/task/32450/stat : 32450 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996876613 833744896 26810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 814204

[startup+6.30136 s]
/proc/loadavg: 1.99 2.01 2.04 4/93 32450
/proc/meminfo: memFree=1221456/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=827008 CPUtime=7.08
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 81262 0 1 0 670 38 0 0 18 0 12 0 1996876604 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 206752 72425 1367 9 0 204114 0
[pid=32438/tid=32440] ppid=32436 vsize=827008 CPUtime=2.99
/proc/32438/task/32440/stat : 32440 (java) R 32436 32438 31170 0 -1 64 17258 0 1 0 288 11 0 0 18 0 12 0 1996876605 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4109730884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32441] ppid=32436 vsize=827008 CPUtime=1.63
/proc/32438/task/32441/stat : 32441 (java) S 32436 32438 31170 0 -1 64 33073 0 0 0 150 13 0 0 19 0 12 0 1996876606 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32442] ppid=32436 vsize=827008 CPUtime=1.21
/proc/32438/task/32442/stat : 32442 (java) R 32436 32438 31170 0 -1 64 26534 0 0 0 110 11 0 0 19 0 12 0 1996876606 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32443] ppid=32436 vsize=827008 CPUtime=0
/proc/32438/task/32443/stat : 32443 (java) S 32436 32438 31170 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1996876608 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32444] ppid=32436 vsize=827008 CPUtime=0
/proc/32438/task/32444/stat : 32444 (java) S 32436 32438 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996876608 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32445] ppid=32436 vsize=827008 CPUtime=0
/proc/32438/task/32445/stat : 32445 (java) S 32436 32438 31170 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1996876608 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32446] ppid=32436 vsize=827008 CPUtime=0
/proc/32438/task/32446/stat : 32446 (java) S 32436 32438 31170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996876612 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32447] ppid=32436 vsize=827008 CPUtime=0.55
/proc/32438/task/32447/stat : 32447 (java) S 32436 32438 31170 0 -1 64 854 0 0 0 55 0 0 0 16 0 12 0 1996876612 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32448] ppid=32436 vsize=827008 CPUtime=0.64
/proc/32438/task/32448/stat : 32448 (java) S 32436 32438 31170 0 -1 64 2753 0 0 0 64 0 0 0 16 0 12 0 1996876613 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32449] ppid=32436 vsize=827008 CPUtime=0
/proc/32438/task/32449/stat : 32449 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996876613 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32450] ppid=32436 vsize=827008 CPUtime=0
/proc/32438/task/32450/stat : 32450 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996876613 846856192 72425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 827008

[startup+12.7026 s]
/proc/loadavg: 2.22 2.06 2.05 5/93 32450
/proc/meminfo: memFree=977296/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=837784 CPUtime=13.94
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 137690 0 1 0 1334 60 0 0 18 0 12 0 1996876604 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 209446 124998 1383 9 0 206808 0
[pid=32438/tid=32440] ppid=32436 vsize=837784 CPUtime=5.77
/proc/32438/task/32440/stat : 32440 (java) R 32436 32438 31170 0 -1 64 23422 0 1 0 563 14 0 0 25 0 12 0 1996876605 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4109824710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32441] ppid=32436 vsize=837784 CPUtime=4.25
/proc/32438/task/32441/stat : 32441 (java) S 32436 32438 31170 0 -1 64 67007 0 0 0 399 26 0 0 16 0 12 0 1996876606 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32442] ppid=32436 vsize=837784 CPUtime=1.9
/proc/32438/task/32442/stat : 32442 (java) S 32436 32438 31170 0 -1 64 39549 0 0 0 174 16 0 0 16 0 12 0 1996876606 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32443] ppid=32436 vsize=837784 CPUtime=0
/proc/32438/task/32443/stat : 32443 (java) S 32436 32438 31170 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1996876608 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32444] ppid=32436 vsize=837784 CPUtime=0
/proc/32438/task/32444/stat : 32444 (java) S 32436 32438 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996876608 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32445] ppid=32436 vsize=837784 CPUtime=0
/proc/32438/task/32445/stat : 32445 (java) S 32436 32438 31170 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1996876608 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32446] ppid=32436 vsize=837784 CPUtime=0
/proc/32438/task/32446/stat : 32446 (java) S 32436 32438 31170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996876612 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32447] ppid=32436 vsize=837784 CPUtime=0.82
/proc/32438/task/32447/stat : 32447 (java) S 32436 32438 31170 0 -1 64 1777 0 0 0 81 1 0 0 18 0 12 0 1996876612 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32448] ppid=32436 vsize=837784 CPUtime=1.14
/proc/32438/task/32448/stat : 32448 (java) S 32436 32438 31170 0 -1 64 5145 0 0 0 113 1 0 0 19 0 12 0 1996876613 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32449] ppid=32436 vsize=837784 CPUtime=0
/proc/32438/task/32449/stat : 32449 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996876613 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32450] ppid=32436 vsize=837784 CPUtime=0
/proc/32438/task/32450/stat : 32450 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996876613 857890816 124998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.94
Current children cumulated vsize (KiB) 837784

[startup+25.502 s]
/proc/loadavg: 2.19 2.05 2.05 4/93 32450
/proc/meminfo: memFree=764368/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=837048 CPUtime=27.63
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 190209 0 1 0 2682 81 0 0 18 0 12 0 1996876604 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 209262 175151 1387 9 0 206624 0
[pid=32438/tid=32440] ppid=32436 vsize=837048 CPUtime=8.69
/proc/32438/task/32440/stat : 32440 (java) R 32436 32438 31170 0 -1 64 35723 0 1 0 851 18 0 0 20 0 12 0 1996876605 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32441] ppid=32436 vsize=837048 CPUtime=6.06
/proc/32438/task/32441/stat : 32441 (java) S 32436 32438 31170 0 -1 64 87057 0 0 0 572 34 0 0 17 0 12 0 1996876606 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32442] ppid=32436 vsize=837048 CPUtime=3.71
/proc/32438/task/32442/stat : 32442 (java) S 32436 32438 31170 0 -1 64 54988 0 0 0 348 23 0 0 17 0 12 0 1996876606 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32443] ppid=32436 vsize=837048 CPUtime=7.16
/proc/32438/task/32443/stat : 32443 (java) R 32436 32438 31170 0 -1 64 4756 0 0 0 715 1 0 0 16 0 12 0 1996876608 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 103550469 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32444] ppid=32436 vsize=837048 CPUtime=0
/proc/32438/task/32444/stat : 32444 (java) S 32436 32438 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996876608 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32445] ppid=32436 vsize=837048 CPUtime=0
/proc/32438/task/32445/stat : 32445 (java) S 32436 32438 31170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996876608 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32446] ppid=32436 vsize=837048 CPUtime=0
/proc/32438/task/32446/stat : 32446 (java) S 32436 32438 31170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996876612 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32447] ppid=32436 vsize=837048 CPUtime=0.82
/proc/32438/task/32447/stat : 32447 (java) S 32436 32438 31170 0 -1 64 1777 0 0 0 81 1 0 0 18 0 12 0 1996876612 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32448] ppid=32436 vsize=837048 CPUtime=1.14
/proc/32438/task/32448/stat : 32448 (java) S 32436 32438 31170 0 -1 64 5145 0 0 0 113 1 0 0 19 0 12 0 1996876613 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32449] ppid=32436 vsize=837048 CPUtime=0
/proc/32438/task/32449/stat : 32449 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996876613 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32450] ppid=32436 vsize=837048 CPUtime=0
/proc/32438/task/32450/stat : 32450 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996876613 857137152 175151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.63
Current children cumulated vsize (KiB) 837048



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+37.4072 s]
/proc/loadavg: 2.37 2.10 2.07 3/93 32450
/proc/meminfo: memFree=709776/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=933056 CPUtime=39.55
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 227603 0 1 0 3860 95 0 0 18 0 12 0 1996876604 955449344 189533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32438/statm: 233264 189538 1387 9 0 230626 0
[pid=32438/tid=32440] ppid=32436 vsize=933056 CPUtime=9.85
/proc/32438/task/32440/stat : 32440 (java) S 32436 32438 31170 0 -1 64 35726 0 1 0 967 18 0 0 17 0 12 0 1996876605 955449344 189554 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32441] ppid=32436 vsize=933056 CPUtime=6.13
/proc/32438/task/32441/stat : 32441 (java) S 32436 32438 31170 0 -1 64 87057 0 0 0 579 34 0 0 17 0 12 0 1996876606 955449344 189562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32442] ppid=32436 vsize=933056 CPUtime=3.9
/proc/32438/task/32442/stat : 32442 (java) S 32436 32438 31170 0 -1 64 54988 0 0 0 367 23 0 0 17 0 12 0 1996876606 955449344 189570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32443] ppid=32436 vsize=933056 CPUtime=17.64
/proc/32438/task/32443/stat : 32443 (java) R 32436 32438 31170 0 -1 64 42192 0 0 0 1749 15 0 0 25 0 12 0 1996876608 955449344 189578 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32444] ppid=32436 vsize=933056 CPUtime=0
/proc/32438/task/32444/stat : 32444 (java) S 32436 32438 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996876608 955449344 189586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32445] ppid=32436 vsize=933056 CPUtime=0
/proc/32438/task/32445/stat : 32445 (java) S 32436 32438 31170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996876608 955449344 189594 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32446] ppid=32436 vsize=933056 CPUtime=0
/proc/32438/task/32446/stat : 32446 (java) S 32436 32438 31170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996876612 955449344 189603 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32447] ppid=32436 vsize=933056 CPUtime=0.82
/proc/32438/task/32447/stat : 32447 (java) S 32436 32438 31170 0 -1 64 1777 0 0 0 81 1 0 0 18 0 12 0 1996876612 955449344 189612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32448] ppid=32436 vsize=933056 CPUtime=1.14
/proc/32438/task/32448/stat : 32448 (java) S 32436 32438 31170 0 -1 64 5145 0 0 0 113 1 0 0 19 0 12 0 1996876613 955449344 189620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32449] ppid=32436 vsize=933056 CPUtime=0
/proc/32438/task/32449/stat : 32449 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996876613 955449344 189629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32450] ppid=32436 vsize=933056 CPUtime=0
/proc/32438/task/32450/stat : 32450 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996876613 955449344 189637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.55
Current children cumulated vsize (KiB) 933056

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.2023 s]
/proc/loadavg: 2.37 2.10 2.07 3/93 32450
/proc/meminfo: memFree=709776/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=901052 CPUtime=40.33
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 237224 0 1 0 3934 99 0 0 16 0 12 0 1996876604 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32438/statm: 225263 191152 1387 9 0 222625 0
[pid=32438/tid=32440] ppid=32436 vsize=901052 CPUtime=9.85
/proc/32438/task/32440/stat : 32440 (java) S 32436 32438 31170 0 -1 64 35726 0 1 0 967 18 0 0 17 0 12 0 1996876605 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32441] ppid=32436 vsize=901052 CPUtime=6.13
/proc/32438/task/32441/stat : 32441 (java) S 32436 32438 31170 0 -1 64 87057 0 0 0 579 34 0 0 17 0 12 0 1996876606 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32442] ppid=32436 vsize=901052 CPUtime=3.9
/proc/32438/task/32442/stat : 32442 (java) S 32436 32438 31170 0 -1 64 54988 0 0 0 367 23 0 0 17 0 12 0 1996876606 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32443] ppid=32436 vsize=901052 CPUtime=18.44
/proc/32438/task/32443/stat : 32443 (java) R 32436 32438 31170 0 -1 64 51767 0 0 0 1824 20 0 0 25 0 12 0 1996876608 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 106122572 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32444] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32444/stat : 32444 (java) S 32436 32438 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996876608 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32445] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32445/stat : 32445 (java) S 32436 32438 31170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996876608 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32446] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32446/stat : 32446 (java) S 32436 32438 31170 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1996876612 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32447] ppid=32436 vsize=901052 CPUtime=0.82
/proc/32438/task/32447/stat : 32447 (java) S 32436 32438 31170 0 -1 64 1777 0 0 0 81 1 0 0 18 0 12 0 1996876612 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32448] ppid=32436 vsize=901052 CPUtime=1.14
/proc/32438/task/32448/stat : 32448 (java) S 32436 32438 31170 0 -1 64 5145 0 0 0 113 1 0 0 19 0 12 0 1996876613 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32449] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32449/stat : 32449 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996876613 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32450] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32450/stat : 32450 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996876613 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.33
Current children cumulated vsize (KiB) 901052

[startup+39.0025 s]
/proc/loadavg: 2.37 2.10 2.07 3/94 32451
/proc/meminfo: memFree=699720/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=901052 CPUtime=41.13
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 237224 0 1 0 4014 99 0 0 16 0 12 0 1996876604 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32438/statm: 225263 191152 1387 9 0 222625 0
[pid=32438/tid=32440] ppid=32436 vsize=901052 CPUtime=9.85
/proc/32438/task/32440/stat : 32440 (java) S 32436 32438 31170 0 -1 64 35726 0 1 0 967 18 0 0 17 0 12 0 1996876605 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32441] ppid=32436 vsize=901052 CPUtime=6.13
/proc/32438/task/32441/stat : 32441 (java) S 32436 32438 31170 0 -1 64 87057 0 0 0 579 34 0 0 17 0 12 0 1996876606 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32442] ppid=32436 vsize=901052 CPUtime=3.9
/proc/32438/task/32442/stat : 32442 (java) S 32436 32438 31170 0 -1 64 54988 0 0 0 367 23 0 0 17 0 12 0 1996876606 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32443] ppid=32436 vsize=901052 CPUtime=19.24
/proc/32438/task/32443/stat : 32443 (java) R 32436 32438 31170 0 -1 64 51767 0 0 0 1904 20 0 0 25 0 12 0 1996876608 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 104136347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32444] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32444/stat : 32444 (java) S 32436 32438 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996876608 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32445] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32445/stat : 32445 (java) S 32436 32438 31170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996876608 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32446] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32446/stat : 32446 (java) S 32436 32438 31170 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1996876612 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32447] ppid=32436 vsize=901052 CPUtime=0.82
/proc/32438/task/32447/stat : 32447 (java) S 32436 32438 31170 0 -1 64 1777 0 0 0 81 1 0 0 18 0 12 0 1996876612 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32448] ppid=32436 vsize=901052 CPUtime=1.14
/proc/32438/task/32448/stat : 32448 (java) S 32436 32438 31170 0 -1 64 5145 0 0 0 113 1 0 0 19 0 12 0 1996876613 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32449] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32449/stat : 32449 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996876613 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32450] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32450/stat : 32450 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996876613 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.13
Current children cumulated vsize (KiB) 901052

[startup+39.4026 s]
/proc/loadavg: 2.37 2.10 2.07 3/94 32451
/proc/meminfo: memFree=699720/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=901052 CPUtime=41.53
/proc/32438/stat : 32438 (java) S 32436 32438 31170 0 -1 0 237224 0 1 0 4054 99 0 0 16 0 12 0 1996876604 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32438/statm: 225263 191152 1387 9 0 222625 0
[pid=32438/tid=32440] ppid=32436 vsize=901052 CPUtime=9.85
/proc/32438/task/32440/stat : 32440 (java) S 32436 32438 31170 0 -1 64 35726 0 1 0 967 18 0 0 17 0 12 0 1996876605 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32441] ppid=32436 vsize=901052 CPUtime=6.13
/proc/32438/task/32441/stat : 32441 (java) S 32436 32438 31170 0 -1 64 87057 0 0 0 579 34 0 0 17 0 12 0 1996876606 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32442] ppid=32436 vsize=901052 CPUtime=3.9
/proc/32438/task/32442/stat : 32442 (java) S 32436 32438 31170 0 -1 64 54988 0 0 0 367 23 0 0 17 0 12 0 1996876606 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32443] ppid=32436 vsize=901052 CPUtime=19.64
/proc/32438/task/32443/stat : 32443 (java) R 32436 32438 31170 0 -1 64 51767 0 0 0 1944 20 0 0 25 0 12 0 1996876608 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32444] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32444/stat : 32444 (java) S 32436 32438 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996876608 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32445] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32445/stat : 32445 (java) S 32436 32438 31170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996876608 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32446] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32446/stat : 32446 (java) S 32436 32438 31170 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1996876612 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32447] ppid=32436 vsize=901052 CPUtime=0.82
/proc/32438/task/32447/stat : 32447 (java) S 32436 32438 31170 0 -1 64 1777 0 0 0 81 1 0 0 18 0 12 0 1996876612 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32438/tid=32448] ppid=32436 vsize=901052 CPUtime=1.14
/proc/32438/task/32448/stat : 32448 (java) S 32436 32438 31170 0 -1 64 5145 0 0 0 113 1 0 0 19 0 12 0 1996876613 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32449] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32449/stat : 32449 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996876613 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32438/tid=32450] ppid=32436 vsize=901052 CPUtime=0
/proc/32438/task/32450/stat : 32450 (java) S 32436 32438 31170 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996876613 922677248 191152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.53
Current children cumulated vsize (KiB) 901052

[startup+39.5028 s]
/proc/loadavg: 2.37 2.10 2.07 3/83 32451
/proc/meminfo: memFree=1175760/2055920 swapFree=4180456/4192956
[pid=32438] ppid=32436 vsize=0 CPUtime=41.64
/proc/32438/stat : 32438 (java) Z 32436 32438 31170 0 -1 1036 237224 0 1 0 4057 107 0 0 16 0 2 0 1996876604 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32438/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.64
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 39.5517
CPU time (s): 41.6887
CPU user time (s): 40.5738
CPU system time (s): 1.11483
CPU usage (%): 105.403
Max. virtual memory (cumulated for all children) (KiB): 933056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.5738
system time used= 1.11483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237224
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= 1669
involuntary context switches= 1955

runsolver used 0.05999 second user time and 0.144977 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-04 15:43:42
IDJOB=1074595
IDBENCH=56420
IDSOLVER=344
FILE ID=node19/1074595-1215179022
PBS_JOBID= 7881513
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle16.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-1074595-1215179022/watcher-1074595-1215179022 -o /tmp/evaluation-result-1074595-1215179022/solver-1074595-1215179022 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074595-1215179022.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c5a53b323af0df90858476c1f792574
RANDOM SEED=929163305

node19.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.263
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	: 5931.00
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.263
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:       1461840 kB
Buffers:         93456 kB
Cached:         247620 kB
SwapCached:       6540 kB
Active:         392208 kB
Inactive:       131236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461840 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         198596 kB
Slab:            55376 kB
Committed_AS:  3698836 kB
PageTables:       2252 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= 66556 MiB
End job on node19 at 2008-07-04 15:44:22