Trace number 3283655

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.62 1202.72

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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

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

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


[startup+0 s]
/proc/loadavg: 8.18 7.94 7.20 5/180 10279
/proc/meminfo: memFree=24507236/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=22580 CPUtime=0 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 1110 0 0 0 0 0 0 0 23 0 1 0 516527505 23121920 1048 33554432000 4194304 4623224 140736274417136 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10279/statm: 5645 1049 290 105 0 1149 0

[startup+0.092455 s]
/proc/loadavg: 8.18 7.94 7.20 5/180 10279
/proc/meminfo: memFree=24507236/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=79320 CPUtime=0.09 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 8431 0 0 0 8 1 0 0 23 0 1 0 516527505 81223680 6587 33554432000 4194304 4623224 140736274417136 18446744073709551615 251814240000 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10279/statm: 19830 6588 297 105 0 15334 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 79320

[startup+0.100453 s]
/proc/loadavg: 8.18 7.94 7.20 5/180 10279
/proc/meminfo: memFree=24507236/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=81168 CPUtime=0.09 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 9458 0 0 0 8 1 0 0 23 0 1 0 516527505 83116032 6689 33554432000 4194304 4623224 140736274417136 18446744073709551615 4367358 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10279/statm: 20292 6689 297 105 0 15796 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 81168

[startup+0.300421 s]
/proc/loadavg: 8.18 7.94 7.20 5/180 10279
/proc/meminfo: memFree=24507236/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=99844 CPUtime=0.29 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 15700 0 0 0 27 2 0 0 24 0 1 0 516527505 102240256 11544 33554432000 4194304 4623224 140736274417136 18446744073709551615 251814240000 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10279/statm: 24961 11544 297 105 0 20465 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99844

[startup+0.700356 s]
/proc/loadavg: 8.18 7.94 7.20 5/180 10279
/proc/meminfo: memFree=24507236/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=239040 CPUtime=0.69 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 47545 0 0 0 64 5 0 0 25 0 1 0 516527505 244776960 38187 33554432000 4194304 4623224 140736274417136 18446744073709551615 251813937621 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10279/statm: 59760 38205 303 105 0 55264 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 239040

[startup+1.50023 s]
/proc/loadavg: 8.01 7.91 7.19 9/184 10283
/proc/meminfo: memFree=24252764/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=561592 CPUtime=3.79 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 72707 0 0 0 371 8 0 0 25 0 4 0 516527505 575070208 62374 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412768 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 140398 62374 335 105 0 135902 0
[pid=10279/tid=10281] ppid=10277 vsize=561592 CPUtime=0.76 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2507 0 0 0 76 0 0 0 25 0 4 0 516527578 575070208 62374 33554432000 4194304 4623224 140736274417136 18446744073709551615 4364003 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=561592 CPUtime=0.76 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2487 0 0 0 76 0 0 0 25 0 4 0 516527578 575070208 62374 33554432000 4194304 4623224 140736274417136 18446744073709551615 4376536 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=561592 CPUtime=0.75 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2721 0 0 0 75 0 0 0 25 0 4 0 516527578 575070208 62374 33554432000 4194304 4623224 140736274417136 18446744073709551615 4354664 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 561592

[startup+3.10096 s]
/proc/loadavg: 8.01 7.91 7.19 9/184 10283
/proc/meminfo: memFree=24248668/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=578004 CPUtime=10.18 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 80340 0 0 0 1009 9 0 0 25 0 4 0 516527505 591876096 67582 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 144501 67582 335 105 0 140005 0
[pid=10279/tid=10281] ppid=10277 vsize=578004 CPUtime=2.36 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2608 0 0 0 236 0 0 0 25 0 4 0 516527578 591876096 67582 33554432000 4194304 4623224 140736274417136 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=578004 CPUtime=2.36 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 5806 0 0 0 236 0 0 0 25 0 4 0 516527578 591876096 67582 33554432000 4194304 4623224 140736274417136 18446744073709551615 4317246 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=578004 CPUtime=2.35 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2729 0 0 0 235 0 0 0 25 0 4 0 516527578 591876096 67582 33554432000 4194304 4623224 140736274417136 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 578004

[startup+6.30042 s]
/proc/loadavg: 8.01 7.91 7.20 9/184 10283
/proc/meminfo: memFree=24189520/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=598584 CPUtime=22.96 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 103483 0 0 0 2282 14 0 0 25 0 4 0 516527505 612950016 77258 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 149646 77258 335 105 0 145150 0
[pid=10279/tid=10281] ppid=10277 vsize=598584 CPUtime=5.56 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 3157 0 0 0 556 0 0 0 25 0 4 0 516527578 612950016 77258 33554432000 4194304 4623224 140736274417136 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=598584 CPUtime=5.56 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 10096 0 0 0 555 1 0 0 25 0 4 0 516527578 612950016 77258 33554432000 4194304 4623224 140736274417136 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=598584 CPUtime=5.53 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2937 0 0 0 553 0 0 0 25 0 4 0 516527578 612950016 77258 33554432000 4194304 4623224 140736274417136 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.96
Current children cumulated vsize (KiB) 598584

[startup+12.7003 s]
/proc/loadavg: 8.01 7.91 7.20 9/184 10283
/proc/meminfo: memFree=24115856/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=647384 CPUtime=48.52 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 154325 0 0 0 4830 22 0 0 25 0 4 0 516527505 662921216 94453 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 161846 94453 335 105 0 157350 0
[pid=10279/tid=10281] ppid=10277 vsize=647384 CPUtime=11.96 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 5764 0 0 0 1195 1 0 0 25 0 4 0 516527578 662921216 94453 33554432000 4194304 4623224 140736274417136 18446744073709551615 4289797 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=647384 CPUtime=11.96 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 14179 0 0 0 1194 2 0 0 25 0 4 0 516527578 662921216 94453 33554432000 4194304 4623224 140736274417136 18446744073709551615 4289750 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=647384 CPUtime=11.89 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 11642 0 0 0 1188 1 0 0 25 0 4 0 516527578 662921216 94453 33554432000 4194304 4623224 140736274417136 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.52
Current children cumulated vsize (KiB) 647384

[startup+25.5012 s]
/proc/loadavg: 8.00 7.91 7.21 9/184 10284
/proc/meminfo: memFree=23906276/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=855864 CPUtime=99.65 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 317488 0 0 0 9917 48 0 0 25 0 4 0 516527505 876404736 139249 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 213966 139249 335 105 0 209470 0
[pid=10279/tid=10281] ppid=10277 vsize=855864 CPUtime=24.75 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 13282 0 0 0 2473 2 0 0 25 0 4 0 516527578 876404736 139249 33554432000 4194304 4623224 140736274417136 18446744073709551615 4289888 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=855864 CPUtime=24.76 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 34770 0 0 0 2471 5 0 0 25 0 4 0 516527578 876404736 139249 33554432000 4194304 4623224 140736274417136 18446744073709551615 4316927 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=855864 CPUtime=24.62 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 55956 0 0 0 2454 8 0 0 25 0 4 0 516527578 876404736 139249 33554432000 4194304 4623224 140736274417136 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.65
Current children cumulated vsize (KiB) 855864

[startup+51.1009 s]
/proc/loadavg: 8.00 7.92 7.23 9/184 10284
/proc/meminfo: memFree=23734312/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=859868 CPUtime=201.91 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 424223 0 0 0 20126 65 0 0 25 0 4 0 516527505 880504832 167068 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 214967 167068 335 105 0 210471 0
[pid=10279/tid=10281] ppid=10277 vsize=859868 CPUtime=50.35 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 24178 0 0 0 5030 5 0 0 25 0 4 0 516527578 880504832 167068 33554432000 4194304 4623224 140736274417136 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=859868 CPUtime=50.36 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 55469 0 0 0 5028 8 0 0 25 0 4 0 516527578 880504832 167068 33554432000 4194304 4623224 140736274417136 18446744073709551615 4317166 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=859868 CPUtime=50.08 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 119701 0 0 0 4991 17 0 0 25 0 4 0 516527578 880504832 167068 33554432000 4194304 4623224 140736274417136 18446744073709551615 4552735 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.91
Current children cumulated vsize (KiB) 859868

[startup+102.306 s]
/proc/loadavg: 8.04 7.94 7.28 9/184 10286
/proc/meminfo: memFree=23467212/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=1121740 CPUtime=406.44 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 598720 0 0 0 40549 95 0 0 25 0 4 0 516527505 1148661760 214342 33554432000 4194304 4623224 140736274417136 18446744073709551615 4278641 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 280435 214342 403 105 0 275939 0
[pid=10279/tid=10281] ppid=10277 vsize=1121740 CPUtime=101.56 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 39792 0 0 0 10146 10 0 0 25 0 4 0 516527578 1148661760 214342 33554432000 4194304 4623224 140736274417136 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=1121740 CPUtime=101.56 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 72834 0 0 0 10143 13 0 0 25 0 4 0 516527578 1148661760 214342 33554432000 4194304 4623224 140736274417136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=1121740 CPUtime=101.01 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 241829 0 0 0 10067 34 0 0 25 0 4 0 516527578 1148661760 214342 33554432000 4194304 4623224 140736274417136 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.44
Current children cumulated vsize (KiB) 1121740

[startup+162.3 s]
/proc/loadavg: 8.09 7.98 7.33 9/184 10287
/proc/meminfo: memFree=22778880/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=1371000 CPUtime=646.09 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 891139 0 0 0 64463 146 0 0 25 0 4 0 516527505 1403904000 268011 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 342750 268011 336 105 0 338254 0
[pid=10279/tid=10281] ppid=10277 vsize=1371000 CPUtime=161.55 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 71078 0 0 0 16138 17 0 0 25 0 4 0 516527578 1403904000 268011 33554432000 4194304 4623224 140736274417136 18446744073709551615 4289888 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=1371000 CPUtime=161.56 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 103147 0 0 0 16134 22 0 0 25 0 4 0 516527578 1403904000 268011 33554432000 4194304 4623224 140736274417136 18446744073709551615 4317199 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=1371000 CPUtime=160.68 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 410295 0 0 0 16009 59 0 0 25 0 4 0 516527578 1403904000 268011 33554432000 4194304 4623224 140736274417136 18446744073709551615 4364650 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.09
Current children cumulated vsize (KiB) 1371000

[startup+222.301 s]
/proc/loadavg: 8.18 8.03 7.38 9/184 10289
/proc/meminfo: memFree=22116320/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=1850924 CPUtime=885.73 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 1276554 0 0 0 88365 208 0 0 25 0 4 0 516527505 1895346176 388928 33554432000 4194304 4623224 140736274417136 18446744073709551615 4278641 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 462731 388928 736 105 0 458235 0
[pid=10279/tid=10281] ppid=10277 vsize=1850924 CPUtime=221.53 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 83851 0 0 0 22133 20 0 0 25 0 4 0 516527578 1895346176 388928 33554432000 4194304 4623224 140736274417136 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=1850924 CPUtime=221.55 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 127194 0 0 0 22128 27 0 0 25 0 4 0 516527578 1895346176 388928 33554432000 4194304 4623224 140736274417136 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=1850924 CPUtime=220.35 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 597064 0 0 0 21946 89 0 0 25 0 4 0 516527578 1895346176 388928 33554432000 4194304 4623224 140736274417136 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 885.73
Current children cumulated vsize (KiB) 1850924

[startup+282.301 s]

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

[pid=10279/tid=10283] ppid=10277 vsize=3501856 CPUtime=697.73 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 1727431 0 0 0 69509 264 0 0 25 0 4 0 516527578 3585900544 768248 33554432000 4194304 4623224 140736274417136 18446744073709551615 4278624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2803.04
Current children cumulated vsize (KiB) 3501856

[startup+762.307 s]
/proc/loadavg: 8.19 8.14 7.69 9/184 10376
/proc/meminfo: memFree=22617132/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=4160584 CPUtime=3042.73 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 3630076 0 0 0 303695 578 0 0 25 0 4 0 516527505 4260438016 842706 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 1040146 842706 344 105 0 1035650 0
[pid=10279/tid=10281] ppid=10277 vsize=4160584 CPUtime=761.54 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 119058 0 0 0 76127 27 0 0 25 0 4 0 516527578 4260438016 842706 33554432000 4194304 4623224 140736274417136 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=4160584 CPUtime=761.52 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 276018 0 0 0 76092 60 0 0 25 0 4 0 516527578 4260438016 842706 33554432000 4194304 4623224 140736274417136 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=4160584 CPUtime=757.41 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 1872670 0 0 0 75456 285 0 0 25 0 4 0 516527578 4260438016 842706 33554432000 4194304 4623224 140736274417136 18446744073709551615 4545527 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.73
Current children cumulated vsize (KiB) 4160584

[startup+822.301 s]
/proc/loadavg: 8.17 8.14 7.72 9/184 10378
/proc/meminfo: memFree=22415612/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=4312788 CPUtime=3282.38 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 3786941 0 0 0 327635 603 0 0 25 0 4 0 516527505 4416294912 879909 33554432000 4194304 4623224 140736274417136 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 1078197 879909 344 105 0 1073701 0
[pid=10279/tid=10281] ppid=10277 vsize=4312788 CPUtime=821.54 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 120152 0 0 0 82126 28 0 0 25 0 4 0 516527578 4416294912 879909 33554432000 4194304 4623224 140736274417136 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=4312788 CPUtime=821.52 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 291533 0 0 0 82088 64 0 0 25 0 4 0 516527578 4416294912 879909 33554432000 4194304 4623224 140736274417136 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=4312788 CPUtime=817.09 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 1996793 0 0 0 81406 303 0 0 25 0 4 0 516527578 4416294912 879909 33554432000 4194304 4623224 140736274417136 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3282.38
Current children cumulated vsize (KiB) 4312788

[startup+882.301 s]
/proc/loadavg: 8.11 8.13 7.74 9/184 10379
/proc/meminfo: memFree=22237912/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=4392128 CPUtime=3522.05 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 3939310 0 0 0 351576 629 0 0 25 0 4 0 516527505 4497539072 909179 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412610 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 1098032 909179 344 105 0 1093536 0
[pid=10279/tid=10281] ppid=10277 vsize=4392128 CPUtime=881.54 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 121024 0 0 0 88126 28 0 0 25 0 4 0 516527578 4497539072 909179 33554432000 4194304 4623224 140736274417136 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=4392128 CPUtime=881.52 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 299750 0 0 0 88086 66 0 0 25 0 4 0 516527578 4497539072 909179 33554432000 4194304 4623224 140736274417136 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=4392128 CPUtime=876.75 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2127507 0 0 0 87352 323 0 0 25 0 4 0 516527578 4497539072 909179 33554432000 4194304 4623224 140736274417136 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3522.05
Current children cumulated vsize (KiB) 4392128

[startup+942.3 s]
/proc/loadavg: 8.04 8.10 7.75 9/184 10381
/proc/meminfo: memFree=22083384/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=4415908 CPUtime=3761.72 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 4137756 0 0 0 375511 661 0 0 25 0 4 0 516527505 4521889792 930565 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412457 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 1103977 930565 346 105 0 1099481 0
[pid=10279/tid=10281] ppid=10277 vsize=4415908 CPUtime=941.54 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 121658 0 0 0 94126 28 0 0 25 0 4 0 516527578 4521889792 930565 33554432000 4194304 4623224 140736274417136 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=4415908 CPUtime=941.52 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 310379 0 0 0 94083 69 0 0 25 0 4 0 516527578 4521889792 930565 33554432000 4194304 4623224 140736274417136 18446744073709551615 4279456 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=4415908 CPUtime=936.44 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2309134 0 0 0 93293 351 0 0 25 0 4 0 516527578 4521889792 930565 33554432000 4194304 4623224 140736274417136 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3761.72
Current children cumulated vsize (KiB) 4415908

[startup+1002.3 s]
/proc/loadavg: 8.01 8.08 7.76 9/184 10383
/proc/meminfo: memFree=21886208/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=4629828 CPUtime=4001.39 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 4308591 0 0 0 399448 691 0 0 25 0 4 0 516527505 4740943872 963112 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 1157457 963112 344 105 0 1152961 0
[pid=10279/tid=10281] ppid=10277 vsize=4629828 CPUtime=1001.55 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 128399 0 0 0 100126 29 0 0 25 0 4 0 516527578 4740943872 963112 33554432000 4194304 4623224 140736274417136 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=4629828 CPUtime=1001.52 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 320124 0 0 0 100081 71 0 0 25 0 4 0 516527578 4740943872 963112 33554432000 4194304 4623224 140736274417136 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=4629828 CPUtime=996.1 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2450977 0 0 0 99236 374 0 0 25 0 4 0 516527578 4740943872 963112 33554432000 4194304 4623224 140736274417136 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4001.39
Current children cumulated vsize (KiB) 4629828

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 7.78 9/184 10384
/proc/meminfo: memFree=21784504/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=4660644 CPUtime=4241.06 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 4463795 0 0 0 423391 715 0 0 25 0 4 0 516527505 4772499456 983369 33554432000 4194304 4623224 140736274417136 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 1165161 983369 344 105 0 1160665 0
[pid=10279/tid=10281] ppid=10277 vsize=4660644 CPUtime=1061.54 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 129056 0 0 0 106125 29 0 0 25 0 4 0 516527578 4772499456 983369 33554432000 4194304 4623224 140736274417136 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=4660644 CPUtime=1061.52 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 342725 0 0 0 106077 75 0 0 25 0 4 0 516527578 4772499456 983369 33554432000 4194304 4623224 140736274417136 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=4660644 CPUtime=1055.78 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2576749 0 0 0 105185 393 0 0 25 0 4 0 516527578 4772499456 983369 33554432000 4194304 4623224 140736274417136 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4241.06
Current children cumulated vsize (KiB) 4660644

[startup+1122.3 s]
/proc/loadavg: 8.00 8.05 7.79 9/184 10386
/proc/meminfo: memFree=21610764/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=4716544 CPUtime=4480.73 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 4687895 0 0 0 447321 752 0 0 25 0 4 0 516527505 4829741056 1012357 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 1179136 1012357 344 105 0 1174640 0
[pid=10279/tid=10281] ppid=10277 vsize=4716544 CPUtime=1121.55 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 130756 0 0 0 112125 30 0 0 25 0 4 0 516527578 4829741056 1012357 33554432000 4194304 4623224 140736274417136 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=4716544 CPUtime=1121.52 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 359320 0 0 0 112074 78 0 0 25 0 4 0 516527578 4829741056 1012357 33554432000 4194304 4623224 140736274417136 18446744073709551615 4363755 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=4716544 CPUtime=1115.45 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2772919 0 0 0 111121 424 0 0 25 0 4 0 516527578 4829741056 1012357 33554432000 4194304 4623224 140736274417136 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4480.73
Current children cumulated vsize (KiB) 4716544

[startup+1182.3 s]
/proc/loadavg: 7.92 8.02 7.79 10/184 10387
/proc/meminfo: memFree=20784904/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=5646792 CPUtime=4719.71 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 5065445 0 0 0 471140 831 0 0 21 0 4 0 516527505 5782315008 1207670 33554432000 4194304 4623224 140736274417136 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 1411698 1207670 345 105 0 1407202 0
[pid=10279/tid=10281] ppid=10277 vsize=5646792 CPUtime=1180.86 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 299047 0 0 0 118012 74 0 0 18 0 4 0 516527578 5782315008 1207670 33554432000 4194304 4623224 140736274417136 18446744073709551615 4476612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=5646792 CPUtime=1181.52 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 403974 0 0 0 118066 86 0 0 25 0 4 0 516527578 5782315008 1207670 33554432000 4194304 4623224 140736274417136 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=5646792 CPUtime=1175.13 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2902001 0 0 0 117070 443 0 0 20 0 4 0 516527578 5782315008 1207670 33554432000 4194304 4623224 140736274417136 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4719.71
Current children cumulated vsize (KiB) 5646792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 8.01 8.03 7.80 9/184 10388
/proc/meminfo: memFree=20784780/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=5646792 CPUtime=4800.38 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) R 10277 10279 9252 0 -1 4202496 5077273 0 0 0 479205 833 0 0 25 0 4 0 516527505 5782315008 1209538 33554432000 4194304 4623224 140736274417136 18446744073709551615 4412338 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 1411698 1209538 345 105 0 1407202 0
[pid=10279/tid=10281] ppid=10277 vsize=5646792 CPUtime=1200.92 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4202560 299202 0 0 0 120018 74 0 0 25 0 4 0 516527578 5782315008 1209538 33554432000 4194304 4623224 140736274417136 18446744073709551615 4376837 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10279/tid=10282] ppid=10277 vsize=5646792 CPUtime=1201.72 cores=0,2,4,6
/proc/10279/task/10282/stat : 10282 (SArTagnan) R 10277 10279 9252 0 -1 4202560 404119 0 0 0 120086 86 0 0 25 0 4 0 516527578 5782315008 1209538 33554432000 4194304 4623224 140736274417136 18446744073709551615 4317157 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10279/tid=10283] ppid=10277 vsize=5646792 CPUtime=1195.34 cores=0,2,4,6
/proc/10279/task/10283/stat : 10283 (SArTagnan) R 10277 10279 9252 0 -1 4202560 2912072 0 0 0 119090 444 0 0 25 0 4 0 516527578 5782315008 1209538 33554432000 4194304 4623224 140736274417136 18446744073709551615 4354977 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 5646792

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

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

[startup+1202.61 s]
/proc/loadavg: 8.01 8.03 7.80 9/184 10388
/proc/meminfo: memFree=20784780/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=0 CPUtime=4800.5 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) Z 10277 10279 9252 0 -1 4203548 5077273 0 0 0 479207 843 0 0 25 0 2 0 516527505 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 0 0 0 0 0 0 0
[pid=10279/tid=10281] ppid=10277 vsize=0 CPUtime=1201.02 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4203588 299202 0 0 0 120018 84 0 0 25 0 2 0 516527578 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.5
Current children cumulated vsize (KiB) 0

[startup+1202.7 s]
/proc/loadavg: 8.01 8.03 7.80 9/184 10388
/proc/meminfo: memFree=20784780/32950928 swapFree=67111524/67111528
[pid=10279] ppid=10277 vsize=0 CPUtime=4800.59 cores=0,2,4,6
/proc/10279/stat : 10279 (SArTagnan) Z 10277 10279 9252 0 -1 4203548 5077273 0 0 0 479207 852 0 0 25 0 2 0 516527505 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10279/statm: 0 0 0 0 0 0 0
[pid=10279/tid=10281] ppid=10277 vsize=0 CPUtime=1201.11 cores=0,2,4,6
/proc/10279/task/10281/stat : 10281 (SArTagnan) R 10277 10279 9252 0 -1 4203588 299202 0 0 0 120018 93 0 0 25 0 2 0 516527578 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.59
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.72
CPU time (s): 4800.62
CPU user time (s): 4792.08
CPU system time (s): 8.5407
CPU usage (%): 399.146
Max. virtual memory (cumulated for all children) (KiB): 5709988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.08
system time used= 8.5407
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5077273
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= 8674
involuntary context switches= 19987

runsolver used 1.89471 second user time and 4.67329 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 05:54:48
IDJOB=3283655
IDBENCH=71055
IDSOLVER=1656
FILE ID=node126/3283655-1304049287
RUNJOBID= node126-1304048377-10081
PBS_JOBID= 13170390
Free space on /tmp= 71548 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283655-1304049287/watcher-3283655-1304049287 -o /tmp/evaluation-result-3283655-1304049287/solver-3283655-1304049287 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3283655-1304049287.cnf -threads=4

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=943264654

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24507516 kB
Buffers:       1407768 kB
Cached:        4243800 kB
SwapCached:          4 kB
Active:        2446544 kB
Inactive:      5449192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24507516 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           26800 kB
Writeback:          28 kB
AnonPages:     2243556 kB
Mapped:          15408 kB
Slab:           480500 kB
PageTables:       9004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2707928 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= 71572 MiB
End job on node126 at 2011-04-29 06:14:53