Trace number 3386234

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-05-15 (fixed)? (TO) 3940.2 1300.15

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark802.03
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

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: 961)

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-3386234-1305583456/watcher-3386234-1305583456 -o /tmp/evaluation-result-3386234-1305583456/solver-3386234-1305583456 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386234-1305583456.cnf -threads=4 

running on 4 cores: 0,2,4,6

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: 9.38 9.89 8.25 4/552 18339
/proc/meminfo: memFree=16847952/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=33800 CPUtime=0.01 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 4242 0 0 0 1 0 0 0 23 0 1 0 669946732 34611200 4181 33554432000 4194304 4625164 140735103868640 18446744073709551615 4295708 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18339/statm: 8450 4192 291 106 0 3953 0

[startup+0.0323649 s]
/proc/loadavg: 9.38 9.89 8.25 4/552 18339
/proc/meminfo: memFree=16847952/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=72168 CPUtime=0.03 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 11685 0 0 0 2 1 0 0 23 0 1 0 669946732 73900032 11624 33554432000 4194304 4625164 140735103868640 18446744073709551615 4295708 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18339/statm: 18042 11648 291 106 0 13545 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 72168

[startup+0.100353 s]
/proc/loadavg: 9.38 9.89 8.25 4/552 18339
/proc/meminfo: memFree=16847952/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=311504 CPUtime=0.09 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 15231 0 0 0 8 1 0 0 23 0 1 0 669946732 318980096 13418 33554432000 4194304 4625164 140735103868640 18446744073709551615 253640859392 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18339/statm: 77876 13418 296 106 0 73379 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 311504

[startup+0.300316 s]
/proc/loadavg: 9.38 9.89 8.25 4/552 18339
/proc/meminfo: memFree=16847952/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=326864 CPUtime=0.29 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 23573 0 0 0 26 3 0 0 25 0 1 0 669946732 334708736 17199 33554432000 4194304 4625164 140735103868640 18446744073709551615 253640859392 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18339/statm: 81716 17200 297 106 0 77219 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 326864

[startup+0.700222 s]
/proc/loadavg: 9.38 9.89 8.25 4/552 18339
/proc/meminfo: memFree=16847952/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=354000 CPUtime=0.69 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 38817 0 0 0 64 5 0 0 25 0 1 0 669946732 362496000 24328 33554432000 4194304 4625164 140735103868640 18446744073709551615 253640859392 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18339/statm: 88500 24329 296 106 0 84003 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 354000

[startup+1.59107 s]
/proc/loadavg: 9.38 9.89 8.25 4/552 18339
/proc/meminfo: memFree=16847952/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=414384 CPUtime=1.58 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 71559 0 0 0 148 10 0 0 25 0 1 0 669946732 424329216 38791 33554432000 4194304 4625164 140735103868640 18446744073709551615 253640859392 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18339/statm: 103596 38791 312 106 0 99099 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 414384

[startup+3.10078 s]
/proc/loadavg: 9.11 9.83 8.24 5/553 18340
/proc/meminfo: memFree=16429728/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=551324 CPUtime=3.09 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 141840 0 0 0 288 21 0 0 25 0 1 0 669946732 564555776 67976 33554432000 4194304 4625164 140735103868640 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18339/statm: 137831 67976 434 106 0 133334 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 551324

[startup+6.30114 s]
/proc/loadavg: 9.26 9.84 8.25 11/559 18346
/proc/meminfo: memFree=15070340/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=1522592 CPUtime=8.91 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 386345 0 0 0 842 49 0 0 25 0 4 0 669946732 1559134208 249101 33554432000 4194304 4625164 140735103868640 18446744073709551615 253640515591 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 380648 249101 588 106 0 376151 0
[pid=18339/tid=18344] ppid=18337 vsize=1522592 CPUtime=1.22 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 18153 0 0 0 121 1 0 0 19 0 4 0 669947226 1559134208 249101 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=1522592 CPUtime=0.37 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 15276 0 0 0 36 1 0 0 25 0 4 0 669947226 1559134208 249101 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=1522592 CPUtime=1.21 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 16392 0 0 0 119 2 0 0 19 0 4 0 669947226 1559134208 249101 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 1522592

[startup+12.701 s]
/proc/loadavg: 9.40 9.86 8.27 11/559 18346
/proc/meminfo: memFree=15041232/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=1537644 CPUtime=28.06 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 407122 0 0 0 2753 53 0 0 25 0 4 0 669946732 1574547456 261530 33554432000 4194304 4625164 140735103868640 18446744073709551615 4390560 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 384411 261530 535 106 0 379914 0
[pid=18339/tid=18344] ppid=18337 vsize=1537644 CPUtime=4.42 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 18153 0 0 0 441 1 0 0 25 0 4 0 669947226 1574547456 261530 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477885 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=1537644 CPUtime=3.59 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 15276 0 0 0 358 1 0 0 25 0 4 0 669947226 1574547456 261530 33554432000 4194304 4625164 140735103868640 18446744073709551615 4479607 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=1537644 CPUtime=7.51 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 16392 0 0 0 749 2 0 0 25 0 4 0 669947226 1574547456 261530 33554432000 4194304 4625164 140735103868640 18446744073709551615 4479607 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 28.06
Current children cumulated vsize (KiB) 1537644

[startup+25.5007 s]
/proc/loadavg: 9.49 9.87 8.28 11/559 18347
/proc/meminfo: memFree=15013192/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=1582424 CPUtime=66.18 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 438180 0 0 0 6560 58 0 0 25 0 4 0 669946732 1620402176 269707 33554432000 4194304 4625164 140735103868640 18446744073709551615 4390900 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 395606 269707 535 106 0 391109 0
[pid=18339/tid=18344] ppid=18337 vsize=1582424 CPUtime=16.18 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 18153 0 0 0 1617 1 0 0 25 0 4 0 669947226 1620402176 269707 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=1582424 CPUtime=9.88 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 15276 0 0 0 987 1 0 0 25 0 4 0 669947226 1620402176 269707 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=1582424 CPUtime=14.8 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 16392 0 0 0 1478 2 0 0 25 0 4 0 669947226 1620402176 269707 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 66.18
Current children cumulated vsize (KiB) 1582424

[startup+51.101 s]
/proc/loadavg: 9.81 9.91 8.34 11/559 18347
/proc/meminfo: memFree=14890600/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=1647960 CPUtime=142.4 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 451249 0 0 0 14179 61 0 0 25 0 4 0 669946732 1687511040 281749 33554432000 4194304 4625164 140735103868640 18446744073709551615 4390900 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 411990 281749 535 106 0 407493 0
[pid=18339/tid=18344] ppid=18337 vsize=1647960 CPUtime=41.77 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 18153 0 0 0 4176 1 0 0 25 0 4 0 669947226 1687511040 281749 33554432000 4194304 4625164 140735103868640 18446744073709551615 4478048 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=1647960 CPUtime=22.42 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 15276 0 0 0 2241 1 0 0 25 0 4 0 669947226 1687511040 281749 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=1647960 CPUtime=27.4 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 16392 0 0 0 2738 2 0 0 25 0 4 0 669947226 1687511040 281749 33554432000 4194304 4625164 140735103868640 18446744073709551615 4478071 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 142.4
Current children cumulated vsize (KiB) 1647960

[startup+102.301 s]
/proc/loadavg: 10.03 9.95 8.44 11/559 18349
/proc/meminfo: memFree=14583480/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=1839036 CPUtime=302.87 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 583316 0 0 0 30208 79 0 0 25 0 4 0 669946732 1883172864 320391 33554432000 4194304 4625164 140735103868640 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 459759 320391 536 106 0 455262 0
[pid=18339/tid=18344] ppid=18337 vsize=1839036 CPUtime=92.95 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 18153 0 0 0 9294 1 0 0 25 0 4 0 669947226 1883172864 320391 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477968 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=1839036 CPUtime=62.38 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 31439 0 0 0 6235 3 0 0 25 0 4 0 669947226 1883172864 320391 33554432000 4194304 4625164 140735103868640 18446744073709551615 4352472 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=1839036 CPUtime=52.78 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 75166 0 0 0 5269 9 0 0 25 0 4 0 669947226 1883172864 320391 33554432000 4194304 4625164 140735103868640 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 302.87
Current children cumulated vsize (KiB) 1839036

[startup+162.301 s]
/proc/loadavg: 9.51 9.82 8.49 10/558 18350
/proc/meminfo: memFree=14323164/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=1927384 CPUtime=481.83 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 741591 0 0 0 48081 102 0 0 25 0 4 0 669946732 1973641216 334492 33554432000 4194304 4625164 140735103868640 18446744073709551615 253640520737 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 481846 334492 531 106 0 477349 0
[pid=18339/tid=18344] ppid=18337 vsize=1927384 CPUtime=152.96 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 18153 0 0 0 15295 1 0 0 25 0 4 0 669947226 1973641216 334495 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=1927384 CPUtime=121.3 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 31836 0 0 0 12127 3 0 0 25 0 4 0 669947226 1973641216 334496 33554432000 4194304 4625164 140735103868640 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=1927384 CPUtime=82.78 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 206464 0 0 0 8252 26 0 0 25 0 4 0 669947226 1973641216 334496 33554432000 4194304 4625164 140735103868640 18446744073709551615 4553318 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 481.83
Current children cumulated vsize (KiB) 1927384

[startup+222.301 s]
/proc/loadavg: 9.31 9.71 8.54 10/558 18352
/proc/meminfo: memFree=14001608/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=1927384 CPUtime=660.67 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 857937 0 0 0 65947 120 0 0 25 0 4 0 669946732 1973641216 346972 33554432000 4194304 4625164 140735103868640 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 481846 346972 530 106 0 477349 0
[pid=18339/tid=18344] ppid=18337 vsize=1927384 CPUtime=212.93 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 18153 0 0 0 21292 1 0 0 25 0 4 0 669947226 1973641216 346972 33554432000 4194304 4625164 140735103868640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=1927384 CPUtime=180.2 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 31843 0 0 0 18017 3 0 0 25 0 4 0 669947226 1973641216 346972 33554432000 4194304 4625164 140735103868640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=1927384 CPUtime=112.78 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 311142 0 0 0 11238 40 0 0 25 0 4 0 669947226 1973641216 346972 33554432000 4194304 4625164 140735103868640 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 660.67
Current children cumulated vsize (KiB) 1927384

[startup+282.321 s]
/proc/loadavg: 9.20 9.61 8.57 10/558 18353
/proc/meminfo: memFree=13787648/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=2166800 CPUtime=839.61 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 1070794 0 0 0 83812 149 0 0 25 0 4 0 669946732 2218803200 393696 33554432000 4194304 4625164 140735103868640 18446744073709551615 4390528 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18339/statm: 541700 393696 517 106 0 537203 0
[pid=18339/tid=18344] ppid=18337 vsize=2166800 CPUtime=261.1 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 24057 0 0 0 26107 3 0 0 25 0 4 0 669947226 2218803200 393696 33554432000 4194304 4625164 140735103868640 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=2166800 CPUtime=230.17 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 66654 0 0 0 23010 7 0 0 25 0 4 0 669947226 2218803200 393696 33554432000 4194304 4625164 140735103868640 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=2166800 CPUtime=163.68 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 395052 0 0 0 16318 50 0 0 25 0 4 0 669947226 2218803200 393696 33554432000 4194304 4625164 140735103868640 18446744073709551615 4334923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 839.61

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


[startup+762.3 s]
/proc/loadavg: 9.26 9.26 8.79 10/558 18366
/proc/meminfo: memFree=12162160/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=2735240 CPUtime=2270.73 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 2738269 0 0 0 226693 380 0 0 25 0 4 0 669946732 2800885760 526332 33554432000 4194304 4625164 140735103868640 18446744073709551615 4390864 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 683810 526332 343 106 0 679313 0
[pid=18339/tid=18344] ppid=18337 vsize=2735240 CPUtime=650.51 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 109119 0 0 0 65036 15 0 0 25 0 4 0 669947226 2800885760 526332 33554432000 4194304 4625164 140735103868640 18446744073709551615 4288793 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=2735240 CPUtime=592.4 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 496588 0 0 0 59169 71 0 0 25 0 4 0 669947226 2800885760 526332 33554432000 4194304 4625164 140735103868640 18446744073709551615 4317935 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=2735240 CPUtime=423.13 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 1423294 0 0 0 42127 186 0 0 25 0 4 0 669947226 2800885760 526332 33554432000 4194304 4625164 140735103868640 18446744073709551615 4334248 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2270.73
Current children cumulated vsize (KiB) 2735240

[startup+822.301 s]
/proc/loadavg: 9.21 9.24 8.81 10/558 18368
/proc/meminfo: memFree=11944088/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=2971000 CPUtime=2449.66 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 3027179 0 0 0 244548 418 0 0 25 0 4 0 669946732 3042304000 549238 33554432000 4194304 4625164 140735103868640 18446744073709551615 4511882 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 742750 549238 344 106 0 738253 0
[pid=18339/tid=18344] ppid=18337 vsize=2971000 CPUtime=700.64 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 117806 0 0 0 70047 17 0 0 25 0 4 0 669947226 3042304000 549238 33554432000 4194304 4625164 140735103868640 18446744073709551615 4288925 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=2971000 CPUtime=622.71 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 520105 0 0 0 62195 76 0 0 25 0 4 0 669947226 3042304000 549238 33554432000 4194304 4625164 140735103868640 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=2971000 CPUtime=481.73 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 1596417 0 0 0 47964 209 0 0 25 0 4 0 669947226 3042304000 549238 33554432000 4194304 4625164 140735103868640 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2449.66
Current children cumulated vsize (KiB) 2971000

[startup+882.301 s]
/proc/loadavg: 9.14 9.21 8.83 10/558 18369
/proc/meminfo: memFree=11560488/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=3021436 CPUtime=2628.51 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 3188857 0 0 0 262411 440 0 0 25 0 4 0 669946732 3093950464 599683 33554432000 4194304 4625164 140735103868640 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 755359 599683 343 106 0 750862 0
[pid=18339/tid=18344] ppid=18337 vsize=3021436 CPUtime=730.05 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 130683 0 0 0 72986 19 0 0 25 0 4 0 669947226 3093950464 599683 33554432000 4194304 4625164 140735103868640 18446744073709551615 4375257 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=3021436 CPUtime=682.68 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 529247 0 0 0 68190 78 0 0 25 0 4 0 669947226 3093950464 599683 33554432000 4194304 4625164 140735103868640 18446744073709551615 4351786 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=3021436 CPUtime=511.22 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 1707116 0 0 0 50899 223 0 0 25 0 4 0 669947226 3093950464 599683 33554432000 4194304 4625164 140735103868640 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2628.51
Current children cumulated vsize (KiB) 3021436

[startup+942.321 s]
/proc/loadavg: 9.05 9.17 8.83 10/558 18371
/proc/meminfo: memFree=11274360/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=3384108 CPUtime=2807.46 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 3452964 0 0 0 280273 473 0 0 25 0 4 0 669946732 3465326592 639689 33554432000 4194304 4625164 140735103868640 18446744073709551615 4519686 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 846027 639689 343 106 0 841530 0
[pid=18339/tid=18344] ppid=18337 vsize=3384108 CPUtime=759.6 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 194734 0 0 0 75933 27 0 0 25 0 4 0 669947226 3465326592 639689 33554432000 4194304 4625164 140735103868640 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=3384108 CPUtime=742.69 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 586276 0 0 0 74185 84 0 0 25 0 4 0 669947226 3465326592 639689 33554432000 4194304 4625164 140735103868640 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=3384108 CPUtime=542.72 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 1837156 0 0 0 54033 239 0 0 25 0 4 0 669947226 3465326592 639689 33554432000 4194304 4625164 140735103868640 18446744073709551615 4550103 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2807.46
Current children cumulated vsize (KiB) 3384108

[startup+1002.3 s]
/proc/loadavg: 9.14 9.17 8.85 10/558 18373
/proc/meminfo: memFree=10931828/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=3547756 CPUtime=2986.3 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 3665570 0 0 0 298130 500 0 0 25 0 4 0 669946732 3632902144 676762 33554432000 4194304 4625164 140735103868640 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 886939 676762 343 106 0 882442 0
[pid=18339/tid=18344] ppid=18337 vsize=3547756 CPUtime=789.11 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 201053 0 0 0 78882 29 0 0 25 0 4 0 669947226 3632902144 676762 33554432000 4194304 4625164 140735103868640 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=3547756 CPUtime=802.64 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 606113 0 0 0 80177 87 0 0 25 0 4 0 669947226 3632902144 676762 33554432000 4194304 4625164 140735103868640 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=3547756 CPUtime=572.11 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 1927542 0 0 0 56962 249 0 0 25 0 4 0 669947226 3632902144 676762 33554432000 4194304 4625164 140735103868640 18446744073709551615 4554639 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2986.3
Current children cumulated vsize (KiB) 3547756

[startup+1062.3 s]
/proc/loadavg: 9.20 9.18 8.87 10/558 18374
/proc/meminfo: memFree=10723068/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=3701728 CPUtime=3165.19 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 3874148 0 0 0 315991 528 0 0 25 0 4 0 669946732 3790569472 709356 33554432000 4194304 4625164 140735103868640 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 925432 709356 343 106 0 920935 0
[pid=18339/tid=18344] ppid=18337 vsize=3701728 CPUtime=818.65 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 209415 0 0 0 81834 31 0 0 25 0 4 0 669947226 3790569472 709356 33554432000 4194304 4625164 140735103868640 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=3701728 CPUtime=858.78 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 629323 0 0 0 85787 91 0 0 25 0 4 0 669947226 3790569472 709356 33554432000 4194304 4625164 140735103868640 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=3701728 CPUtime=605.33 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 2018580 0 0 0 60272 261 0 0 25 0 4 0 669947226 3790569472 709356 33554432000 4194304 4625164 140735103868640 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3165.19
Current children cumulated vsize (KiB) 3701728

[startup+1122.3 s]
/proc/loadavg: 9.16 9.17 8.89 10/558 18376
/proc/meminfo: memFree=10459632/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=3766984 CPUtime=3344.11 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 4099692 0 0 0 333852 559 0 0 25 0 4 0 669946732 3857391616 751080 33554432000 4194304 4625164 140735103868640 18446744073709551615 4519467 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 941746 751080 343 106 0 937249 0
[pid=18339/tid=18344] ppid=18337 vsize=3766984 CPUtime=853.36 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 246587 0 0 0 85300 36 0 0 25 0 4 0 669947226 3857391616 751080 33554432000 4194304 4625164 140735103868640 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=3766984 CPUtime=899.87 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 642800 0 0 0 89895 92 0 0 25 0 4 0 669947226 3857391616 751080 33554432000 4194304 4625164 140735103868640 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=3766984 CPUtime=653.8 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 2179696 0 0 0 65098 282 0 0 25 0 4 0 669947226 3857391616 751080 33554432000 4194304 4625164 140735103868640 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3344.11
Current children cumulated vsize (KiB) 3766984

[startup+1182.3 s]
/proc/loadavg: 9.28 9.20 8.91 10/558 18377
/proc/meminfo: memFree=10303568/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=3849096 CPUtime=3522.98 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 4264239 0 0 0 351717 581 0 0 25 0 4 0 669946732 3941474304 769344 33554432000 4194304 4625164 140735103868640 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18339/statm: 962274 769344 343 106 0 957777 0
[pid=18339/tid=18344] ppid=18337 vsize=3849096 CPUtime=887.99 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 254203 0 0 0 88761 38 0 0 25 0 4 0 669947226 3941474304 769344 33554432000 4194304 4625164 140735103868640 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=3849096 CPUtime=959.85 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 645416 0 0 0 95892 93 0 0 25 0 4 0 669947226 3941474304 769344 33554432000 4194304 4625164 140735103868640 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=3849096 CPUtime=708.49 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 2328461 0 0 0 70549 300 0 0 25 0 4 0 669947226 3941474304 769344 33554432000 4194304 4625164 140735103868640 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3522.98
Current children cumulated vsize (KiB) 3849096

[startup+1242.3 s]
/proc/loadavg: 8.54 9.04 8.88 6/549 18397
/proc/meminfo: memFree=13960008/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=4305204 CPUtime=3710.25 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 4660549 0 0 0 370397 628 0 0 25 0 4 0 669946732 4408528896 804179 33554432000 4194304 4625164 140735103868640 18446744073709551615 4509011 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 1076301 804179 343 106 0 1071804 0
[pid=18339/tid=18344] ppid=18337 vsize=4305204 CPUtime=932.11 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 337294 0 0 0 93163 48 0 0 25 0 4 0 669947226 4408528896 804179 33554432000 4194304 4625164 140735103868640 18446744073709551615 4467308 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=4305204 CPUtime=1019.84 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 731901 0 0 0 101881 103 0 0 25 0 4 0 669947226 4408528896 804179 33554432000 4194304 4625164 140735103868640 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=4305204 CPUtime=757.75 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 2545999 0 0 0 75451 324 0 0 25 0 4 0 669947226 4408528896 804179 33554432000 4194304 4625164 140735103868640 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3710.25
Current children cumulated vsize (KiB) 4305204



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.46 8.38 8.66 6/549 18399
/proc/meminfo: memFree=13834736/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=4326088 CPUtime=3940.04 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) R 18337 18339 18192 0 -1 4202496 4825152 0 0 0 393351 653 0 0 25 0 4 0 669946732 4429914112 832916 33554432000 4194304 4625164 140735103868640 18446744073709551615 4528700 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 1081522 832916 345 106 0 1077025 0
[pid=18339/tid=18344] ppid=18337 vsize=4326088 CPUtime=988.75 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4202560 347623 0 0 0 98825 50 0 0 25 0 4 0 669947226 4429914112 832916 33554432000 4194304 4625164 140735103868640 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18339/tid=18345] ppid=18337 vsize=4326088 CPUtime=1077.55 cores=0,2,4,6
/proc/18339/task/18345/stat : 18345 (SArTagnan) R 18337 18339 18192 0 -1 4202560 735988 0 0 0 107651 104 0 0 25 0 4 0 669947226 4429914112 832916 33554432000 4194304 4625164 140735103868640 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18339/tid=18346] ppid=18337 vsize=4326088 CPUtime=815.47 cores=0,2,4,6
/proc/18339/task/18346/stat : 18346 (SArTagnan) R 18337 18339 18192 0 -1 4202560 2687750 0 0 0 81202 345 0 0 25 0 4 0 669947226 4429914112 832916 33554432000 4194304 4625164 140735103868640 18446744073709551615 4555531 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3940.04
Current children cumulated vsize (KiB) 4326088

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

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

[startup+1300.13 s]
/proc/loadavg: 6.46 8.38 8.66 6/549 18399
/proc/meminfo: memFree=13834736/32951124 swapFree=56449236/67111528
[pid=18339] ppid=18337 vsize=0 CPUtime=3940.16 cores=0,2,4,6
/proc/18339/stat : 18339 (SArTagnan) Z 18337 18339 18192 0 -1 4203548 4825152 0 0 0 393353 663 0 0 25 0 2 0 669946732 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18339/statm: 0 0 0 0 0 0 0
[pid=18339/tid=18344] ppid=18337 vsize=0 CPUtime=988.86 cores=0,2,4,6
/proc/18339/task/18344/stat : 18344 (SArTagnan) R 18337 18339 18192 0 -1 4203588 347623 0 0 0 98826 60 0 0 25 0 2 0 669947226 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3940.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.15
CPU time (s): 3940.2
CPU user time (s): 3933.54
CPU system time (s): 6.66499
CPU usage (%): 303.057
Max. virtual memory (cumulated for all children) (KiB): 4600484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3933.54
system time used= 6.66499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4825152
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= 3904
involuntary context switches= 30968

runsolver used 6.69798 second user time and 16.9594 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-17 00:04:23
IDJOB=3386234
IDBENCH=88158
IDSOLVER=1871
FILE ID=node106/3386234-1305583456
RUNJOBID= node106-1305582154-18210
PBS_JOBID= 13350309
Free space on /tmp= 73020 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_a.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386234-1305583456/watcher-3386234-1305583456 -o /tmp/evaluation-result-3386234-1305583456/solver-3386234-1305583456 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386234-1305583456.cnf -threads=4

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=1493151852

node106.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.830
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.66
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.830
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.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.75
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.830
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.75
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.830
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:      16848108 kB
Buffers:        318952 kB
Cached:        7560104 kB
SwapCached:      27532 kB
Active:        6702676 kB
Inactive:      9093200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16848108 kB
SwapTotal:    67111528 kB
SwapFree:     56449236 kB
Dirty:          421404 kB
Writeback:           0 kB
AnonPages:     7897484 kB
Mapped:          26352 kB
Slab:           157188 kB
PageTables:      78580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 168311412 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= 73208 MiB
End job on node106 at 2011-05-17 00:26:05