Trace number 1076911

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) 43.0804 34.5344

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-05.xml
MD5SUMa5449fb7f94202e7e869eae3c34f8472
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 benchmark4.56331
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2312
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension2168
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.23	c See www.sat4j.org for details.
0.26/0.23	c That software uses the Rhino library from the Mozilla project.
0.26/0.26	c version 9.9.9.token
0.26/0.26	c sun.arch.data.model	32
0.26/0.26	c java.version	1.6.0_06
0.26/0.26	c os.name	Linux
0.26/0.26	c os.version	2.6.9-22.EL.rootsmp
0.26/0.26	c os.arch	i386
0.26/0.26	c Free memory 669864272
0.26/0.26	c Max memory 672137216
0.26/0.26	c Total memory 672137216
0.26/0.26	c Number of processors 2
0.26/0.30	c c --- Begin Solver configuration ---
0.26/0.30	c Stops conflict analysis at the first Unique Implication Point
0.26/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.26/0.30	c Learn all clauses as in MiniSAT
0.26/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.26/0.30	c Expensive reason simplification
0.26/0.30	c MiniSAT restarts strategy
0.26/0.30	c timeout=2147483s
0.26/0.30	c DB Simplification allowed=false
0.26/0.30	c --- End Solver configuration ---
0.26/0.30	c solving HOME/instance-1076911-1215190447.xml
0.26/0.30	c reading problem ... 
0.52/0.47	c reading problem named null
0.52/0.47	c reading domains done.
0.52/0.47	c reading variables done.
0.83/0.68	c reading relations done.
1.99/1.39	c reading predicates  done.
2.26/1.57	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-1076911-1215190447/watcher-1076911-1215190447 -o /tmp/evaluation-result-1076911-1215190447/solver-1076911-1215190447 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076911-1215190447.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.07 1.12 1.15 3/64 28534
/proc/meminfo: memFree=1698808/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=152 CPUtime=0
/proc/28534/stat : 28534 (java6) R 28532 28534 26640 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 641967848 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 5534500 0 0 4096 0 0 0 0 17 1 0 0
/proc/28534/statm: 38 26 19 9 0 4 0

[startup+0.0940921 s]
/proc/loadavg: 1.07 1.12 1.15 3/64 28534
/proc/meminfo: memFree=1698808/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=804612 CPUtime=0.08
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 2996 0 1 0 6 2 0 0 18 0 12 0 641967848 823922688 2729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28534/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101087 s]
/proc/loadavg: 1.07 1.12 1.15 3/64 28534
/proc/meminfo: memFree=1698808/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=804612 CPUtime=0.08
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 3010 0 1 0 6 2 0 0 18 0 12 0 641967848 823922688 2743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28534/statm: 201153 2743 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301115 s]
/proc/loadavg: 1.07 1.12 1.15 3/64 28534
/proc/meminfo: memFree=1698808/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=808328 CPUtime=0.38
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 5355 0 1 0 35 3 0 0 18 0 12 0 641967848 827727872 4635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28534/statm: 202082 4635 1312 9 0 199451 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 808328

[startup+0.701152 s]
/proc/loadavg: 1.07 1.12 1.15 3/64 28534
/proc/meminfo: memFree=1698808/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=809380 CPUtime=1.01
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 7617 0 1 0 96 5 0 0 18 0 12 0 641967848 828805120 6163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28534/statm: 202345 6163 1342 9 0 199707 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 809380

[startup+1.50223 s]
/proc/loadavg: 1.07 1.12 1.15 4/76 28546
/proc/meminfo: memFree=1671704/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=814036 CPUtime=2.26
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 16839 0 1 0 216 10 0 0 18 0 12 0 641967848 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28534/statm: 203509 14020 1359 9 0 200871 0
[pid=28534/tid=28536] ppid=28532 vsize=814036 CPUtime=1.05
/proc/28534/task/28536/stat : 28536 (java) R 28532 28534 26640 0 -1 64 10964 0 1 0 98 7 0 0 17 0 12 0 641967850 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4109210740 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28537] ppid=28532 vsize=814036 CPUtime=0
/proc/28534/task/28537/stat : 28537 (java) S 28532 28534 26640 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 641967851 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28538] ppid=28532 vsize=814036 CPUtime=0
/proc/28534/task/28538/stat : 28538 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 641967851 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28539] ppid=28532 vsize=814036 CPUtime=0
/proc/28534/task/28539/stat : 28539 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 641967852 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28540] ppid=28532 vsize=814036 CPUtime=0
/proc/28534/task/28540/stat : 28540 (java) S 28532 28534 26640 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 641967853 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28541] ppid=28532 vsize=814036 CPUtime=0
/proc/28534/task/28541/stat : 28541 (java) S 28532 28534 26640 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 641967853 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28542] ppid=28532 vsize=814036 CPUtime=0
/proc/28534/task/28542/stat : 28542 (java) S 28532 28534 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 641967857 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28543] ppid=28532 vsize=814036 CPUtime=0.59
/proc/28534/task/28543/stat : 28543 (java) S 28532 28534 26640 0 -1 64 2487 0 0 0 59 0 0 0 16 0 12 0 641967857 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28544] ppid=28532 vsize=814036 CPUtime=0.59
/proc/28534/task/28544/stat : 28544 (java) S 28532 28534 26640 0 -1 64 2622 0 0 0 59 0 0 0 16 0 12 0 641967857 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28545] ppid=28532 vsize=814036 CPUtime=0
/proc/28534/task/28545/stat : 28545 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641967857 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28546] ppid=28532 vsize=814036 CPUtime=0
/proc/28534/task/28546/stat : 28546 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641967857 833572864 14020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 814036

[startup+3.10139 s]
/proc/loadavg: 1.07 1.12 1.15 2/76 28546
/proc/meminfo: memFree=1600920/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=815320 CPUtime=4.46
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 42224 0 1 0 425 21 0 0 18 0 12 0 641967848 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28534/statm: 203830 36471 1368 9 0 201192 0
[pid=28534/tid=28536] ppid=28532 vsize=815320 CPUtime=2.13
/proc/28534/task/28536/stat : 28536 (java) S 28532 28534 26640 0 -1 64 17296 0 1 0 204 9 0 0 18 0 12 0 641967850 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28537] ppid=28532 vsize=815320 CPUtime=0.45
/proc/28534/task/28537/stat : 28537 (java) R 28532 28534 26640 0 -1 64 9923 0 0 0 40 5 0 0 16 0 12 0 641967851 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28538] ppid=28532 vsize=815320 CPUtime=0.44
/proc/28534/task/28538/stat : 28538 (java) R 28532 28534 26640 0 -1 64 8382 0 0 0 41 3 0 0 16 0 12 0 641967851 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 104146107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28539] ppid=28532 vsize=815320 CPUtime=0
/proc/28534/task/28539/stat : 28539 (java) S 28532 28534 26640 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 641967852 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28540] ppid=28532 vsize=815320 CPUtime=0
/proc/28534/task/28540/stat : 28540 (java) S 28532 28534 26640 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 641967853 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28541] ppid=28532 vsize=815320 CPUtime=0
/proc/28534/task/28541/stat : 28541 (java) S 28532 28534 26640 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 641967853 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28542] ppid=28532 vsize=815320 CPUtime=0
/proc/28534/task/28542/stat : 28542 (java) S 28532 28534 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 641967857 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28543] ppid=28532 vsize=815320 CPUtime=0.65
/proc/28534/task/28543/stat : 28543 (java) S 28532 28534 26640 0 -1 64 2496 0 0 0 65 0 0 0 16 0 12 0 641967857 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28544] ppid=28532 vsize=815320 CPUtime=0.73
/proc/28534/task/28544/stat : 28544 (java) S 28532 28534 26640 0 -1 64 3334 0 0 0 72 1 0 0 16 0 12 0 641967857 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28545] ppid=28532 vsize=815320 CPUtime=0
/proc/28534/task/28545/stat : 28545 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641967857 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28546] ppid=28532 vsize=815320 CPUtime=0
/proc/28534/task/28546/stat : 28546 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641967857 834887680 36471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 815320

[startup+6.30271 s]
/proc/loadavg: 1.07 1.11 1.15 2/76 28546
/proc/meminfo: memFree=1460824/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=825404 CPUtime=9.66
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 76286 0 1 0 926 40 0 0 18 0 12 0 641967848 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28534/statm: 206351 63949 1384 9 0 203713 0
[pid=28534/tid=28536] ppid=28532 vsize=825404 CPUtime=3.78
/proc/28534/task/28536/stat : 28536 (java) S 28532 28534 26640 0 -1 64 17305 0 1 0 369 9 0 0 25 0 12 0 641967850 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28537] ppid=28532 vsize=825404 CPUtime=1.89
/proc/28534/task/28537/stat : 28537 (java) R 28532 28534 26640 0 -1 64 23979 0 0 0 176 13 0 0 20 0 12 0 641967851 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28538] ppid=28532 vsize=825404 CPUtime=2
/proc/28534/task/28538/stat : 28538 (java) R 28532 28534 26640 0 -1 64 26460 0 0 0 187 13 0 0 21 0 12 0 641967851 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28539] ppid=28532 vsize=825404 CPUtime=0
/proc/28534/task/28539/stat : 28539 (java) S 28532 28534 26640 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 641967852 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28540] ppid=28532 vsize=825404 CPUtime=0
/proc/28534/task/28540/stat : 28540 (java) S 28532 28534 26640 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 641967853 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28541] ppid=28532 vsize=825404 CPUtime=0
/proc/28534/task/28541/stat : 28541 (java) S 28532 28534 26640 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 641967853 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28542] ppid=28532 vsize=825404 CPUtime=0
/proc/28534/task/28542/stat : 28542 (java) S 28532 28534 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 641967857 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28543] ppid=28532 vsize=825404 CPUtime=0.99
/proc/28534/task/28543/stat : 28543 (java) S 28532 28534 26640 0 -1 64 3587 0 0 0 98 1 0 0 18 0 12 0 641967857 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28544] ppid=28532 vsize=825404 CPUtime=0.95
/proc/28534/task/28544/stat : 28544 (java) S 28532 28534 26640 0 -1 64 4162 0 0 0 94 1 0 0 18 0 12 0 641967857 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28545] ppid=28532 vsize=825404 CPUtime=0
/proc/28534/task/28545/stat : 28545 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641967857 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28546] ppid=28532 vsize=825404 CPUtime=0
/proc/28534/task/28546/stat : 28546 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641967857 845213696 63949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 825404

[startup+12.7013 s]
/proc/loadavg: 1.14 1.13 1.16 2/76 28546
/proc/meminfo: memFree=1242584/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=835644 CPUtime=19.46
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 144983 0 1 0 1873 73 0 0 18 0 12 0 641967848 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28534/statm: 208911 124012 1384 9 0 206273 0
[pid=28534/tid=28536] ppid=28532 vsize=835644 CPUtime=6.61
/proc/28534/task/28536/stat : 28536 (java) R 28532 28534 26640 0 -1 64 23461 0 1 0 649 12 0 0 16 0 12 0 641967850 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4109814471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28537] ppid=28532 vsize=835644 CPUtime=5.31
/proc/28534/task/28537/stat : 28537 (java) S 28532 28534 26640 0 -1 64 50734 0 0 0 505 26 0 0 17 0 12 0 641967851 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28538] ppid=28532 vsize=835644 CPUtime=5.55
/proc/28534/task/28538/stat : 28538 (java) S 28532 28534 26640 0 -1 64 62246 0 0 0 525 30 0 0 16 0 12 0 641967851 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28539] ppid=28532 vsize=835644 CPUtime=0
/proc/28534/task/28539/stat : 28539 (java) S 28532 28534 26640 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 641967852 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28540] ppid=28532 vsize=835644 CPUtime=0
/proc/28534/task/28540/stat : 28540 (java) S 28532 28534 26640 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 641967853 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28541] ppid=28532 vsize=835644 CPUtime=0
/proc/28534/task/28541/stat : 28541 (java) S 28532 28534 26640 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 641967853 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28542] ppid=28532 vsize=835644 CPUtime=0
/proc/28534/task/28542/stat : 28542 (java) S 28532 28534 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 641967857 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28543] ppid=28532 vsize=835644 CPUtime=0.99
/proc/28534/task/28543/stat : 28543 (java) S 28532 28534 26640 0 -1 64 3587 0 0 0 98 1 0 0 18 0 12 0 641967857 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28544] ppid=28532 vsize=835644 CPUtime=0.95
/proc/28534/task/28544/stat : 28544 (java) S 28532 28534 26640 0 -1 64 4162 0 0 0 94 1 0 0 18 0 12 0 641967857 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28545] ppid=28532 vsize=835644 CPUtime=0
/proc/28534/task/28545/stat : 28545 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641967857 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28546] ppid=28532 vsize=835644 CPUtime=0
/proc/28534/task/28546/stat : 28546 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641967857 855699456 124012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.46
Current children cumulated vsize (KiB) 835644

[startup+25.5026 s]
/proc/loadavg: 1.18 1.14 1.16 2/76 28546
/proc/meminfo: memFree=1002776/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=851648 CPUtime=34.05
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 237014 0 1 0 3292 113 0 0 18 0 12 0 641967848 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28534/statm: 212912 178811 1387 9 0 210274 0
[pid=28534/tid=28536] ppid=28532 vsize=851648 CPUtime=9.75
/proc/28534/task/28536/stat : 28536 (java) S 28532 28534 26640 0 -1 64 35761 0 1 0 958 17 0 0 18 0 12 0 641967850 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28537] ppid=28532 vsize=851648 CPUtime=7.12
/proc/28534/task/28537/stat : 28537 (java) S 28532 28534 26640 0 -1 64 70683 0 0 0 675 37 0 0 17 0 12 0 641967851 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28538] ppid=28532 vsize=851648 CPUtime=7.36
/proc/28534/task/28538/stat : 28538 (java) S 28532 28534 26640 0 -1 64 77882 0 0 0 699 37 0 0 17 0 12 0 641967851 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28539] ppid=28532 vsize=851648 CPUtime=7.83
/proc/28534/task/28539/stat : 28539 (java) R 28532 28534 26640 0 -1 64 44176 0 0 0 766 17 0 0 16 0 12 0 641967852 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 104126448 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28540] ppid=28532 vsize=851648 CPUtime=0
/proc/28534/task/28540/stat : 28540 (java) S 28532 28534 26640 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 641967853 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28541] ppid=28532 vsize=851648 CPUtime=0
/proc/28534/task/28541/stat : 28541 (java) S 28532 28534 26640 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 641967853 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28542] ppid=28532 vsize=851648 CPUtime=0
/proc/28534/task/28542/stat : 28542 (java) S 28532 28534 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 641967857 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28543] ppid=28532 vsize=851648 CPUtime=0.99
/proc/28534/task/28543/stat : 28543 (java) S 28532 28534 26640 0 -1 64 3587 0 0 0 98 1 0 0 18 0 12 0 641967857 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28544] ppid=28532 vsize=851648 CPUtime=0.95
/proc/28534/task/28544/stat : 28544 (java) S 28532 28534 26640 0 -1 64 4162 0 0 0 94 1 0 0 18 0 12 0 641967857 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28545] ppid=28532 vsize=851648 CPUtime=0
/proc/28534/task/28545/stat : 28545 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641967857 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28546] ppid=28532 vsize=851648 CPUtime=0
/proc/28534/task/28546/stat : 28546 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641967857 872087552 178811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.05
Current children cumulated vsize (KiB) 851648



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+32.4013 s]
/proc/loadavg: 1.16 1.13 1.16 2/76 28546
/proc/meminfo: memFree=922392/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=931652 CPUtime=40.94
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 288719 0 1 0 3961 133 0 0 18 0 12 0 641967848 954011648 195504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28534/statm: 232913 195508 1387 9 0 230275 0
[pid=28534/tid=28536] ppid=28532 vsize=931652 CPUtime=10.1
/proc/28534/task/28536/stat : 28536 (java) S 28532 28534 26640 0 -1 64 35763 0 1 0 993 17 0 0 18 0 12 0 641967850 954011648 195522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28537] ppid=28532 vsize=931652 CPUtime=7.12
/proc/28534/task/28537/stat : 28537 (java) S 28532 28534 26640 0 -1 64 70683 0 0 0 675 37 0 0 17 0 12 0 641967851 954011648 195530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28538] ppid=28532 vsize=931652 CPUtime=7.36
/proc/28534/task/28538/stat : 28538 (java) S 28532 28534 26640 0 -1 64 77882 0 0 0 699 37 0 0 17 0 12 0 641967851 954011648 195538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28539] ppid=28532 vsize=931652 CPUtime=14.38
/proc/28534/task/28539/stat : 28539 (java) R 28532 28534 26640 0 -1 64 95921 0 0 0 1400 38 0 0 16 0 12 0 641967852 954011648 195545 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28540] ppid=28532 vsize=931652 CPUtime=0
/proc/28534/task/28540/stat : 28540 (java) S 28532 28534 26640 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 641967853 954011648 195552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28541] ppid=28532 vsize=931652 CPUtime=0
/proc/28534/task/28541/stat : 28541 (java) S 28532 28534 26640 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 641967853 954011648 195560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28542] ppid=28532 vsize=931652 CPUtime=0
/proc/28534/task/28542/stat : 28542 (java) S 28532 28534 26640 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 641967857 954011648 195567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28543] ppid=28532 vsize=931652 CPUtime=0.99
/proc/28534/task/28543/stat : 28543 (java) S 28532 28534 26640 0 -1 64 3587 0 0 0 98 1 0 0 18 0 12 0 641967857 954011648 195574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28544] ppid=28532 vsize=931652 CPUtime=0.95
/proc/28534/task/28544/stat : 28544 (java) S 28532 28534 26640 0 -1 64 4162 0 0 0 94 1 0 0 18 0 12 0 641967857 954011648 195581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28545] ppid=28532 vsize=931652 CPUtime=0
/proc/28534/task/28545/stat : 28545 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641967857 954011648 195589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28546] ppid=28532 vsize=931652 CPUtime=0
/proc/28534/task/28546/stat : 28546 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641967857 954011648 195596 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.94
Current children cumulated vsize (KiB) 931652

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+33.4024 s]
/proc/loadavg: 1.16 1.13 1.16 2/77 28547
/proc/meminfo: memFree=930704/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=899648 CPUtime=41.94
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 293949 0 1 0 4058 136 0 0 16 0 12 0 641967848 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28534/statm: 224912 192731 1387 9 0 222274 0
[pid=28534/tid=28536] ppid=28532 vsize=899648 CPUtime=10.1
/proc/28534/task/28536/stat : 28536 (java) S 28532 28534 26640 0 -1 64 35763 0 1 0 993 17 0 0 18 0 12 0 641967850 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28537] ppid=28532 vsize=899648 CPUtime=7.12
/proc/28534/task/28537/stat : 28537 (java) S 28532 28534 26640 0 -1 64 70683 0 0 0 675 37 0 0 17 0 12 0 641967851 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28538] ppid=28532 vsize=899648 CPUtime=7.36
/proc/28534/task/28538/stat : 28538 (java) S 28532 28534 26640 0 -1 64 77882 0 0 0 699 37 0 0 17 0 12 0 641967851 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28539] ppid=28532 vsize=899648 CPUtime=15.37
/proc/28534/task/28539/stat : 28539 (java) R 28532 28534 26640 0 -1 64 101108 0 0 0 1497 40 0 0 17 0 12 0 641967852 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28540] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28540/stat : 28540 (java) S 28532 28534 26640 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 641967853 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28541] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28541/stat : 28541 (java) S 28532 28534 26640 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 641967853 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28542] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28542/stat : 28542 (java) S 28532 28534 26640 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 641967857 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28543] ppid=28532 vsize=899648 CPUtime=0.99
/proc/28534/task/28543/stat : 28543 (java) S 28532 28534 26640 0 -1 64 3587 0 0 0 98 1 0 0 18 0 12 0 641967857 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28544] ppid=28532 vsize=899648 CPUtime=0.95
/proc/28534/task/28544/stat : 28544 (java) S 28532 28534 26640 0 -1 64 4162 0 0 0 94 1 0 0 18 0 12 0 641967857 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28545] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28545/stat : 28545 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641967857 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28546] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28546/stat : 28546 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641967857 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.94
Current children cumulated vsize (KiB) 899648

[startup+34.2024 s]
/proc/loadavg: 1.15 1.13 1.16 2/77 28547
/proc/meminfo: memFree=930704/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=899648 CPUtime=42.74
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 293949 0 1 0 4138 136 0 0 16 0 12 0 641967848 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28534/statm: 224912 192731 1387 9 0 222274 0
[pid=28534/tid=28536] ppid=28532 vsize=899648 CPUtime=10.1
/proc/28534/task/28536/stat : 28536 (java) S 28532 28534 26640 0 -1 64 35763 0 1 0 993 17 0 0 18 0 12 0 641967850 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28537] ppid=28532 vsize=899648 CPUtime=7.12
/proc/28534/task/28537/stat : 28537 (java) S 28532 28534 26640 0 -1 64 70683 0 0 0 675 37 0 0 17 0 12 0 641967851 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28538] ppid=28532 vsize=899648 CPUtime=7.36
/proc/28534/task/28538/stat : 28538 (java) S 28532 28534 26640 0 -1 64 77882 0 0 0 699 37 0 0 17 0 12 0 641967851 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28539] ppid=28532 vsize=899648 CPUtime=16.17
/proc/28534/task/28539/stat : 28539 (java) R 28532 28534 26640 0 -1 64 101108 0 0 0 1577 40 0 0 18 0 12 0 641967852 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 106123416 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28540] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28540/stat : 28540 (java) S 28532 28534 26640 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 641967853 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28541] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28541/stat : 28541 (java) S 28532 28534 26640 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 641967853 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28542] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28542/stat : 28542 (java) S 28532 28534 26640 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 641967857 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28543] ppid=28532 vsize=899648 CPUtime=0.99
/proc/28534/task/28543/stat : 28543 (java) S 28532 28534 26640 0 -1 64 3587 0 0 0 98 1 0 0 18 0 12 0 641967857 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28544] ppid=28532 vsize=899648 CPUtime=0.95
/proc/28534/task/28544/stat : 28544 (java) S 28532 28534 26640 0 -1 64 4162 0 0 0 94 1 0 0 18 0 12 0 641967857 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28545] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28545/stat : 28545 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641967857 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28546] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28546/stat : 28546 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641967857 921239552 192731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.74
Current children cumulated vsize (KiB) 899648

[startup+34.4025 s]
/proc/loadavg: 1.15 1.13 1.16 2/77 28547
/proc/meminfo: memFree=930704/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=899648 CPUtime=42.94
/proc/28534/stat : 28534 (java) S 28532 28534 26640 0 -1 0 295617 0 1 0 4158 136 0 0 16 0 12 0 641967848 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28534/statm: 224912 194399 1387 9 0 222274 0
[pid=28534/tid=28536] ppid=28532 vsize=899648 CPUtime=10.1
/proc/28534/task/28536/stat : 28536 (java) S 28532 28534 26640 0 -1 64 35763 0 1 0 993 17 0 0 18 0 12 0 641967850 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28537] ppid=28532 vsize=899648 CPUtime=7.12
/proc/28534/task/28537/stat : 28537 (java) S 28532 28534 26640 0 -1 64 70683 0 0 0 675 37 0 0 17 0 12 0 641967851 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28538] ppid=28532 vsize=899648 CPUtime=7.36
/proc/28534/task/28538/stat : 28538 (java) S 28532 28534 26640 0 -1 64 77882 0 0 0 699 37 0 0 17 0 12 0 641967851 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28539] ppid=28532 vsize=899648 CPUtime=16.36
/proc/28534/task/28539/stat : 28539 (java) R 28532 28534 26640 0 -1 64 102776 0 0 0 1596 40 0 0 19 0 12 0 641967852 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28534/tid=28540] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28540/stat : 28540 (java) S 28532 28534 26640 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 641967853 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28541] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28541/stat : 28541 (java) S 28532 28534 26640 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 641967853 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28542] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28542/stat : 28542 (java) S 28532 28534 26640 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 641967857 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28543] ppid=28532 vsize=899648 CPUtime=0.99
/proc/28534/task/28543/stat : 28543 (java) S 28532 28534 26640 0 -1 64 3587 0 0 0 98 1 0 0 18 0 12 0 641967857 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28544] ppid=28532 vsize=899648 CPUtime=0.95
/proc/28534/task/28544/stat : 28544 (java) S 28532 28534 26640 0 -1 64 4162 0 0 0 94 1 0 0 18 0 12 0 641967857 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28545] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28545/stat : 28545 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641967857 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28534/tid=28546] ppid=28532 vsize=899648 CPUtime=0
/proc/28534/task/28546/stat : 28546 (java) S 28532 28534 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641967857 921239552 194399 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.94
Current children cumulated vsize (KiB) 899648

[startup+34.503 s]
/proc/loadavg: 1.15 1.13 1.16 2/77 28547
/proc/meminfo: memFree=930704/2055920 swapFree=4157840/4192956
[pid=28534] ppid=28532 vsize=0 CPUtime=43.03
/proc/28534/stat : 28534 (java) Z 28532 28534 26640 0 -1 1036 295617 0 1 0 4159 144 0 0 16 0 2 0 641967848 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28534/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.03
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 34.5344
CPU time (s): 43.0804
CPU user time (s): 41.5997
CPU system time (s): 1.48077
CPU usage (%): 124.747
Max. virtual memory (cumulated for all children) (KiB): 931652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.5997
system time used= 1.48077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295617
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= 1590
involuntary context switches= 1193

runsolver used 0.036994 second user time and 0.107983 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 18:54:07
IDJOB=1076911
IDBENCH=56618
IDSOLVER=344
FILE ID=node60/1076911-1215190447
PBS_JOBID= 7881626
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5449fb7f94202e7e869eae3c34f8472
RANDOM SEED=1073089811

node60.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.216
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.216
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:       1699224 kB
Buffers:         45556 kB
Cached:         221620 kB
SwapCached:      29304 kB
Active:         173240 kB
Inactive:       130652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699224 kB
SwapTotal:     4192956 kB
SwapFree:      4157840 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          42040 kB
Slab:            38664 kB
Committed_AS:  1072308 kB
PageTables:       1504 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= 66484 MiB
End job on node60 at 2008-07-04 18:54:42