Trace number 3251662

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.47 1202.09

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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

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

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


[startup+0 s]
/proc/loadavg: 8.09 8.03 7.73 2/175 26826
/proc/meminfo: memFree=31066576/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=32132 CPUtime=0 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 534 0 0 0 0 0 0 0 25 0 1 0 504833600 32903168 471 33554432000 4194304 4623224 140734769262720 18446744073709551615 4266594 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/26826/statm: 8082 480 297 105 0 3586 0

[startup+0.10594 s]
/proc/loadavg: 8.09 8.03 7.73 2/175 26826
/proc/meminfo: memFree=31066576/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=39532 CPUtime=0.09 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 5611 0 0 0 9 0 0 0 25 0 1 0 504833600 40480768 1862 33554432000 4194304 4623224 140734769262720 18446744073709551615 212039655168 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/26826/statm: 9883 1862 297 105 0 5387 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39532

[startup+0.421285 s]
/proc/loadavg: 8.09 8.03 7.73 2/175 26826
/proc/meminfo: memFree=31066576/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=315308 CPUtime=3.51 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 27535 0 0 0 346 5 0 0 25 0 4 0 504833600 322875392 20740 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 78827 20740 356 105 0 74331 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 315308

[startup+1.0792 s]
/proc/loadavg: 8.09 8.03 7.73 2/175 26826
/proc/meminfo: memFree=31066576/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=315308 CPUtime=3.91 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 27764 0 0 0 386 5 0 0 25 0 4 0 504833600 322875392 20969 33554432000 4194304 4623224 140734769262720 18446744073709551615 4507356 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 78827 20969 356 105 0 74331 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 315308

[startup+1.19065 s]
/proc/loadavg: 8.09 8.03 7.73 2/175 26826
/proc/meminfo: memFree=31066576/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=315308 CPUtime=4.31 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 27984 0 0 0 426 5 0 0 25 0 4 0 504833600 322875392 21188 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 78827 21188 356 105 0 74331 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 315308

[startup+1.59058 s]
/proc/loadavg: 8.09 8.03 7.73 2/175 26826
/proc/meminfo: memFree=31066576/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=320872 CPUtime=5.91 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 33047 0 0 0 585 6 0 0 25 0 4 0 504833600 328572928 23467 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 80218 23467 370 105 0 75722 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 320872

[startup+3.10031 s]
/proc/loadavg: 8.16 8.05 7.74 9/184 26861
/proc/meminfo: memFree=30884704/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=321484 CPUtime=11.94 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 38812 0 0 0 1186 8 0 0 25 0 4 0 504833600 329199616 29158 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510167 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 80371 29158 346 105 0 75875 0
[pid=26826/tid=26828] ppid=26824 vsize=321484 CPUtime=2.93 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 4796 0 0 0 292 1 0 0 23 0 4 0 504833614 329199616 29158 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=321484 CPUtime=2.94 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 7656 0 0 0 292 2 0 0 25 0 4 0 504833614 329199616 29158 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=321484 CPUtime=2.95 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 1481 0 0 0 295 0 0 0 25 0 4 0 504833614 329199616 29158 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 321484

[startup+6.30674 s]
/proc/loadavg: 8.15 8.05 7.74 9/184 26861
/proc/meminfo: memFree=30804148/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=342776 CPUtime=24.75 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 51241 0 0 0 2465 10 0 0 25 0 4 0 504833600 351002624 40848 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 85694 40848 389 105 0 81198 0
[pid=26826/tid=26828] ppid=26824 vsize=342776 CPUtime=6.11 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 8829 0 0 0 610 1 0 0 25 0 4 0 504833614 351002624 40848 33554432000 4194304 4623224 140734769262720 18446744073709551615 4278645 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=342776 CPUtime=6.15 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 11349 0 0 0 612 3 0 0 25 0 4 0 504833614 351002624 40848 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=342776 CPUtime=6.15 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 4329 0 0 0 615 0 0 0 25 0 4 0 504833614 351002624 40848 33554432000 4194304 4623224 140734769262720 18446744073709551615 4366349 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 342776

[startup+12.7006 s]
/proc/loadavg: 8.14 8.05 7.74 9/184 26861
/proc/meminfo: memFree=30699900/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=393464 CPUtime=50.28 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 74689 0 0 0 5015 13 0 0 25 0 4 0 504833600 402907136 52516 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 98366 52516 525 105 0 93870 0
[pid=26826/tid=26828] ppid=26824 vsize=393464 CPUtime=12.49 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 13960 0 0 0 1246 3 0 0 25 0 4 0 504833614 402907136 52516 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=393464 CPUtime=12.55 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 17300 0 0 0 1251 4 0 0 25 0 4 0 504833614 402907136 52516 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=393464 CPUtime=12.54 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 11209 0 0 0 1253 1 0 0 25 0 4 0 504833614 402907136 52516 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 393464

[startup+25.5003 s]
/proc/loadavg: 8.19 8.06 7.75 9/184 26861
/proc/meminfo: memFree=30507828/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=526960 CPUtime=101.41 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 213095 0 0 0 10105 36 0 0 25 0 4 0 504833600 539607040 80638 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 131740 80638 344 105 0 127244 0
[pid=26826/tid=26828] ppid=26824 vsize=526960 CPUtime=25.21 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 21183 0 0 0 2517 4 0 0 25 0 4 0 504833614 539607040 80638 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=526960 CPUtime=25.34 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 27545 0 0 0 2526 8 0 0 25 0 4 0 504833614 539607040 80638 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=526960 CPUtime=25.35 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 87420 0 0 0 2523 12 0 0 25 0 4 0 504833614 539607040 80638 33554432000 4194304 4623224 140734769262720 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 526960

[startup+51.1007 s]
/proc/loadavg: 8.12 8.06 7.76 9/184 26862
/proc/meminfo: memFree=30123352/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=770076 CPUtime=203.66 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 523279 0 0 0 20288 78 0 0 25 0 4 0 504833600 788557824 134529 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510172 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 192519 134529 921 105 0 188023 0
[pid=26826/tid=26828] ppid=26824 vsize=770076 CPUtime=50.66 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 30924 0 0 0 5060 6 0 0 25 0 4 0 504833614 788557824 134529 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=770076 CPUtime=50.94 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 37051 0 0 0 5084 10 0 0 25 0 4 0 504833614 788557824 134529 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=770076 CPUtime=50.94 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 296360 0 0 0 5054 40 0 0 25 0 4 0 504833614 788557824 134529 33554432000 4194304 4623224 140734769262720 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 770076

[startup+102.301 s]
/proc/loadavg: 8.10 8.06 7.77 9/184 26863
/proc/meminfo: memFree=29486208/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=1230572 CPUtime=408.15 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 929819 0 0 0 40671 144 0 0 25 0 4 0 504833600 1260105728 228476 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510199 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 307643 228476 342 105 0 303147 0
[pid=26826/tid=26828] ppid=26824 vsize=1230572 CPUtime=101.58 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 52464 0 0 0 10142 16 0 0 25 0 4 0 504833614 1260105728 228476 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=1230572 CPUtime=102.13 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 73449 0 0 0 10196 17 0 0 25 0 4 0 504833614 1260105728 228476 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=1230572 CPUtime=102.14 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 451678 0 0 0 10150 64 0 0 25 0 4 0 504833614 1260105728 228476 33554432000 4194304 4623224 140734769262720 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.15
Current children cumulated vsize (KiB) 1230572

[startup+162.301 s]
/proc/loadavg: 8.03 8.05 7.78 9/184 26865
/proc/meminfo: memFree=28853400/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=1679692 CPUtime=647.77 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 1578919 0 0 0 64528 249 0 0 25 0 4 0 504833600 1720004608 329172 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510592 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 419923 329172 342 105 0 415427 0
[pid=26826/tid=26828] ppid=26824 vsize=1679692 CPUtime=161.24 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 78788 0 0 0 16098 26 0 0 25 0 4 0 504833614 1720004608 329172 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=1679692 CPUtime=162.11 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 83996 0 0 0 16191 20 0 0 25 0 4 0 504833614 1720004608 329172 33554432000 4194304 4623224 140734769262720 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=1679692 CPUtime=162.12 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 857101 0 0 0 16088 124 0 0 25 0 4 0 504833614 1720004608 329172 33554432000 4194304 4623224 140734769262720 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 647.77
Current children cumulated vsize (KiB) 1679692

[startup+222.301 s]
/proc/loadavg: 8.01 8.04 7.79 9/184 26866
/proc/meminfo: memFree=28277728/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=2254976 CPUtime=887.38 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 2361885 0 0 0 88373 365 0 0 25 0 4 0 504833600 2309095424 425006 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 563744 425006 342 105 0 559248 0
[pid=26826/tid=26828] ppid=26824 vsize=2254976 CPUtime=220.89 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 83996 0 0 0 22061 28 0 0 25 0 4 0 504833614 2309095424 425006 33554432000 4194304 4623224 140734769262720 18446744073709551615 4357400 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=2254976 CPUtime=222.1 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 117294 0 0 0 22182 28 0 0 25 0 4 0 504833614 2309095424 425006 33554432000 4194304 4623224 140734769262720 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=2254976 CPUtime=222.1 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 1326317 0 0 0 22018 192 0 0 25 0 4 0 504833614 2309095424 425006 33554432000 4194304 4623224 140734769262720 18446744073709551615 4330875 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 887.38
Current children cumulated vsize (KiB) 2254976

[startup+282.3 s]
/proc/loadavg: 8.00 8.03 7.81 9/184 26868
/proc/meminfo: memFree=27774748/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=2359768 CPUtime=1127.06 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 2672927 0 0 0 112287 419 0 0 25 0 4 0 504833600 2416402432 458897 33554432000 4194304 4623224 140734769262720 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26826/statm: 589942 458898 342 105 0 585446 0
[pid=26826/tid=26828] ppid=26824 vsize=2359768 CPUtime=280.56 cores=0,2,4,6

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

Current children cumulated CPU time (s) 2565.04
Current children cumulated vsize (KiB) 3202296

[startup+702.3 s]
/proc/loadavg: 8.10 8.08 7.90 9/184 26879
/proc/meminfo: memFree=26143308/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=3460968 CPUtime=2804.71 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 6746183 0 0 0 279373 1098 0 0 25 0 4 0 504833600 3544031232 706186 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26826/statm: 865242 706186 342 105 0 860746 0
[pid=26826/tid=26828] ppid=26824 vsize=3460968 CPUtime=698.39 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 113145 0 0 0 69806 33 0 0 25 0 4 0 504833614 3544031232 706186 33554432000 4194304 4623224 140734769262720 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=3460968 CPUtime=702.11 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 178558 0 0 0 70170 41 0 0 25 0 4 0 504833614 3544031232 706186 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=3460968 CPUtime=702.07 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 4880206 0 0 0 69424 783 0 0 25 0 4 0 504833614 3544031232 706186 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2804.71
Current children cumulated vsize (KiB) 3460968

[startup+762.301 s]
/proc/loadavg: 8.08 8.08 7.91 9/184 26881
/proc/meminfo: memFree=25716564/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=4257408 CPUtime=3044.34 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 7700189 0 0 0 303195 1239 0 0 25 0 4 0 504833600 4359585792 801616 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26826/statm: 1064352 801616 342 105 0 1059856 0
[pid=26826/tid=26828] ppid=26824 vsize=4257408 CPUtime=758.38 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 115031 0 0 0 75804 34 0 0 25 0 4 0 504833614 4359585792 801617 33554432000 4194304 4623224 140734769262720 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=4257408 CPUtime=762.12 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 178558 0 0 0 76170 42 0 0 25 0 4 0 504833614 4359585792 801617 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=4257408 CPUtime=761.84 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 5355134 0 0 0 75324 860 0 0 25 0 4 0 504833614 4359585792 801617 33554432000 4194304 4623224 140734769262720 18446744073709551615 4545921 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.34
Current children cumulated vsize (KiB) 4257408

[startup+822.301 s]
/proc/loadavg: 8.06 8.08 7.91 9/184 26882
/proc/meminfo: memFree=25526680/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=4294632 CPUtime=3284.02 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 8222223 0 0 0 327082 1320 0 0 25 0 4 0 504833600 4397703168 839497 33554432000 4194304 4623224 140734769262720 18446744073709551615 4414993 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26826/statm: 1073658 839497 342 105 0 1069162 0
[pid=26826/tid=26828] ppid=26824 vsize=4294632 CPUtime=818.38 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 116770 0 0 0 81804 34 0 0 25 0 4 0 504833614 4397703168 839497 33554432000 4194304 4623224 140734769262720 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=4294632 CPUtime=822.11 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 188645 0 0 0 82165 46 0 0 25 0 4 0 504833614 4397703168 839497 33554432000 4194304 4623224 140734769262720 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=4294632 CPUtime=821.52 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 5811756 0 0 0 81224 928 0 0 25 0 4 0 504833614 4397703168 839497 33554432000 4194304 4623224 140734769262720 18446744073709551615 4364089 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.02
Current children cumulated vsize (KiB) 4294632

[startup+882.3 s]
/proc/loadavg: 8.11 8.09 7.93 9/184 26884
/proc/meminfo: memFree=25322144/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=4474464 CPUtime=3523.68 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 8796184 0 0 0 350958 1410 0 0 25 0 4 0 504833600 4581851136 872172 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510186 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26826/statm: 1118616 872172 342 105 0 1114120 0
[pid=26826/tid=26828] ppid=26824 vsize=4474464 CPUtime=878.37 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 117638 0 0 0 87803 34 0 0 25 0 4 0 504833614 4581851136 872172 33554432000 4194304 4623224 140734769262720 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=4474464 CPUtime=882.11 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 200622 0 0 0 88162 49 0 0 25 0 4 0 504833614 4581851136 872172 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=4474464 CPUtime=881.18 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 6281328 0 0 0 87117 1001 0 0 25 0 4 0 504833614 4581851136 872172 33554432000 4194304 4623224 140734769262720 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.68
Current children cumulated vsize (KiB) 4474464

[startup+942.301 s]
/proc/loadavg: 8.20 8.12 7.94 9/184 26886
/proc/meminfo: memFree=25151088/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=4500412 CPUtime=3763.36 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 9220823 0 0 0 374858 1478 0 0 25 0 4 0 504833600 4608421888 908240 33554432000 4194304 4623224 140734769262720 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26826/statm: 1125103 908240 342 105 0 1120607 0
[pid=26826/tid=26828] ppid=26824 vsize=4500412 CPUtime=938.37 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 118471 0 0 0 93802 35 0 0 25 0 4 0 504833614 4608421888 908240 33554432000 4194304 4623224 140734769262720 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=4500412 CPUtime=942.12 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 210543 0 0 0 94157 55 0 0 25 0 4 0 504833614 4608421888 908240 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=4500412 CPUtime=940.87 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 6661122 0 0 0 93029 1058 0 0 25 0 4 0 504833614 4608421888 908240 33554432000 4194304 4623224 140734769262720 18446744073709551615 4363762 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.36
Current children cumulated vsize (KiB) 4500412

[startup+1002.3 s]
/proc/loadavg: 8.20 8.12 7.95 9/184 26887
/proc/meminfo: memFree=24994684/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=4646752 CPUtime=4003.02 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 9589595 0 0 0 398760 1542 0 0 25 0 4 0 504833600 4758274048 946492 33554432000 4194304 4623224 140734769262720 18446744073709551615 4387999 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26826/statm: 1161688 946492 342 105 0 1157192 0
[pid=26826/tid=26828] ppid=26824 vsize=4646752 CPUtime=998.37 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 125408 0 0 0 99801 36 0 0 25 0 4 0 504833614 4758274048 946492 33554432000 4194304 4623224 140734769262720 18446744073709551615 4486256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=4646752 CPUtime=1002.11 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 224209 0 0 0 100146 65 0 0 25 0 4 0 504833614 4758274048 946492 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=4646752 CPUtime=1000.53 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 6991798 0 0 0 98946 1107 0 0 25 0 4 0 504833614 4758274048 946492 33554432000 4194304 4623224 140734769262720 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.02
Current children cumulated vsize (KiB) 4646752

[startup+1062.31 s]
/proc/loadavg: 8.14 8.12 7.96 9/184 26889
/proc/meminfo: memFree=24937972/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=4657052 CPUtime=4242.64 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 9606806 0 0 0 422716 1548 0 0 25 0 4 0 504833600 4768821248 959634 33554432000 4194304 4623224 140734769262720 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26826/statm: 1164263 959634 342 105 0 1159767 0
[pid=26826/tid=26828] ppid=26824 vsize=4657052 CPUtime=1058.37 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 126225 0 0 0 105801 36 0 0 25 0 4 0 504833614 4768821248 959634 33554432000 4194304 4623224 140734769262720 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=4657052 CPUtime=1062.12 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 228496 0 0 0 106143 69 0 0 25 0 4 0 504833614 4768821248 959634 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=4657052 CPUtime=1060.45 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 6998042 0 0 0 104937 1108 0 0 25 0 4 0 504833614 4768821248 959634 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.64
Current children cumulated vsize (KiB) 4657052

[startup+1122.3 s]
/proc/loadavg: 8.05 8.09 7.96 9/184 26899
/proc/meminfo: memFree=24898008/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=4680760 CPUtime=4482.27 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 9613835 0 0 0 446677 1550 0 0 25 0 4 0 504833600 4793098240 966647 33554432000 4194304 4623224 140734769262720 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26826/statm: 1170190 966647 342 105 0 1165694 0
[pid=26826/tid=26828] ppid=26824 vsize=4680760 CPUtime=1118.36 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 127431 0 0 0 111799 37 0 0 25 0 4 0 504833614 4793098240 966647 33554432000 4194304 4623224 140734769262720 18446744073709551615 4486229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=4680760 CPUtime=1122.11 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 233449 0 0 0 112141 70 0 0 25 0 4 0 504833614 4793098240 966647 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=4680760 CPUtime=1120.44 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 6998608 0 0 0 110936 1108 0 0 25 0 4 0 504833614 4793098240 966647 33554432000 4194304 4623224 140734769262720 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 4680760

[startup+1182.3 s]
/proc/loadavg: 8.05 8.09 7.96 9/184 26901
/proc/meminfo: memFree=24871140/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=4680760 CPUtime=4721.93 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 10104067 0 0 0 470566 1627 0 0 25 0 4 0 504833600 4793098240 969490 33554432000 4194304 4623224 140734769262720 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26826/statm: 1170190 969490 342 105 0 1165694 0
[pid=26826/tid=26828] ppid=26824 vsize=4680760 CPUtime=1178.35 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 128244 0 0 0 117798 37 0 0 25 0 4 0 504833614 4793098240 969490 33554432000 4194304 4623224 140734769262720 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=4680760 CPUtime=1182.1 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 233770 0 0 0 118140 70 0 0 25 0 4 0 504833614 4793098240 969490 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=4680760 CPUtime=1180.43 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 7486878 0 0 0 116859 1184 0 0 25 0 4 0 504833614 4793098240 969490 33554432000 4194304 4623224 140734769262720 18446744073709551615 4545884 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.93
Current children cumulated vsize (KiB) 4680760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.11 8.10 7.97 9/184 26901
/proc/meminfo: memFree=24863940/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=4680760 CPUtime=4800.26 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4202496 10309402 0 0 0 478369 1657 0 0 25 0 4 0 504833600 4793098240 970614 33554432000 4194304 4623224 140734769262720 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26826/statm: 1170190 970614 342 105 0 1165694 0
[pid=26826/tid=26828] ppid=26824 vsize=4680760 CPUtime=1197.96 cores=0,2,4,6
/proc/26826/task/26828/stat : 26828 (SArTagnan) R 26824 26826 26718 0 -1 4202560 128468 0 0 0 119759 37 0 0 25 0 4 0 504833614 4793098240 970617 33554432000 4194304 4623224 140734769262720 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26826/tid=26829] ppid=26824 vsize=4680760 CPUtime=1201.72 cores=0,2,4,6
/proc/26826/task/26829/stat : 26829 (SArTagnan) R 26824 26826 26718 0 -1 4202560 233773 0 0 0 120102 70 0 0 25 0 4 0 504833614 4793098240 970617 33554432000 4194304 4623224 140734769262720 18446744073709551615 4376850 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26826/tid=26830] ppid=26824 vsize=4680760 CPUtime=1200.04 cores=0,2,4,6
/proc/26826/task/26830/stat : 26830 (SArTagnan) R 26824 26826 26718 0 -1 4202560 7691795 0 0 0 118790 1214 0 0 25 0 4 0 504833614 4793098240 970617 33554432000 4194304 4623224 140734769262720 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 4680760

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

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

[startup+1202.02 s]
/proc/loadavg: 8.11 8.10 7.97 9/184 26901
/proc/meminfo: memFree=24863940/32951124 swapFree=67106388/67111528
[pid=26826] ppid=26824 vsize=0 CPUtime=4800.38 cores=0,2,4,6
/proc/26826/stat : 26826 (SArTagnan) R 26824 26826 26718 0 -1 4203524 10309463 0 0 0 478371 1667 0 0 25 0 1 0 504833600 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26826/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.09
CPU time (s): 4800.47
CPU user time (s): 4783.72
CPU system time (s): 16.7485
CPU usage (%): 399.344
Max. virtual memory (cumulated for all children) (KiB): 5648332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4783.72
system time used= 16.7485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10309463
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= 4020
involuntary context switches= 24087

runsolver used 1.89371 second user time and 4.67129 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 02:42:53
IDJOB=3251662
IDBENCH=88228
IDSOLVER=1656
FILE ID=node146/3251662-1304124173
RUNJOBID= node146-1304122969-26736
PBS_JOBID= 13170750
Free space on /tmp= 72976 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251662-1304124173/watcher-3251662-1304124173 -o /tmp/evaluation-result-3251662-1304124173/solver-3251662-1304124173 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3251662-1304124173.cnf -threads=4

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=633919527

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31066732 kB
Buffers:        390168 kB
Cached:        1060596 kB
SwapCached:        540 kB
Active:         109068 kB
Inactive:      1402364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31066732 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            7792 kB
Writeback:           0 kB
AnonPages:       59996 kB
Mapped:          14992 kB
Slab:           309956 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   214168 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= 72984 MiB
End job on node146 at 2011-04-30 03:02:57