Trace number 1071882

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) 31.0583 29.6421

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle14.xml
MD5SUM1f913b5f1334fb3a8e83db191b206d51
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.341947
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints118
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension90
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.29/0.40	c c --- Begin Solver configuration ---
0.29/0.40	c Stops conflict analysis at the first Unique Implication Point
0.29/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.40	c Learn all clauses as in MiniSAT
0.29/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.40	c Expensive reason simplification
0.29/0.40	c MiniSAT restarts strategy
0.29/0.40	c timeout=2147483s
0.29/0.40	c DB Simplification allowed=false
0.29/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1071882-1215170071.xml
0.38/0.40	c reading problem ... 
0.59/0.67	c reading problem named null
0.59/0.67	c reading domains done.
0.59/0.68	c reading variables done.
0.69/0.73	c reading relations done.
1.68/1.77	c reading predicates  done.
1.88/1.96	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-1071882-1215170071/watcher-1071882-1215170071 -o /tmp/evaluation-result-1071882-1215170071/solver-1071882-1215170071 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1071882-1215170071.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.95 1.79 1.39 4/81 2383
/proc/meminfo: memFree=830984/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=152 CPUtime=0
/proc/2383/stat : 2383 (java6) D 2381 2383 1307 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1995980891 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 4129572 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2383/statm: 38 26 19 9 0 4 0

[startup+0.0896381 s]
/proc/loadavg: 1.95 1.79 1.39 4/81 2383
/proc/meminfo: memFree=830984/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=804432 CPUtime=0.07
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 2923 0 1 0 5 2 0 0 18 0 12 0 1995980891 823738368 2657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2383/statm: 201108 2657 1027 9 0 198491 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804432

[startup+0.101631 s]
/proc/loadavg: 1.95 1.79 1.39 4/81 2383
/proc/meminfo: memFree=830984/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=804612 CPUtime=0.08
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 3010 0 1 0 6 2 0 0 18 0 12 0 1995980891 823922688 2743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2383/statm: 201153 2743 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30165 s]
/proc/loadavg: 1.95 1.79 1.39 4/81 2383
/proc/meminfo: memFree=830984/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=807848 CPUtime=0.29
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 4935 0 1 0 25 4 0 0 18 0 12 0 1995980891 827236352 4262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2383/statm: 201962 4262 1306 9 0 199331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807848

[startup+0.701674 s]
/proc/loadavg: 1.95 1.79 1.39 4/81 2383
/proc/meminfo: memFree=830984/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=807876 CPUtime=0.69
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 6096 0 1 0 64 5 0 0 18 0 12 0 1995980891 827265024 5421 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2383/statm: 201969 5421 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807876

[startup+1.50272 s]
/proc/loadavg: 1.95 1.79 1.39 4/93 2395
/proc/meminfo: memFree=812712/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=811632 CPUtime=1.48
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 9529 0 1 0 141 7 0 0 18 0 12 0 1995980891 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2383/statm: 202908 7950 1349 9 0 200270 0
[pid=2383/tid=2385] ppid=2381 vsize=811632 CPUtime=0.66
/proc/2383/task/2385/stat : 2385 (java) R 2381 2383 1307 0 -1 64 5504 0 1 0 61 5 0 0 22 0 12 0 1995980892 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4109210590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2386] ppid=2381 vsize=811632 CPUtime=0
/proc/2383/task/2386/stat : 2386 (java) S 2381 2383 1307 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1995980893 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2387] ppid=2381 vsize=811632 CPUtime=0
/proc/2383/task/2387/stat : 2387 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1995980893 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2388] ppid=2381 vsize=811632 CPUtime=0
/proc/2383/task/2388/stat : 2388 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1995980895 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2389] ppid=2381 vsize=811632 CPUtime=0
/proc/2383/task/2389/stat : 2389 (java) S 2381 2383 1307 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1995980895 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2390] ppid=2381 vsize=811632 CPUtime=0
/proc/2383/task/2390/stat : 2390 (java) S 2381 2383 1307 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1995980895 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2391] ppid=2381 vsize=811632 CPUtime=0
/proc/2383/task/2391/stat : 2391 (java) S 2381 2383 1307 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995980899 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2392] ppid=2381 vsize=811632 CPUtime=0.31
/proc/2383/task/2392/stat : 2392 (java) S 2381 2383 1307 0 -1 64 496 0 0 0 31 0 0 0 16 0 12 0 1995980899 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2393] ppid=2381 vsize=811632 CPUtime=0.47
/proc/2383/task/2393/stat : 2393 (java) S 2381 2383 1307 0 -1 64 2763 0 0 0 47 0 0 0 16 0 12 0 1995980899 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2394] ppid=2381 vsize=811632 CPUtime=0
/proc/2383/task/2394/stat : 2394 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995980899 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2395] ppid=2381 vsize=811632 CPUtime=0
/proc/2383/task/2395/stat : 2395 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995980899 831111168 7950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811632

[startup+3.10282 s]
/proc/loadavg: 1.95 1.79 1.39 4/93 2395
/proc/meminfo: memFree=789928/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=812916 CPUtime=3.06
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 28373 0 1 0 290 16 0 0 18 0 12 0 1995980891 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2383/statm: 203229 26294 1367 9 0 200591 0
[pid=2383/tid=2385] ppid=2381 vsize=812916 CPUtime=1.61
/proc/2383/task/2385/stat : 2385 (java) R 2381 2383 1307 0 -1 64 17249 0 1 0 151 10 0 0 18 0 12 0 1995980892 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4109803102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2386] ppid=2381 vsize=812916 CPUtime=0.09
/proc/2383/task/2386/stat : 2386 (java) S 2381 2383 1307 0 -1 64 3774 0 0 0 8 1 0 0 17 0 12 0 1995980893 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2387] ppid=2381 vsize=812916 CPUtime=0.08
/proc/2383/task/2387/stat : 2387 (java) S 2381 2383 1307 0 -1 64 2845 0 0 0 7 1 0 0 17 0 12 0 1995980893 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2388] ppid=2381 vsize=812916 CPUtime=0
/proc/2383/task/2388/stat : 2388 (java) S 2381 2383 1307 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1995980895 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2389] ppid=2381 vsize=812916 CPUtime=0
/proc/2383/task/2389/stat : 2389 (java) S 2381 2383 1307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995980895 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2390] ppid=2381 vsize=812916 CPUtime=0
/proc/2383/task/2390/stat : 2390 (java) S 2381 2383 1307 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1995980895 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2391] ppid=2381 vsize=812916 CPUtime=0
/proc/2383/task/2391/stat : 2391 (java) S 2381 2383 1307 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995980899 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2392] ppid=2381 vsize=812916 CPUtime=0.65
/proc/2383/task/2392/stat : 2392 (java) S 2381 2383 1307 0 -1 64 943 0 0 0 65 0 0 0 16 0 12 0 1995980899 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2393] ppid=2381 vsize=812916 CPUtime=0.57
/proc/2383/task/2393/stat : 2393 (java) S 2381 2383 1307 0 -1 64 2771 0 0 0 57 0 0 0 16 0 12 0 1995980899 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2394] ppid=2381 vsize=812916 CPUtime=0
/proc/2383/task/2394/stat : 2394 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995980899 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2395] ppid=2381 vsize=812916 CPUtime=0
/proc/2383/task/2395/stat : 2395 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995980899 832425984 26294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 812916

[startup+6.30102 s]
/proc/loadavg: 2.11 1.83 1.40 4/93 2395
/proc/meminfo: memFree=588712/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=821880 CPUtime=7.26
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 79980 0 1 0 686 40 0 0 18 0 12 0 1995980891 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2383/statm: 205470 72183 1367 9 0 202832 0
[pid=2383/tid=2385] ppid=2381 vsize=821880 CPUtime=3.09
/proc/2383/task/2385/stat : 2385 (java) R 2381 2383 1307 0 -1 64 17256 0 1 0 299 10 0 0 19 0 12 0 1995980892 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4109779526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2386] ppid=2381 vsize=821880 CPUtime=1.3
/proc/2383/task/2386/stat : 2386 (java) S 2381 2383 1307 0 -1 64 25708 0 0 0 118 12 0 0 20 0 12 0 1995980893 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2387] ppid=2381 vsize=821880 CPUtime=1.57
/proc/2383/task/2387/stat : 2387 (java) S 2381 2383 1307 0 -1 64 32511 0 0 0 144 13 0 0 16 0 12 0 1995980893 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2388] ppid=2381 vsize=821880 CPUtime=0
/proc/2383/task/2388/stat : 2388 (java) S 2381 2383 1307 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 1995980895 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2389] ppid=2381 vsize=821880 CPUtime=0
/proc/2383/task/2389/stat : 2389 (java) S 2381 2383 1307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995980895 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2390] ppid=2381 vsize=821880 CPUtime=0
/proc/2383/task/2390/stat : 2390 (java) S 2381 2383 1307 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1995980895 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2391] ppid=2381 vsize=821880 CPUtime=0
/proc/2383/task/2391/stat : 2391 (java) S 2381 2383 1307 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995980899 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2392] ppid=2381 vsize=821880 CPUtime=0.65
/proc/2383/task/2392/stat : 2392 (java) S 2381 2383 1307 0 -1 64 943 0 0 0 65 0 0 0 16 0 12 0 1995980899 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2393] ppid=2381 vsize=821880 CPUtime=0.57
/proc/2383/task/2393/stat : 2393 (java) S 2381 2383 1307 0 -1 64 2771 0 0 0 57 0 0 0 16 0 12 0 1995980899 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2394] ppid=2381 vsize=821880 CPUtime=0
/proc/2383/task/2394/stat : 2394 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995980899 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2395] ppid=2381 vsize=821880 CPUtime=0
/proc/2383/task/2395/stat : 2395 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995980899 841605120 72183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 821880

[startup+12.7014 s]
/proc/loadavg: 2.18 1.85 1.41 4/93 2395
/proc/meminfo: memFree=315880/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=832120 CPUtime=13.98
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 147535 0 1 0 1329 69 0 0 18 0 12 0 1995980891 852090880 135907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2383/statm: 208030 135909 1367 9 0 205392 0
[pid=2383/tid=2385] ppid=2381 vsize=832120 CPUtime=5.46
/proc/2383/task/2385/stat : 2385 (java) S 2381 2383 1307 0 -1 64 23412 0 1 0 533 13 0 0 17 0 12 0 1995980892 852090880 135910 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2386] ppid=2381 vsize=832120 CPUtime=4.63
/proc/2383/task/2386/stat : 2386 (java) R 2381 2383 1307 0 -1 64 77832 0 0 0 429 34 0 0 17 0 12 0 1995980893 852090880 135912 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2387] ppid=2381 vsize=832120 CPUtime=2.6
/proc/2383/task/2387/stat : 2387 (java) R 2381 2383 1307 0 -1 64 41791 0 0 0 242 18 0 0 21 0 12 0 1995980893 852090880 135914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2388] ppid=2381 vsize=832120 CPUtime=0
/proc/2383/task/2388/stat : 2388 (java) S 2381 2383 1307 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1995980895 852090880 135916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2389] ppid=2381 vsize=832120 CPUtime=0
/proc/2383/task/2389/stat : 2389 (java) S 2381 2383 1307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995980895 852090880 135918 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2390] ppid=2381 vsize=832120 CPUtime=0
/proc/2383/task/2390/stat : 2390 (java) S 2381 2383 1307 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1995980895 852090880 135920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2391] ppid=2381 vsize=832120 CPUtime=0
/proc/2383/task/2391/stat : 2391 (java) S 2381 2383 1307 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995980899 852090880 135922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2392] ppid=2381 vsize=832120 CPUtime=0.65
/proc/2383/task/2392/stat : 2392 (java) S 2381 2383 1307 0 -1 64 943 0 0 0 65 0 0 0 16 0 12 0 1995980899 852090880 135924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2393] ppid=2381 vsize=832120 CPUtime=0.57
/proc/2383/task/2393/stat : 2393 (java) S 2381 2383 1307 0 -1 64 2771 0 0 0 57 0 0 0 16 0 12 0 1995980899 852090880 135926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2394] ppid=2381 vsize=832120 CPUtime=0
/proc/2383/task/2394/stat : 2394 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995980899 852090880 135928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2395] ppid=2381 vsize=832120 CPUtime=0
/proc/2383/task/2395/stat : 2395 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995980899 852090880 135928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 832120

[startup+25.5022 s]
/proc/loadavg: 2.21 1.87 1.42 3/93 2395
/proc/meminfo: memFree=94824/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=864124 CPUtime=26.92
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 219469 0 1 0 2593 99 0 0 18 0 12 0 1995980891 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2383/statm: 216031 184825 1372 9 0 213393 0
[pid=2383/tid=2385] ppid=2381 vsize=864124 CPUtime=7.03
/proc/2383/task/2385/stat : 2385 (java) S 2381 2383 1307 0 -1 64 35707 0 1 0 685 18 0 0 18 0 12 0 1995980892 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2386] ppid=2381 vsize=864124 CPUtime=6.36
/proc/2383/task/2386/stat : 2386 (java) S 2381 2383 1307 0 -1 64 99734 0 0 0 592 44 0 0 16 0 12 0 1995980893 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2387] ppid=2381 vsize=864124 CPUtime=2.89
/proc/2383/task/2387/stat : 2387 (java) S 2381 2383 1307 0 -1 64 41791 0 0 0 271 18 0 0 17 0 12 0 1995980893 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2388] ppid=2381 vsize=864124 CPUtime=9.36
/proc/2383/task/2388/stat : 2388 (java) R 2381 2383 1307 0 -1 64 37760 0 0 0 921 15 0 0 25 0 12 0 1995980895 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2389] ppid=2381 vsize=864124 CPUtime=0
/proc/2383/task/2389/stat : 2389 (java) S 2381 2383 1307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995980895 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2390] ppid=2381 vsize=864124 CPUtime=0
/proc/2383/task/2390/stat : 2390 (java) S 2381 2383 1307 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1995980895 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2391] ppid=2381 vsize=864124 CPUtime=0
/proc/2383/task/2391/stat : 2391 (java) S 2381 2383 1307 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995980899 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2392] ppid=2381 vsize=864124 CPUtime=0.65
/proc/2383/task/2392/stat : 2392 (java) S 2381 2383 1307 0 -1 64 943 0 0 0 65 0 0 0 16 0 12 0 1995980899 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2393] ppid=2381 vsize=864124 CPUtime=0.57
/proc/2383/task/2393/stat : 2393 (java) S 2381 2383 1307 0 -1 64 2771 0 0 0 57 0 0 0 16 0 12 0 1995980899 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2394] ppid=2381 vsize=864124 CPUtime=0
/proc/2383/task/2394/stat : 2394 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995980899 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2395] ppid=2381 vsize=864124 CPUtime=0
/proc/2383/task/2395/stat : 2395 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995980899 884862976 184825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.92
Current children cumulated vsize (KiB) 864124



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+27.5073 s]
/proc/loadavg: 2.21 1.87 1.42 3/93 2395
/proc/meminfo: memFree=42792/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=928128 CPUtime=28.93
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 248812 0 1 0 2782 111 0 0 18 0 12 0 1995980891 950403072 198662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2383/statm: 232032 198669 1372 9 0 229394 0
[pid=2383/tid=2385] ppid=2381 vsize=928128 CPUtime=7.22
/proc/2383/task/2385/stat : 2385 (java) S 2381 2383 1307 0 -1 64 35708 0 1 0 704 18 0 0 18 0 12 0 1995980892 950403072 198687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2386] ppid=2381 vsize=928128 CPUtime=6.36
/proc/2383/task/2386/stat : 2386 (java) S 2381 2383 1307 0 -1 64 99734 0 0 0 592 44 0 0 16 0 12 0 1995980893 950403072 198695 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2387] ppid=2381 vsize=928128 CPUtime=2.89
/proc/2383/task/2387/stat : 2387 (java) S 2381 2383 1307 0 -1 64 41791 0 0 0 271 18 0 0 17 0 12 0 1995980893 950403072 198704 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2388] ppid=2381 vsize=928128 CPUtime=11.17
/proc/2383/task/2388/stat : 2388 (java) R 2381 2383 1307 0 -1 64 67152 0 0 0 1090 27 0 0 25 0 12 0 1995980895 950403072 198712 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2389] ppid=2381 vsize=928128 CPUtime=0
/proc/2383/task/2389/stat : 2389 (java) S 2381 2383 1307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995980895 950403072 198720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2390] ppid=2381 vsize=928128 CPUtime=0
/proc/2383/task/2390/stat : 2390 (java) S 2381 2383 1307 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1995980895 950403072 198727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2391] ppid=2381 vsize=928128 CPUtime=0
/proc/2383/task/2391/stat : 2391 (java) S 2381 2383 1307 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995980899 950403072 198735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2392] ppid=2381 vsize=928128 CPUtime=0.65
/proc/2383/task/2392/stat : 2392 (java) S 2381 2383 1307 0 -1 64 943 0 0 0 65 0 0 0 16 0 12 0 1995980899 950403072 198743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2393] ppid=2381 vsize=928128 CPUtime=0.57
/proc/2383/task/2393/stat : 2393 (java) S 2381 2383 1307 0 -1 64 2771 0 0 0 57 0 0 0 16 0 12 0 1995980899 950403072 198751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2394] ppid=2381 vsize=928128 CPUtime=0
/proc/2383/task/2394/stat : 2394 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995980899 950403072 198759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2395] ppid=2381 vsize=928128 CPUtime=0
/proc/2383/task/2395/stat : 2395 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995980899 950403072 198767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.93
Current children cumulated vsize (KiB) 928128

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+28.6074 s]
/proc/loadavg: 2.21 1.87 1.42 3/94 2396
/proc/meminfo: memFree=62688/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=896124 CPUtime=30.02
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 250977 0 1 0 2890 112 0 0 16 0 12 0 1995980891 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2383/statm: 224031 192825 1372 9 0 221393 0
[pid=2383/tid=2385] ppid=2381 vsize=896124 CPUtime=7.22
/proc/2383/task/2385/stat : 2385 (java) S 2381 2383 1307 0 -1 64 35708 0 1 0 704 18 0 0 18 0 12 0 1995980892 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2386] ppid=2381 vsize=896124 CPUtime=6.36
/proc/2383/task/2386/stat : 2386 (java) S 2381 2383 1307 0 -1 64 99734 0 0 0 592 44 0 0 16 0 12 0 1995980893 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2387] ppid=2381 vsize=896124 CPUtime=2.89
/proc/2383/task/2387/stat : 2387 (java) S 2381 2383 1307 0 -1 64 41791 0 0 0 271 18 0 0 17 0 12 0 1995980893 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2388] ppid=2381 vsize=896124 CPUtime=12.26
/proc/2383/task/2388/stat : 2388 (java) R 2381 2383 1307 0 -1 64 69266 0 0 0 1198 28 0 0 25 0 12 0 1995980895 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 104136304 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2389] ppid=2381 vsize=896124 CPUtime=0
/proc/2383/task/2389/stat : 2389 (java) S 2381 2383 1307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995980895 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2390] ppid=2381 vsize=896124 CPUtime=0
/proc/2383/task/2390/stat : 2390 (java) S 2381 2383 1307 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1995980895 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2391] ppid=2381 vsize=896124 CPUtime=0
/proc/2383/task/2391/stat : 2391 (java) S 2381 2383 1307 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1995980899 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2392] ppid=2381 vsize=896124 CPUtime=0.65
/proc/2383/task/2392/stat : 2392 (java) S 2381 2383 1307 0 -1 64 943 0 0 0 65 0 0 0 16 0 12 0 1995980899 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2393] ppid=2381 vsize=896124 CPUtime=0.57
/proc/2383/task/2393/stat : 2393 (java) S 2381 2383 1307 0 -1 64 2771 0 0 0 57 0 0 0 16 0 12 0 1995980899 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2394] ppid=2381 vsize=896124 CPUtime=0
/proc/2383/task/2394/stat : 2394 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995980899 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2395] ppid=2381 vsize=896124 CPUtime=0
/proc/2383/task/2395/stat : 2395 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995980899 917630976 192825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.02
Current children cumulated vsize (KiB) 896124

[startup+29.4025 s]
/proc/loadavg: 2.21 1.87 1.42 3/94 2396
/proc/meminfo: memFree=62688/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=896124 CPUtime=30.81
/proc/2383/stat : 2383 (java) S 2381 2383 1307 0 -1 0 251410 0 1 0 2969 112 0 0 16 0 12 0 1995980891 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2383/statm: 224031 193258 1372 9 0 221393 0
[pid=2383/tid=2385] ppid=2381 vsize=896124 CPUtime=7.22
/proc/2383/task/2385/stat : 2385 (java) S 2381 2383 1307 0 -1 64 35708 0 1 0 704 18 0 0 18 0 12 0 1995980892 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2386] ppid=2381 vsize=896124 CPUtime=6.36
/proc/2383/task/2386/stat : 2386 (java) S 2381 2383 1307 0 -1 64 99734 0 0 0 592 44 0 0 16 0 12 0 1995980893 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2387] ppid=2381 vsize=896124 CPUtime=2.89
/proc/2383/task/2387/stat : 2387 (java) S 2381 2383 1307 0 -1 64 41791 0 0 0 271 18 0 0 17 0 12 0 1995980893 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2388] ppid=2381 vsize=896124 CPUtime=13.06
/proc/2383/task/2388/stat : 2388 (java) R 2381 2383 1307 0 -1 64 69699 0 0 0 1277 29 0 0 25 0 12 0 1995980895 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2389] ppid=2381 vsize=896124 CPUtime=0
/proc/2383/task/2389/stat : 2389 (java) S 2381 2383 1307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995980895 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2390] ppid=2381 vsize=896124 CPUtime=0
/proc/2383/task/2390/stat : 2390 (java) S 2381 2383 1307 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1995980895 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2391] ppid=2381 vsize=896124 CPUtime=0
/proc/2383/task/2391/stat : 2391 (java) S 2381 2383 1307 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1995980899 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2392] ppid=2381 vsize=896124 CPUtime=0.65
/proc/2383/task/2392/stat : 2392 (java) S 2381 2383 1307 0 -1 64 943 0 0 0 65 0 0 0 16 0 12 0 1995980899 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2393] ppid=2381 vsize=896124 CPUtime=0.57
/proc/2383/task/2393/stat : 2393 (java) S 2381 2383 1307 0 -1 64 2771 0 0 0 57 0 0 0 16 0 12 0 1995980899 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2383/tid=2394] ppid=2381 vsize=896124 CPUtime=0
/proc/2383/task/2394/stat : 2394 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1995980899 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2383/tid=2395] ppid=2381 vsize=896124 CPUtime=0
/proc/2383/task/2395/stat : 2395 (java) S 2381 2383 1307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995980899 917630976 193258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.81
Current children cumulated vsize (KiB) 896124

[startup+29.6015 s]
/proc/loadavg: 2.21 1.87 1.42 3/83 2398
/proc/meminfo: memFree=604384/2055920 swapFree=4180452/4192956
[pid=2383] ppid=2381 vsize=0 CPUtime=31.01
/proc/2383/stat : 2383 (java) Z 2381 2383 1307 0 -1 1036 251422 0 1 0 2981 120 0 0 16 0 2 0 1995980891 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2383/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.01
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 29.6421
CPU time (s): 31.0583
CPU user time (s): 29.8155
CPU system time (s): 1.24281
CPU usage (%): 104.778
Max. virtual memory (cumulated for all children) (KiB): 928128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.8155
system time used= 1.24281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251422
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= 1377
involuntary context switches= 1592

runsolver used 0.041993 second user time and 0.114982 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-04 13:14:31
IDJOB=1071882
IDBENCH=56148
IDSOLVER=344
FILE ID=node29/1071882-1215170071
PBS_JOBID= 7881485
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1f913b5f1334fb3a8e83db191b206d51
RANDOM SEED=1190515093

node29.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.220
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.220
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:        831464 kB
Buffers:         75496 kB
Cached:         315092 kB
SwapCached:       6872 kB
Active:         966296 kB
Inactive:       197872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        831464 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:         789352 kB
Slab:            43788 kB
Committed_AS:  4166072 kB
PageTables:       3520 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 node29 at 2008-07-04 13:15:01