Trace number 3386022

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) 4015.51 1300.12

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
MD5SUM4b4e8a8187c1b8536d6b504b16289d38
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.732887
Satisfiable
(Un)Satisfiability was proved
Number of variables1106
Number of clauses129272
Sum of the clauses size259580
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2129237
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3386022-1305583459/watcher-3386022-1305583459 -o /tmp/evaluation-result-3386022-1305583459/solver-3386022-1305583459 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386022-1305583459.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: 11.71 12.01 10.13 7/387 26821
/proc/meminfo: memFree=14391396/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=22348 CPUtime=0 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 923 0 0 0 0 0 0 0 25 0 1 0 669948715 22884352 553 33554432000 4194304 4625164 140734152391808 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/26821/statm: 5587 554 296 106 0 1090 0

[startup+0.0806859 s]
/proc/loadavg: 11.71 12.01 10.13 7/387 26821
/proc/meminfo: memFree=14391396/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=127604 CPUtime=0.11 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) D 26819 26821 26650 0 -1 4202496 3318 0 0 0 11 0 0 0 25 0 4 0 669948715 130666496 2105 33554432000 4194304 4625164 140734152391808 18446744073709551615 4433568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26821/statm: 31901 2105 318 106 0 27404 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 127604

[startup+0.20078 s]
/proc/loadavg: 11.71 12.01 10.13 7/387 26821
/proc/meminfo: memFree=14391396/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=130464 CPUtime=0.34 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 4921 0 0 0 34 0 0 0 25 0 4 0 669948715 133595136 3450 33554432000 4194304 4625164 140734152391808 18446744073709551615 4528700 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26821/statm: 32616 3450 345 106 0 28119 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 130464

[startup+0.300764 s]
/proc/loadavg: 11.71 12.01 10.13 7/387 26821
/proc/meminfo: memFree=14391396/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=197068 CPUtime=0.63 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 5714 0 0 0 63 0 0 0 25 0 4 0 669948715 201797632 4243 33554432000 4194304 4625164 140734152391808 18446744073709551615 4512475 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26821/statm: 49267 4243 345 106 0 44770 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 197068

[startup+0.700695 s]
/proc/loadavg: 11.71 12.01 10.13 7/387 26821
/proc/meminfo: memFree=14391396/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=201480 CPUtime=1.83 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 7876 0 0 0 183 0 0 0 25 0 4 0 669948715 206315520 6405 33554432000 4194304 4625164 140734152391808 18446744073709551615 4513205 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26821/statm: 50370 6405 346 106 0 45873 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 201480

[startup+1.50055 s]
/proc/loadavg: 11.57 11.97 10.13 10/394 26831
/proc/meminfo: memFree=14313848/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=206876 CPUtime=4.22 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 13353 0 0 0 421 1 0 0 25 0 4 0 669948715 211841024 9444 33554432000 4194304 4625164 140734152391808 18446744073709551615 4338092 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26821/statm: 51719 9444 353 106 0 47222 0
[pid=26821/tid=26823] ppid=26819 vsize=206876 CPUtime=1.37 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 2111 0 0 0 137 0 0 0 25 0 4 0 669948719 211841024 9444 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=206876 CPUtime=0.67 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 2294 0 0 0 67 0 0 0 25 0 4 0 669948719 211841024 9444 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=206876 CPUtime=1.33 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 1786 0 0 0 133 0 0 0 25 0 4 0 669948719 211841024 9444 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 206876

[startup+3.10027 s]
/proc/loadavg: 11.57 11.97 10.13 10/394 26831
/proc/meminfo: memFree=14238332/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=220152 CPUtime=9.01 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 18912 0 0 0 899 2 0 0 25 0 4 0 669948715 225435648 13327 33554432000 4194304 4625164 140734152391808 18446744073709551615 4512026 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26821/statm: 55038 13327 368 106 0 50541 0
[pid=26821/tid=26823] ppid=26819 vsize=220152 CPUtime=2.96 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 4770 0 0 0 296 0 0 0 25 0 4 0 669948719 225435648 13327 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=220152 CPUtime=1.47 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3535 0 0 0 147 0 0 0 25 0 4 0 669948719 225435648 13327 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=220152 CPUtime=2.92 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3171 0 0 0 292 0 0 0 25 0 4 0 669948719 225435648 13327 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 220152

[startup+6.3007 s]
/proc/loadavg: 11.57 11.97 10.13 13/397 26834
/proc/meminfo: memFree=13922368/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=298864 CPUtime=16.39 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 26879 0 0 0 1635 4 0 0 25 0 4 0 669948715 306036736 17492 33554432000 4194304 4625164 140734152391808 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26821/statm: 74716 17492 348 106 0 70219 0
[pid=26821/tid=26823] ppid=26819 vsize=298864 CPUtime=5.27 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 7241 0 0 0 526 1 0 0 25 0 4 0 669948719 306036736 17492 33554432000 4194304 4625164 140734152391808 18446744073709551615 218371000503 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=298864 CPUtime=2.94 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 5716 0 0 0 294 0 0 0 25 0 4 0 669948719 306036736 17492 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=298864 CPUtime=4.85 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) D 26819 26821 26650 0 -1 4202560 4306 0 0 0 485 0 0 0 25 0 4 0 669948719 306036736 17492 33554432000 4194304 4625164 140734152391808 18446744073709551615 218370654667 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.39
Current children cumulated vsize (KiB) 298864

[startup+12.7006 s]
/proc/loadavg: 11.71 11.99 10.15 13/397 26835
/proc/meminfo: memFree=13708872/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=306596 CPUtime=32.14 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 47032 0 0 0 3206 8 0 0 25 0 4 0 669948715 313954304 23149 33554432000 4194304 4625164 140734152391808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26821/statm: 76649 23149 349 106 0 72152 0
[pid=26821/tid=26823] ppid=26819 vsize=306596 CPUtime=8.49 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 10930 0 0 0 848 1 0 0 25 0 4 0 669948719 313954304 23149 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=306596 CPUtime=6.2 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 9528 0 0 0 619 1 0 0 25 0 4 0 669948719 313954304 23149 33554432000 4194304 4625164 140734152391808 18446744073709551615 4353104 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=306596 CPUtime=7.81 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 15977 0 0 0 779 2 0 0 25 0 4 0 669948719 313954304 23149 33554432000 4194304 4625164 140734152391808 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 32.14
Current children cumulated vsize (KiB) 306596

[startup+25.5013 s]
/proc/loadavg: 11.76 11.99 10.17 13/397 26835
/proc/meminfo: memFree=13509904/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=331392 CPUtime=62.63 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 102775 0 0 0 6245 18 0 0 25 0 4 0 669948715 339345408 33875 33554432000 4194304 4625164 140734152391808 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26821/statm: 82848 33875 347 106 0 78351 0
[pid=26821/tid=26823] ppid=26819 vsize=331392 CPUtime=15.13 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 17034 0 0 0 1509 4 0 0 25 0 4 0 669948719 339345408 33875 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=331392 CPUtime=14.35 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 18226 0 0 0 1432 3 0 0 25 0 4 0 669948719 339345408 33875 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=331392 CPUtime=13.7 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 53394 0 0 0 1362 8 0 0 25 0 4 0 669948719 339345408 33875 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 62.63
Current children cumulated vsize (KiB) 331392

[startup+51.1008 s]
/proc/loadavg: 11.92 12.01 10.23 13/397 26836
/proc/meminfo: memFree=13201540/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=392660 CPUtime=121.71 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 178479 0 0 0 12138 33 0 0 25 0 4 0 669948715 402083840 54992 33554432000 4194304 4625164 140734152391808 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26821/statm: 98165 54992 349 106 0 93668 0
[pid=26821/tid=26823] ppid=26819 vsize=392660 CPUtime=27.82 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 20559 0 0 0 2776 6 0 0 25 0 4 0 669948719 402083840 54992 33554432000 4194304 4625164 140734152391808 18446744073709551615 4339546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=392660 CPUtime=30.74 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 28308 0 0 0 3068 6 0 0 25 0 4 0 669948719 402083840 54992 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=392660 CPUtime=28.5 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 94325 0 0 0 2836 14 0 0 25 0 4 0 669948719 402083840 54992 33554432000 4194304 4625164 140734152391808 18446744073709551615 4547887 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 121.71
Current children cumulated vsize (KiB) 392660

[startup+102.301 s]
/proc/loadavg: 12.05 12.03 10.33 13/397 26837
/proc/meminfo: memFree=12411400/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=596184 CPUtime=235.47 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 283142 0 0 0 23490 57 0 0 25 0 4 0 669948715 610492416 97700 33554432000 4194304 4625164 140734152391808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26821/statm: 149046 97700 699 106 0 144549 0
[pid=26821/tid=26823] ppid=26819 vsize=596184 CPUtime=52.52 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 42204 0 0 0 5238 14 0 0 25 0 4 0 669948719 610492416 97700 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=596184 CPUtime=55.8 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 42396 0 0 0 5569 11 0 0 25 0 4 0 669948719 610492416 97700 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=596184 CPUtime=66.94 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 120682 0 0 0 6675 19 0 0 25 0 4 0 669948719 610492416 97700 33554432000 4194304 4625164 140734152391808 18446744073709551615 4579601 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 235.47
Current children cumulated vsize (KiB) 596184

[startup+162.301 s]
/proc/loadavg: 12.06 12.04 10.44 14/397 26839
/proc/meminfo: memFree=11287928/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=821648 CPUtime=381.24 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 659408 0 0 0 38009 115 0 0 25 0 4 0 669948715 841367552 132622 33554432000 4194304 4625164 140734152391808 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26821/statm: 205412 132622 592 106 0 200915 0
[pid=26821/tid=26823] ppid=26819 vsize=821648 CPUtime=82.86 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 62317 0 0 0 8266 20 0 0 25 0 4 0 669948719 841367552 132622 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=821648 CPUtime=108.62 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 59123 0 0 0 10848 14 0 0 25 0 4 0 669948719 841367552 132622 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=821648 CPUtime=99.39 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 420533 0 0 0 9877 62 0 0 25 0 4 0 669948719 841367552 132622 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 381.24
Current children cumulated vsize (KiB) 821648

[startup+222.315 s]
/proc/loadavg: 12.15 12.07 10.55 13/397 26840
/proc/meminfo: memFree=10160168/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=922356 CPUtime=516.26 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 943417 0 0 0 51468 158 0 0 25 0 4 0 669948715 944492544 151567 33554432000 4194304 4625164 140734152391808 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26821/statm: 230589 151567 694 106 0 226092 0
[pid=26821/tid=26823] ppid=26819 vsize=922356 CPUtime=118.71 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 65288 0 0 0 11850 21 0 0 25 0 4 0 669948719 944492544 151567 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=922356 CPUtime=138.59 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 62846 0 0 0 13841 18 0 0 25 0 4 0 669948719 944492544 151567 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=922356 CPUtime=128.78 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 649903 0 0 0 12784 94 0 0 25 0 4 0 669948719 944492544 151567 33554432000 4194304 4625164 140734152391808 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 516.26
Current children cumulated vsize (KiB) 922356

[startup+282.301 s]

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

[pid=26821] ppid=26819 vsize=1960512 CPUtime=1950.8 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 3442501 0 0 0 194524 556 0 0 25 0 4 0 669948715 2007564288 370820 33554432000 4194304 4625164 140734152391808 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26821/statm: 490128 370820 346 106 0 485631 0
[pid=26821/tid=26823] ppid=26819 vsize=1960512 CPUtime=476.89 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 143496 0 0 0 47642 47 0 0 25 0 4 0 669948719 2007564288 370822 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=1960512 CPUtime=452.53 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 141949 0 0 0 45202 51 0 0 25 0 4 0 669948719 2007564288 370822 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=1960512 CPUtime=415.62 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 2578424 0 0 0 41185 377 0 0 25 0 4 0 669948719 2007564288 370822 33554432000 4194304 4625164 140734152391808 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1950.8
Current children cumulated vsize (KiB) 1960512

[startup+822.301 s]
/proc/loadavg: 8.07 9.41 10.08 9/388 26874
/proc/meminfo: memFree=12962928/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=1960916 CPUtime=2129.91 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 3686784 0 0 0 212392 599 0 0 25 0 4 0 669948715 2007977984 384773 33554432000 4194304 4625164 140734152391808 18446744073709551615 4519341 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26821/statm: 490229 384773 347 106 0 485732 0
[pid=26821/tid=26823] ppid=26819 vsize=1960916 CPUtime=513.24 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 146074 0 0 0 51274 50 0 0 25 0 4 0 669948719 2007977984 384773 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=1960916 CPUtime=507.01 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 146718 0 0 0 50645 56 0 0 25 0 4 0 669948719 2007977984 384773 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=1960916 CPUtime=445.83 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 2810892 0 0 0 44173 410 0 0 25 0 4 0 669948719 2007977984 384773 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2129.91
Current children cumulated vsize (KiB) 1960916

[startup+882.314 s]
/proc/loadavg: 8.11 9.18 9.95 9/388 26876
/proc/meminfo: memFree=12879312/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=2167428 CPUtime=2349.89 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 4105358 0 0 0 234320 669 0 0 25 0 4 0 669948715 2219446272 404786 33554432000 4194304 4625164 140734152391808 18446744073709551615 4512060 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26821/statm: 541857 404786 346 106 0 537360 0
[pid=26821/tid=26823] ppid=26819 vsize=2167428 CPUtime=567.01 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 148678 0 0 0 56649 52 0 0 25 0 4 0 669948719 2219446272 404786 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=2167428 CPUtime=563.92 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 150094 0 0 0 56331 61 0 0 25 0 4 0 669948719 2219446272 404786 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=2167428 CPUtime=495.14 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3215326 0 0 0 49043 471 0 0 25 0 4 0 669948719 2219446272 404786 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2349.89
Current children cumulated vsize (KiB) 2167428

[startup+942.301 s]
/proc/loadavg: 8.04 8.96 9.83 9/388 26877
/proc/meminfo: memFree=12774616/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=2167428 CPUtime=2589.09 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 4445046 0 0 0 258185 724 0 0 25 0 4 0 669948715 2219446272 431541 33554432000 4194304 4625164 140734152391808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26821/statm: 541857 431541 346 106 0 537360 0
[pid=26821/tid=26823] ppid=26819 vsize=2167428 CPUtime=627 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 151872 0 0 0 62646 54 0 0 25 0 4 0 669948719 2219446272 431541 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=2167428 CPUtime=623.9 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 157065 0 0 0 62326 64 0 0 25 0 4 0 669948719 2219446272 431541 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=2167428 CPUtime=554.37 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3528874 0 0 0 54919 518 0 0 25 0 4 0 669948719 2219446272 431541 33554432000 4194304 4625164 140734152391808 18446744073709551615 4547839 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2589.09
Current children cumulated vsize (KiB) 2167428

[startup+1002.3 s]
/proc/loadavg: 8.01 8.78 9.71 9/388 26879
/proc/meminfo: memFree=12703892/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=2247504 CPUtime=2828.34 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 4505939 0 0 0 282097 737 0 0 25 0 4 0 669948715 2301444096 448904 33554432000 4194304 4625164 140734152391808 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26821/statm: 561876 448904 346 106 0 557379 0
[pid=26821/tid=26823] ppid=26819 vsize=2247504 CPUtime=687 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 156073 0 0 0 68642 58 0 0 25 0 4 0 669948719 2301444096 448904 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=2247504 CPUtime=683.91 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 202926 0 0 0 68321 70 0 0 25 0 4 0 669948719 2301444096 448904 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=2247504 CPUtime=613.61 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3530061 0 0 0 60842 519 0 0 25 0 4 0 669948719 2301444096 448904 33554432000 4194304 4625164 140734152391808 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2828.34
Current children cumulated vsize (KiB) 2247504

[startup+1062.3 s]
/proc/loadavg: 8.00 8.64 9.60 9/388 26881
/proc/meminfo: memFree=12578728/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=2464340 CPUtime=3067.57 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 4623782 0 0 0 305997 760 0 0 25 0 4 0 669948715 2523484160 480787 33554432000 4194304 4625164 140734152391808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26821/statm: 616085 480787 346 106 0 611588 0
[pid=26821/tid=26823] ppid=26819 vsize=2464340 CPUtime=747 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 204739 0 0 0 74632 68 0 0 25 0 4 0 669948719 2523484160 480787 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=2464340 CPUtime=743.9 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 205927 0 0 0 74316 74 0 0 25 0 4 0 669948719 2523484160 480787 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=2464340 CPUtime=672.86 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3533660 0 0 0 66766 520 0 0 25 0 4 0 669948719 2523484160 480787 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3067.57
Current children cumulated vsize (KiB) 2464340

[startup+1122.3 s]
/proc/loadavg: 8.00 8.52 9.50 9/388 26882
/proc/meminfo: memFree=12511360/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=2473744 CPUtime=3306.8 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 4687992 0 0 0 329903 777 0 0 25 0 4 0 669948715 2533113856 496964 33554432000 4194304 4625164 140734152391808 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26821/statm: 618436 496964 346 106 0 613939 0
[pid=26821/tid=26823] ppid=26819 vsize=2473744 CPUtime=807 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 207333 0 0 0 80629 71 0 0 25 0 4 0 669948719 2533113856 496964 33554432000 4194304 4625164 140734152391808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=2473744 CPUtime=803.9 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 211652 0 0 0 80311 79 0 0 25 0 4 0 669948719 2533113856 496964 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=2473744 CPUtime=732.09 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3536677 0 0 0 72689 520 0 0 25 0 4 0 669948719 2533113856 496964 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3306.8
Current children cumulated vsize (KiB) 2473744

[startup+1182.3 s]
/proc/loadavg: 8.00 8.42 9.40 9/388 26884
/proc/meminfo: memFree=12475116/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=2547860 CPUtime=3546.06 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 4740053 0 0 0 353815 791 0 0 25 0 4 0 669948715 2609008640 505951 33554432000 4194304 4625164 140734152391808 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26821/statm: 636965 505951 346 106 0 632468 0
[pid=26821/tid=26823] ppid=26819 vsize=2547860 CPUtime=867 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 207390 0 0 0 86629 71 0 0 25 0 4 0 669948719 2609008640 505951 33554432000 4194304 4625164 140734152391808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=2547860 CPUtime=863.9 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 215618 0 0 0 86307 83 0 0 25 0 4 0 669948719 2609008640 505951 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=2547860 CPUtime=791.34 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3539193 0 0 0 78613 521 0 0 25 0 4 0 669948719 2609008640 505951 33554432000 4194304 4625164 140734152391808 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3546.06
Current children cumulated vsize (KiB) 2547860

[startup+1242.3 s]
/proc/loadavg: 8.00 8.34 9.31 9/388 26885
/proc/meminfo: memFree=12275188/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=2961488 CPUtime=3785.25 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 4970883 0 0 0 377699 826 0 0 25 0 4 0 669948715 3032563712 555785 33554432000 4194304 4625164 140734152391808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26821/statm: 740372 555785 346 106 0 735875 0
[pid=26821/tid=26823] ppid=26819 vsize=2961488 CPUtime=927 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 207595 0 0 0 92629 71 0 0 25 0 4 0 669948719 3032563712 555785 33554432000 4194304 4625164 140734152391808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=2961488 CPUtime=923.88 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 218567 0 0 0 92301 87 0 0 25 0 4 0 669948719 3032563712 555785 33554432000 4194304 4625164 140734152391808 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=2961488 CPUtime=850.56 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3541382 0 0 0 84535 521 0 0 25 0 4 0 669948719 3032563712 555785 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3785.25
Current children cumulated vsize (KiB) 2961488



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.00 8.28 9.23 9/388 26887
/proc/meminfo: memFree=12239056/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=2969016 CPUtime=4015.38 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 4992711 0 0 0 400705 833 0 0 25 0 4 0 669948715 3040272384 564593 33554432000 4194304 4625164 140734152391808 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26821/statm: 742254 564593 346 106 0 737757 0
[pid=26821/tid=26823] ppid=26819 vsize=2969016 CPUtime=984.72 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 207660 0 0 0 98401 71 0 0 25 0 4 0 669948719 3040272384 564593 33554432000 4194304 4625164 140734152391808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=2969016 CPUtime=981.59 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 220569 0 0 0 98070 89 0 0 25 0 4 0 669948719 3040272384 564593 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=2969016 CPUtime=907.53 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3543802 0 0 0 90231 522 0 0 25 0 4 0 669948719 3040272384 564593 33554432000 4194304 4625164 140734152391808 18446744073709551615 218370615705 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4015.38
Current children cumulated vsize (KiB) 2969016

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

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

[startup+1300 s]
/proc/loadavg: 8.00 8.28 9.23 9/388 26887
/proc/meminfo: memFree=12239056/32951124 swapFree=52307776/67111528
[pid=26821] ppid=26819 vsize=2969016 CPUtime=4015.38 cores=1,3,5,7
/proc/26821/stat : 26821 (SArTagnan) R 26819 26821 26650 0 -1 4202496 4992711 0 0 0 400705 833 0 0 25 0 4 0 669948715 3040272384 564593 33554432000 4194304 4625164 140734152391808 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26821/statm: 742254 564593 346 106 0 737757 0
[pid=26821/tid=26823] ppid=26819 vsize=2969016 CPUtime=984.72 cores=1,3,5,7
/proc/26821/task/26823/stat : 26823 (SArTagnan) R 26819 26821 26650 0 -1 4202560 207660 0 0 0 98401 71 0 0 25 0 4 0 669948719 3040272384 564593 33554432000 4194304 4625164 140734152391808 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26821/tid=26824] ppid=26819 vsize=2969016 CPUtime=981.59 cores=1,3,5,7
/proc/26821/task/26824/stat : 26824 (SArTagnan) R 26819 26821 26650 0 -1 4202560 220569 0 0 0 98070 89 0 0 25 0 4 0 669948719 3040272384 564593 33554432000 4194304 4625164 140734152391808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26821/tid=26825] ppid=26819 vsize=2969016 CPUtime=907.53 cores=1,3,5,7
/proc/26821/task/26825/stat : 26825 (SArTagnan) R 26819 26821 26650 0 -1 4202560 3543802 0 0 0 90231 522 0 0 25 0 4 0 669948719 3040272384 564593 33554432000 4194304 4625164 140734152391808 18446744073709551615 218370615705 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4015.38
Current children cumulated vsize (KiB) 2969016

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 4015.51
CPU user time (s): 4007.08
CPU system time (s): 8.43072
CPU usage (%): 308.857
Max. virtual memory (cumulated for all children) (KiB): 3569872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4007.08
system time used= 8.43072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4992711
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= 7040
involuntary context switches= 39271

runsolver used 4.74628 second user time and 11.7682 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-17 00:04:20
IDJOB=3386022
IDBENCH=88202
IDSOLVER=1871
FILE ID=node101/3386022-1305583459
RUNJOBID= node101-1305582154-26669
PBS_JOBID= 13350313
Free space on /tmp= 73612 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386022-1305583459/watcher-3386022-1305583459 -o /tmp/evaluation-result-3386022-1305583459/solver-3386022-1305583459 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386022-1305583459.cnf -threads=4

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

MD5SUM BENCH= 4b4e8a8187c1b8536d6b504b16289d38
RANDOM SEED=1728789802

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.841
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.841
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.841
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.841
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:      14392056 kB
Buffers:        355740 kB
Cached:        6655184 kB
SwapCached:      14840 kB
Active:       12717532 kB
Inactive:      5530508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14392056 kB
SwapTotal:    67111528 kB
SwapFree:     52307776 kB
Dirty:          101392 kB
Writeback:           0 kB
AnonPages:    11233840 kB
Mapped:          20736 kB
Slab:           168532 kB
PageTables:      75184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80597260 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= 73708 MiB
End job on node101 at 2011-05-17 00:26:02