Trace number 3385982

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) 3800.08 1300.04

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
MD5SUM5f29341b29f4bbeb333d68befe08c7ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark460.255
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses56970
Sum of the clauses size569400
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 556910

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-3385982-1305582154/watcher-3385982-1305582154 -o /tmp/evaluation-result-3385982-1305582154/solver-3385982-1305582154 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385982-1305582154.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.00 3.00 3.24 9/511 25749
/proc/meminfo: memFree=22580224/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=22508 CPUtime=0.01 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 1506 0 0 0 1 0 0 0 25 0 1 0 669818064 23048192 992 33554432000 4194304 4625164 140735232141856 18446744073709551615 216634515200 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25749/statm: 5627 992 296 106 0 1130 0

[startup+0.11556 s]
/proc/loadavg: 3.00 3.00 3.24 9/511 25749
/proc/meminfo: memFree=22580224/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=139940 CPUtime=0.15 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 8968 0 0 0 14 1 0 0 25 0 4 0 669818064 143298560 5888 33554432000 4194304 4625164 140735232141856 18446744073709551615 4518211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25749/statm: 34985 5888 367 106 0 30488 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 139940

[startup+0.200929 s]
/proc/loadavg: 3.00 3.00 3.24 9/511 25749
/proc/meminfo: memFree=22580224/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=211144 CPUtime=0.31 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 11343 0 0 0 30 1 0 0 25 0 4 0 669818064 216211456 7786 33554432000 4194304 4625164 140735232141856 18446744073709551615 4393055 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25749/statm: 52786 7786 389 106 0 48289 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 211144

[startup+0.300914 s]
/proc/loadavg: 3.00 3.00 3.24 9/511 25749
/proc/meminfo: memFree=22580224/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=215020 CPUtime=0.51 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 12409 0 0 0 50 1 0 0 25 0 4 0 669818064 220180480 8804 33554432000 4194304 4625164 140735232141856 18446744073709551615 4511948 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25749/statm: 53755 8804 375 106 0 49258 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 215020

[startup+0.700842 s]
/proc/loadavg: 3.00 3.00 3.24 9/511 25749
/proc/meminfo: memFree=22580224/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=222840 CPUtime=1.31 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 18549 0 0 0 130 1 0 0 25 0 4 0 669818064 228188160 10676 33554432000 4194304 4625164 140735232141856 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25749/statm: 55710 10676 369 106 0 51213 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 222840

[startup+1.5007 s]
/proc/loadavg: 3.00 3.00 3.24 12/515 25753
/proc/meminfo: memFree=22523904/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=230664 CPUtime=2.89 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 28615 0 0 0 286 3 0 0 25 0 4 0 669818064 236199936 12496 33554432000 4194304 4625164 140735232141856 18446744073709551615 4512315 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25749/statm: 57666 12497 368 106 0 53169 0
[pid=25749/tid=25751] ppid=25747 vsize=230664 CPUtime=0.63 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 1516 0 0 0 63 0 0 0 25 0 4 0 669818071 236199936 12498 33554432000 4194304 4625164 140735232141856 18446744073709551615 4339628 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=230664 CPUtime=0.8 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 2218 0 0 0 80 0 0 0 25 0 4 0 669818071 236199936 12498 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=230664 CPUtime=0.66 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 14121 0 0 0 65 1 0 0 25 0 4 0 669818071 236199936 12498 33554432000 4194304 4625164 140735232141856 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 230664

[startup+3.10042 s]
/proc/loadavg: 3.64 3.13 3.28 12/515 25753
/proc/meminfo: memFree=22512376/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=233620 CPUtime=6.07 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 43482 0 0 0 602 5 0 0 25 0 4 0 669818064 239226880 13996 33554432000 4194304 4625164 140735232141856 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25749/statm: 58405 13996 363 106 0 53908 0
[pid=25749/tid=25751] ppid=25747 vsize=233620 CPUtime=1.41 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 1727 0 0 0 141 0 0 0 25 0 4 0 669818071 239226880 13996 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=233620 CPUtime=1.6 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 4087 0 0 0 160 0 0 0 25 0 4 0 669818071 239226880 13996 33554432000 4194304 4625164 140735232141856 18446744073709551615 4464736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=233620 CPUtime=1.47 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 26659 0 0 0 144 3 0 0 25 0 4 0 669818071 239226880 13996 33554432000 4194304 4625164 140735232141856 18446744073709551615 4335419 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 233620

[startup+6.30086 s]
/proc/loadavg: 3.64 3.13 3.28 12/515 25754
/proc/meminfo: memFree=22485472/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=239484 CPUtime=12.43 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 71477 0 0 0 1234 9 0 0 25 0 4 0 669818064 245231616 16754 33554432000 4194304 4625164 140735232141856 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25749/statm: 59871 16754 364 106 0 55374 0
[pid=25749/tid=25751] ppid=25747 vsize=239484 CPUtime=3.01 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 3800 0 0 0 301 0 0 0 25 0 4 0 669818071 245231616 16754 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=239484 CPUtime=3.3 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 4821 0 0 0 330 0 0 0 25 0 4 0 669818071 245231616 16754 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=239484 CPUtime=2.97 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 50025 0 0 0 291 6 0 0 25 0 4 0 669818071 245231616 16754 33554432000 4194304 4625164 140735232141856 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 239484

[startup+12.7007 s]
/proc/loadavg: 4.93 3.42 3.38 12/515 25754
/proc/meminfo: memFree=22446356/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=246312 CPUtime=25.11 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 130071 0 0 0 2496 15 0 0 25 0 4 0 669818064 252223488 20003 33554432000 4194304 4625164 140735232141856 18446744073709551615 4329114 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25749/statm: 61578 20003 357 106 0 57081 0
[pid=25749/tid=25751] ppid=25747 vsize=246312 CPUtime=6.16 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 6561 0 0 0 615 1 0 0 25 0 4 0 669818071 252223488 20003 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=246312 CPUtime=6.5 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 7779 0 0 0 650 0 0 0 25 0 4 0 669818071 252223488 20003 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=246312 CPUtime=6.17 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 101033 0 0 0 605 12 0 0 25 0 4 0 669818071 252223488 20003 33554432000 4194304 4625164 140735232141856 18446744073709551615 4579610 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 246312

[startup+25.5005 s]
/proc/loadavg: 5.94 3.69 3.46 12/515 25754
/proc/meminfo: memFree=22393416/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=244228 CPUtime=55.09 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 192285 0 0 0 5486 23 0 0 25 0 4 0 669818064 250089472 26250 33554432000 4194304 4625164 140735232141856 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 61057 26253 339 106 0 56560 0
[pid=25749/tid=25751] ppid=25747 vsize=244228 CPUtime=17.11 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 7977 0 0 0 1710 1 0 0 25 0 4 0 669818071 250089472 26253 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=244228 CPUtime=12.9 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 13299 0 0 0 1289 1 0 0 25 0 4 0 669818071 250089472 26253 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=244228 CPUtime=12.49 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 153578 0 0 0 1231 18 0 0 25 0 4 0 669818071 250089472 26253 33554432000 4194304 4625164 140735232141856 18446744073709551615 4579396 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 55.09
Current children cumulated vsize (KiB) 244228

[startup+51.101 s]
/proc/loadavg: 7.67 4.28 3.66 12/515 25755
/proc/meminfo: memFree=22324936/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=254168 CPUtime=115.73 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 242798 0 0 0 11543 30 0 0 25 0 4 0 669818064 260268032 31825 33554432000 4194304 4625164 140735232141856 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25749/statm: 63542 31825 341 106 0 59045 0
[pid=25749/tid=25751] ppid=25747 vsize=254168 CPUtime=32.21 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 12612 0 0 0 3219 2 0 0 25 0 4 0 669818071 260268032 31825 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=254168 CPUtime=25.7 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 21274 0 0 0 2568 2 0 0 25 0 4 0 669818071 260268032 31825 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=254168 CPUtime=28.84 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 191391 0 0 0 2861 23 0 0 25 0 4 0 669818071 260268032 31825 33554432000 4194304 4625164 140735232141856 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 115.73
Current children cumulated vsize (KiB) 254168

[startup+102.301 s]
/proc/loadavg: 9.70 5.42 4.09 12/515 25756
/proc/meminfo: memFree=22205760/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=276404 CPUtime=243.24 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 313443 0 0 0 24281 43 0 0 25 0 4 0 669818064 283037696 38932 33554432000 4194304 4625164 140735232141856 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 69101 38932 441 106 0 64604 0
[pid=25749/tid=25751] ppid=25747 vsize=276404 CPUtime=58.03 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 13626 0 0 0 5801 2 0 0 25 0 4 0 669818071 283037696 38932 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=276404 CPUtime=51.09 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 22157 0 0 0 5106 3 0 0 25 0 4 0 669818071 283037696 38932 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=276404 CPUtime=76.35 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 260127 0 0 0 7601 34 0 0 25 0 4 0 669818071 283037696 38932 33554432000 4194304 4625164 140735232141856 18446744073709551615 4547283 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 243.24
Current children cumulated vsize (KiB) 276404

[startup+162.3 s]
/proc/loadavg: 10.51 6.37 4.49 12/515 25758
/proc/meminfo: memFree=22120544/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=293612 CPUtime=402.08 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 392405 0 0 0 40152 56 0 0 25 0 4 0 669818064 300658688 43980 33554432000 4194304 4625164 140735232141856 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 73403 43980 441 106 0 68906 0
[pid=25749/tid=25751] ppid=25747 vsize=293612 CPUtime=88.8 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 20364 0 0 0 8876 4 0 0 25 0 4 0 669818071 300658688 43980 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=293612 CPUtime=90.85 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 22869 0 0 0 9081 4 0 0 25 0 4 0 669818071 300658688 43980 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=293612 CPUtime=127.54 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 331614 0 0 0 12709 45 0 0 25 0 4 0 669818071 300658688 43980 33554432000 4194304 4625164 140735232141856 18446744073709551615 4552464 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 293612

[startup+222.32 s]
/proc/loadavg: 11.04 7.33 4.94 12/515 25759
/proc/meminfo: memFree=22042124/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=313392 CPUtime=582.15 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 437556 0 0 0 58151 64 0 0 25 0 4 0 669818064 320913408 47387 33554432000 4194304 4625164 140735232141856 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 78348 47387 441 106 0 73851 0
[pid=25749/tid=25751] ppid=25747 vsize=313392 CPUtime=134.99 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 20738 0 0 0 13495 4 0 0 25 0 4 0 669818071 320913408 47387 33554432000 4194304 4625164 140735232141856 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=313392 CPUtime=126.28 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 31722 0 0 0 12622 6 0 0 25 0 4 0 669818071 320913408 47387 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=313392 CPUtime=166.47 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 367413 0 0 0 16596 51 0 0 25 0 4 0 669818071 320913408 47387 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 313392

[startup+282.301 s]

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

[pid=25749] ppid=25747 vsize=608172 CPUtime=2188.85 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 1792752 0 0 0 218617 268 0 0 25 0 4 0 669818064 622768128 104705 33554432000 4194304 4625164 140735232141856 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 152043 104705 1220 106 0 147546 0
[pid=25749/tid=25751] ppid=25747 vsize=608172 CPUtime=483.16 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 32931 0 0 0 48309 7 0 0 25 0 4 0 669818071 622768128 104705 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=608172 CPUtime=486.91 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 48423 0 0 0 48682 9 0 0 25 0 4 0 669818071 622768128 104705 33554432000 4194304 4625164 140735232141856 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=608172 CPUtime=619.31 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 1555581 0 0 0 61706 225 0 0 25 0 4 0 669818071 622768128 104705 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2188.85
Current children cumulated vsize (KiB) 608172

[startup+822.301 s]
/proc/loadavg: 11.13 10.61 7.87 12/515 25775
/proc/meminfo: memFree=21465944/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=608172 CPUtime=2368.81 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 1866860 0 0 0 236603 278 0 0 25 0 4 0 669818064 622768128 107362 33554432000 4194304 4625164 140735232141856 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 152043 107362 1111 106 0 147546 0
[pid=25749/tid=25751] ppid=25747 vsize=608172 CPUtime=512.93 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 33087 0 0 0 51286 7 0 0 25 0 4 0 669818071 622768128 107362 33554432000 4194304 4625164 140735232141856 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=608172 CPUtime=546.89 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 49241 0 0 0 54680 9 0 0 25 0 4 0 669818071 622768128 107362 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=608172 CPUtime=649.51 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 1627068 0 0 0 64717 234 0 0 25 0 4 0 669818071 622768128 107362 33554432000 4194304 4625164 140735232141856 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2368.81
Current children cumulated vsize (KiB) 608172

[startup+882.319 s]
/proc/loadavg: 11.20 10.72 8.08 12/515 25777
/proc/meminfo: memFree=21431668/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=614528 CPUtime=2548.86 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 1870227 0 0 0 254607 279 0 0 25 0 4 0 669818064 629276672 110307 33554432000 4194304 4625164 140735232141856 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 153632 110307 796 106 0 149135 0
[pid=25749/tid=25751] ppid=25747 vsize=614528 CPUtime=542.93 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 33242 0 0 0 54286 7 0 0 25 0 4 0 669818071 629276672 110307 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=614528 CPUtime=606.91 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 50054 0 0 0 60682 9 0 0 25 0 4 0 669818071 629276672 110307 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=614528 CPUtime=679.54 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 1627361 0 0 0 67720 234 0 0 25 0 4 0 669818071 629276672 110307 33554432000 4194304 4625164 140735232141856 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2548.86
Current children cumulated vsize (KiB) 614528

[startup+942.301 s]
/proc/loadavg: 11.07 10.77 8.26 12/515 25778
/proc/meminfo: memFree=21400620/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=619040 CPUtime=2728.81 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 2290336 0 0 0 272545 336 0 0 25 0 4 0 669818064 633896960 113663 33554432000 4194304 4625164 140735232141856 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 154760 113663 829 106 0 150263 0
[pid=25749/tid=25751] ppid=25747 vsize=619040 CPUtime=573.41 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 33406 0 0 0 57334 7 0 0 25 0 4 0 669818071 633896960 113663 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=619040 CPUtime=666.89 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 50363 0 0 0 66680 9 0 0 25 0 4 0 669818071 633896960 113663 33554432000 4194304 4625164 140735232141856 18446744073709551615 4352143 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=619040 CPUtime=735.33 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 2046857 0 0 0 73241 292 0 0 25 0 4 0 669818071 633896960 113663 33554432000 4194304 4625164 140735232141856 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2728.81
Current children cumulated vsize (KiB) 619040

[startup+1002.3 s]
/proc/loadavg: 11.02 10.81 8.42 12/515 25780
/proc/meminfo: memFree=21371448/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=621508 CPUtime=2908.81 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 2557608 0 0 0 290506 375 0 0 25 0 4 0 669818064 636424192 114239 33554432000 4194304 4625164 140735232141856 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 155377 114239 759 106 0 150880 0
[pid=25749/tid=25751] ppid=25747 vsize=621508 CPUtime=603.32 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 33647 0 0 0 60325 7 0 0 25 0 4 0 669818071 636424192 114239 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=621508 CPUtime=726.89 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 50512 0 0 0 72680 9 0 0 25 0 4 0 669818071 636424192 114239 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=621508 CPUtime=795.32 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 2283579 0 0 0 79208 324 0 0 25 0 4 0 669818071 636424192 114239 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2908.81
Current children cumulated vsize (KiB) 621508

[startup+1062.3 s]
/proc/loadavg: 11.14 10.88 8.58 12/515 25782
/proc/meminfo: memFree=21349188/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=623172 CPUtime=3088.82 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 2720381 0 0 0 308479 403 0 0 25 0 4 0 669818064 638128128 115373 33554432000 4194304 4625164 140735232141856 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 155793 115373 727 106 0 151296 0
[pid=25749/tid=25751] ppid=25747 vsize=623172 CPUtime=633.21 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 33824 0 0 0 63314 7 0 0 25 0 4 0 669818071 638128128 115373 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=623172 CPUtime=758.1 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 50580 0 0 0 75801 9 0 0 25 0 4 0 669818071 638128128 115373 33554432000 4194304 4625164 140735232141856 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=623172 CPUtime=855.32 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 2284340 0 0 0 85208 324 0 0 25 0 4 0 669818071 638128128 115373 33554432000 4194304 4625164 140735232141856 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3088.82
Current children cumulated vsize (KiB) 623172

[startup+1122.3 s]
/proc/loadavg: 11.16 10.94 8.76 12/515 25792
/proc/meminfo: memFree=21297408/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=648028 CPUtime=3268.79 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 2845333 0 0 0 326454 425 0 0 25 0 4 0 669818064 663580672 122816 33554432000 4194304 4625164 140735232141856 18446744073709551615 4511970 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 162007 122816 593 106 0 157510 0
[pid=25749/tid=25751] ppid=25747 vsize=648028 CPUtime=663.41 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 33844 0 0 0 66334 7 0 0 25 0 4 0 669818071 663580672 122816 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=648028 CPUtime=810.9 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 51238 0 0 0 81080 10 0 0 25 0 4 0 669818071 663580672 122816 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=648028 CPUtime=915.3 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 2318454 0 0 0 91201 329 0 0 25 0 4 0 669818071 663580672 122816 33554432000 4194304 4625164 140735232141856 18446744073709551615 4547365 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3268.79
Current children cumulated vsize (KiB) 648028

[startup+1182.3 s]
/proc/loadavg: 11.21 11.00 8.90 12/515 25794
/proc/meminfo: memFree=21268224/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=653100 CPUtime=3448.8 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 2848428 0 0 0 344454 426 0 0 25 0 4 0 669818064 668774400 125870 33554432000 4194304 4625164 140735232141856 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 163275 125870 571 106 0 158778 0
[pid=25749/tid=25751] ppid=25747 vsize=653100 CPUtime=693.4 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 33979 0 0 0 69333 7 0 0 25 0 4 0 669818071 668774400 125870 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=653100 CPUtime=870.89 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 52412 0 0 0 87079 10 0 0 25 0 4 0 669818071 668774400 125870 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=653100 CPUtime=975.31 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 2319674 0 0 0 97201 330 0 0 25 0 4 0 669818071 668774400 125870 33554432000 4194304 4625164 140735232141856 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3448.8
Current children cumulated vsize (KiB) 653100

[startup+1242.3 s]
/proc/loadavg: 11.20 11.04 9.06 12/515 25795
/proc/meminfo: memFree=21223920/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=667104 CPUtime=3627.84 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 2854385 0 0 0 362357 427 0 0 25 0 4 0 669818064 683114496 131706 33554432000 4194304 4625164 140735232141856 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 166776 131706 529 106 0 162279 0
[pid=25749/tid=25751] ppid=25747 vsize=667104 CPUtime=723.4 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 34136 0 0 0 72333 7 0 0 25 0 4 0 669818071 683114496 131706 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=667104 CPUtime=930.9 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 53263 0 0 0 93079 11 0 0 25 0 4 0 669818071 683114496 131706 33554432000 4194304 4625164 140735232141856 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=667104 CPUtime=1034.35 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 2323430 0 0 0 103105 330 0 0 25 0 4 0 669818071 683114496 131706 33554432000 4194304 4625164 140735232141856 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3627.84
Current children cumulated vsize (KiB) 667104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.41 11.12 9.20 8/510 25801
/proc/meminfo: memFree=21911560/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=673808 CPUtime=3800.04 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 2857998 0 0 0 379575 429 0 0 25 0 4 0 669818064 689979392 135262 33554432000 4194304 4625164 140735232141856 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 168452 135262 514 106 0 163955 0
[pid=25749/tid=25751] ppid=25747 vsize=673808 CPUtime=752.27 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 34138 0 0 0 75220 7 0 0 25 0 4 0 669818071 689979392 135262 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=673808 CPUtime=988.62 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 53837 0 0 0 98851 11 0 0 25 0 4 0 669818071 689979392 135262 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=673808 CPUtime=1091.1 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 2325210 0 0 0 108779 331 0 0 25 0 4 0 669818071 689979392 135262 33554432000 4194304 4625164 140735232141856 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3800.04
Current children cumulated vsize (KiB) 673808

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

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

[startup+1300 s]
/proc/loadavg: 11.41 11.12 9.20 8/510 25801
/proc/meminfo: memFree=21911560/32951124 swapFree=53501260/67111528
[pid=25749] ppid=25747 vsize=673808 CPUtime=3800.04 cores=1,3,5,7
/proc/25749/stat : 25749 (SArTagnan) R 25747 25749 25708 0 -1 4202496 2857998 0 0 0 379575 429 0 0 25 0 4 0 669818064 689979392 135262 33554432000 4194304 4625164 140735232141856 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25749/statm: 168452 135262 514 106 0 163955 0
[pid=25749/tid=25751] ppid=25747 vsize=673808 CPUtime=752.27 cores=1,3,5,7
/proc/25749/task/25751/stat : 25751 (SArTagnan) R 25747 25749 25708 0 -1 4202560 34138 0 0 0 75220 7 0 0 25 0 4 0 669818071 689979392 135262 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=673808 CPUtime=988.62 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (SArTagnan) R 25747 25749 25708 0 -1 4202560 53837 0 0 0 98851 11 0 0 25 0 4 0 669818071 689979392 135262 33554432000 4194304 4625164 140735232141856 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=673808 CPUtime=1091.1 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (SArTagnan) R 25747 25749 25708 0 -1 4202560 2325210 0 0 0 108779 331 0 0 25 0 4 0 669818071 689979392 135262 33554432000 4194304 4625164 140735232141856 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3800.04
Current children cumulated vsize (KiB) 673808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 3800.08
CPU user time (s): 3795.77
CPU system time (s): 4.31034
CPU usage (%): 292.304
Max. virtual memory (cumulated for all children) (KiB): 673808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3795.77
system time used= 4.31034
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2857998
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= 1301
involuntary context switches= 23224

runsolver used 6.28304 second user time and 15.6676 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-16 23:42:34
IDJOB=3385982
IDBENCH=83909
IDSOLVER=1871
FILE ID=node103/3385982-1305582154
RUNJOBID= node103-1305582154-25727
PBS_JOBID= 13350311
Free space on /tmp= 73064 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385982-1305582154/watcher-3385982-1305582154 -o /tmp/evaluation-result-3385982-1305582154/solver-3385982-1305582154 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385982-1305582154.cnf -threads=4

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

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=1615407170

node103.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.858
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.71
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.858
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.858
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.858
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.858
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.858
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.858
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.83
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.858
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:      22580504 kB
Buffers:        348964 kB
Cached:        4522952 kB
SwapCached:     340168 kB
Active:        4534528 kB
Inactive:      5525444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22580504 kB
SwapTotal:    67111528 kB
SwapFree:     53501260 kB
Dirty:            4284 kB
Writeback:           8 kB
AnonPages:     4858528 kB
Mapped:          24316 kB
Slab:           165540 kB
PageTables:      76320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164863820 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= 73064 MiB
End job on node103 at 2011-05-17 00:04:17