Trace number 1071861

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.6167 40.7421

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle19.xml
MD5SUMa8072f23026ce455c1a4a12512ecc55b
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.278956
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints913
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension833
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.37	c version 9.9.9.token
0.28/0.37	c sun.arch.data.model	32
0.28/0.37	c java.version	1.6.0_06
0.28/0.37	c os.name	Linux
0.28/0.37	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.38/0.42	c c --- Begin Solver configuration ---
0.38/0.42	c Stops conflict analysis at the first Unique Implication Point
0.38/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.42	c Learn all clauses as in MiniSAT
0.38/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.42	c Expensive reason simplification
0.38/0.42	c MiniSAT restarts strategy
0.38/0.42	c timeout=2147483s
0.38/0.42	c DB Simplification allowed=false
0.38/0.42	c --- End Solver configuration ---
0.38/0.42	c solving HOME/instance-1071861-1215169978.xml
0.38/0.42	c reading problem ... 
0.67/0.70	c reading problem named null
0.67/0.70	c reading domains done.
0.67/0.71	c reading variables done.
0.88/0.95	c reading relations done.
2.16/2.22	c reading predicates  done.
2.35/2.42	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-1071861-1215169978/watcher-1071861-1215169978 -o /tmp/evaluation-result-1071861-1215169978/solver-1071861-1215169978 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1071861-1215169978.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.97 2.02 2.00 3/81 24921
/proc/meminfo: memFree=1635312/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=1804 CPUtime=0
/proc/24921/stat : 24921 (java6) D 24919 24921 23573 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1995972672 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099793910 0 0 17 0 0 0
/proc/24921/statm: 451 158 114 9 0 93 0

[startup+0.0940461 s]
/proc/loadavg: 1.97 2.02 2.00 3/81 24921
/proc/meminfo: memFree=1635312/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=804432 CPUtime=0.08
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 2911 0 1 0 6 2 0 0 18 0 12 0 1995972672 823738368 2644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 201108 2644 1026 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804432

[startup+0.101049 s]
/proc/loadavg: 1.97 2.02 2.00 3/81 24921
/proc/meminfo: memFree=1635312/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=804612 CPUtime=0.08
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 2994 0 1 0 6 2 0 0 18 0 12 0 1995972672 823922688 2727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 201153 2727 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301075 s]
/proc/loadavg: 1.97 2.02 2.00 3/81 24921
/proc/meminfo: memFree=1635312/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=808244 CPUtime=0.28
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 4892 0 1 0 25 3 0 0 18 0 12 0 1995972672 827641856 4219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 202061 4219 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701132 s]
/proc/loadavg: 1.97 2.02 2.00 3/81 24921
/proc/meminfo: memFree=1635312/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=808272 CPUtime=0.67
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 6323 0 1 0 62 5 0 0 18 0 12 0 1995972672 827670528 5451 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 202068 5451 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50224 s]
/proc/loadavg: 1.97 2.02 2.00 3/93 24933
/proc/meminfo: memFree=1617104/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=811796 CPUtime=1.47
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 9583 0 1 0 140 7 0 0 18 0 12 0 1995972672 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 202949 7052 1352 9 0 200311 0
[pid=24921/tid=24923] ppid=24919 vsize=811796 CPUtime=0.63
/proc/24921/task/24923/stat : 24923 (java) R 24919 24921 23573 0 -1 64 4639 0 1 0 59 4 0 0 20 0 12 0 1995972673 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24924] ppid=24919 vsize=811796 CPUtime=0
/proc/24921/task/24924/stat : 24924 (java) S 24919 24921 23573 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995972674 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24925] ppid=24919 vsize=811796 CPUtime=0
/proc/24921/task/24925/stat : 24925 (java) S 24919 24921 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1995972674 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24926] ppid=24919 vsize=811796 CPUtime=0
/proc/24921/task/24926/stat : 24926 (java) S 24919 24921 23573 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1995972676 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24927] ppid=24919 vsize=811796 CPUtime=0
/proc/24921/task/24927/stat : 24927 (java) S 24919 24921 23573 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1995972677 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24928] ppid=24919 vsize=811796 CPUtime=0
/proc/24921/task/24928/stat : 24928 (java) S 24919 24921 23573 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1995972677 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24929] ppid=24919 vsize=811796 CPUtime=0
/proc/24921/task/24929/stat : 24929 (java) S 24919 24921 23573 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995972681 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24930] ppid=24919 vsize=811796 CPUtime=0.43
/proc/24921/task/24930/stat : 24930 (java) R 24919 24921 23573 0 -1 64 2380 0 0 0 42 1 0 0 16 0 12 0 1995972681 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 103336636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24931] ppid=24919 vsize=811796 CPUtime=0.38
/proc/24921/task/24931/stat : 24931 (java) S 24919 24921 23573 0 -1 64 1801 0 0 0 38 0 0 0 16 0 12 0 1995972681 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24932] ppid=24919 vsize=811796 CPUtime=0
/proc/24921/task/24932/stat : 24932 (java) S 24919 24921 23573 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995972681 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24933] ppid=24919 vsize=811796 CPUtime=0
/proc/24921/task/24933/stat : 24933 (java) S 24919 24921 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995972681 831279104 7052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811796

[startup+3.10245 s]
/proc/loadavg: 1.97 2.02 2.00 3/93 24933
/proc/meminfo: memFree=1588368/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=812340 CPUtime=3.05
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 25656 0 1 0 290 15 0 0 18 0 12 0 1995972672 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 203085 22629 1368 9 0 200447 0
[pid=24921/tid=24923] ppid=24919 vsize=812340 CPUtime=1.54
/proc/24921/task/24923/stat : 24923 (java) R 24919 24921 23573 0 -1 64 17226 0 1 0 143 11 0 0 20 0 12 0 1995972673 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4109772396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24924] ppid=24919 vsize=812340 CPUtime=0.04
/proc/24921/task/24924/stat : 24924 (java) S 24919 24921 23573 0 -1 64 1771 0 0 0 4 0 0 0 17 0 12 0 1995972674 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24925] ppid=24919 vsize=812340 CPUtime=0.02
/proc/24921/task/24925/stat : 24925 (java) S 24919 24921 23573 0 -1 64 974 0 0 0 2 0 0 0 17 0 12 0 1995972674 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24926] ppid=24919 vsize=812340 CPUtime=0
/proc/24921/task/24926/stat : 24926 (java) S 24919 24921 23573 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1995972676 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24927] ppid=24919 vsize=812340 CPUtime=0
/proc/24921/task/24927/stat : 24927 (java) S 24919 24921 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995972677 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24928] ppid=24919 vsize=812340 CPUtime=0
/proc/24921/task/24928/stat : 24928 (java) S 24919 24921 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995972677 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24929] ppid=24919 vsize=812340 CPUtime=0
/proc/24921/task/24929/stat : 24929 (java) S 24919 24921 23573 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995972681 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24930] ppid=24919 vsize=812340 CPUtime=0.75
/proc/24921/task/24930/stat : 24930 (java) S 24919 24921 23573 0 -1 64 3016 0 0 0 74 1 0 0 16 0 12 0 1995972681 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24931] ppid=24919 vsize=812340 CPUtime=0.64
/proc/24921/task/24931/stat : 24931 (java) S 24919 24921 23573 0 -1 64 1877 0 0 0 64 0 0 0 16 0 12 0 1995972681 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24932] ppid=24919 vsize=812340 CPUtime=0
/proc/24921/task/24932/stat : 24932 (java) S 24919 24921 23573 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995972681 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24933] ppid=24919 vsize=812340 CPUtime=0
/proc/24921/task/24933/stat : 24933 (java) S 24919 24921 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995972681 831836160 22629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 812340

[startup+6.30289 s]
/proc/loadavg: 1.98 2.02 2.00 4/93 24933
/proc/meminfo: memFree=1418960/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=827000 CPUtime=6.79
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 77538 0 1 0 640 39 0 0 18 0 12 0 1995972672 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 206750 68196 1368 9 0 204112 0
[pid=24921/tid=24923] ppid=24919 vsize=827000 CPUtime=2.88
/proc/24921/task/24923/stat : 24923 (java) S 24919 24921 23573 0 -1 64 17235 0 1 0 277 11 0 0 19 0 12 0 1995972673 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24924] ppid=24919 vsize=827000 CPUtime=1.06
/proc/24921/task/24924/stat : 24924 (java) R 24919 24921 23573 0 -1 64 22253 0 0 0 97 9 0 0 20 0 12 0 1995972674 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 103074581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24925] ppid=24919 vsize=827000 CPUtime=1.39
/proc/24921/task/24925/stat : 24925 (java) R 24919 24921 23573 0 -1 64 32365 0 0 0 124 15 0 0 19 0 12 0 1995972674 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24926] ppid=24919 vsize=827000 CPUtime=0
/proc/24921/task/24926/stat : 24926 (java) S 24919 24921 23573 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1995972676 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24927] ppid=24919 vsize=827000 CPUtime=0
/proc/24921/task/24927/stat : 24927 (java) S 24919 24921 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995972677 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24928] ppid=24919 vsize=827000 CPUtime=0
/proc/24921/task/24928/stat : 24928 (java) S 24919 24921 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995972677 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24929] ppid=24919 vsize=827000 CPUtime=0
/proc/24921/task/24929/stat : 24929 (java) S 24919 24921 23573 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995972681 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24930] ppid=24919 vsize=827000 CPUtime=0.75
/proc/24921/task/24930/stat : 24930 (java) S 24919 24921 23573 0 -1 64 3016 0 0 0 74 1 0 0 16 0 12 0 1995972681 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24931] ppid=24919 vsize=827000 CPUtime=0.64
/proc/24921/task/24931/stat : 24931 (java) S 24919 24921 23573 0 -1 64 1877 0 0 0 64 0 0 0 16 0 12 0 1995972681 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24932] ppid=24919 vsize=827000 CPUtime=0
/proc/24921/task/24932/stat : 24932 (java) S 24919 24921 23573 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995972681 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24933] ppid=24919 vsize=827000 CPUtime=0
/proc/24921/task/24933/stat : 24933 (java) S 24919 24921 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995972681 846848000 68196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 827000

[startup+12.7017 s]
/proc/loadavg: 2.06 2.03 2.00 4/93 24933
/proc/meminfo: memFree=1150608/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=832120 CPUtime=13.13
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 137722 0 1 0 1245 68 0 0 18 0 12 0 1995972672 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 208030 127088 1368 9 0 205392 0
[pid=24921/tid=24923] ppid=24919 vsize=832120 CPUtime=5.07
/proc/24921/task/24923/stat : 24923 (java) S 24919 24921 23573 0 -1 64 23390 0 1 0 493 14 0 0 17 0 12 0 1995972673 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24924] ppid=24919 vsize=832120 CPUtime=4.76
/proc/24921/task/24924/stat : 24924 (java) R 24919 24921 23573 0 -1 64 72928 0 0 0 443 33 0 0 16 0 12 0 1995972674 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24925] ppid=24919 vsize=832120 CPUtime=1.83
/proc/24921/task/24925/stat : 24925 (java) R 24919 24921 23573 0 -1 64 35719 0 0 0 167 16 0 0 23 0 12 0 1995972674 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24926] ppid=24919 vsize=832120 CPUtime=0.01
/proc/24921/task/24926/stat : 24926 (java) S 24919 24921 23573 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 1995972676 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24927] ppid=24919 vsize=832120 CPUtime=0
/proc/24921/task/24927/stat : 24927 (java) S 24919 24921 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995972677 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24928] ppid=24919 vsize=832120 CPUtime=0
/proc/24921/task/24928/stat : 24928 (java) S 24919 24921 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995972677 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24929] ppid=24919 vsize=832120 CPUtime=0
/proc/24921/task/24929/stat : 24929 (java) S 24919 24921 23573 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995972681 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24930] ppid=24919 vsize=832120 CPUtime=0.75
/proc/24921/task/24930/stat : 24930 (java) S 24919 24921 23573 0 -1 64 3016 0 0 0 74 1 0 0 16 0 12 0 1995972681 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24931] ppid=24919 vsize=832120 CPUtime=0.64
/proc/24921/task/24931/stat : 24931 (java) S 24919 24921 23573 0 -1 64 1877 0 0 0 64 0 0 0 16 0 12 0 1995972681 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24932] ppid=24919 vsize=832120 CPUtime=0
/proc/24921/task/24932/stat : 24932 (java) S 24919 24921 23573 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995972681 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24933] ppid=24919 vsize=832120 CPUtime=0
/proc/24921/task/24933/stat : 24933 (java) S 24919 24921 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995972681 852090880 127088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 832120

[startup+25.5025 s]
/proc/loadavg: 2.11 2.05 2.01 3/93 24933
/proc/meminfo: memFree=937680/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=833520 CPUtime=26.37
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 218865 0 1 0 2526 111 0 0 18 0 12 0 1995972672 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 208380 175185 1387 9 0 205742 0
[pid=24921/tid=24923] ppid=24919 vsize=833520 CPUtime=7.68
/proc/24921/task/24923/stat : 24923 (java) S 24919 24921 23573 0 -1 64 35696 0 1 0 748 20 0 0 18 0 12 0 1995972673 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24924] ppid=24919 vsize=833520 CPUtime=6.7
/proc/24921/task/24924/stat : 24924 (java) S 24919 24921 23573 0 -1 64 97802 0 0 0 623 47 0 0 17 0 12 0 1995972674 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24925] ppid=24919 vsize=833520 CPUtime=2.86
/proc/24921/task/24925/stat : 24925 (java) S 24919 24921 23573 0 -1 64 42534 0 0 0 267 19 0 0 16 0 12 0 1995972674 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24926] ppid=24919 vsize=833520 CPUtime=7.21
/proc/24921/task/24926/stat : 24926 (java) R 24919 24921 23573 0 -1 64 35433 0 0 0 702 19 0 0 25 0 12 0 1995972676 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 105677286 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24927] ppid=24919 vsize=833520 CPUtime=0
/proc/24921/task/24927/stat : 24927 (java) S 24919 24921 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995972677 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24928] ppid=24919 vsize=833520 CPUtime=0
/proc/24921/task/24928/stat : 24928 (java) S 24919 24921 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995972677 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24929] ppid=24919 vsize=833520 CPUtime=0
/proc/24921/task/24929/stat : 24929 (java) S 24919 24921 23573 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995972681 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24930] ppid=24919 vsize=833520 CPUtime=0.85
/proc/24921/task/24930/stat : 24930 (java) S 24919 24921 23573 0 -1 64 3051 0 0 0 84 1 0 0 16 0 12 0 1995972681 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24931] ppid=24919 vsize=833520 CPUtime=1.01
/proc/24921/task/24931/stat : 24931 (java) S 24919 24921 23573 0 -1 64 3587 0 0 0 100 1 0 0 19 0 12 0 1995972681 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24932] ppid=24919 vsize=833520 CPUtime=0
/proc/24921/task/24932/stat : 24932 (java) S 24919 24921 23573 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995972681 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24933] ppid=24919 vsize=833520 CPUtime=0
/proc/24921/task/24933/stat : 24933 (java) S 24919 24921 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995972681 853524480 175185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.37
Current children cumulated vsize (KiB) 833520



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+38.6012 s]
/proc/loadavg: 2.09 2.04 2.01 3/93 24933
/proc/meminfo: memFree=844752/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=929528 CPUtime=39.47
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 250449 0 1 0 3820 127 0 0 18 0 12 0 1995972672 951836672 199261 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 232382 199267 1387 9 0 229744 0
[pid=24921/tid=24923] ppid=24919 vsize=929528 CPUtime=8.01
/proc/24921/task/24923/stat : 24923 (java) S 24919 24921 23573 0 -1 64 35700 0 1 0 781 20 0 0 17 0 12 0 1995972673 951836672 199283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24924] ppid=24919 vsize=929528 CPUtime=6.7
/proc/24921/task/24924/stat : 24924 (java) S 24919 24921 23573 0 -1 64 97802 0 0 0 623 47 0 0 17 0 12 0 1995972674 951836672 199293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24925] ppid=24919 vsize=929528 CPUtime=2.86
/proc/24921/task/24925/stat : 24925 (java) S 24919 24921 23573 0 -1 64 42534 0 0 0 267 19 0 0 16 0 12 0 1995972674 951836672 199301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24926] ppid=24919 vsize=929528 CPUtime=19.97
/proc/24921/task/24926/stat : 24926 (java) R 24919 24921 23573 0 -1 64 67062 0 0 0 1962 35 0 0 25 0 12 0 1995972676 951836672 199310 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24927] ppid=24919 vsize=929528 CPUtime=0
/proc/24921/task/24927/stat : 24927 (java) S 24919 24921 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995972677 951836672 199318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24928] ppid=24919 vsize=929528 CPUtime=0
/proc/24921/task/24928/stat : 24928 (java) S 24919 24921 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995972677 951836672 199326 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24929] ppid=24919 vsize=929528 CPUtime=0
/proc/24921/task/24929/stat : 24929 (java) S 24919 24921 23573 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995972681 951836672 199334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24930] ppid=24919 vsize=929528 CPUtime=0.85
/proc/24921/task/24930/stat : 24930 (java) S 24919 24921 23573 0 -1 64 3051 0 0 0 84 1 0 0 16 0 12 0 1995972681 951836672 199342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24931] ppid=24919 vsize=929528 CPUtime=1.01
/proc/24921/task/24931/stat : 24931 (java) S 24919 24921 23573 0 -1 64 3587 0 0 0 100 1 0 0 19 0 12 0 1995972681 951836672 199350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24932] ppid=24919 vsize=929528 CPUtime=0
/proc/24921/task/24932/stat : 24932 (java) S 24919 24921 23573 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995972681 951836672 199358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24933] ppid=24919 vsize=929528 CPUtime=0
/proc/24921/task/24933/stat : 24933 (java) S 24919 24921 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995972681 951836672 199366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.47
Current children cumulated vsize (KiB) 929528

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+39.8024 s]
/proc/loadavg: 2.09 2.04 2.01 4/94 24934
/proc/meminfo: memFree=862408/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=897524 CPUtime=40.67
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 253139 0 1 0 3938 129 0 0 16 0 12 0 1995972672 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 224381 193949 1387 9 0 221743 0
[pid=24921/tid=24923] ppid=24919 vsize=897524 CPUtime=8.01
/proc/24921/task/24923/stat : 24923 (java) S 24919 24921 23573 0 -1 64 35700 0 1 0 781 20 0 0 17 0 12 0 1995972673 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24924] ppid=24919 vsize=897524 CPUtime=6.7
/proc/24921/task/24924/stat : 24924 (java) S 24919 24921 23573 0 -1 64 97802 0 0 0 623 47 0 0 17 0 12 0 1995972674 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24925] ppid=24919 vsize=897524 CPUtime=2.86
/proc/24921/task/24925/stat : 24925 (java) S 24919 24921 23573 0 -1 64 42534 0 0 0 267 19 0 0 16 0 12 0 1995972674 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24926] ppid=24919 vsize=897524 CPUtime=21.17
/proc/24921/task/24926/stat : 24926 (java) R 24919 24921 23573 0 -1 64 69702 0 0 0 2080 37 0 0 25 0 12 0 1995972676 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 106122518 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24927] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24927/stat : 24927 (java) S 24919 24921 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995972677 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24928] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24928/stat : 24928 (java) S 24919 24921 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995972677 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24929] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24929/stat : 24929 (java) S 24919 24921 23573 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24930] ppid=24919 vsize=897524 CPUtime=0.85
/proc/24921/task/24930/stat : 24930 (java) S 24919 24921 23573 0 -1 64 3051 0 0 0 84 1 0 0 16 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24931] ppid=24919 vsize=897524 CPUtime=1.01
/proc/24921/task/24931/stat : 24931 (java) S 24919 24921 23573 0 -1 64 3587 0 0 0 100 1 0 0 19 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24932] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24932/stat : 24932 (java) S 24919 24921 23573 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24933] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24933/stat : 24933 (java) S 24919 24921 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.67
Current children cumulated vsize (KiB) 897524

[startup+40.2024 s]
/proc/loadavg: 2.09 2.04 2.01 4/94 24934
/proc/meminfo: memFree=862408/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=897524 CPUtime=41.07
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 253139 0 1 0 3978 129 0 0 16 0 12 0 1995972672 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 224381 193949 1387 9 0 221743 0
[pid=24921/tid=24923] ppid=24919 vsize=897524 CPUtime=8.01
/proc/24921/task/24923/stat : 24923 (java) S 24919 24921 23573 0 -1 64 35700 0 1 0 781 20 0 0 17 0 12 0 1995972673 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24924] ppid=24919 vsize=897524 CPUtime=6.7
/proc/24921/task/24924/stat : 24924 (java) S 24919 24921 23573 0 -1 64 97802 0 0 0 623 47 0 0 17 0 12 0 1995972674 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24925] ppid=24919 vsize=897524 CPUtime=2.86
/proc/24921/task/24925/stat : 24925 (java) S 24919 24921 23573 0 -1 64 42534 0 0 0 267 19 0 0 16 0 12 0 1995972674 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24926] ppid=24919 vsize=897524 CPUtime=21.57
/proc/24921/task/24926/stat : 24926 (java) R 24919 24921 23573 0 -1 64 69702 0 0 0 2120 37 0 0 25 0 12 0 1995972676 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 106736532 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24927] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24927/stat : 24927 (java) S 24919 24921 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995972677 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24928] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24928/stat : 24928 (java) S 24919 24921 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995972677 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24929] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24929/stat : 24929 (java) S 24919 24921 23573 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24930] ppid=24919 vsize=897524 CPUtime=0.85
/proc/24921/task/24930/stat : 24930 (java) S 24919 24921 23573 0 -1 64 3051 0 0 0 84 1 0 0 16 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24931] ppid=24919 vsize=897524 CPUtime=1.01
/proc/24921/task/24931/stat : 24931 (java) S 24919 24921 23573 0 -1 64 3587 0 0 0 100 1 0 0 19 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24932] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24932/stat : 24932 (java) S 24919 24921 23573 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24933] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24933/stat : 24933 (java) S 24919 24921 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.07
Current children cumulated vsize (KiB) 897524

[startup+40.6025 s]
/proc/loadavg: 2.09 2.04 2.01 3/94 24934
/proc/meminfo: memFree=862344/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=897524 CPUtime=41.47
/proc/24921/stat : 24921 (java) S 24919 24921 23573 0 -1 0 253139 0 1 0 4018 129 0 0 16 0 12 0 1995972672 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 224381 193949 1387 9 0 221743 0
[pid=24921/tid=24923] ppid=24919 vsize=897524 CPUtime=8.01
/proc/24921/task/24923/stat : 24923 (java) S 24919 24921 23573 0 -1 64 35700 0 1 0 781 20 0 0 17 0 12 0 1995972673 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24924] ppid=24919 vsize=897524 CPUtime=6.7
/proc/24921/task/24924/stat : 24924 (java) S 24919 24921 23573 0 -1 64 97802 0 0 0 623 47 0 0 17 0 12 0 1995972674 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24925] ppid=24919 vsize=897524 CPUtime=2.86
/proc/24921/task/24925/stat : 24925 (java) S 24919 24921 23573 0 -1 64 42534 0 0 0 267 19 0 0 16 0 12 0 1995972674 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24926] ppid=24919 vsize=897524 CPUtime=21.97
/proc/24921/task/24926/stat : 24926 (java) R 24919 24921 23573 0 -1 64 69702 0 0 0 2160 37 0 0 25 0 12 0 1995972676 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24927] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24927/stat : 24927 (java) S 24919 24921 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995972677 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24928] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24928/stat : 24928 (java) S 24919 24921 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995972677 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24929] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24929/stat : 24929 (java) S 24919 24921 23573 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24930] ppid=24919 vsize=897524 CPUtime=0.85
/proc/24921/task/24930/stat : 24930 (java) S 24919 24921 23573 0 -1 64 3051 0 0 0 84 1 0 0 16 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24921/tid=24931] ppid=24919 vsize=897524 CPUtime=1.01
/proc/24921/task/24931/stat : 24931 (java) S 24919 24921 23573 0 -1 64 3587 0 0 0 100 1 0 0 19 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24932] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24932/stat : 24932 (java) S 24919 24921 23573 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24921/tid=24933] ppid=24919 vsize=897524 CPUtime=0
/proc/24921/task/24933/stat : 24933 (java) S 24919 24921 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995972681 919064576 193949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.47
Current children cumulated vsize (KiB) 897524

[startup+40.7079 s]
/proc/loadavg: 2.09 2.04 2.01 3/94 24934
/proc/meminfo: memFree=862344/2055920 swapFree=4179464/4192956
[pid=24921] ppid=24919 vsize=0 CPUtime=41.57
/proc/24921/stat : 24921 (java) Z 24919 24921 23573 0 -1 1036 253139 0 1 0 4020 137 0 0 16 0 2 0 1995972672 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24921/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.57
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 40.7421
CPU time (s): 41.6167
CPU user time (s): 40.2039
CPU system time (s): 1.41279
CPU usage (%): 102.147
Max. virtual memory (cumulated for all children) (KiB): 929528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.2039
system time used= 1.41278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253139
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= 1724
involuntary context switches= 2188

runsolver used 0.069989 second user time and 0.144977 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 13:12:58
IDJOB=1071861
IDBENCH=56147
IDSOLVER=344
FILE ID=node10/1071861-1215169978
PBS_JOBID= 7881433
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8072f23026ce455c1a4a12512ecc55b
RANDOM SEED=1640064248

node10.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.229
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.229
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:       1635792 kB
Buffers:         31364 kB
Cached:         143336 kB
SwapCached:       7540 kB
Active:         316008 kB
Inactive:        50016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635792 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:         207592 kB
Slab:            38772 kB
Committed_AS:  3551112 kB
PageTables:       2372 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= 66524 MiB
End job on node10 at 2008-07-04 13:13:39