Trace number 3262576

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.32 1201.75

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
MD5SUMad5b26aa9760a3817f3ab03e9314a5d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark284.707
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses7308
Sum of the clauses size31804
Maximum clause length13
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 36320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5988

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.79 6.29 7.38 1/172 5342
/proc/meminfo: memFree=27109612/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=19288 CPUtime=0 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 660 0 0 0 0 0 0 0 22 0 1 0 521122942 19750912 562 33554432000 4194304 4623224 140736888648848 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5342/statm: 4822 563 297 105 0 326 0

[startup+0.0425769 s]
/proc/loadavg: 3.79 6.29 7.38 1/172 5342
/proc/meminfo: memFree=27109612/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=183400 CPUtime=0.13 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 1729 0 0 0 13 0 0 0 24 0 4 0 521122942 187801600 1205 33554432000 4194304 4623224 140736888648848 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 45850 1205 336 105 0 41354 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 183400

[startup+0.100565 s]
/proc/loadavg: 3.79 6.29 7.38 1/172 5342
/proc/meminfo: memFree=27109612/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=184480 CPUtime=0.37 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 2295 0 0 0 37 0 0 0 24 0 4 0 521122942 188907520 1434 33554432000 4194304 4623224 140736888648848 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 46120 1434 336 105 0 41624 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 184480

[startup+0.300533 s]
/proc/loadavg: 3.79 6.29 7.38 1/172 5342
/proc/meminfo: memFree=27109612/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=183980 CPUtime=1.16 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 3881 0 0 0 116 0 0 0 25 0 4 0 521122942 188395520 2200 33554432000 4194304 4623224 140736888648848 18446744073709551615 4384466 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 45995 2200 341 105 0 41499 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 183980

[startup+0.700467 s]
/proc/loadavg: 3.79 6.29 7.38 1/172 5342
/proc/meminfo: memFree=27109612/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=187164 CPUtime=2.76 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 6742 0 0 0 276 0 0 0 25 0 4 0 521122942 191655936 3557 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510020 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 46791 3557 341 105 0 42295 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 187164

[startup+1.50034 s]
/proc/loadavg: 3.79 6.29 7.38 9/184 5357
/proc/meminfo: memFree=27069720/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=190684 CPUtime=5.96 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 10908 0 0 0 595 1 0 0 25 0 4 0 521122942 195260416 5696 33554432000 4194304 4623224 140736888648848 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 47671 5696 341 105 0 43175 0
[pid=5342/tid=5346] ppid=5340 vsize=190684 CPUtime=1.48 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 1986 0 0 0 148 0 0 0 25 0 4 0 521122943 195260416 5696 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=190684 CPUtime=1.49 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 1909 0 0 0 149 0 0 0 25 0 4 0 521122943 195260416 5696 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=190684 CPUtime=1.47 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 5406 0 0 0 147 0 0 0 25 0 4 0 521122943 195260416 5696 33554432000 4194304 4623224 140736888648848 18446744073709551615 4549378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 190684

[startup+3.10107 s]
/proc/loadavg: 3.79 6.29 7.38 9/184 5357
/proc/meminfo: memFree=27050872/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=197772 CPUtime=12.35 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 19541 0 0 0 1233 2 0 0 25 0 4 0 521122942 202518528 8862 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 49443 8862 342 105 0 44947 0
[pid=5342/tid=5346] ppid=5340 vsize=197772 CPUtime=3.08 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 3245 0 0 0 308 0 0 0 25 0 4 0 521122943 202518528 8862 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=197772 CPUtime=3.08 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 3133 0 0 0 308 0 0 0 25 0 4 0 521122943 202518528 8862 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376646 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=197772 CPUtime=3.07 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 11055 0 0 0 306 1 0 0 25 0 4 0 521122943 202518528 8862 33554432000 4194304 4623224 140736888648848 18446744073709551615 4550506 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 197772

[startup+6.30054 s]
/proc/loadavg: 4.12 6.32 7.39 9/184 5357
/proc/meminfo: memFree=27004000/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=212328 CPUtime=25.14 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 30824 0 0 0 2510 4 0 0 25 0 4 0 521122942 217423872 12717 33554432000 4194304 4623224 140736888648848 18446744073709551615 4416149 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 53082 12717 341 105 0 48586 0
[pid=5342/tid=5346] ppid=5340 vsize=212328 CPUtime=6.28 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 6562 0 0 0 627 1 0 0 25 0 4 0 521122943 217423872 12717 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376773 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=212328 CPUtime=6.28 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 4714 0 0 0 628 0 0 0 25 0 4 0 521122943 217423872 12717 33554432000 4194304 4623224 140736888648848 18446744073709551615 4377018 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=212328 CPUtime=6.25 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 16612 0 0 0 624 1 0 0 25 0 4 0 521122943 217423872 12717 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376692 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 212328

[startup+12.7005 s]
/proc/loadavg: 4.43 6.35 7.39 9/184 5357
/proc/meminfo: memFree=26942592/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=229968 CPUtime=50.7 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 69307 0 0 0 5060 10 0 0 25 0 4 0 521122942 235487232 19494 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 57492 19494 379 105 0 52996 0
[pid=5342/tid=5346] ppid=5340 vsize=229968 CPUtime=12.68 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 10497 0 0 0 1267 1 0 0 25 0 4 0 521122943 235487232 19494 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=229968 CPUtime=12.68 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 7503 0 0 0 1268 0 0 0 25 0 4 0 521122943 235487232 19494 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=229968 CPUtime=12.62 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 47599 0 0 0 1256 6 0 0 25 0 4 0 521122943 235487232 19494 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 229968

[startup+25.5003 s]
/proc/loadavg: 5.22 6.43 7.40 9/184 5358
/proc/meminfo: memFree=26856180/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=244728 CPUtime=101.82 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 149301 0 0 0 10160 22 0 0 25 0 4 0 521122942 250601472 28474 33554432000 4194304 4623224 140736888648848 18446744073709551615 4384664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 61182 28474 373 105 0 56686 0
[pid=5342/tid=5346] ppid=5340 vsize=244728 CPUtime=25.48 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 15534 0 0 0 2546 2 0 0 25 0 4 0 521122943 250601472 28474 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=244728 CPUtime=25.48 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 10929 0 0 0 2547 1 0 0 25 0 4 0 521122943 250601472 28474 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=244728 CPUtime=25.35 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 118164 0 0 0 2518 17 0 0 25 0 4 0 521122943 250601472 28474 33554432000 4194304 4623224 140736888648848 18446744073709551615 4550519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 244728

[startup+51.1011 s]
/proc/loadavg: 6.23 6.57 7.42 9/184 5359
/proc/meminfo: memFree=26726940/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=276540 CPUtime=204.09 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 253163 0 0 0 20369 40 0 0 25 0 4 0 521122942 283176960 41420 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 69135 41420 489 105 0 64639 0
[pid=5342/tid=5346] ppid=5340 vsize=276540 CPUtime=51.08 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 23503 0 0 0 5104 4 0 0 25 0 4 0 521122943 283176960 41420 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=276540 CPUtime=51.08 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 16345 0 0 0 5107 1 0 0 25 0 4 0 521122943 283176960 41420 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=276540 CPUtime=50.8 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 206092 0 0 0 5049 31 0 0 25 0 4 0 521122943 283176960 41420 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 276540

[startup+102.307 s]
/proc/loadavg: 7.29 6.80 7.45 9/184 5360
/proc/meminfo: memFree=26510520/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=464468 CPUtime=408.63 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 457442 0 0 0 40792 71 0 0 25 0 4 0 521122942 475615232 68476 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 116117 68476 753 105 0 111621 0
[pid=5342/tid=5346] ppid=5340 vsize=464468 CPUtime=102.29 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 36535 0 0 0 10222 7 0 0 25 0 4 0 521122943 475615232 68476 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=464468 CPUtime=102.28 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 26503 0 0 0 10225 3 0 0 25 0 4 0 521122943 475615232 68476 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=464468 CPUtime=101.74 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 378457 0 0 0 10117 57 0 0 25 0 4 0 521122943 475615232 68476 33554432000 4194304 4623224 140736888648848 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 464468

[startup+162.301 s]
/proc/loadavg: 7.79 7.04 7.49 9/184 5361
/proc/meminfo: memFree=26336604/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=529012 CPUtime=648.29 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 607286 0 0 0 64734 95 0 0 25 0 4 0 521122942 541708288 81258 33554432000 4194304 4623224 140736888648848 18446744073709551615 4511032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 132253 81258 794 105 0 127757 0
[pid=5342/tid=5346] ppid=5340 vsize=529012 CPUtime=162.28 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 51625 0 0 0 16218 10 0 0 25 0 4 0 521122943 541708288 81258 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=529012 CPUtime=162.28 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 36708 0 0 0 16223 5 0 0 25 0 4 0 521122943 541708288 81258 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=529012 CPUtime=161.4 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 499046 0 0 0 16065 75 0 0 25 0 4 0 521122943 541708288 81258 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 529012

[startup+222.3 s]
/proc/loadavg: 7.92 7.21 7.52 9/184 5363
/proc/meminfo: memFree=26158236/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=597928 CPUtime=887.96 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 742174 0 0 0 88679 117 0 0 25 0 4 0 521122942 612278272 98494 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 149482 98494 1045 105 0 144986 0
[pid=5342/tid=5346] ppid=5340 vsize=597928 CPUtime=222.28 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 53587 0 0 0 22217 11 0 0 25 0 4 0 521122943 612278272 98494 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=597928 CPUtime=222.28 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 37789 0 0 0 22223 5 0 0 25 0 4 0 521122943 612278272 98494 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=597928 CPUtime=221.08 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 624855 0 0 0 22013 95 0 0 25 0 4 0 521122943 612278272 98494 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.96
Current children cumulated vsize (KiB) 597928

[startup+282.3 s]

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

[pid=5342] ppid=5340 vsize=903584 CPUtime=2805.35 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 2513561 0 0 0 280138 397 0 0 25 0 4 0 521122942 925270016 172331 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 225896 172331 646 105 0 221400 0
[pid=5342/tid=5346] ppid=5340 vsize=903584 CPUtime=702.28 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 87248 0 0 0 70209 19 0 0 25 0 4 0 521122943 925270016 172331 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=903584 CPUtime=702.29 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 83661 0 0 0 70215 14 0 0 25 0 4 0 521122943 925270016 172331 33554432000 4194304 4623224 140736888648848 18446744073709551615 4377005 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=903584 CPUtime=698.47 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 2251129 0 0 0 69502 345 0 0 25 0 4 0 521122943 925270016 172331 33554432000 4194304 4623224 140736888648848 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 903584

[startup+762.306 s]
/proc/loadavg: 8.07 7.88 7.72 9/184 5377
/proc/meminfo: memFree=25367272/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=991152 CPUtime=3045.05 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 2823648 0 0 0 304059 446 0 0 25 0 4 0 521122942 1014939648 178526 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 247788 178526 665 105 0 243292 0
[pid=5342/tid=5346] ppid=5340 vsize=991152 CPUtime=762.28 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 88535 0 0 0 76209 19 0 0 25 0 4 0 521122943 1014939648 178526 33554432000 4194304 4623224 140736888648848 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=991152 CPUtime=762.29 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 83985 0 0 0 76215 14 0 0 25 0 4 0 521122943 1014939648 178526 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=991152 CPUtime=758.14 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 2537946 0 0 0 75425 389 0 0 25 0 4 0 521122943 1014939648 178526 33554432000 4194304 4623224 140736888648848 18446744073709551615 4550560 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 991152

[startup+822.3 s]
/proc/loadavg: 8.14 7.93 7.74 9/184 5379
/proc/meminfo: memFree=25328044/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=991152 CPUtime=3284.7 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 3210339 0 0 0 327969 501 0 0 25 0 4 0 521122942 1014939648 182018 33554432000 4194304 4623224 140736888648848 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 247788 182018 583 105 0 243292 0
[pid=5342/tid=5346] ppid=5340 vsize=991152 CPUtime=822.27 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 89495 0 0 0 82208 19 0 0 25 0 4 0 521122943 1014939648 182018 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=991152 CPUtime=822.29 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 84661 0 0 0 82215 14 0 0 25 0 4 0 521122943 1014939648 182018 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=991152 CPUtime=817.82 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 2920074 0 0 0 81339 443 0 0 25 0 4 0 521122943 1014939648 182018 33554432000 4194304 4623224 140736888648848 18446744073709551615 4577479 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 991152

[startup+882.3 s]
/proc/loadavg: 8.12 7.96 7.76 9/184 5381
/proc/meminfo: memFree=25276988/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=995712 CPUtime=3524.38 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 3526097 0 0 0 351887 551 0 0 25 0 4 0 521122942 1019609088 188552 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 248928 188552 405 105 0 244432 0
[pid=5342/tid=5346] ppid=5340 vsize=995712 CPUtime=882.27 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 90661 0 0 0 88207 20 0 0 25 0 4 0 521122943 1019609088 188552 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=995712 CPUtime=882.29 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 85031 0 0 0 88214 15 0 0 25 0 4 0 521122943 1019609088 188552 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=995712 CPUtime=877.48 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 3226355 0 0 0 87259 489 0 0 25 0 4 0 521122943 1019609088 188552 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 995712

[startup+942.3 s]
/proc/loadavg: 8.11 7.98 7.78 9/184 5383
/proc/meminfo: memFree=25217040/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=1099868 CPUtime=3764.05 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 3775218 0 0 0 375817 588 0 0 25 0 4 0 521122942 1126264832 197023 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 274967 197023 360 105 0 270471 0
[pid=5342/tid=5346] ppid=5340 vsize=1099868 CPUtime=942.27 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 122936 0 0 0 94202 25 0 0 25 0 4 0 521122943 1126264832 197023 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1099868 CPUtime=942.29 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 85550 0 0 0 94214 15 0 0 25 0 4 0 521122943 1126264832 197023 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1099868 CPUtime=937.16 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 3435387 0 0 0 93197 519 0 0 25 0 4 0 521122943 1126264832 197023 33554432000 4194304 4623224 140736888648848 18446744073709551615 4577664 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 1099868

[startup+1002.3 s]
/proc/loadavg: 8.10 8.00 7.79 9/184 5384
/proc/meminfo: memFree=25153360/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=1100288 CPUtime=4003.72 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 3934743 0 0 0 399756 616 0 0 25 0 4 0 521122942 1126694912 198057 33554432000 4194304 4623224 140736888648848 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 275072 198057 357 105 0 270576 0
[pid=5342/tid=5346] ppid=5340 vsize=1100288 CPUtime=1002.26 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 123203 0 0 0 100201 25 0 0 25 0 4 0 521122943 1126694912 198057 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1100288 CPUtime=1002.29 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 86166 0 0 0 100214 15 0 0 25 0 4 0 521122943 1126694912 198057 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1100288 CPUtime=996.84 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 3593905 0 0 0 99137 547 0 0 25 0 4 0 521122943 1126694912 198057 33554432000 4194304 4623224 140736888648848 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 1100288

[startup+1062.3 s]
/proc/loadavg: 8.15 8.03 7.82 9/184 5385
/proc/meminfo: memFree=25119832/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=1102228 CPUtime=4243.39 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 4220130 0 0 0 423676 663 0 0 25 0 4 0 521122942 1128681472 201170 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 275557 201170 357 105 0 271061 0
[pid=5342/tid=5346] ppid=5340 vsize=1102228 CPUtime=1062.27 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 124212 0 0 0 106201 26 0 0 25 0 4 0 521122943 1128681472 201170 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1102228 CPUtime=1062.3 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 86603 0 0 0 106214 16 0 0 25 0 4 0 521122943 1128681472 201170 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1102228 CPUtime=1056.51 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 3861750 0 0 0 105062 589 0 0 25 0 4 0 521122943 1128681472 201170 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 1102228

[startup+1122.3 s]
/proc/loadavg: 8.16 8.05 7.83 9/184 5387
/proc/meminfo: memFree=25021796/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=1162308 CPUtime=4483.06 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 4530786 0 0 0 447596 710 0 0 25 0 4 0 521122942 1190203392 211956 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 290577 211956 357 105 0 286081 0
[pid=5342/tid=5346] ppid=5340 vsize=1162308 CPUtime=1122.27 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 125124 0 0 0 112200 27 0 0 25 0 4 0 521122943 1190203392 211956 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1162308 CPUtime=1122.3 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 94555 0 0 0 112213 17 0 0 25 0 4 0 521122943 1190203392 211956 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1162308 CPUtime=1116.18 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 4160234 0 0 0 110984 634 0 0 25 0 4 0 521122943 1190203392 211956 33554432000 4194304 4623224 140736888648848 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 1162308

[startup+1182.3 s]
/proc/loadavg: 8.10 8.06 7.85 9/184 5389
/proc/meminfo: memFree=24988508/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=1162308 CPUtime=4722.74 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 4886605 0 0 0 471510 764 0 0 25 0 4 0 521122942 1190203392 216272 33554432000 4194304 4623224 140736888648848 18446744073709551615 4415172 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 290577 216272 359 105 0 286081 0
[pid=5342/tid=5346] ppid=5340 vsize=1162308 CPUtime=1182.26 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 125521 0 0 0 118199 27 0 0 25 0 4 0 521122943 1190203392 216272 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1162308 CPUtime=1182.29 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 95079 0 0 0 118212 17 0 0 25 0 4 0 521122943 1190203392 216272 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1162308 CPUtime=1175.86 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 4512205 0 0 0 116900 686 0 0 25 0 4 0 521122943 1190203392 216272 33554432000 4194304 4623224 140736888648848 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 1162308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.05 7.85 9/184 5389
/proc/meminfo: memFree=24972868/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=1162308 CPUtime=4800.25 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 4992807 0 0 0 479244 781 0 0 25 0 4 0 521122942 1190203392 217625 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 290577 217625 384 105 0 286081 0
[pid=5342/tid=5346] ppid=5340 vsize=1162308 CPUtime=1201.67 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 125837 0 0 0 120140 27 0 0 25 0 4 0 521122943 1190203392 217625 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1162308 CPUtime=1201.7 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 95141 0 0 0 120153 17 0 0 25 0 4 0 521122943 1190203392 217625 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1162308 CPUtime=1195.15 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 4617967 0 0 0 118813 702 0 0 25 0 4 0 521122943 1190203392 217625 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1162308

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

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

[startup+1201.7 s]
/proc/loadavg: 8.07 8.05 7.85 9/184 5389
/proc/meminfo: memFree=24972868/32951124 swapFree=67088964/67111528
[pid=5342] ppid=5340 vsize=1162308 CPUtime=4800.25 cores=1,3,5,7
/proc/5342/stat : 5342 (SArTagnan) R 5340 5342 4862 0 -1 4202496 4992807 0 0 0 479244 781 0 0 25 0 4 0 521122942 1190203392 217625 33554432000 4194304 4623224 140736888648848 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5342/statm: 290577 217625 384 105 0 286081 0
[pid=5342/tid=5346] ppid=5340 vsize=1162308 CPUtime=1201.67 cores=1,3,5,7
/proc/5342/task/5346/stat : 5346 (SArTagnan) R 5340 5342 4862 0 -1 4202560 125837 0 0 0 120140 27 0 0 25 0 4 0 521122943 1190203392 217625 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1162308 CPUtime=1201.7 cores=1,3,5,7
/proc/5342/task/5347/stat : 5347 (SArTagnan) R 5340 5342 4862 0 -1 4202560 95141 0 0 0 120153 17 0 0 25 0 4 0 521122943 1190203392 217625 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1162308 CPUtime=1195.15 cores=1,3,5,7
/proc/5342/task/5348/stat : 5348 (SArTagnan) R 5340 5342 4862 0 -1 4202560 4617967 0 0 0 118813 702 0 0 25 0 4 0 521122943 1190203392 217625 33554432000 4194304 4623224 140736888648848 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1162308

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.32
CPU user time (s): 4792.47
CPU system time (s): 7.84781
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 1191160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.47
system time used= 7.84781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4992807
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= 333
involuntary context switches= 31845

runsolver used 1.90871 second user time and 4.65329 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 18:40:44
IDJOB=3262576
IDBENCH=83323
IDSOLVER=1656
FILE ID=node130/3262576-1304095244
RUNJOBID= node130-1304095244-5331
PBS_JOBID= 13170579
Free space on /tmp= 71996 MiB

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

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

MD5SUM BENCH= ad5b26aa9760a3817f3ab03e9314a5d6
RANDOM SEED=801921665

node130.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.838
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.67
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.838
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	: 5332.83
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27109644 kB
Buffers:       1176068 kB
Cached:        4147300 kB
SwapCached:      22432 kB
Active:         492332 kB
Inactive:      4916916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27109644 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:             472 kB
Writeback:           0 kB
AnonPages:       63164 kB
Mapped:          14624 kB
Slab:           369144 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188632 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= 71992 MiB
End job on node130 at 2011-04-29 19:00:48