Trace number 3386000

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) 2743.68 1300.15

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
MD5SUM642fce7e30a701c3223fa5771c2e57dc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of clauses9795
Sum of the clauses size43014
Maximum clause length14
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51239

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-3386000-1305582132/watcher-3386000-1305582132 -o /tmp/evaluation-result-3386000-1305582132/solver-3386000-1305582132 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386000-1305582132.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: 7.00 7.01 8.14 10/350 19112
/proc/meminfo: memFree=10998700/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=19356 CPUtime=0 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 692 0 0 0 0 0 0 0 20 0 1 0 669812946 19820544 595 33554432000 4194304 4625164 140733501917840 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19112/statm: 4839 595 296 106 0 342 0

[startup+0.13685 s]
/proc/loadavg: 7.00 7.01 8.14 10/350 19112
/proc/meminfo: memFree=10998700/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=52012 CPUtime=0.05 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 1203 0 0 0 5 0 0 0 21 0 4 0 669812946 53260288 938 33554432000 4194304 4625164 140733501917840 18446744073709551615 47214006458290 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19112/statm: 13003 938 301 106 0 8506 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 52012

[startup+0.200839 s]
/proc/loadavg: 7.00 7.01 8.14 10/350 19112
/proc/meminfo: memFree=10998700/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=250196 CPUtime=0.15 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 1657 0 0 0 15 0 0 0 22 0 4 0 669812946 256200704 1305 33554432000 4194304 4625164 140733501917840 18446744073709551615 4528415 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19112/statm: 62549 1305 336 106 0 58052 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 250196

[startup+0.300821 s]
/proc/loadavg: 7.00 7.01 8.14 10/350 19112
/proc/meminfo: memFree=10998700/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=249800 CPUtime=0.34 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 2295 0 0 0 34 0 0 0 22 0 4 0 669812946 255795200 1425 33554432000 4194304 4625164 140733501917840 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19112/statm: 62450 1425 336 106 0 57953 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 249800

[startup+0.70075 s]
/proc/loadavg: 7.00 7.01 8.14 10/350 19112
/proc/meminfo: memFree=10998700/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=250788 CPUtime=1.14 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 4264 0 0 0 114 0 0 0 22 0 4 0 669812946 256806912 2164 33554432000 4194304 4625164 140733501917840 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19112/statm: 62697 2165 340 106 0 58200 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 250788

[startup+1.50061 s]
/proc/loadavg: 7.00 7.01 8.14 16/354 19116
/proc/meminfo: memFree=10976852/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=251896 CPUtime=2.74 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 7394 0 0 0 274 0 0 0 25 0 4 0 669812946 257941504 3554 33554432000 4194304 4625164 140733501917840 18446744073709551615 4397189 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19112/statm: 62974 3554 340 106 0 58477 0
[pid=19112/tid=19114] ppid=19110 vsize=251896 CPUtime=0.66 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 1257 0 0 0 66 0 0 0 25 0 4 0 669812955 257941504 3554 33554432000 4194304 4625164 140733501917840 18446744073709551615 4462653 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=251896 CPUtime=0.72 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 1532 0 0 0 72 0 0 0 25 0 4 0 669812955 257941504 3554 33554432000 4194304 4625164 140733501917840 18446744073709551615 4352174 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=251896 CPUtime=0.63 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 2882 0 0 0 63 0 0 0 25 0 4 0 669812955 257941504 3554 33554432000 4194304 4625164 140733501917840 18446744073709551615 4335163 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 251896

[startup+3.10032 s]
/proc/loadavg: 7.64 7.14 8.17 16/354 19116
/proc/meminfo: memFree=10965940/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=254712 CPUtime=5.94 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 11597 0 0 0 593 1 0 0 25 0 4 0 669812946 260825088 5710 33554432000 4194304 4625164 140733501917840 18446744073709551615 4512854 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19112/statm: 63678 5710 341 106 0 59181 0
[pid=19112/tid=19114] ppid=19110 vsize=254712 CPUtime=1.46 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 2296 0 0 0 146 0 0 0 25 0 4 0 669812955 260825088 5710 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=254712 CPUtime=1.51 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 2602 0 0 0 151 0 0 0 25 0 4 0 669812955 260825088 5710 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=254712 CPUtime=1.43 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 4714 0 0 0 143 0 0 0 25 0 4 0 669812955 260825088 5710 33554432000 4194304 4625164 140733501917840 18446744073709551615 4552464 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 254712

[startup+6.30076 s]
/proc/loadavg: 7.64 7.14 8.17 16/354 19116
/proc/meminfo: memFree=10936436/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=268324 CPUtime=11.89 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 19747 0 0 0 1187 2 0 0 25 0 4 0 669812946 274763776 8990 33554432000 4194304 4625164 140733501917840 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19112/statm: 67081 8990 342 106 0 62584 0
[pid=19112/tid=19114] ppid=19110 vsize=268324 CPUtime=2.89 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 4014 0 0 0 289 0 0 0 25 0 4 0 669812955 274763776 8990 33554432000 4194304 4625164 140733501917840 18446744073709551615 237278577109 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=268324 CPUtime=3.06 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) D 19110 19112 19071 0 -1 4202560 4016 0 0 0 306 0 0 0 25 0 4 0 669812955 274763776 8990 33554432000 4194304 4625164 140733501917840 18446744073709551615 237278922935 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=268324 CPUtime=2.85 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 9148 0 0 0 284 1 0 0 25 0 4 0 669812955 274763776 8990 33554432000 4194304 4625164 140733501917840 18446744073709551615 4339865 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 268324

[startup+12.7006 s]
/proc/loadavg: 8.77 7.40 8.25 16/354 19116
/proc/meminfo: memFree=10894416/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=271136 CPUtime=23.62 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) D 19110 19112 19071 0 -1 4202496 39957 0 0 0 2356 6 0 0 25 0 4 0 669812946 277643264 13204 33554432000 4194304 4625164 140733501917840 18446744073709551615 4530401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 67784 13204 350 106 0 63287 0
[pid=19112/tid=19114] ppid=19110 vsize=271136 CPUtime=5.84 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) D 19110 19112 19071 0 -1 4202560 7762 0 0 0 584 0 0 0 25 0 4 0 669812955 277643264 13204 33554432000 4194304 4625164 140733501917840 18446744073709551615 237278540485 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=271136 CPUtime=5.77 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) D 19110 19112 19071 0 -1 4202560 6164 0 0 0 576 1 0 0 24 0 4 0 669812955 277643264 13204 33554432000 4194304 4625164 140733501917840 18446744073709551615 237278922935 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=271136 CPUtime=5.75 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 22875 0 0 0 572 3 0 0 25 0 4 0 669812955 277643264 13204 33554432000 4194304 4625164 140733501917840 18446744073709551615 237278576751 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.62
Current children cumulated vsize (KiB) 271136

[startup+25.5003 s]
/proc/loadavg: 9.73 7.65 8.32 16/354 19116
/proc/meminfo: memFree=10818324/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=282784 CPUtime=46.5 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 70009 0 0 0 4640 10 0 0 25 0 4 0 669812946 289570816 19633 33554432000 4194304 4625164 140733501917840 18446744073709551615 4512169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 70696 19633 399 106 0 66199 0
[pid=19112/tid=19114] ppid=19110 vsize=282784 CPUtime=11.63 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 12026 0 0 0 1162 1 0 0 25 0 4 0 669812955 289570816 19633 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=282784 CPUtime=11.61 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 9382 0 0 0 1159 2 0 0 25 0 4 0 669812955 289570816 19633 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=282784 CPUtime=10.92 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 44690 0 0 0 1087 5 0 0 25 0 4 0 669812955 289570816 19633 33554432000 4194304 4625164 140733501917840 18446744073709551615 4548757 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.5
Current children cumulated vsize (KiB) 282784

[startup+51.1008 s]
/proc/loadavg: 11.66 8.27 8.50 16/354 19117
/proc/meminfo: memFree=10718048/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=302804 CPUtime=95.41 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 131114 0 0 0 9519 22 0 0 25 0 4 0 669812946 310071296 29757 33554432000 4194304 4625164 140733501917840 18446744073709551615 4357291 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 75701 29757 390 106 0 71204 0
[pid=19112/tid=19114] ppid=19110 vsize=302804 CPUtime=23.61 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 18439 0 0 0 2359 2 0 0 25 0 4 0 669812955 310071296 29757 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=302804 CPUtime=23.76 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 14496 0 0 0 2372 4 0 0 25 0 4 0 669812955 310071296 29757 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=302804 CPUtime=23.21 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 93126 0 0 0 2308 13 0 0 25 0 4 0 669812955 310071296 29757 33554432000 4194304 4625164 140733501917840 18446744073709551615 4557440 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 95.41
Current children cumulated vsize (KiB) 302804

[startup+102.301 s]
/proc/loadavg: 13.76 9.43 8.89 16/354 19119
/proc/meminfo: memFree=10514808/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=336624 CPUtime=191.84 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 168011 0 0 0 19154 30 0 0 25 0 4 0 669812946 344702976 47187 33554432000 4194304 4625164 140733501917840 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 84156 47187 604 106 0 79659 0
[pid=19112/tid=19114] ppid=19110 vsize=336624 CPUtime=47.53 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 27532 0 0 0 4749 4 0 0 25 0 4 0 669812955 344702976 47187 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=336624 CPUtime=47.97 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 21838 0 0 0 4791 6 0 0 25 0 4 0 669812955 344702976 47187 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=336624 CPUtime=46.7 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 108119 0 0 0 4654 16 0 0 25 0 4 0 669812955 344702976 47187 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351909 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 191.84
Current children cumulated vsize (KiB) 336624

[startup+162.301 s]
/proc/loadavg: 14.50 10.36 9.24 16/354 19120
/proc/meminfo: memFree=10348144/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=420548 CPUtime=311.52 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 285592 0 0 0 31102 50 0 0 25 0 4 0 669812946 430641152 58176 33554432000 4194304 4625164 140733501917840 18446744073709551615 4393012 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19112/statm: 105137 58176 427 106 0 100640 0
[pid=19112/tid=19114] ppid=19110 vsize=420548 CPUtime=77 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 30587 0 0 0 7693 7 0 0 25 0 4 0 669812955 430641152 58176 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=420548 CPUtime=77.8 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 30768 0 0 0 7771 9 0 0 25 0 4 0 669812955 430641152 58176 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=420548 CPUtime=77.09 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 204783 0 0 0 7680 29 0 0 25 0 4 0 669812955 430641152 58176 33554432000 4194304 4625164 140733501917840 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 311.52
Current children cumulated vsize (KiB) 420548

[startup+222.313 s]
/proc/loadavg: 14.97 11.31 9.64 16/354 19122
/proc/meminfo: memFree=10211612/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=465964 CPUtime=438.93 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 312604 0 0 0 43833 60 0 0 25 0 4 0 669812946 477147136 77374 33554432000 4194304 4625164 140733501917840 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 116491 77374 995 106 0 111994 0
[pid=19112/tid=19114] ppid=19110 vsize=465964 CPUtime=114.89 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 43446 0 0 0 11476 13 0 0 25 0 4 0 669812955 477147136 77374 33554432000 4194304 4625164 140733501917840 18446744073709551615 4339541 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=465964 CPUtime=107.6 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 32568 0 0 0 10749 11 0 0 25 0 4 0 669812955 477147136 77374 33554432000 4194304 4625164 140733501917840 18446744073709551615 237278984686 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=465964 CPUtime=106.89 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 210666 0 0 0 10658 31 0 0 25 0 4 0 669812955 477147136 77374 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 438.93
Current children cumulated vsize (KiB) 465964

[startup+282.301 s]

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


[startup+762.3 s]
/proc/loadavg: 15.26 14.51 12.04 17/354 19136
/proc/meminfo: memFree=9392640/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=755688 CPUtime=1646.72 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 552690 0 0 0 164558 114 0 0 25 0 4 0 669812946 773824512 142461 33554432000 4194304 4625164 140733501917840 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19112/statm: 188922 142461 1182 106 0 184425 0
[pid=19112/tid=19114] ppid=19110 vsize=755688 CPUtime=505.96 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 93473 0 0 0 50571 25 0 0 25 0 4 0 669812955 773824512 142461 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=755688 CPUtime=377.36 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 69368 0 0 0 37710 26 0 0 25 0 4 0 669812955 773824512 142461 33554432000 4194304 4625164 140733501917840 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=755688 CPUtime=385.05 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 340946 0 0 0 38452 53 0 0 25 0 4 0 669812955 773824512 142461 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1646.72
Current children cumulated vsize (KiB) 755688

[startup+822.301 s]
/proc/loadavg: 15.19 14.62 12.23 16/354 19138
/proc/meminfo: memFree=9285248/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=818604 CPUtime=1766.15 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 573385 0 0 0 176496 119 0 0 25 0 4 0 669812946 838250496 153161 33554432000 4194304 4625164 140733501917840 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19112/statm: 204651 153161 736 106 0 200154 0
[pid=19112/tid=19114] ppid=19110 vsize=818604 CPUtime=535.66 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 94161 0 0 0 53540 26 0 0 25 0 4 0 669812955 838250496 153161 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=818604 CPUtime=407.36 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 70353 0 0 0 40708 28 0 0 25 0 4 0 669812955 838250496 153161 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=818604 CPUtime=415.14 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 341390 0 0 0 41461 53 0 0 25 0 4 0 669812955 838250496 153161 33554432000 4194304 4625164 140733501917840 18446744073709551615 4579601 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1766.15
Current children cumulated vsize (KiB) 818604

[startup+882.313 s]
/proc/loadavg: 15.16 14.72 12.41 16/354 19139
/proc/meminfo: memFree=9233156/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=818604 CPUtime=1885.67 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 576532 0 0 0 188445 122 0 0 25 0 4 0 669812946 838250496 156127 33554432000 4194304 4625164 140733501917840 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19112/statm: 204651 156127 566 106 0 200154 0
[pid=19112/tid=19114] ppid=19110 vsize=818604 CPUtime=565.33 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 95420 0 0 0 56506 27 0 0 25 0 4 0 669812955 838250496 156127 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=818604 CPUtime=437.33 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 71699 0 0 0 43703 30 0 0 25 0 4 0 669812955 838250496 156127 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=818604 CPUtime=445.33 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 341427 0 0 0 44480 53 0 0 25 0 4 0 669812955 838250496 156127 33554432000 4194304 4625164 140733501917840 18446744073709551615 4579428 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1885.67
Current children cumulated vsize (KiB) 818604

[startup+942.3 s]
/proc/loadavg: 15.09 14.78 12.58 16/354 19141
/proc/meminfo: memFree=9145604/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=923324 CPUtime=2005.03 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 584288 0 0 0 200377 126 0 0 25 0 4 0 669812946 945483776 163866 33554432000 4194304 4625164 140733501917840 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 230831 163866 564 106 0 226334 0
[pid=19112/tid=19114] ppid=19110 vsize=923324 CPUtime=594.85 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 101559 0 0 0 59456 29 0 0 25 0 4 0 669812955 945483776 163866 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=923324 CPUtime=467.24 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 72689 0 0 0 46693 31 0 0 25 0 4 0 669812955 945483776 163866 33554432000 4194304 4625164 140733501917840 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=923324 CPUtime=475.33 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 341470 0 0 0 47480 53 0 0 25 0 4 0 669812955 945483776 163866 33554432000 4194304 4625164 140733501917840 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2005.03
Current children cumulated vsize (KiB) 923324

[startup+1002.3 s]
/proc/loadavg: 15.07 14.83 12.73 16/354 19142
/proc/meminfo: memFree=9083100/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=923324 CPUtime=2124.71 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 588137 0 0 0 212342 129 0 0 25 0 4 0 669812946 945483776 167682 33554432000 4194304 4625164 140733501917840 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 230831 167682 556 106 0 226334 0
[pid=19112/tid=19114] ppid=19110 vsize=923324 CPUtime=624.52 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 102568 0 0 0 62422 30 0 0 25 0 4 0 669812955 945483776 167682 33554432000 4194304 4625164 140733501917840 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=923324 CPUtime=497.24 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 74125 0 0 0 49691 33 0 0 25 0 4 0 669812955 945483776 167682 33554432000 4194304 4625164 140733501917840 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=923324 CPUtime=505.32 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 342058 0 0 0 50479 53 0 0 25 0 4 0 669812955 945483776 167682 33554432000 4194304 4625164 140733501917840 18446744073709551615 4335107 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2124.71
Current children cumulated vsize (KiB) 923324

[startup+1062.3 s]
/proc/loadavg: 15.12 14.89 12.87 16/354 19144
/proc/meminfo: memFree=9026796/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=923324 CPUtime=2258.04 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 592250 0 0 0 225673 131 0 0 25 0 4 0 669812946 945483776 171720 33554432000 4194304 4625164 140733501917840 18446744073709551615 4511948 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 230831 171720 536 106 0 226334 0
[pid=19112/tid=19114] ppid=19110 vsize=923324 CPUtime=654.19 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 103204 0 0 0 65388 31 0 0 25 0 4 0 669812955 945483776 171720 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=923324 CPUtime=527.24 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 76487 0 0 0 52689 35 0 0 25 0 4 0 669812955 945483776 171720 33554432000 4194304 4625164 140733501917840 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=923324 CPUtime=549 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 342434 0 0 0 54846 54 0 0 25 0 4 0 669812955 945483776 171720 33554432000 4194304 4625164 140733501917840 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2258.04
Current children cumulated vsize (KiB) 923324

[startup+1122.3 s]
/proc/loadavg: 15.14 14.94 13.02 16/354 19146
/proc/meminfo: memFree=8958588/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=923324 CPUtime=2388.01 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 595824 0 0 0 238667 134 0 0 25 0 4 0 669812946 945483776 175224 33554432000 4194304 4625164 140733501917840 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 230831 175224 526 106 0 226334 0
[pid=19112/tid=19114] ppid=19110 vsize=923324 CPUtime=684.13 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 104436 0 0 0 68382 31 0 0 25 0 4 0 669812955 945483776 175224 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=923324 CPUtime=557.24 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 77467 0 0 0 55688 36 0 0 25 0 4 0 669812955 945483776 175224 33554432000 4194304 4625164 140733501917840 18446744073709551615 4352133 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=923324 CPUtime=589.01 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 342999 0 0 0 58847 54 0 0 25 0 4 0 669812955 945483776 175224 33554432000 4194304 4625164 140733501917840 18446744073709551615 4546837 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2388.01
Current children cumulated vsize (KiB) 923324

[startup+1182.3 s]
/proc/loadavg: 15.18 14.98 13.14 16/354 19156
/proc/meminfo: memFree=8908576/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=988860 CPUtime=2508.1 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 599560 0 0 0 250672 138 0 0 25 0 4 0 669812946 1012592640 178900 33554432000 4194304 4625164 140733501917840 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 247215 178900 524 106 0 242718 0
[pid=19112/tid=19114] ppid=19110 vsize=988860 CPUtime=714.13 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 106221 0 0 0 71379 34 0 0 25 0 4 0 669812955 1012592640 178900 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=988860 CPUtime=587.31 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 78339 0 0 0 58694 37 0 0 25 0 4 0 669812955 1012592640 178900 33554432000 4194304 4625164 140733501917840 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=988860 CPUtime=619.01 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 343278 0 0 0 61847 54 0 0 25 0 4 0 669812955 1012592640 178900 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2508.1
Current children cumulated vsize (KiB) 988860

[startup+1242.3 s]
/proc/loadavg: 15.17 15.01 13.28 16/354 19158
/proc/meminfo: memFree=8840488/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=988860 CPUtime=2628.11 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 604391 0 0 0 262670 141 0 0 25 0 4 0 669812946 1012592640 183663 33554432000 4194304 4625164 140733501917840 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 247215 183663 521 106 0 242718 0
[pid=19112/tid=19114] ppid=19110 vsize=988860 CPUtime=744.12 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 107461 0 0 0 74378 34 0 0 25 0 4 0 669812955 1012592640 183663 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=988860 CPUtime=617.22 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 80816 0 0 0 61683 39 0 0 25 0 4 0 669812955 1012592640 183663 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=988860 CPUtime=649.01 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 343359 0 0 0 64847 54 0 0 25 0 4 0 669812955 1012592640 183663 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2628.11
Current children cumulated vsize (KiB) 988860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 15.25 15.05 13.39 12/350 19160
/proc/meminfo: memFree=9766288/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=1050384 CPUtime=2743.64 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) R 19110 19112 19071 0 -1 4202496 623227 0 0 0 274219 145 0 0 25 0 4 0 669812946 1075593216 190662 33554432000 4194304 4625164 140733501917840 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 262596 190662 343 106 0 258099 0
[pid=19112/tid=19114] ppid=19110 vsize=1050384 CPUtime=772.96 cores=1,3,5,7
/proc/19112/task/19114/stat : 19114 (SArTagnan) R 19110 19112 19071 0 -1 4202560 108373 0 0 0 77260 36 0 0 25 0 4 0 669812955 1075593216 190662 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=1050384 CPUtime=646.12 cores=1,3,5,7
/proc/19112/task/19115/stat : 19115 (SArTagnan) R 19110 19112 19071 0 -1 4202560 86019 0 0 0 64572 40 0 0 25 0 4 0 669812955 1075593216 190662 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351918 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=1050384 CPUtime=677.9 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4202560 344333 0 0 0 67736 54 0 0 25 0 4 0 669812955 1075593216 190662 33554432000 4194304 4625164 140733501917840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2743.64
Current children cumulated vsize (KiB) 1050384

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

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

[startup+1300.12 s]
/proc/loadavg: 15.25 15.05 13.39 12/350 19160
/proc/meminfo: memFree=9766288/32950904 swapFree=67057400/67111528
[pid=19112] ppid=19110 vsize=0 CPUtime=2743.68 cores=1,3,5,7
/proc/19112/stat : 19112 (SArTagnan) Z 19110 19112 19071 0 -1 4203548 623227 0 0 0 274220 148 0 0 25 0 2 0 669812946 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19112/statm: 0 0 0 0 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=0 CPUtime=677.93 cores=1,3,5,7
/proc/19112/task/19116/stat : 19116 (SArTagnan) R 19110 19112 19071 0 -1 4203588 344333 0 0 0 67736 57 0 0 25 0 2 0 669812955 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2743.68
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.15
CPU time (s): 2743.68
CPU user time (s): 2742.2
CPU system time (s): 1.48077
CPU usage (%): 211.028
Max. virtual memory (cumulated for all children) (KiB): 1050384

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

runsolver used 4.09638 second user time and 10.1175 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-16 23:42:12
IDJOB=3386000
IDBENCH=83356
IDSOLVER=1871
FILE ID=node121/3386000-1305582132
RUNJOBID= node121-1305582131-19090
PBS_JOBID= 13350299
Free space on /tmp= 73424 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386000-1305582132/watcher-3386000-1305582132 -o /tmp/evaluation-result-3386000-1305582132/solver-3386000-1305582132 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386000-1305582132.cnf -threads=4

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

MD5SUM BENCH= 642fce7e30a701c3223fa5771c2e57dc
RANDOM SEED=1091102904

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      10998972 kB
Buffers:        340508 kB
Cached:        7022976 kB
SwapCached:       7656 kB
Active:       15898532 kB
Inactive:      5672988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      10998972 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            1992 kB
Writeback:           0 kB
AnonPages:    14205980 kB
Mapped:          28884 kB
Slab:           267156 kB
PageTables:      48904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 66246624 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= 73424 MiB
End job on node121 at 2011-05-17 00:03:54