Trace number 1071693

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) 37.5333 36.6419

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle09.xml
MD5SUMbcf79be0f39accd989c3aa86c45c2b78
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.101984
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints55
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension38
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.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1071693-1215169633.xml
0.29/0.39	c reading problem ... 
0.60/0.66	c reading problem named null
0.60/0.66	c reading domains done.
0.60/0.67	c reading variables done.
0.70/0.72	c reading relations done.
1.70/1.71	c reading predicates  done.
1.80/1.90	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-1071693-1215169633/watcher-1071693-1215169633 -o /tmp/evaluation-result-1071693-1215169633/solver-1071693-1215169633 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1071693-1215169633.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.20 1.05 1.01 3/72 28652
/proc/meminfo: memFree=1234456/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=152 CPUtime=0
/proc/28652/stat : 28652 (java) R 28650 28652 28464 0 -1 0 211 0 0 0 0 0 0 0 19 0 1 0 128633421 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 10686763 0 0 4096 0 0 0 0 17 0 0 0
/proc/28652/statm: 38 26 19 9 0 4 0

[startup+0.0194211 s]
/proc/loadavg: 1.20 1.05 1.01 3/72 28652
/proc/meminfo: memFree=1234456/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=797644 CPUtime=0.01
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 1639 0 1 0 0 1 0 0 20 0 2 0 128633421 816787456 1380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28652/statm: 199411 1392 400 9 0 197189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797644

[startup+0.102426 s]
/proc/loadavg: 1.20 1.05 1.01 3/72 28652
/proc/meminfo: memFree=1234456/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=804756 CPUtime=0.09
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 3133 0 1 0 7 2 0 0 20 0 12 0 128633421 824070144 2865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28652/statm: 201189 2875 1157 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301446 s]
/proc/loadavg: 1.20 1.05 1.01 3/72 28652
/proc/meminfo: memFree=1234456/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=808072 CPUtime=0.29
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 4972 0 1 0 26 3 0 0 20 0 12 0 128633421 827465728 4299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28652/statm: 202018 4301 1307 9 0 199387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808072

[startup+0.701487 s]
/proc/loadavg: 1.20 1.05 1.01 3/72 28652
/proc/meminfo: memFree=1234456/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=808100 CPUtime=0.7
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 6323 0 1 0 65 5 0 0 20 0 12 0 128633421 827494400 5470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28652/statm: 202025 5473 1335 9 0 199387 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 808100

[startup+1.50257 s]
/proc/loadavg: 1.20 1.05 1.01 4/84 28664
/proc/meminfo: memFree=1215352/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=811716 CPUtime=1.5
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 10610 0 1 0 143 7 0 0 20 0 12 0 128633421 831197184 8602 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28652/statm: 202929 8603 1349 9 0 200291 0
[pid=28652/tid=28654] ppid=28650 vsize=811716 CPUtime=0.69
/proc/28652/task/28654/stat : 28654 (java) R 28650 28652 28464 0 -1 64 6110 0 1 0 64 5 0 0 25 0 12 0 128633422 831197184 8604 996147200 134512640 134550740 4294956016 18446744073709551615 4109629307 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28655] ppid=28650 vsize=811716 CPUtime=0
/proc/28652/task/28655/stat : 28655 (java) S 28650 28652 28464 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 128633423 831197184 8604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28656] ppid=28650 vsize=811716 CPUtime=0
/proc/28652/task/28656/stat : 28656 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128633423 831197184 8605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28657] ppid=28650 vsize=811716 CPUtime=0
/proc/28652/task/28657/stat : 28657 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 128633425 831197184 8605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28658] ppid=28650 vsize=811716 CPUtime=0
/proc/28652/task/28658/stat : 28658 (java) S 28650 28652 28464 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 128633426 831197184 8606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28659] ppid=28650 vsize=811716 CPUtime=0
/proc/28652/task/28659/stat : 28659 (java) S 28650 28652 28464 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 128633426 831197184 8606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28660] ppid=28650 vsize=811716 CPUtime=0
/proc/28652/task/28660/stat : 28660 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 831197184 8607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28661] ppid=28650 vsize=811716 CPUtime=0.27
/proc/28652/task/28661/stat : 28661 (java) S 28650 28652 28464 0 -1 64 553 0 0 0 27 0 0 0 16 0 12 0 128633430 831197184 8608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28662] ppid=28650 vsize=811716 CPUtime=0.52
/proc/28652/task/28662/stat : 28662 (java) S 28650 28652 28464 0 -1 64 3185 0 0 0 51 1 0 0 16 0 12 0 128633430 831197184 8608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28663] ppid=28650 vsize=811716 CPUtime=0
/proc/28652/task/28663/stat : 28663 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 831197184 8609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28664] ppid=28650 vsize=811716 CPUtime=0
/proc/28652/task/28664/stat : 28664 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128633430 831197184 8609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 811716

[startup+3.10173 s]
/proc/loadavg: 1.34 1.08 1.02 4/84 28664
/proc/meminfo: memFree=1195064/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=817284 CPUtime=3.09
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 20259 0 1 0 298 11 0 0 20 0 12 0 128633421 836898816 16252 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28652/statm: 204321 16253 1378 9 0 201683 0
[pid=28652/tid=28654] ppid=28650 vsize=817284 CPUtime=1.33
/proc/28652/task/28654/stat : 28654 (java) R 28650 28652 28464 0 -1 64 12213 0 1 0 126 7 0 0 25 0 12 0 128633422 836898816 16254 996147200 134512640 134550740 4294956016 18446744073709551615 4109829631 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28655] ppid=28650 vsize=817284 CPUtime=0
/proc/28652/task/28655/stat : 28655 (java) S 28650 28652 28464 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 128633423 836898816 16254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28656] ppid=28650 vsize=817284 CPUtime=0
/proc/28652/task/28656/stat : 28656 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128633423 836898816 16255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28657] ppid=28650 vsize=817284 CPUtime=0
/proc/28652/task/28657/stat : 28657 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 128633425 836898816 16255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28658] ppid=28650 vsize=817284 CPUtime=0
/proc/28652/task/28658/stat : 28658 (java) S 28650 28652 28464 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 128633426 836898816 16256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28659] ppid=28650 vsize=817284 CPUtime=0
/proc/28652/task/28659/stat : 28659 (java) S 28650 28652 28464 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 128633426 836898816 16256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28660] ppid=28650 vsize=817284 CPUtime=0
/proc/28652/task/28660/stat : 28660 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 836898816 16257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28661] ppid=28650 vsize=817284 CPUtime=0.45
/proc/28652/task/28661/stat : 28661 (java) S 28650 28652 28464 0 -1 64 983 0 0 0 45 0 0 0 16 0 12 0 128633430 836898816 16257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28662] ppid=28650 vsize=817284 CPUtime=1.27
/proc/28652/task/28662/stat : 28662 (java) S 28650 28652 28464 0 -1 64 6301 0 0 0 125 2 0 0 18 0 12 0 128633430 836898816 16258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28663] ppid=28650 vsize=817284 CPUtime=0
/proc/28652/task/28663/stat : 28663 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 836898816 16258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28664] ppid=28650 vsize=817284 CPUtime=0
/proc/28652/task/28664/stat : 28664 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128633430 836898816 16259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 817284

[startup+6.30104 s]
/proc/loadavg: 1.34 1.08 1.02 3/84 28664
/proc/meminfo: memFree=1135480/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=816420 CPUtime=6.3
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 30173 0 1 0 614 16 0 0 20 0 12 0 128633421 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28652/statm: 204105 25958 1383 9 0 201467 0
[pid=28652/tid=28654] ppid=28650 vsize=816420 CPUtime=4.33
/proc/28652/task/28654/stat : 28654 (java) R 28650 28652 28464 0 -1 64 17269 0 1 0 423 10 0 0 25 0 12 0 128633422 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4109868515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28655] ppid=28650 vsize=816420 CPUtime=0.1
/proc/28652/task/28655/stat : 28655 (java) S 28650 28652 28464 0 -1 64 2837 0 0 0 9 1 0 0 17 0 12 0 128633423 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28656] ppid=28650 vsize=816420 CPUtime=0.09
/proc/28652/task/28656/stat : 28656 (java) S 28650 28652 28464 0 -1 64 1992 0 0 0 9 0 0 0 17 0 12 0 128633423 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28657] ppid=28650 vsize=816420 CPUtime=0
/proc/28652/task/28657/stat : 28657 (java) S 28650 28652 28464 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 128633425 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28658] ppid=28650 vsize=816420 CPUtime=0
/proc/28652/task/28658/stat : 28658 (java) S 28650 28652 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 128633426 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28659] ppid=28650 vsize=816420 CPUtime=0
/proc/28652/task/28659/stat : 28659 (java) S 28650 28652 28464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128633426 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28660] ppid=28650 vsize=816420 CPUtime=0
/proc/28652/task/28660/stat : 28660 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28661] ppid=28650 vsize=816420 CPUtime=0.45
/proc/28652/task/28661/stat : 28661 (java) S 28650 28652 28464 0 -1 64 983 0 0 0 45 0 0 0 16 0 12 0 128633430 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28662] ppid=28650 vsize=816420 CPUtime=1.27
/proc/28652/task/28662/stat : 28662 (java) S 28650 28652 28464 0 -1 64 6301 0 0 0 125 2 0 0 18 0 12 0 128633430 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28663] ppid=28650 vsize=816420 CPUtime=0
/proc/28652/task/28663/stat : 28663 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28664] ppid=28650 vsize=816420 CPUtime=0
/proc/28652/task/28664/stat : 28664 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128633430 836014080 25958 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 816420

[startup+12.7017 s]
/proc/loadavg: 1.52 1.12 1.04 4/84 28664
/proc/meminfo: memFree=916984/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=826668 CPUtime=13.42
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 98055 0 1 0 1295 47 0 0 20 0 12 0 128633421 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28652/statm: 206667 91817 1383 9 0 204029 0
[pid=28652/tid=28654] ppid=28650 vsize=826668 CPUtime=7.42
/proc/28652/task/28654/stat : 28654 (java) S 28650 28652 28464 0 -1 64 23424 0 1 0 730 12 0 0 18 0 12 0 128633422 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28655] ppid=28650 vsize=826668 CPUtime=1.18
/proc/28652/task/28655/stat : 28655 (java) R 28650 28652 28464 0 -1 64 18900 0 0 0 111 7 0 0 19 0 12 0 128633423 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28656] ppid=28650 vsize=826668 CPUtime=3.02
/proc/28652/task/28656/stat : 28656 (java) R 28650 28652 28464 0 -1 64 47656 0 0 0 280 22 0 0 16 0 12 0 128633423 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28657] ppid=28650 vsize=826668 CPUtime=0
/proc/28652/task/28657/stat : 28657 (java) S 28650 28652 28464 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 128633425 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28658] ppid=28650 vsize=826668 CPUtime=0
/proc/28652/task/28658/stat : 28658 (java) S 28650 28652 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 128633426 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28659] ppid=28650 vsize=826668 CPUtime=0
/proc/28652/task/28659/stat : 28659 (java) S 28650 28652 28464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128633426 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28660] ppid=28650 vsize=826668 CPUtime=0
/proc/28652/task/28660/stat : 28660 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28661] ppid=28650 vsize=826668 CPUtime=0.46
/proc/28652/task/28661/stat : 28661 (java) S 28650 28652 28464 0 -1 64 983 0 0 0 46 0 0 0 17 0 12 0 128633430 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28662] ppid=28650 vsize=826668 CPUtime=1.28
/proc/28652/task/28662/stat : 28662 (java) S 28650 28652 28464 0 -1 64 6301 0 0 0 126 2 0 0 16 0 12 0 128633430 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28663] ppid=28650 vsize=826668 CPUtime=0
/proc/28652/task/28663/stat : 28663 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28664] ppid=28650 vsize=826668 CPUtime=0
/proc/28652/task/28664/stat : 28664 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128633430 846508032 91817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.42
Current children cumulated vsize (KiB) 826668

[startup+25.503 s]
/proc/loadavg: 1.75 1.19 1.06 4/84 28664
/proc/meminfo: memFree=524792/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=858672 CPUtime=26.39
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 192594 0 1 0 2551 88 0 0 20 0 12 0 128633421 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28652/statm: 214668 178335 1387 9 0 212030 0
[pid=28652/tid=28654] ppid=28650 vsize=858672 CPUtime=11.15
/proc/28652/task/28654/stat : 28654 (java) S 28650 28652 28464 0 -1 64 35728 0 1 0 1097 18 0 0 17 0 12 0 128633422 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28655] ppid=28650 vsize=858672 CPUtime=2.24
/proc/28652/task/28655/stat : 28655 (java) R 28650 28652 28464 0 -1 64 23820 0 0 0 215 9 0 0 18 0 12 0 128633423 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28656] ppid=28650 vsize=858672 CPUtime=7.53
/proc/28652/task/28656/stat : 28656 (java) S 28650 28652 28464 0 -1 64 108961 0 0 0 704 49 0 0 18 0 12 0 128633423 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28657] ppid=28650 vsize=858672 CPUtime=3.67
/proc/28652/task/28657/stat : 28657 (java) R 28650 28652 28464 0 -1 64 16039 0 0 0 361 6 0 0 17 0 12 0 128633425 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28658] ppid=28650 vsize=858672 CPUtime=0
/proc/28652/task/28658/stat : 28658 (java) S 28650 28652 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 128633426 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28659] ppid=28650 vsize=858672 CPUtime=0
/proc/28652/task/28659/stat : 28659 (java) S 28650 28652 28464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128633426 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28660] ppid=28650 vsize=858672 CPUtime=0
/proc/28652/task/28660/stat : 28660 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28661] ppid=28650 vsize=858672 CPUtime=0.46
/proc/28652/task/28661/stat : 28661 (java) S 28650 28652 28464 0 -1 64 983 0 0 0 46 0 0 0 17 0 12 0 128633430 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28662] ppid=28650 vsize=858672 CPUtime=1.28
/proc/28652/task/28662/stat : 28662 (java) S 28650 28652 28464 0 -1 64 6301 0 0 0 126 2 0 0 16 0 12 0 128633430 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28663] ppid=28650 vsize=858672 CPUtime=0
/proc/28652/task/28663/stat : 28663 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28664] ppid=28650 vsize=858672 CPUtime=0
/proc/28652/task/28664/stat : 28664 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128633430 879280128 178335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.39
Current children cumulated vsize (KiB) 858672



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+34.5029 s]
/proc/loadavg: 1.79 1.21 1.07 3/84 28664
/proc/meminfo: memFree=476600/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=922676 CPUtime=35.39
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 236884 0 1 0 3431 108 0 0 20 0 12 0 128633421 944820224 191112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28652/statm: 230669 191118 1387 9 0 228031 0
[pid=28652/tid=28654] ppid=28650 vsize=922676 CPUtime=11.82
/proc/28652/task/28654/stat : 28654 (java) S 28650 28652 28464 0 -1 64 35730 0 1 0 1164 18 0 0 18 0 12 0 128633422 944820224 191133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28655] ppid=28650 vsize=922676 CPUtime=2.24
/proc/28652/task/28655/stat : 28655 (java) S 28650 28652 28464 0 -1 64 23820 0 0 0 215 9 0 0 18 0 12 0 128633423 944820224 191140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28656] ppid=28650 vsize=922676 CPUtime=7.53
/proc/28652/task/28656/stat : 28656 (java) S 28650 28652 28464 0 -1 64 108961 0 0 0 704 49 0 0 17 0 12 0 128633423 944820224 191147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28657] ppid=28650 vsize=922676 CPUtime=12
/proc/28652/task/28657/stat : 28657 (java) R 28650 28652 28464 0 -1 64 60370 0 0 0 1173 27 0 0 25 0 12 0 128633425 944820224 191155 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28658] ppid=28650 vsize=922676 CPUtime=0
/proc/28652/task/28658/stat : 28658 (java) S 28650 28652 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 128633426 944820224 191162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28659] ppid=28650 vsize=922676 CPUtime=0
/proc/28652/task/28659/stat : 28659 (java) S 28650 28652 28464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128633426 944820224 191169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28660] ppid=28650 vsize=922676 CPUtime=0
/proc/28652/task/28660/stat : 28660 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 944820224 191176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28661] ppid=28650 vsize=922676 CPUtime=0.46
/proc/28652/task/28661/stat : 28661 (java) S 28650 28652 28464 0 -1 64 983 0 0 0 46 0 0 0 17 0 12 0 128633430 944820224 191183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28662] ppid=28650 vsize=922676 CPUtime=1.28
/proc/28652/task/28662/stat : 28662 (java) S 28650 28652 28464 0 -1 64 6301 0 0 0 126 2 0 0 16 0 12 0 128633430 944820224 191190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28663] ppid=28650 vsize=922676 CPUtime=0
/proc/28652/task/28663/stat : 28663 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 944820224 191197 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28664] ppid=28650 vsize=922676 CPUtime=0
/proc/28652/task/28664/stat : 28664 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128633430 944820224 191205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.39
Current children cumulated vsize (KiB) 922676

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+35.003 s]
/proc/loadavg: 1.79 1.21 1.07 3/84 28664
/proc/meminfo: memFree=476600/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=890672 CPUtime=35.89
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 246022 0 1 0 3476 113 0 0 16 0 12 0 128633421 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28652/statm: 222668 192248 1387 9 0 220030 0
[pid=28652/tid=28654] ppid=28650 vsize=890672 CPUtime=11.82
/proc/28652/task/28654/stat : 28654 (java) S 28650 28652 28464 0 -1 64 35730 0 1 0 1164 18 0 0 18 0 12 0 128633422 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28655] ppid=28650 vsize=890672 CPUtime=2.24
/proc/28652/task/28655/stat : 28655 (java) S 28650 28652 28464 0 -1 64 23820 0 0 0 215 9 0 0 18 0 12 0 128633423 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28656] ppid=28650 vsize=890672 CPUtime=7.53
/proc/28652/task/28656/stat : 28656 (java) S 28650 28652 28464 0 -1 64 108961 0 0 0 704 49 0 0 17 0 12 0 128633423 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28657] ppid=28650 vsize=890672 CPUtime=12.49
/proc/28652/task/28657/stat : 28657 (java) R 28650 28652 28464 0 -1 64 69463 0 0 0 1218 31 0 0 25 0 12 0 128633425 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 105677185 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28658] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28658/stat : 28658 (java) S 28650 28652 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 128633426 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28659] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28659/stat : 28659 (java) S 28650 28652 28464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128633426 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28660] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28660/stat : 28660 (java) S 28650 28652 28464 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28661] ppid=28650 vsize=890672 CPUtime=0.46
/proc/28652/task/28661/stat : 28661 (java) S 28650 28652 28464 0 -1 64 983 0 0 0 46 0 0 0 17 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28662] ppid=28650 vsize=890672 CPUtime=1.28
/proc/28652/task/28662/stat : 28662 (java) S 28650 28652 28464 0 -1 64 6301 0 0 0 126 2 0 0 16 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28663] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28663/stat : 28663 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28664] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28664/stat : 28664 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.89
Current children cumulated vsize (KiB) 890672

[startup+35.8021 s]
/proc/loadavg: 1.79 1.21 1.07 3/85 28665
/proc/meminfo: memFree=468912/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=890672 CPUtime=36.68
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 246022 0 1 0 3555 113 0 0 16 0 12 0 128633421 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28652/statm: 222668 192248 1387 9 0 220030 0
[pid=28652/tid=28654] ppid=28650 vsize=890672 CPUtime=11.82
/proc/28652/task/28654/stat : 28654 (java) S 28650 28652 28464 0 -1 64 35730 0 1 0 1164 18 0 0 18 0 12 0 128633422 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28655] ppid=28650 vsize=890672 CPUtime=2.24
/proc/28652/task/28655/stat : 28655 (java) S 28650 28652 28464 0 -1 64 23820 0 0 0 215 9 0 0 18 0 12 0 128633423 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28656] ppid=28650 vsize=890672 CPUtime=7.53
/proc/28652/task/28656/stat : 28656 (java) S 28650 28652 28464 0 -1 64 108961 0 0 0 704 49 0 0 17 0 12 0 128633423 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28657] ppid=28650 vsize=890672 CPUtime=13.29
/proc/28652/task/28657/stat : 28657 (java) R 28650 28652 28464 0 -1 64 69463 0 0 0 1298 31 0 0 25 0 12 0 128633425 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28658] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28658/stat : 28658 (java) S 28650 28652 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 128633426 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28659] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28659/stat : 28659 (java) S 28650 28652 28464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128633426 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28660] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28660/stat : 28660 (java) S 28650 28652 28464 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28661] ppid=28650 vsize=890672 CPUtime=0.46
/proc/28652/task/28661/stat : 28661 (java) S 28650 28652 28464 0 -1 64 983 0 0 0 46 0 0 0 17 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28662] ppid=28650 vsize=890672 CPUtime=1.28
/proc/28652/task/28662/stat : 28662 (java) S 28650 28652 28464 0 -1 64 6301 0 0 0 126 2 0 0 16 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28663] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28663/stat : 28663 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28664] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28664/stat : 28664 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.68
Current children cumulated vsize (KiB) 890672

[startup+36.2021 s]
/proc/loadavg: 1.79 1.21 1.07 3/85 28665
/proc/meminfo: memFree=468912/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=890672 CPUtime=37.09
/proc/28652/stat : 28652 (java) S 28650 28652 28464 0 -1 0 246022 0 1 0 3596 113 0 0 16 0 12 0 128633421 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28652/statm: 222668 192248 1387 9 0 220030 0
[pid=28652/tid=28654] ppid=28650 vsize=890672 CPUtime=11.82
/proc/28652/task/28654/stat : 28654 (java) S 28650 28652 28464 0 -1 64 35730 0 1 0 1164 18 0 0 18 0 12 0 128633422 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28655] ppid=28650 vsize=890672 CPUtime=2.24
/proc/28652/task/28655/stat : 28655 (java) S 28650 28652 28464 0 -1 64 23820 0 0 0 215 9 0 0 18 0 12 0 128633423 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28656] ppid=28650 vsize=890672 CPUtime=7.53
/proc/28652/task/28656/stat : 28656 (java) S 28650 28652 28464 0 -1 64 108961 0 0 0 704 49 0 0 17 0 12 0 128633423 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28657] ppid=28650 vsize=890672 CPUtime=13.69
/proc/28652/task/28657/stat : 28657 (java) R 28650 28652 28464 0 -1 64 69463 0 0 0 1338 31 0 0 25 0 12 0 128633425 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28658] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28658/stat : 28658 (java) S 28650 28652 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 128633426 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28659] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28659/stat : 28659 (java) S 28650 28652 28464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128633426 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28660] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28660/stat : 28660 (java) S 28650 28652 28464 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28661] ppid=28650 vsize=890672 CPUtime=0.46
/proc/28652/task/28661/stat : 28661 (java) S 28650 28652 28464 0 -1 64 983 0 0 0 46 0 0 0 17 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28662] ppid=28650 vsize=890672 CPUtime=1.28
/proc/28652/task/28662/stat : 28662 (java) S 28650 28652 28464 0 -1 64 6301 0 0 0 126 2 0 0 16 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28652/tid=28663] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28663/stat : 28663 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28652/tid=28664] ppid=28650 vsize=890672 CPUtime=0
/proc/28652/task/28664/stat : 28664 (java) S 28650 28652 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128633430 912048128 192248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.09
Current children cumulated vsize (KiB) 890672

[startup+36.6029 s]
/proc/loadavg: 1.79 1.21 1.07 3/85 28665
/proc/meminfo: memFree=468912/2055920 swapFree=4192812/4192956
[pid=28652] ppid=28650 vsize=0 CPUtime=37.49
/proc/28652/stat : 28652 (java) Z 28650 28652 28464 0 -1 1036 246022 0 1 0 3628 121 0 0 16 0 2 0 128633421 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28652/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.49
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 36.6419
CPU time (s): 37.5333
CPU user time (s): 36.2825
CPU system time (s): 1.25081
CPU usage (%): 102.433
Max. virtual memory (cumulated for all children) (KiB): 922676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.2825
system time used= 1.25081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246022
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= 1632
involuntary context switches= 1536

runsolver used 0.046992 second user time and 0.140978 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 13:07:13
IDJOB=1071693
IDBENCH=56134
IDSOLVER=344
FILE ID=node27/1071693-1215169633
PBS_JOBID= 7881509
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bcf79be0f39accd989c3aa86c45c2b78
RANDOM SEED=1823386008

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1234872 kB
Buffers:         72504 kB
Cached:         470748 kB
SwapCached:          0 kB
Active:         410264 kB
Inactive:       338656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1234872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2092 kB
Writeback:           0 kB
Mapped:         219008 kB
Slab:            57276 kB
Committed_AS:   549192 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66472 MiB
End job on node27 at 2008-07-04 13:07:50