Trace number 3386198

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)? (exit code) 934.735 239.864

General information on the benchmark

Namevelev-npe-1.0-9dlx-b71.cnf
MD5SUM75d91f0ba4398ccb5b452707c0e7fa27
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.3769
Satisfiable
(Un)Satisfiability was proved
Number of variables889302
Number of clauses14582074
Sum of the clauses size42006170
Maximum clause length5391
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212803954
Number of clauses of size 3913633
Number of clauses of size 418493
Number of clauses of size 536153
Number of clauses of size over 5809840

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-3386198-1305579158/watcher-3386198-1305579158 -o /tmp/evaluation-result-3386198-1305579158/solver-3386198-1305579158 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386198-1305579158.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.47 7.96 8.04 5/376 5348
/proc/meminfo: memFree=27329772/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=32468 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 2681 0 0 0 0 0 0 0 20 0 1 0 669517324 33247232 2619 33554432000 4194304 4625164 140735424320000 18446744073709551615 4315093 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/5348/statm: 8117 2621 291 106 0 3620 0

[startup+0.106429 s]
/proc/loadavg: 7.47 7.96 8.04 5/376 5348
/proc/meminfo: memFree=27329772/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=438064 CPUtime=0.1 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 18397 0 0 0 8 2 0 0 21 0 1 0 669517324 448577536 17120 33554432000 4194304 4625164 140735424320000 18446744073709551615 230809165568 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/5348/statm: 109516 17120 299 106 0 105019 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 438064

[startup+0.200424 s]
/proc/loadavg: 7.47 7.96 8.04 5/376 5348
/proc/meminfo: memFree=27329772/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=443348 CPUtime=0.19 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 21600 0 0 0 17 2 0 0 21 0 1 0 669517324 453988352 18483 33554432000 4194304 4625164 140735424320000 18446744073709551615 230809165568 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/5348/statm: 110837 18483 299 106 0 106340 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 443348

[startup+0.300396 s]
/proc/loadavg: 7.47 7.96 8.04 5/376 5348
/proc/meminfo: memFree=27329772/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=450108 CPUtime=0.29 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 25500 0 0 0 26 3 0 0 21 0 1 0 669517324 460910592 19877 33554432000 4194304 4625164 140735424320000 18446744073709551615 230809165568 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/5348/statm: 112527 19878 300 106 0 108030 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 450108

[startup+0.700323 s]
/proc/loadavg: 7.47 7.96 8.04 5/376 5348
/proc/meminfo: memFree=27329772/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=478128 CPUtime=0.68 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 42258 0 0 0 63 5 0 0 22 0 1 0 669517324 489603072 25529 33554432000 4194304 4625164 140735424320000 18446744073709551615 230809165568 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/5348/statm: 119532 25529 299 106 0 115035 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 478128

[startup+1.50017 s]
/proc/loadavg: 7.47 7.96 8.04 6/377 5349
/proc/meminfo: memFree=27204448/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=532952 CPUtime=1.49 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 74883 0 0 0 137 12 0 0 25 0 1 0 669517324 545742848 36763 33554432000 4194304 4625164 140735424320000 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/5348/statm: 133238 36763 299 106 0 128741 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 532952

[startup+3.10089 s]
/proc/loadavg: 7.47 7.96 8.04 6/377 5349
/proc/meminfo: memFree=27143568/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=658820 CPUtime=3.09 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 145957 0 0 0 285 24 0 0 25 0 1 0 669517324 674631680 60139 33554432000 4194304 4625164 140735424320000 18446744073709551615 230809165568 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/5348/statm: 164705 60139 427 106 0 160208 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 658820

[startup+6.30029 s]
/proc/loadavg: 7.27 7.91 8.03 6/377 5349
/proc/meminfo: memFree=26957764/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=874952 CPUtime=6.29 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 277029 0 0 0 583 46 0 0 25 0 1 0 669517324 895950848 116669 33554432000 4194304 4625164 140735424320000 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/5348/statm: 218738 116671 299 106 0 214241 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 874952

[startup+12.7011 s]
/proc/loadavg: 7.33 7.91 8.03 9/380 5353
/proc/meminfo: memFree=25801524/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=2157696 CPUtime=30.22 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 578087 0 0 0 2944 78 0 0 25 0 4 0 669517324 2209480704 383205 33554432000 4194304 4625164 140735424320000 18446744073709551615 4391817 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 539424 383205 1807 106 0 534927 0
[pid=5348/tid=5350] ppid=5346 vsize=2157696 CPUtime=5.86 cores=1,3,5,7
/proc/5348/task/5350/stat : 5350 (SArTagnan) R 5346 5348 5006 0 -1 4202560 27870 0 0 0 583 3 0 0 25 0 4 0 669518006 2209480704 383205 33554432000 4194304 4625164 140735424320000 18446744073709551615 4479792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=2157696 CPUtime=5.85 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4202560 25470 0 0 0 582 3 0 0 25 0 4 0 669518006 2209480704 383205 33554432000 4194304 4625164 140735424320000 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5348/tid=5352] ppid=5346 vsize=2157696 CPUtime=5.8 cores=1,3,5,7
/proc/5348/task/5352/stat : 5352 (SArTagnan) R 5346 5348 5006 0 -1 4202560 35048 0 0 0 576 4 0 0 25 0 4 0 669518006 2209480704 383205 33554432000 4194304 4625164 140735424320000 18446744073709551615 4479607 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 30.22
Current children cumulated vsize (KiB) 2157696

[startup+25.5007 s]
/proc/loadavg: 7.55 7.93 8.03 9/380 5353
/proc/meminfo: memFree=25777176/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=2157696 CPUtime=81.26 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 581510 0 0 0 8046 80 0 0 25 0 4 0 669517324 2209480704 386529 33554432000 4194304 4625164 140735424320000 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 539424 386529 1813 106 0 534927 0
[pid=5348/tid=5350] ppid=5346 vsize=2157696 CPUtime=18.66 cores=1,3,5,7
/proc/5348/task/5350/stat : 5350 (SArTagnan) R 5346 5348 5006 0 -1 4202560 27870 0 0 0 1863 3 0 0 25 0 4 0 669518006 2209480704 386529 33554432000 4194304 4625164 140735424320000 18446744073709551615 4479800 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=2157696 CPUtime=18.65 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4202560 25470 0 0 0 1862 3 0 0 25 0 4 0 669518006 2209480704 386529 33554432000 4194304 4625164 140735424320000 18446744073709551615 4478002 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5348/tid=5352] ppid=5346 vsize=2157696 CPUtime=18.43 cores=1,3,5,7
/proc/5348/task/5352/stat : 5352 (SArTagnan) R 5346 5348 5006 0 -1 4202560 35048 0 0 0 1839 4 0 0 25 0 4 0 669518006 2209480704 386529 33554432000 4194304 4625164 140735424320000 18446744073709551615 4479630 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 81.26
Current children cumulated vsize (KiB) 2157696

[startup+51.101 s]
/proc/loadavg: 7.83 7.97 8.04 9/380 5354
/proc/meminfo: memFree=25637100/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=2411216 CPUtime=183.34 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 703903 0 0 0 18232 102 0 0 18 0 4 0 669517324 2469085184 413205 33554432000 4194304 4625164 140735424320000 18446744073709551615 4390688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 602804 413205 1814 106 0 598307 0
[pid=5348/tid=5350] ppid=5346 vsize=2411216 CPUtime=44.26 cores=1,3,5,7
/proc/5348/task/5350/stat : 5350 (SArTagnan) R 5346 5348 5006 0 -1 4202560 49130 0 0 0 4420 6 0 0 25 0 4 0 669518006 2469085184 413205 33554432000 4194304 4625164 140735424320000 18446744073709551615 4486996 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=2411216 CPUtime=44.25 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4202560 31811 0 0 0 4420 5 0 0 25 0 4 0 669518006 2469085184 413205 33554432000 4194304 4625164 140735424320000 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5348/tid=5352] ppid=5346 vsize=2411216 CPUtime=43.71 cores=1,3,5,7
/proc/5348/task/5352/stat : 5352 (SArTagnan) R 5346 5348 5006 0 -1 4202560 74641 0 0 0 4359 12 0 0 25 0 4 0 669518006 2469085184 413205 33554432000 4194304 4625164 140735424320000 18446744073709551615 4559735 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 183.34
Current children cumulated vsize (KiB) 2411216

[startup+102.301 s]
/proc/loadavg: 8.05 8.00 8.04 9/380 5355
/proc/meminfo: memFree=25043616/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=2986868 CPUtime=387.51 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 1364228 0 0 0 38543 208 0 0 25 0 4 0 669517324 3058552832 551064 33554432000 4194304 4625164 140735424320000 18446744073709551615 4278650 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 746717 551064 1809 106 0 742220 0
[pid=5348/tid=5350] ppid=5346 vsize=2986868 CPUtime=95.47 cores=1,3,5,7
/proc/5348/task/5350/stat : 5350 (SArTagnan) R 5346 5348 5006 0 -1 4202560 54586 0 0 0 9540 7 0 0 25 0 4 0 669518006 3058552832 551064 33554432000 4194304 4625164 140735424320000 18446744073709551615 4288904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=2986868 CPUtime=95.46 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4202560 87166 0 0 0 9530 16 0 0 25 0 4 0 669518006 3058552832 551064 33554432000 4194304 4625164 140735424320000 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5348/tid=5352] ppid=5346 vsize=2986868 CPUtime=94.26 cores=1,3,5,7
/proc/5348/task/5352/stat : 5352 (SArTagnan) R 5346 5348 5006 0 -1 4202560 432559 0 0 0 9362 64 0 0 25 0 4 0 669518006 3058552832 551064 33554432000 4194304 4625164 140735424320000 18446744073709551615 4288896 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 387.51
Current children cumulated vsize (KiB) 2986868

[startup+162.301 s]
/proc/loadavg: 8.13 8.03 8.05 9/380 5356
/proc/meminfo: memFree=22592160/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=5862524 CPUtime=626.64 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 3231891 0 0 0 62191 473 0 0 25 0 4 0 669517324 6003224576 1148887 33554432000 4194304 4625164 140735424320000 18446744073709551615 4519673 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 1465631 1148887 1799 106 0 1461134 0
[pid=5348/tid=5350] ppid=5346 vsize=5862524 CPUtime=155.45 cores=1,3,5,7
/proc/5348/task/5350/stat : 5350 (SArTagnan) R 5346 5348 5006 0 -1 4202560 59701 0 0 0 15536 9 0 0 25 0 4 0 669518006 6003224576 1148887 33554432000 4194304 4625164 140735424320000 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=5862524 CPUtime=155.38 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4202560 145517 0 0 0 15508 30 0 0 25 0 4 0 669518006 6003224576 1148887 33554432000 4194304 4625164 140735424320000 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5348/tid=5352] ppid=5346 vsize=5862524 CPUtime=153.49 cores=1,3,5,7
/proc/5348/task/5352/stat : 5352 (SArTagnan) R 5346 5348 5006 0 -1 4202560 687056 0 0 0 15251 98 0 0 25 0 4 0 669518006 6003224576 1148887 33554432000 4194304 4625164 140735424320000 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 626.64
Current children cumulated vsize (KiB) 5862524

[startup+222.315 s]
/proc/loadavg: 8.15 8.05 8.05 9/380 5358
/proc/meminfo: memFree=20041040/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=8286744 CPUtime=865.76 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 4946850 0 0 0 85851 725 0 0 25 0 4 0 669517324 8485625856 1770705 33554432000 4194304 4625164 140735424320000 18446744073709551615 4360561 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 2071686 1770717 1799 106 0 2067189 0
[pid=5348/tid=5350] ppid=5346 vsize=8286744 CPUtime=215.46 cores=1,3,5,7
/proc/5348/task/5350/stat : 5350 (SArTagnan) R 5346 5348 5006 0 -1 4202560 88580 0 0 0 21533 13 0 0 25 0 4 0 669518006 8485625856 1770723 33554432000 4194304 4625164 140735424320000 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=8286744 CPUtime=215.33 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4202560 267885 0 0 0 21468 65 0 0 25 0 4 0 669518006 8485625856 1770730 33554432000 4194304 4625164 140735424320000 18446744073709551615 4317246 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5348/tid=5352] ppid=5346 vsize=8286744 CPUtime=212.67 cores=1,3,5,7
/proc/5348/task/5352/stat : 5352 (SArTagnan) R 5346 5348 5006 0 -1 4202560 1064144 0 0 0 21115 152 0 0 25 0 4 0 669518006 8485625856 1770736 33554432000 4194304 4625164 140735424320000 18446744073709551615 4288789 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 865.76
Current children cumulated vsize (KiB) 8286744

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

[startup+230.401 s]
/proc/loadavg: 8.20 8.07 8.06 9/380 5358
/proc/meminfo: memFree=18689924/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=10388172 CPUtime=898.01 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 6205205 0 0 0 88915 886 0 0 25 0 4 0 669517324 10637488128 2119077 33554432000 4194304 4625164 140735424320000 18446744073709551615 230808826565 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 2597043 2119078 1803 106 0 2592546 0
[pid=5348/tid=5350] ppid=5346 vsize=10388172 CPUtime=223.55 cores=1,3,5,7
/proc/5348/task/5350/stat : 5350 (SArTagnan) R 5346 5348 5006 0 -1 4202560 88908 0 0 0 22342 13 0 0 25 0 4 0 669518006 10637488128 2119078 33554432000 4194304 4625164 140735424320000 18446744073709551615 4331263 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=10388172 CPUtime=223.41 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4202560 268017 0 0 0 22276 65 0 0 25 0 4 0 669518006 10637488128 2119079 33554432000 4194304 4625164 140735424320000 18446744073709551615 4351736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5348/tid=5352] ppid=5346 vsize=10388172 CPUtime=220.66 cores=1,3,5,7
/proc/5348/task/5352/stat : 5352 (SArTagnan) R 5346 5348 5006 0 -1 4202560 1127443 0 0 0 21905 161 0 0 25 0 4 0 669518006 10637488128 2119080 33554432000 4194304 4625164 140735424320000 18446744073709551615 4552205 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 898.01
Current children cumulated vsize (KiB) 10388172

[startup+236.801 s]
/proc/loadavg: 8.19 8.07 8.06 9/380 5358
/proc/meminfo: memFree=17725812/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=10905292 CPUtime=923.53 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 6509320 0 0 0 91418 935 0 0 25 0 4 0 669517324 11167019008 2341727 33554432000 4194304 4625164 140735424320000 18446744073709551615 230808826565 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 2726323 2341728 1822 106 0 2721826 0
[pid=5348/tid=5350] ppid=5346 vsize=10905292 CPUtime=229.95 cores=1,3,5,7
/proc/5348/task/5350/stat : 5350 (SArTagnan) R 5346 5348 5006 0 -1 4202560 89097 0 0 0 22982 13 0 0 25 0 4 0 669518006 11167019008 2341728 33554432000 4194304 4625164 140735424320000 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=10905292 CPUtime=229.81 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4202560 281031 0 0 0 22912 69 0 0 25 0 4 0 669518006 11167019008 2341729 33554432000 4194304 4625164 140735424320000 18446744073709551615 4330814 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5348/tid=5352] ppid=5346 vsize=10905292 CPUtime=226.98 cores=1,3,5,7
/proc/5348/task/5352/stat : 5352 (SArTagnan) R 5346 5348 5006 0 -1 4202560 1161720 0 0 0 22532 166 0 0 25 0 4 0 669518006 11167019008 2341729 33554432000 4194304 4625164 140735424320000 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 923.53
Current children cumulated vsize (KiB) 10905292

[startup+238.401 s]
/proc/loadavg: 8.19 8.07 8.06 9/380 5359
/proc/meminfo: memFree=17608508/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=11024076 CPUtime=929.92 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 6587265 0 0 0 92044 948 0 0 25 0 4 0 669517324 11288653824 2399091 33554432000 4194304 4625164 140735424320000 18446744073709551615 230808826565 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 2756019 2399092 1822 106 0 2751522 0
[pid=5348/tid=5350] ppid=5346 vsize=11024076 CPUtime=231.55 cores=1,3,5,7
/proc/5348/task/5350/stat : 5350 (SArTagnan) R 5346 5348 5006 0 -1 4202560 89098 0 0 0 23142 13 0 0 25 0 4 0 669518006 11288653824 2399092 33554432000 4194304 4625164 140735424320000 18446744073709551615 4469358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=11024076 CPUtime=231.41 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4202560 281047 0 0 0 23072 69 0 0 25 0 4 0 669518006 11288653824 2399093 33554432000 4194304 4625164 140735424320000 18446744073709551615 4317260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5348/tid=5352] ppid=5346 vsize=11024076 CPUtime=228.56 cores=1,3,5,7
/proc/5348/task/5352/stat : 5352 (SArTagnan) R 5346 5348 5006 0 -1 4202560 1171228 0 0 0 22688 168 0 0 25 0 4 0 669518006 11288653824 2399094 33554432000 4194304 4625164 140735424320000 18446744073709551615 4352855 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 929.92
Current children cumulated vsize (KiB) 11024076

[startup+239.2 s]
/proc/loadavg: 8.19 8.07 8.06 9/380 5359
/proc/meminfo: memFree=17423996/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=11082444 CPUtime=933.1 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) R 5346 5348 5006 0 -1 4202496 6622706 0 0 0 92357 953 0 0 25 0 4 0 669517324 11348422656 2418143 33554432000 4194304 4625164 140735424320000 18446744073709551615 230808826565 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 2770611 2418143 1799 106 0 2766114 0
[pid=5348/tid=5350] ppid=5346 vsize=11082444 CPUtime=232.35 cores=1,3,5,7
/proc/5348/task/5350/stat : 5350 (SArTagnan) R 5346 5348 5006 0 -1 4202560 89374 0 0 0 23222 13 0 0 25 0 4 0 669518006 11348422656 2418144 33554432000 4194304 4625164 140735424320000 18446744073709551615 4330859 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=11082444 CPUtime=232.21 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4202560 281087 0 0 0 23152 69 0 0 25 0 4 0 669518006 11348422656 2418145 33554432000 4194304 4625164 140735424320000 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5348/tid=5352] ppid=5346 vsize=11082444 CPUtime=229.35 cores=1,3,5,7
/proc/5348/task/5352/stat : 5352 (SArTagnan) R 5346 5348 5006 0 -1 4202560 1171250 0 0 0 22767 168 0 0 25 0 4 0 669518006 11348422656 2418145 33554432000 4194304 4625164 140735424320000 18446744073709551615 4278669 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 933.1
Current children cumulated vsize (KiB) 11082444

[startup+239.6 s]
/proc/loadavg: 8.19 8.07 8.06 9/380 5359
/proc/meminfo: memFree=17423996/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=0 CPUtime=934.46 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) Z 5346 5348 5006 0 -1 4202524 6665465 0 0 0 92480 966 0 0 25 0 2 0 669517324 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 0 0 0 0 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=0 CPUtime=232.61 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4203588 281087 0 0 0 23184 77 0 0 25 0 2 0 669518006 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 934.46
Current children cumulated vsize (KiB) 0

[startup+239.8 s]
/proc/loadavg: 8.19 8.07 8.06 6/378 5359
/proc/meminfo: memFree=25510916/32951124 swapFree=37160408/67111528
[pid=5348] ppid=5346 vsize=0 CPUtime=934.67 cores=1,3,5,7
/proc/5348/stat : 5348 (SArTagnan) Z 5346 5348 5006 0 -1 4202524 6665465 0 0 0 92480 987 0 0 25 0 2 0 669517324 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5348/statm: 0 0 0 0 0 0 0
[pid=5348/tid=5351] ppid=5346 vsize=0 CPUtime=232.82 cores=1,3,5,7
/proc/5348/task/5351/stat : 5351 (SArTagnan) R 5346 5348 5006 0 -1 4203588 281087 0 0 0 23184 98 0 0 25 0 2 0 669518006 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 934.67
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 239.864
CPU time (s): 934.735
CPU user time (s): 924.802
CPU system time (s): 9.93249
CPU usage (%): 389.694
Max. virtual memory (cumulated for all children) (KiB): 13432488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 924.802
system time used= 9.93249
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6665465
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= 12867
involuntary context switches= 6206

runsolver used 0.864868 second user time and 2.17067 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-16 22:52:48
IDJOB=3386198
IDBENCH=71686
IDSOLVER=1871
FILE ID=node104/3386198-1305579158
RUNJOBID= node104-1305576965-5025
PBS_JOBID= 13350212
Free space on /tmp= 72960 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT_RACE06/velev-npe-1.0-9dlx-b71.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386198-1305579158/watcher-3386198-1305579158 -o /tmp/evaluation-result-3386198-1305579158/solver-3386198-1305579158 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386198-1305579158.cnf -threads=4

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

MD5SUM BENCH= 75d91f0ba4398ccb5b452707c0e7fa27
RANDOM SEED=1620106001

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27329804 kB
Buffers:        300760 kB
Cached:        2976232 kB
SwapCached:     152312 kB
Active:        1828564 kB
Inactive:      3497604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27329804 kB
SwapTotal:    67111528 kB
SwapFree:     37160408 kB
Dirty:          317144 kB
Writeback:          72 kB
AnonPages:     1909804 kB
Mapped:          11372 kB
Slab:           141008 kB
PageTables:      89580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88065624 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= 72960 MiB
End job on node104 at 2011-05-16 22:56:49