Trace number 3250694

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
SArTagnan 2011-03-24? (TO) 4800.48 1201.76

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
MD5SUMfaed4f95ee485d18812f5d39a28df3e5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses33487
Sum of the clauses size151837
Maximum clause length19
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 330276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53211

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250694-1304095591/watcher-3250694-1304095591 -o /tmp/evaluation-result-3250694-1304095591/solver-3250694-1304095591 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3250694-1304095591.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.73 4.06 5.13 5/180 8098
/proc/meminfo: memFree=31369476/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=20028 CPUtime=0 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 752 0 0 0 0 0 0 0 22 0 1 0 501974770 20508672 599 33554432000 4194304 4623224 140733951890784 18446744073709551615 270338383616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 5007 600 297 105 0 511 0

[startup+0.847425 s]
/proc/loadavg: 3.73 4.06 5.13 5/180 8098
/proc/meminfo: memFree=31369476/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=198280 CPUtime=3.3 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 15505 0 0 0 328 2 0 0 25 0 4 0 501974770 203038720 5607 33554432000 4194304 4623224 140733951890784 18446744073709551615 4355942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 49570 5608 336 105 0 45074 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 198280

[startup+0.900416 s]
/proc/loadavg: 3.73 4.06 5.13 5/180 8098
/proc/meminfo: memFree=31369476/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=198280 CPUtime=3.52 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 16022 0 0 0 350 2 0 0 25 0 4 0 501974770 203038720 5667 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 49570 5681 336 105 0 45074 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 198280

[startup+1.0004 s]
/proc/loadavg: 3.73 4.06 5.13 5/180 8098
/proc/meminfo: memFree=31369476/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=199032 CPUtime=3.92 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 17191 0 0 0 390 2 0 0 25 0 4 0 501974770 203808768 6063 33554432000 4194304 4623224 140733951890784 18446744073709551615 4414841 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 49758 6063 336 105 0 45262 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 199032

[startup+1.10038 s]
/proc/loadavg: 3.73 4.06 5.13 5/180 8098
/proc/meminfo: memFree=31369476/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=199032 CPUtime=4.32 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 18027 0 0 0 430 2 0 0 25 0 4 0 501974770 203808768 6023 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 49758 6023 336 105 0 45262 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 199032

[startup+1.5003 s]
/proc/loadavg: 3.73 4.06 5.13 5/180 8098
/proc/meminfo: memFree=31369476/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=201536 CPUtime=5.91 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 22574 0 0 0 589 2 0 0 25 0 4 0 501974770 206372864 7070 33554432000 4194304 4623224 140733951890784 18446744073709551615 270338032844 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 50384 7071 341 105 0 45888 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 201536

[startup+3.10098 s]
/proc/loadavg: 4.15 4.14 5.15 9/184 8102
/proc/meminfo: memFree=31300636/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=205184 CPUtime=12.31 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 35220 0 0 0 1227 4 0 0 25 0 4 0 501974770 210108416 10815 33554432000 4194304 4623224 140733951890784 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 51296 10815 345 105 0 46800 0
[pid=8098/tid=8100] ppid=8096 vsize=205184 CPUtime=3.06 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 3519 0 0 0 306 0 0 0 25 0 4 0 501974772 210108416 10815 33554432000 4194304 4623224 140733951890784 18446744073709551615 4377005 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=205184 CPUtime=3.06 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 2678 0 0 0 306 0 0 0 25 0 4 0 501974772 210108416 10815 33554432000 4194304 4623224 140733951890784 18446744073709551615 4366446 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=205184 CPUtime=3.07 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 23919 0 0 0 305 2 0 0 25 0 4 0 501974772 210108416 10815 33554432000 4194304 4623224 140733951890784 18446744073709551615 4550379 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 205184

[startup+6.30634 s]
/proc/loadavg: 4.46 4.20 5.17 9/184 8103
/proc/meminfo: memFree=31253764/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=284448 CPUtime=25.11 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 54612 0 0 0 2504 7 0 0 25 0 4 0 501974770 291274752 15945 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510978 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 71112 15945 352 105 0 66616 0
[pid=8098/tid=8100] ppid=8096 vsize=284448 CPUtime=6.27 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 5582 0 0 0 626 1 0 0 25 0 4 0 501974772 291274752 15945 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=284448 CPUtime=6.24 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 4310 0 0 0 624 0 0 0 25 0 4 0 501974772 291274752 15945 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=284448 CPUtime=6.28 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 37865 0 0 0 624 4 0 0 25 0 4 0 501974772 291274752 15945 33554432000 4194304 4623224 140733951890784 18446744073709551615 4550548 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 284448

[startup+12.7011 s]
/proc/loadavg: 4.74 4.27 5.18 9/184 8103
/proc/meminfo: memFree=31198040/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=304028 CPUtime=50.66 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 87531 0 0 0 5052 14 0 0 25 0 4 0 501974770 311324672 25314 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 76007 25314 346 105 0 71511 0
[pid=8098/tid=8100] ppid=8096 vsize=304028 CPUtime=12.66 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 10411 0 0 0 1264 2 0 0 25 0 4 0 501974772 311324672 25314 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=304028 CPUtime=12.61 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 7839 0 0 0 1259 2 0 0 25 0 4 0 501974772 311324672 25314 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=304028 CPUtime=12.66 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 59898 0 0 0 1259 7 0 0 25 0 4 0 501974772 311324672 25314 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 304028

[startup+25.5005 s]
/proc/loadavg: 5.24 4.39 5.21 9/184 8103
/proc/meminfo: memFree=31096836/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=331720 CPUtime=101.79 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 132414 0 0 0 10153 26 0 0 25 0 4 0 501974770 339681280 37412 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 82930 37412 359 105 0 78434 0
[pid=8098/tid=8100] ppid=8096 vsize=331720 CPUtime=25.47 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 16846 0 0 0 2543 4 0 0 25 0 4 0 501974772 339681280 37412 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=331720 CPUtime=25.34 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 13812 0 0 0 2527 7 0 0 25 0 4 0 501974772 339681280 37412 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376820 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=331720 CPUtime=25.47 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 89431 0 0 0 2534 13 0 0 25 0 4 0 501974772 339681280 37412 33554432000 4194304 4623224 140733951890784 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 331720

[startup+51.1005 s]
/proc/loadavg: 6.25 4.69 5.29 9/184 8104
/proc/meminfo: memFree=30945428/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=342888 CPUtime=204.06 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 227661 0 0 0 20362 44 0 0 25 0 4 0 501974770 351117312 57478 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 85722 57478 374 105 0 81226 0
[pid=8098/tid=8100] ppid=8096 vsize=342888 CPUtime=51.06 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 26694 0 0 0 5099 7 0 0 25 0 4 0 501974772 351117312 57478 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=342888 CPUtime=50.8 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 20507 0 0 0 5071 9 0 0 25 0 4 0 501974772 351117312 57478 33554432000 4194304 4623224 140733951890784 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=342888 CPUtime=51.06 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 160315 0 0 0 5083 23 0 0 25 0 4 0 501974772 351117312 57478 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376901 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 342888

[startup+102.3 s]
/proc/loadavg: 7.36 5.26 5.45 9/184 8105
/proc/meminfo: memFree=30702108/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=524092 CPUtime=408.59 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 431488 0 0 0 40777 82 0 0 25 0 4 0 501974770 536670208 87775 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510647 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 131023 87775 740 105 0 126527 0
[pid=8098/tid=8100] ppid=8096 vsize=524092 CPUtime=102.26 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 39017 0 0 0 10215 11 0 0 25 0 4 0 501974772 536670208 87775 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=524092 CPUtime=101.73 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 30640 0 0 0 10159 14 0 0 25 0 4 0 501974772 536670208 87775 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=524092 CPUtime=102.27 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 324950 0 0 0 10177 50 0 0 25 0 4 0 501974772 536670208 87775 33554432000 4194304 4623224 140733951890784 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 524092

[startup+162.3 s]
/proc/loadavg: 7.86 5.79 5.62 9/184 8107
/proc/meminfo: memFree=30544724/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=594868 CPUtime=648.28 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 560027 0 0 0 64724 104 0 0 25 0 4 0 501974770 609144832 108542 33554432000 4194304 4623224 140733951890784 18446744073709551615 4414993 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 148717 108542 440 105 0 144221 0
[pid=8098/tid=8100] ppid=8096 vsize=594868 CPUtime=162.27 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 43299 0 0 0 16215 12 0 0 25 0 4 0 501974772 609144832 108542 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=594868 CPUtime=161.41 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 38344 0 0 0 16124 17 0 0 25 0 4 0 501974772 609144832 108542 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=594868 CPUtime=162.27 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 424720 0 0 0 16161 66 0 0 25 0 4 0 501974772 609144832 108542 33554432000 4194304 4623224 140733951890784 18446744073709551615 4550495 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.28
Current children cumulated vsize (KiB) 594868

[startup+222.3 s]
/proc/loadavg: 8.10 6.23 5.78 9/184 8108
/proc/meminfo: memFree=30337608/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=700232 CPUtime=887.96 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 715219 0 0 0 88666 130 0 0 25 0 4 0 501974770 717037568 136559 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 175058 136559 1171 105 0 170562 0
[pid=8098/tid=8100] ppid=8096 vsize=700232 CPUtime=222.27 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 57331 0 0 0 22213 14 0 0 25 0 4 0 501974772 717037568 136559 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=700232 CPUtime=221.08 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 50225 0 0 0 22088 20 0 0 25 0 4 0 501974772 717037568 136559 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=700232 CPUtime=222.28 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 547014 0 0 0 22143 85 0 0 25 0 4 0 501974772 717037568 136559 33554432000 4194304 4623224 140733951890784 18446744073709551615 4365056 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.96
Current children cumulated vsize (KiB) 700232

[startup+282.301 s]
/proc/loadavg: 8.20 6.60 5.93 9/184 8110
/proc/meminfo: memFree=30234412/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=727172 CPUtime=1127.66 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 809966 0 0 0 112619 147 0 0 25 0 4 0 501974770 744624128 146068 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 181793 146068 1061 105 0 177297 0
[pid=8098/tid=8100] ppid=8096 vsize=727172 CPUtime=282.29 cores=1,3,5,7

################
# More data... #
################

[pid=8098] ppid=8096 vsize=1245468 CPUtime=2805.42 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 1915592 0 0 0 280191 351 0 0 25 0 4 0 501974770 1275359232 237245 33554432000 4194304 4623224 140733951890784 18446744073709551615 4511014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 311367 237245 488 105 0 306871 0
[pid=8098/tid=8100] ppid=8096 vsize=1245468 CPUtime=702.29 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 134900 0 0 0 70178 51 0 0 25 0 4 0 501974772 1275359232 237245 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1245468 CPUtime=698.49 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 83084 0 0 0 69810 39 0 0 25 0 4 0 501974772 1275359232 237245 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1245468 CPUtime=702.29 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 1578752 0 0 0 69987 242 0 0 25 0 4 0 501974772 1275359232 237245 33554432000 4194304 4623224 140733951890784 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.42
Current children cumulated vsize (KiB) 1245468

[startup+762.3 s]
/proc/loadavg: 8.05 7.78 6.79 9/184 8123
/proc/meminfo: memFree=29462396/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=1266996 CPUtime=3045.11 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 2228480 0 0 0 304106 405 0 0 25 0 4 0 501974770 1297403904 245566 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 316749 245566 461 105 0 312253 0
[pid=8098/tid=8100] ppid=8096 vsize=1266996 CPUtime=762.29 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 137673 0 0 0 76177 52 0 0 25 0 4 0 501974772 1297403904 245566 33554432000 4194304 4623224 140733951890784 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1266996 CPUtime=758.16 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 85033 0 0 0 75774 42 0 0 25 0 4 0 501974772 1297403904 245566 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1266996 CPUtime=762.29 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 1853019 0 0 0 75944 285 0 0 25 0 4 0 501974772 1297403904 245566 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.11
Current children cumulated vsize (KiB) 1266996

[startup+822.3 s]
/proc/loadavg: 8.02 7.82 6.86 9/184 8124
/proc/meminfo: memFree=29388336/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=1354092 CPUtime=3284.8 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 2700516 0 0 0 328001 479 0 0 25 0 4 0 501974770 1386590208 250643 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 338523 250643 436 105 0 334027 0
[pid=8098/tid=8100] ppid=8096 vsize=1354092 CPUtime=822.31 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 137977 0 0 0 82178 53 0 0 25 0 4 0 501974772 1386590208 250643 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1354092 CPUtime=817.84 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 87391 0 0 0 81739 45 0 0 25 0 4 0 501974772 1386590208 250643 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1354092 CPUtime=822.29 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 2320959 0 0 0 81873 356 0 0 25 0 4 0 501974772 1386590208 250643 33554432000 4194304 4623224 140733951890784 18446744073709551615 4354492 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.8
Current children cumulated vsize (KiB) 1354092

[startup+882.301 s]
/proc/loadavg: 8.09 7.88 6.94 9/184 8135
/proc/meminfo: memFree=29296176/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=1388372 CPUtime=3524.47 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 3203496 0 0 0 351887 560 0 0 25 0 4 0 501974770 1421692928 264291 33554432000 4194304 4623224 140733951890784 18446744073709551615 4355947 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 347093 264291 378 105 0 342597 0
[pid=8098/tid=8100] ppid=8096 vsize=1388372 CPUtime=882.3 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 141577 0 0 0 88175 55 0 0 25 0 4 0 501974772 1421692928 264291 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1388372 CPUtime=877.52 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 109249 0 0 0 87700 52 0 0 25 0 4 0 501974772 1421692928 264291 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1388372 CPUtime=882.29 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 2796673 0 0 0 87802 427 0 0 25 0 4 0 501974772 1421692928 264291 33554432000 4194304 4623224 140733951890784 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.47
Current children cumulated vsize (KiB) 1388372

[startup+942.301 s]
/proc/loadavg: 8.07 7.91 7.01 9/184 8137
/proc/meminfo: memFree=29226880/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=1388372 CPUtime=3764.17 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 3652196 0 0 0 375782 635 0 0 25 0 4 0 501974770 1421692928 273428 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 347093 273428 364 105 0 342597 0
[pid=8098/tid=8100] ppid=8096 vsize=1388372 CPUtime=942.31 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 144365 0 0 0 94172 59 0 0 25 0 4 0 501974772 1421692928 273428 33554432000 4194304 4623224 140733951890784 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1388372 CPUtime=937.19 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 111713 0 0 0 93664 55 0 0 25 0 4 0 501974772 1421692928 273428 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1388372 CPUtime=942.3 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 3238518 0 0 0 93735 495 0 0 25 0 4 0 501974772 1421692928 273428 33554432000 4194304 4623224 140733951890784 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.17
Current children cumulated vsize (KiB) 1388372

[startup+1002.3 s]
/proc/loadavg: 8.18 7.97 7.09 9/184 8138
/proc/meminfo: memFree=29149732/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=1395648 CPUtime=4003.83 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 4135123 0 0 0 399671 712 0 0 25 0 4 0 501974770 1429143552 284533 33554432000 4194304 4623224 140733951890784 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 348912 284533 343 105 0 344416 0
[pid=8098/tid=8100] ppid=8096 vsize=1395648 CPUtime=1002.31 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 148513 0 0 0 100169 62 0 0 25 0 4 0 501974772 1429143552 284533 33554432000 4194304 4623224 140733951890784 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1395648 CPUtime=996.86 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 113310 0 0 0 99629 57 0 0 25 0 4 0 501974772 1429143552 284533 33554432000 4194304 4623224 140733951890784 18446744073709551615 4366400 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1395648 CPUtime=1002.3 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 3714277 0 0 0 99664 566 0 0 25 0 4 0 501974772 1429143552 284533 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 1395648

[startup+1062.31 s]
/proc/loadavg: 8.12 7.99 7.14 9/184 8140
/proc/meminfo: memFree=29073320/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=1395648 CPUtime=4243.54 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 4603380 0 0 0 423570 784 0 0 25 0 4 0 501974770 1429143552 292575 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 348912 292575 385 105 0 344416 0
[pid=8098/tid=8100] ppid=8096 vsize=1395648 CPUtime=1062.31 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 150145 0 0 0 106168 63 0 0 25 0 4 0 501974772 1429143552 292575 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1395648 CPUtime=1056.54 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 115394 0 0 0 105593 61 0 0 25 0 4 0 501974772 1429143552 292575 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1395648 CPUtime=1062.31 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 4177449 0 0 0 105598 633 0 0 25 0 4 0 501974772 1429143552 292575 33554432000 4194304 4623224 140733951890784 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.54
Current children cumulated vsize (KiB) 1395648

[startup+1122.3 s]
/proc/loadavg: 8.13 8.02 7.21 9/184 8141
/proc/meminfo: memFree=29001128/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=1457420 CPUtime=4483.21 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 5117470 0 0 0 447451 870 0 0 25 0 4 0 501974770 1492398080 303091 33554432000 4194304 4623224 140733951890784 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 364355 303091 341 105 0 359859 0
[pid=8098/tid=8100] ppid=8096 vsize=1457420 CPUtime=1122.31 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 152395 0 0 0 112165 66 0 0 25 0 4 0 501974772 1492398080 303091 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1457420 CPUtime=1116.22 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 117548 0 0 0 111556 66 0 0 25 0 4 0 501974772 1492398080 303091 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1457420 CPUtime=1122.31 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 4651511 0 0 0 111525 706 0 0 25 0 4 0 501974772 1492398080 303091 33554432000 4194304 4623224 140733951890784 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.21
Current children cumulated vsize (KiB) 1457420

[startup+1182.3 s]
/proc/loadavg: 8.21 8.06 7.27 9/184 8143
/proc/meminfo: memFree=28908100/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=1522956 CPUtime=4722.88 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 5568336 0 0 0 471346 942 0 0 25 0 4 0 501974770 1559506944 309650 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 380739 309650 367 105 0 376243 0
[pid=8098/tid=8100] ppid=8096 vsize=1522956 CPUtime=1182.31 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 154298 0 0 0 118162 69 0 0 25 0 4 0 501974772 1559506944 309650 33554432000 4194304 4623224 140733951890784 18446744073709551615 4377031 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1522956 CPUtime=1175.89 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 119744 0 0 0 117520 69 0 0 25 0 4 0 501974772 1559506944 309650 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1522956 CPUtime=1182.31 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 5097415 0 0 0 117459 772 0 0 25 0 4 0 501974772 1559506944 309650 33554432000 4194304 4623224 140733951890784 18446744073709551615 4545328 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.88
Current children cumulated vsize (KiB) 1522956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.05 7.28 6/183 8144
/proc/meminfo: memFree=29720652/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=1522956 CPUtime=4800.41 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 5735606 0 0 0 479072 969 0 0 25 0 4 0 501974770 1559506944 312586 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 380739 312586 379 105 0 376243 0
[pid=8098/tid=8100] ppid=8096 vsize=1522956 CPUtime=1201.73 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 155242 0 0 0 120102 71 0 0 25 0 4 0 501974772 1559506944 312586 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1522956 CPUtime=1195.19 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 119745 0 0 0 119450 69 0 0 25 0 4 0 501974772 1559506944 312586 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1522956 CPUtime=1201.72 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 5263583 0 0 0 119375 797 0 0 25 0 4 0 501974772 1559506944 312586 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 1522956

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.7 s]
/proc/loadavg: 8.15 8.05 7.28 6/183 8144
/proc/meminfo: memFree=29720652/32951124 swapFree=67111356/67111528
[pid=8098] ppid=8096 vsize=1522956 CPUtime=4800.41 cores=1,3,5,7
/proc/8098/stat : 8098 (SArTagnan) R 8096 8098 7164 0 -1 4202496 5735606 0 0 0 479072 969 0 0 25 0 4 0 501974770 1559506944 312586 33554432000 4194304 4623224 140733951890784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8098/statm: 380739 312586 379 105 0 376243 0
[pid=8098/tid=8100] ppid=8096 vsize=1522956 CPUtime=1201.73 cores=1,3,5,7
/proc/8098/task/8100/stat : 8100 (SArTagnan) R 8096 8098 7164 0 -1 4202560 155242 0 0 0 120102 71 0 0 25 0 4 0 501974772 1559506944 312586 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8098/tid=8101] ppid=8096 vsize=1522956 CPUtime=1195.19 cores=1,3,5,7
/proc/8098/task/8101/stat : 8101 (SArTagnan) R 8096 8098 7164 0 -1 4202560 119745 0 0 0 119450 69 0 0 25 0 4 0 501974772 1559506944 312586 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8098/tid=8102] ppid=8096 vsize=1522956 CPUtime=1201.72 cores=1,3,5,7
/proc/8098/task/8102/stat : 8102 (SArTagnan) R 8096 8098 7164 0 -1 4202560 5263583 0 0 0 119375 797 0 0 25 0 4 0 501974772 1559506944 312586 33554432000 4194304 4623224 140733951890784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 1522956

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.48
CPU user time (s): 4790.74
CPU system time (s): 9.74152
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 1578828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.74
system time used= 9.74152
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5735614
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1090
involuntary context switches= 18685

runsolver used 1.9417 second user time and 4.5993 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 18:46:32
IDJOB=3250694
IDBENCH=83336
IDSOLVER=1656
FILE ID=node143/3250694-1304095591
RUNJOBID= node143-1304095591-8076
PBS_JOBID= 13170544
Free space on /tmp= 72924 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250694-1304095591/watcher-3250694-1304095591 -o /tmp/evaluation-result-3250694-1304095591/solver-3250694-1304095591 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3250694-1304095591.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= faed4f95ee485d18812f5d39a28df3e5
RANDOM SEED=497145927

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31369508 kB
Buffers:        223568 kB
Cached:        1007192 kB
SwapCached:        168 kB
Active:         283808 kB
Inactive:      1021020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31369508 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1968 kB
Writeback:           0 kB
AnonPages:       73216 kB
Mapped:          15084 kB
Slab:           212256 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   244604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72924 MiB
End job on node143 at 2011-04-29 19:06:35