Trace number 3265128

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.4 1201.79

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
easier/php-045-035.shuffled-as.sat05-1181.cnf
MD5SUM057b78ff24cc0773c9c67e770a7b9de2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.4072
Satisfiable
(Un)Satisfiability was proved
Number of variables1575
Number of clauses34695
Sum of the clauses size70875
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234650
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

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

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


[startup+0 s]
/proc/loadavg: 7.89 8.06 8.03 5/180 10251
/proc/meminfo: memFree=29394344/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=19608 CPUtime=0 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 540 0 0 0 0 0 0 0 25 0 1 0 503140394 20078592 458 33554432000 4194304 4623224 140733516949168 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10251/statm: 4902 458 297 105 0 406 0

[startup+0.057998 s]
/proc/loadavg: 7.89 8.06 8.03 5/180 10251
/proc/meminfo: memFree=29394344/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=256144 CPUtime=0.17 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 5639 0 0 0 17 0 0 0 25 0 4 0 503140394 262291456 3148 33554432000 4194304 4623224 140733516949168 18446744073709551615 254261659783 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 66666 12880 347 105 0 62170 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 256144

[startup+0.925681 s]
/proc/loadavg: 7.89 8.06 8.03 5/180 10251
/proc/meminfo: memFree=29394344/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=268592 CPUtime=3.64 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 24543 0 0 0 359 5 0 0 25 0 4 0 503140394 275038208 18885 33554432000 4194304 4623224 140733516949168 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 67148 18886 342 105 0 62652 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 268592

[startup+1.02566 s]
/proc/loadavg: 7.89 8.06 8.03 5/180 10251
/proc/meminfo: memFree=29394344/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=268972 CPUtime=4.05 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 25470 0 0 0 399 6 0 0 25 0 4 0 503140394 275427328 19812 33554432000 4194304 4623224 140733516949168 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 67243 19812 342 105 0 62747 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 268972

[startup+1.11787 s]
/proc/loadavg: 7.89 8.06 8.03 5/180 10251
/proc/meminfo: memFree=29394344/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=269692 CPUtime=4.44 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 26588 0 0 0 438 6 0 0 25 0 4 0 503140394 276164608 20929 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415059 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 67423 20930 342 105 0 62927 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 269692

[startup+1.50058 s]
/proc/loadavg: 7.89 8.06 8.03 5/180 10251
/proc/meminfo: memFree=29394344/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=271480 CPUtime=5.94 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 31388 0 0 0 587 7 0 0 25 0 4 0 503140394 277995520 25702 33554432000 4194304 4623224 140733516949168 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 67870 25702 342 105 0 63374 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 271480

[startup+3.1003 s]
/proc/loadavg: 7.90 8.06 8.03 10/184 10255
/proc/meminfo: memFree=29230056/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=347268 CPUtime=12.33 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 54931 0 0 0 1221 12 0 0 25 0 4 0 503140394 355602432 42587 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 86817 42587 342 105 0 82321 0
[pid=10251/tid=10253] ppid=10249 vsize=347268 CPUtime=3.07 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 8992 0 0 0 305 2 0 0 25 0 4 0 503140395 355602432 42588 33554432000 4194304 4623224 140733516949168 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=347268 CPUtime=3.08 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 23346 0 0 0 301 7 0 0 25 0 4 0 503140395 355602432 42588 33554432000 4194304 4623224 140733516949168 18446744073709551615 254261277729 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=347268 CPUtime=3.06 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 7937 0 0 0 305 1 0 0 25 0 4 0 503140395 355602432 42588 33554432000 4194304 4623224 140733516949168 18446744073709551615 4545650 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 347268

[startup+6.30673 s]
/proc/loadavg: 7.90 8.06 8.03 10/184 10255
/proc/meminfo: memFree=29115356/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=436544 CPUtime=25.14 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 104656 0 0 0 2491 23 0 0 25 0 4 0 503140394 447021056 70694 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415016 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 109136 70694 342 105 0 104640 0
[pid=10251/tid=10253] ppid=10249 vsize=436544 CPUtime=6.28 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 14154 0 0 0 625 3 0 0 25 0 4 0 503140395 447021056 70694 33554432000 4194304 4623224 140733516949168 18446744073709551615 4463682 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=436544 CPUtime=6.28 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 41684 0 0 0 616 12 0 0 25 0 4 0 503140395 447021056 70694 33554432000 4194304 4623224 140733516949168 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=436544 CPUtime=6.26 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 28117 0 0 0 622 4 0 0 25 0 4 0 503140395 447021056 70694 33554432000 4194304 4623224 140733516949168 18446744073709551615 4545943 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) 436544

[startup+12.7006 s]
/proc/loadavg: 7.91 8.06 8.03 9/184 10264
/proc/meminfo: memFree=28957508/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=605136 CPUtime=50.66 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 196775 0 0 0 5022 44 0 0 25 0 4 0 503140394 619659264 112445 33554432000 4194304 4623224 140733516949168 18446744073709551615 4280375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 151284 112446 489 105 0 146788 0
[pid=10251/tid=10253] ppid=10249 vsize=605136 CPUtime=12.67 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 24994 0 0 0 1262 5 0 0 25 0 4 0 503140395 619659264 112447 33554432000 4194304 4623224 140733516949168 18446744073709551615 4463019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=605136 CPUtime=12.65 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 67466 0 0 0 1244 21 0 0 25 0 4 0 503140395 619659264 112447 33554432000 4194304 4623224 140733516949168 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=605136 CPUtime=12.62 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 81771 0 0 0 1249 13 0 0 25 0 4 0 503140395 619659264 112447 33554432000 4194304 4623224 140733516949168 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 605136

[startup+25.5003 s]
/proc/loadavg: 8.00 8.07 8.03 10/184 10264
/proc/meminfo: memFree=28727412/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=871040 CPUtime=101.79 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 383103 0 0 0 10101 78 0 0 25 0 4 0 503140394 891944960 163552 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415997 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 217760 163552 343 105 0 213264 0
[pid=10251/tid=10253] ppid=10249 vsize=871040 CPUtime=25.47 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 39047 0 0 0 2538 9 0 0 25 0 4 0 503140395 891944960 163552 33554432000 4194304 4623224 140733516949168 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=871040 CPUtime=25.38 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 100957 0 0 0 2507 31 0 0 25 0 4 0 503140395 891944960 163552 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357625 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=871040 CPUtime=25.42 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 211169 0 0 0 2511 31 0 0 25 0 4 0 503140395 891944960 163553 33554432000 4194304 4623224 140733516949168 18446744073709551615 4550487 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 871040

[startup+51.1008 s]
/proc/loadavg: 8.00 8.06 8.03 9/184 10265
/proc/meminfo: memFree=28618976/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=934820 CPUtime=204.06 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 440048 0 0 0 20318 88 0 0 25 0 4 0 503140394 957255680 184157 33554432000 4194304 4623224 140733516949168 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 233705 184157 817 105 0 229209 0
[pid=10251/tid=10253] ppid=10249 vsize=934820 CPUtime=51.08 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 48972 0 0 0 5096 12 0 0 25 0 4 0 503140395 957255680 184157 33554432000 4194304 4623224 140733516949168 18446744073709551615 4467820 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=934820 CPUtime=50.85 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 103716 0 0 0 5053 32 0 0 25 0 4 0 503140395 957255680 184157 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357994 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=934820 CPUtime=51.02 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 242992 0 0 0 5066 36 0 0 25 0 4 0 503140395 957255680 184157 33554432000 4194304 4623224 140733516949168 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 934820

[startup+102.301 s]
/proc/loadavg: 8.05 8.07 8.03 10/184 10266
/proc/meminfo: memFree=28476924/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=1072616 CPUtime=408.58 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 620837 0 0 0 40739 119 0 0 25 0 4 0 503140394 1098358784 204261 33554432000 4194304 4623224 140733516949168 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 268154 204261 851 105 0 263658 0
[pid=10251/tid=10253] ppid=10249 vsize=1072616 CPUtime=102.27 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 50821 0 0 0 10215 12 0 0 25 0 4 0 503140395 1098358784 204261 33554432000 4194304 4623224 140733516949168 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=1072616 CPUtime=101.77 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 105657 0 0 0 10143 34 0 0 25 0 4 0 503140395 1098358784 204261 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=1072616 CPUtime=102.22 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 396150 0 0 0 10162 60 0 0 25 0 4 0 503140395 1098358784 204261 33554432000 4194304 4623224 140733516949168 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 1072616

[startup+162.301 s]
/proc/loadavg: 8.07 8.07 8.03 9/184 10268
/proc/meminfo: memFree=28302652/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=1180124 CPUtime=648.26 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 1338207 0 0 0 64588 238 0 0 25 0 4 0 503140394 1208446976 228147 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 295031 228147 733 105 0 290535 0
[pid=10251/tid=10253] ppid=10249 vsize=1180124 CPUtime=162.27 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 51146 0 0 0 16215 12 0 0 25 0 4 0 503140395 1208446976 228147 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357994 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=1180124 CPUtime=161.45 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 107404 0 0 0 16110 35 0 0 25 0 4 0 503140395 1208446976 228147 33554432000 4194304 4623224 140733516949168 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=1180124 CPUtime=162.22 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 1042845 0 0 0 16055 167 0 0 25 0 4 0 503140395 1208446976 228147 33554432000 4194304 4623224 140733516949168 18446744073709551615 4364107 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.26
Current children cumulated vsize (KiB) 1180124

[startup+222.3 s]
/proc/loadavg: 8.07 8.07 8.03 10/184 10269
/proc/meminfo: memFree=28229420/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=1180124 CPUtime=887.94 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 1666731 0 0 0 88499 295 0 0 25 0 4 0 503140394 1208446976 239899 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 295031 239899 357 105 0 290535 0
[pid=10251/tid=10253] ppid=10249 vsize=1180124 CPUtime=222.28 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 51434 0 0 0 22215 13 0 0 25 0 4 0 503140395 1208446976 239899 33554432000 4194304 4623224 140733516949168 18446744073709551615 4463019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=1180124 CPUtime=221.11 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 108734 0 0 0 22076 35 0 0 25 0 4 0 503140395 1208446976 239899 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=1180124 CPUtime=222.22 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 1361687 0 0 0 22001 221 0 0 25 0 4 0 503140395 1208446976 239899 33554432000 4194304 4623224 140733516949168 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.94
Current children cumulated vsize (KiB) 1180124

[startup+282.301 s]
/proc/loadavg: 8.07 8.06 8.03 10/184 10271
/proc/meminfo: memFree=28119112/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=1340656 CPUtime=1127.63 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 2427037 0 0 0 112335 428 0 0 25 0 4 0 503140394 1372831744 259836 33554432000 4194304 4623224 140733516949168 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 335164 259836 353 105 0 330668 0
[pid=10251/tid=10253] ppid=10249 vsize=1340656 CPUtime=282.29 cores=1,3,5,7

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

[pid=10251] ppid=10249 vsize=1721884 CPUtime=2805.37 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 6760716 0 0 0 279369 1168 0 0 25 0 4 0 503140394 1763209216 352046 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415005 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 430471 352046 552 105 0 425975 0
[pid=10251/tid=10253] ppid=10249 vsize=1721884 CPUtime=702.29 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 53764 0 0 0 70215 14 0 0 25 0 4 0 503140395 1763209216 352046 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=1721884 CPUtime=698.51 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 129843 0 0 0 69806 45 0 0 25 0 4 0 503140395 1763209216 352046 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=1721884 CPUtime=702.23 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 6238603 0 0 0 69174 1049 0 0 25 0 4 0 503140395 1763209216 352046 33554432000 4194304 4623224 140733516949168 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 1721884

[startup+762.301 s]
/proc/loadavg: 8.18 8.13 8.07 10/184 10284
/proc/meminfo: memFree=27373644/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=1935952 CPUtime=3045.02 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 7479540 0 0 0 303212 1290 0 0 25 0 4 0 503140394 1982414848 375727 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415028 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 483988 375727 552 105 0 479492 0
[pid=10251/tid=10253] ppid=10249 vsize=1935952 CPUtime=762.29 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 53918 0 0 0 76215 14 0 0 25 0 4 0 503140395 1982414848 375727 33554432000 4194304 4623224 140733516949168 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=1935952 CPUtime=758.18 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 131295 0 0 0 75772 46 0 0 25 0 4 0 503140395 1982414848 375727 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=1935952 CPUtime=762.21 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 6830001 0 0 0 75068 1153 0 0 25 0 4 0 503140395 1982414848 375727 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 1935952

[startup+822.301 s]
/proc/loadavg: 8.19 8.14 8.07 10/184 10285
/proc/meminfo: memFree=27307256/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=1969408 CPUtime=3284.71 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 8064598 0 0 0 327079 1392 0 0 25 0 4 0 503140394 2016673792 385529 33554432000 4194304 4623224 140733516949168 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 492352 385529 555 105 0 487856 0
[pid=10251/tid=10253] ppid=10249 vsize=1969408 CPUtime=822.29 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 54216 0 0 0 82214 15 0 0 25 0 4 0 503140395 2016673792 385529 33554432000 4194304 4623224 140733516949168 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=1969408 CPUtime=817.86 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 132546 0 0 0 81739 47 0 0 25 0 4 0 503140395 2016673792 385529 33554432000 4194304 4623224 140733516949168 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=1969408 CPUtime=822.22 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 7410284 0 0 0 80969 1253 0 0 25 0 4 0 503140395 2016673792 385530 33554432000 4194304 4623224 140733516949168 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 1969408

[startup+882.301 s]
/proc/loadavg: 8.12 8.12 8.07 10/184 10287
/proc/meminfo: memFree=27222748/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=2052572 CPUtime=3524.38 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 8680018 0 0 0 350940 1498 0 0 25 0 4 0 503140394 2101833728 395747 33554432000 4194304 4623224 140733516949168 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 513143 395747 552 105 0 508647 0
[pid=10251/tid=10253] ppid=10249 vsize=2052572 CPUtime=882.29 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 62668 0 0 0 88213 16 0 0 25 0 4 0 503140395 2101833728 395747 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=2052572 CPUtime=877.53 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 133755 0 0 0 87705 48 0 0 25 0 4 0 503140395 2101833728 395747 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=2052572 CPUtime=882.22 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 8012202 0 0 0 86866 1356 0 0 25 0 4 0 503140395 2101833728 395747 33554432000 4194304 4623224 140733516949168 18446744073709551615 4576891 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 2052572

[startup+942.301 s]
/proc/loadavg: 8.10 8.11 8.07 9/184 10289
/proc/meminfo: memFree=27154852/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=2052572 CPUtime=3764.08 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 9296990 0 0 0 374798 1610 0 0 25 0 4 0 503140394 2101833728 405074 33554432000 4194304 4623224 140733516949168 18446744073709551615 4414990 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 513143 405074 579 105 0 508647 0
[pid=10251/tid=10253] ppid=10249 vsize=2052572 CPUtime=942.3 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 62798 0 0 0 94214 16 0 0 25 0 4 0 503140395 2101833728 405077 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=2052572 CPUtime=937.2 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 135155 0 0 0 93672 48 0 0 25 0 4 0 503140395 2101833728 405077 33554432000 4194304 4623224 140733516949168 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=2052572 CPUtime=942.23 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 8623541 0 0 0 92755 1468 0 0 25 0 4 0 503140395 2101833728 405077 33554432000 4194304 4623224 140733516949168 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 2052572

[startup+1002.3 s]
/proc/loadavg: 8.08 8.11 8.07 10/184 10290
/proc/meminfo: memFree=27089064/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=2065488 CPUtime=4003.74 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 9834364 0 0 0 398670 1704 0 0 25 0 4 0 503140394 2115059712 412699 33554432000 4194304 4623224 140733516949168 18446744073709551615 4414880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 516372 412699 565 105 0 511876 0
[pid=10251/tid=10253] ppid=10249 vsize=2065488 CPUtime=1002.29 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 63553 0 0 0 100213 16 0 0 25 0 4 0 503140395 2115059712 412699 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=2065488 CPUtime=996.88 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 136222 0 0 0 99639 49 0 0 25 0 4 0 503140395 2115059712 412699 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=2065488 CPUtime=1002.22 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 9155881 0 0 0 98662 1560 0 0 25 0 4 0 503140395 2115059712 412699 33554432000 4194304 4623224 140733516949168 18446744073709551615 4560320 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 2065488

[startup+1062.31 s]
/proc/loadavg: 7.19 7.90 8.01 5/175 10310
/proc/meminfo: memFree=28017136/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=2065488 CPUtime=4243.44 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 10450724 0 0 0 422533 1811 0 0 25 0 4 0 503140394 2115059712 420820 33554432000 4194304 4623224 140733516949168 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 516372 420820 579 105 0 511876 0
[pid=10251/tid=10253] ppid=10249 vsize=2065488 CPUtime=1062.3 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 63722 0 0 0 106214 16 0 0 25 0 4 0 503140395 2115059712 420820 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=2065488 CPUtime=1056.56 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 137282 0 0 0 105606 50 0 0 25 0 4 0 503140395 2115059712 420820 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=2065488 CPUtime=1062.23 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 9767091 0 0 0 104558 1665 0 0 25 0 4 0 503140395 2115059712 420820 33554432000 4194304 4623224 140733516949168 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 2065488

[startup+1122.3 s]
/proc/loadavg: 5.17 7.19 7.75 5/175 10311
/proc/meminfo: memFree=27993536/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=2065488 CPUtime=4483.1 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 10998909 0 0 0 446396 1914 0 0 25 0 4 0 503140394 2115059712 429134 33554432000 4194304 4623224 140733516949168 18446744073709551615 4414998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 516372 429134 571 105 0 511876 0
[pid=10251/tid=10253] ppid=10249 vsize=2065488 CPUtime=1122.3 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 63870 0 0 0 112213 17 0 0 25 0 4 0 503140395 2115059712 429134 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=2065488 CPUtime=1116.23 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 138528 0 0 0 111571 52 0 0 25 0 4 0 503140395 2115059712 429134 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=2065488 CPUtime=1122.22 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 10309501 0 0 0 110457 1765 0 0 25 0 4 0 503140395 2115059712 429134 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 2065488

[startup+1182.3 s]
/proc/loadavg: 4.43 6.61 7.51 5/175 10313
/proc/meminfo: memFree=27948744/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=2103604 CPUtime=4722.76 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 11662952 0 0 0 470235 2041 0 0 25 0 4 0 503140394 2154090496 438052 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415028 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 525901 438052 381 105 0 521405 0
[pid=10251/tid=10253] ppid=10249 vsize=2103604 CPUtime=1182.3 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 63999 0 0 0 118213 17 0 0 25 0 4 0 503140395 2154090496 438052 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=2103604 CPUtime=1175.9 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 139948 0 0 0 117537 53 0 0 25 0 4 0 503140395 2154090496 438052 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=2103604 CPUtime=1182.23 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 10913087 0 0 0 116345 1878 0 0 25 0 4 0 503140395 2154090496 438052 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 2103604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.30 6.44 7.44 5/175 10314
/proc/meminfo: memFree=27941048/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=2103604 CPUtime=4800.28 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 11879655 0 0 0 477946 2082 0 0 25 0 4 0 503140394 2154090496 440343 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 525901 440343 380 105 0 521405 0
[pid=10251/tid=10253] ppid=10249 vsize=2103604 CPUtime=1201.71 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 64048 0 0 0 120154 17 0 0 25 0 4 0 503140395 2154090496 440343 33554432000 4194304 4623224 140733516949168 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=2103604 CPUtime=1195.2 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 140365 0 0 0 119466 54 0 0 25 0 4 0 503140395 2154090496 440343 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=2103604 CPUtime=1201.63 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 11105175 0 0 0 118250 1913 0 0 25 0 4 0 503140395 2154090496 440343 33554432000 4194304 4623224 140733516949168 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 2103604

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: 4.30 6.44 7.44 5/175 10314
/proc/meminfo: memFree=27941048/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=2103604 CPUtime=4800.28 cores=1,3,5,7
/proc/10251/stat : 10251 (SArTagnan) R 10249 10251 9954 0 -1 4202496 11879655 0 0 0 477946 2082 0 0 25 0 4 0 503140394 2154090496 440343 33554432000 4194304 4623224 140733516949168 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10251/statm: 525901 440343 380 105 0 521405 0
[pid=10251/tid=10253] ppid=10249 vsize=2103604 CPUtime=1201.71 cores=1,3,5,7
/proc/10251/task/10253/stat : 10253 (SArTagnan) R 10249 10251 9954 0 -1 4202560 64048 0 0 0 120154 17 0 0 25 0 4 0 503140395 2154090496 440343 33554432000 4194304 4623224 140733516949168 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10251/tid=10254] ppid=10249 vsize=2103604 CPUtime=1195.2 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (SArTagnan) R 10249 10251 9954 0 -1 4202560 140365 0 0 0 119466 54 0 0 25 0 4 0 503140395 2154090496 440343 33554432000 4194304 4623224 140733516949168 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10251/tid=10255] ppid=10249 vsize=2103604 CPUtime=1201.63 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (SArTagnan) R 10249 10251 9954 0 -1 4202560 11105175 0 0 0 118250 1913 0 0 25 0 4 0 503140395 2154090496 440343 33554432000 4194304 4623224 140733516949168 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 2103604

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.79
CPU time (s): 4800.4
CPU user time (s): 4779.49
CPU system time (s): 20.9058
CPU usage (%): 399.437
Max. virtual memory (cumulated for all children) (KiB): 2363092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4779.49
system time used= 20.9058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11879676
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= 3469
involuntary context switches= 28701

runsolver used 1.75073 second user time and 4.80627 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 22:00:51
IDJOB=3265128
IDBENCH=85438
IDSOLVER=1656
FILE ID=node140/3265128-1304107251
RUNJOBID= node140-1304104680-9973
PBS_JOBID= 13170652
Free space on /tmp= 72664 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/easier/php-045-035.shuffled-as.sat05-1181.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265128-1304107251/watcher-3265128-1304107251 -o /tmp/evaluation-result-3265128-1304107251/solver-3265128-1304107251 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3265128-1304107251.cnf -threads=4

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

MD5SUM BENCH= 057b78ff24cc0773c9c67e770a7b9de2
RANDOM SEED=1208753427

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      29394624 kB
Buffers:       1009376 kB
Cached:        1686744 kB
SwapCached:        180 kB
Active:         574104 kB
Inactive:      2492984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29394624 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             772 kB
Writeback:           0 kB
AnonPages:      370412 kB
Mapped:          15392 kB
Slab:           426624 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   618348 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= 72664 MiB
End job on node140 at 2011-04-29 22:20:54