Trace number 3280757

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-24UNSAT 200.25 50.4437

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5654
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

Solver Data

200.12/50.42	
200.12/50.42	s UNSATISFIABLE
200.12/50.42	c Conflict at level 0

Verifier Data

No possible verification on an UNSAT instance

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-3280757-1304038503/watcher-3280757-1304038503 -o /tmp/evaluation-result-3280757-1304038503/solver-3280757-1304038503 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3280757-1304038503.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.14 8.08 7.70 5/180 25585
/proc/meminfo: memFree=13489584/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=21708 CPUtime=0 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 1102 0 0 0 0 0 0 0 24 0 1 0 594081044 22228992 1039 33554432000 4194304 4623224 140735082079216 18446744073709551615 4296444 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25585/statm: 5427 1051 290 105 0 931 0

[startup+0.066955 s]
/proc/loadavg: 8.14 8.08 7.70 5/180 25585
/proc/meminfo: memFree=13489584/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=56140 CPUtime=0.05 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 5254 0 0 0 5 0 0 0 24 0 1 0 594081044 57487360 4133 33554432000 4194304 4623224 140735082079216 18446744073709551615 218880564992 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25585/statm: 14035 4134 301 105 0 9539 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 56140

[startup+0.10095 s]
/proc/loadavg: 8.14 8.08 7.70 5/180 25585
/proc/meminfo: memFree=13489584/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=64296 CPUtime=0.09 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 7042 0 0 0 8 1 0 0 24 0 1 0 594081044 65839104 5290 33554432000 4194304 4623224 140735082079216 18446744073709551615 218880262613 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25585/statm: 16074 5310 301 105 0 11578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64296

[startup+0.300911 s]
/proc/loadavg: 8.14 8.08 7.70 5/180 25585
/proc/meminfo: memFree=13489584/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=73588 CPUtime=0.29 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 14650 0 0 0 27 2 0 0 25 0 1 0 594081044 75354112 8760 33554432000 4194304 4623224 140735082079216 18446744073709551615 218880564992 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25585/statm: 18397 8760 301 105 0 13901 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73588

[startup+0.700778 s]
/proc/loadavg: 8.14 8.08 7.70 5/180 25585
/proc/meminfo: memFree=13489584/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=409840 CPUtime=1.6 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 51557 0 0 0 154 6 0 0 25 0 4 0 594081044 419676160 41750 33554432000 4194304 4623224 140735082079216 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 102460 41752 334 105 0 97964 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 409840

[startup+1.50064 s]
/proc/loadavg: 8.14 8.08 7.70 9/184 25589
/proc/meminfo: memFree=13321908/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=433556 CPUtime=4.79 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 69908 0 0 0 471 8 0 0 25 0 4 0 594081044 443961344 43085 33554432000 4194304 4623224 140735082079216 18446744073709551615 4413935 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 108389 43085 335 105 0 103893 0
[pid=25585/tid=25587] ppid=25583 vsize=433556 CPUtime=1.09 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 8643 0 0 0 109 0 0 0 25 0 4 0 594081084 443961344 43085 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=433556 CPUtime=1.09 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 6698 0 0 0 109 0 0 0 25 0 4 0 594081084 443961344 43085 33554432000 4194304 4623224 140735082079216 18446744073709551615 4317104 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=433556 CPUtime=1.09 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 11701 0 0 0 108 1 0 0 25 0 4 0 594081084 443961344 43085 33554432000 4194304 4623224 140735082079216 18446744073709551615 4289775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 433556

[startup+3.10036 s]
/proc/loadavg: 8.14 8.08 7.70 9/184 25589
/proc/meminfo: memFree=13307524/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=433556 CPUtime=11.18 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 77501 0 0 0 1109 9 0 0 25 0 4 0 594081044 443961344 46823 33554432000 4194304 4623224 140735082079216 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 108389 46823 340 105 0 103893 0
[pid=25585/tid=25587] ppid=25583 vsize=433556 CPUtime=2.7 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 10112 0 0 0 269 1 0 0 25 0 4 0 594081084 443961344 46823 33554432000 4194304 4623224 140735082079216 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=433556 CPUtime=2.69 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 7637 0 0 0 269 0 0 0 25 0 4 0 594081084 443961344 46823 33554432000 4194304 4623224 140735082079216 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=433556 CPUtime=2.68 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 15954 0 0 0 266 2 0 0 25 0 4 0 594081084 443961344 46823 33554432000 4194304 4623224 140735082079216 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.18
Current children cumulated vsize (KiB) 433556

[startup+6.3008 s]
/proc/loadavg: 8.13 8.08 7.70 9/184 25589
/proc/meminfo: memFree=13284836/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=469120 CPUtime=23.97 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 108006 0 0 0 2383 14 0 0 25 0 4 0 594081044 480378880 51273 33554432000 4194304 4623224 140735082079216 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 117280 51273 342 105 0 112784 0
[pid=25585/tid=25587] ppid=25583 vsize=469120 CPUtime=5.89 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 15612 0 0 0 588 1 0 0 25 0 4 0 594081084 480378880 51273 33554432000 4194304 4623224 140735082079216 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=469120 CPUtime=5.89 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 13160 0 0 0 588 1 0 0 25 0 4 0 594081084 480378880 51273 33554432000 4194304 4623224 140735082079216 18446744073709551615 4317368 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=469120 CPUtime=5.86 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 29997 0 0 0 582 4 0 0 25 0 4 0 594081084 480378880 51273 33554432000 4194304 4623224 140735082079216 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 469120

[startup+12.7007 s]
/proc/loadavg: 8.20 8.10 7.71 10/184 25590
/proc/meminfo: memFree=13255336/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=469120 CPUtime=49.53 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 123366 0 0 0 4935 18 0 0 25 0 4 0 594081044 480378880 58612 33554432000 4194304 4623224 140735082079216 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 117280 58612 342 105 0 112784 0
[pid=25585/tid=25587] ppid=25583 vsize=469120 CPUtime=12.29 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 18151 0 0 0 1227 2 0 0 25 0 4 0 594081084 480378880 58612 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=469120 CPUtime=12.29 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 14703 0 0 0 1227 2 0 0 25 0 4 0 594081084 480378880 58612 33554432000 4194304 4623224 140735082079216 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=469120 CPUtime=12.23 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 39700 0 0 0 1217 6 0 0 25 0 4 0 594081084 480378880 58612 33554432000 4194304 4623224 140735082079216 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.53
Current children cumulated vsize (KiB) 469120

[startup+25.5004 s]
/proc/loadavg: 8.23 8.11 7.72 10/184 25590
/proc/meminfo: memFree=13208836/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=522472 CPUtime=100.65 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 168781 0 0 0 10041 24 0 0 25 0 4 0 594081044 535011328 68239 33554432000 4194304 4623224 140735082079216 18446744073709551615 4507207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 130618 68239 374 105 0 126122 0
[pid=25585/tid=25587] ppid=25583 vsize=522472 CPUtime=25.1 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 29601 0 0 0 2506 4 0 0 25 0 4 0 594081084 535011328 68239 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=522472 CPUtime=25.09 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 26338 0 0 0 2505 4 0 0 25 0 4 0 594081084 535011328 68239 33554432000 4194304 4623224 140735082079216 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=522472 CPUtime=24.96 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 54304 0 0 0 2488 8 0 0 25 0 4 0 594081084 535011328 68239 33554432000 4194304 4623224 140735082079216 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.65
Current children cumulated vsize (KiB) 522472

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

[startup+38.3002 s]
/proc/loadavg: 8.19 8.10 7.72 9/184 25590
/proc/meminfo: memFree=13174124/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=522472 CPUtime=151.79 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 177797 0 0 0 15153 26 0 0 25 0 4 0 594081044 535011328 76116 33554432000 4194304 4623224 140735082079216 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 130618 76116 467 105 0 126122 0
[pid=25585/tid=25587] ppid=25583 vsize=522472 CPUtime=37.89 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 34633 0 0 0 3784 5 0 0 25 0 4 0 594081084 535011328 76116 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=522472 CPUtime=37.89 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 27428 0 0 0 3785 4 0 0 25 0 4 0 594081084 535011328 76116 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=522472 CPUtime=37.69 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 56532 0 0 0 3761 8 0 0 25 0 4 0 594081084 535011328 76116 33554432000 4194304 4623224 140735082079216 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 151.79
Current children cumulated vsize (KiB) 522472

[startup+44.7011 s]
/proc/loadavg: 8.16 8.10 7.73 10/184 25590
/proc/meminfo: memFree=13158908/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=522472 CPUtime=177.35 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 184042 0 0 0 17708 27 0 0 25 0 4 0 594081044 535011328 80040 33554432000 4194304 4623224 140735082079216 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 130618 80040 534 105 0 126122 0
[pid=25585/tid=25587] ppid=25583 vsize=522472 CPUtime=44.29 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 35011 0 0 0 4424 5 0 0 25 0 4 0 594081084 535011328 80040 33554432000 4194304 4623224 140735082079216 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=522472 CPUtime=44.28 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 30157 0 0 0 4424 4 0 0 25 0 4 0 594081084 535011328 80040 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=522472 CPUtime=44.05 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 59440 0 0 0 4397 8 0 0 25 0 4 0 594081084 535011328 80040 33554432000 4194304 4623224 140735082079216 18446744073709551615 4289775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 177.35
Current children cumulated vsize (KiB) 522472

[startup+47.9006 s]
/proc/loadavg: 8.16 8.10 7.73 10/184 25591
/proc/meminfo: memFree=13155548/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=522472 CPUtime=190.13 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 187048 0 0 0 18986 27 0 0 25 0 4 0 594081044 535011328 80664 33554432000 4194304 4623224 140735082079216 18446744073709551615 4413941 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 130618 80664 532 105 0 126122 0
[pid=25585/tid=25587] ppid=25583 vsize=522472 CPUtime=47.49 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 35161 0 0 0 4744 5 0 0 25 0 4 0 594081084 535011328 80664 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=522472 CPUtime=47.48 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 30405 0 0 0 4744 4 0 0 25 0 4 0 594081084 535011328 80664 33554432000 4194304 4623224 140735082079216 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=522472 CPUtime=47.24 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 61960 0 0 0 4715 9 0 0 25 0 4 0 594081084 535011328 80664 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 190.13
Current children cumulated vsize (KiB) 522472

[startup+49.5063 s]
/proc/loadavg: 8.15 8.10 7.73 10/184 25591
/proc/meminfo: memFree=13147488/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=522472 CPUtime=196.54 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 188285 0 0 0 19627 27 0 0 25 0 4 0 594081044 535011328 81007 33554432000 4194304 4623224 140735082079216 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 130618 81007 532 105 0 126122 0
[pid=25585/tid=25587] ppid=25583 vsize=522472 CPUtime=49.1 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 35269 0 0 0 4905 5 0 0 25 0 4 0 594081084 535011328 81007 33554432000 4194304 4623224 140735082079216 18446744073709551615 4363755 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=522472 CPUtime=49.09 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 30450 0 0 0 4905 4 0 0 25 0 4 0 594081084 535011328 81007 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=522472 CPUtime=48.83 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 62980 0 0 0 4874 9 0 0 25 0 4 0 594081084 535011328 81007 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376778 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 196.54
Current children cumulated vsize (KiB) 522472

[startup+49.9002 s]
/proc/loadavg: 8.15 8.10 7.73 10/184 25591
/proc/meminfo: memFree=13147488/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=522472 CPUtime=198.11 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 188361 0 0 0 19784 27 0 0 25 0 4 0 594081044 535011328 80777 33554432000 4194304 4623224 140735082079216 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 130618 80777 532 105 0 126122 0
[pid=25585/tid=25587] ppid=25583 vsize=522472 CPUtime=49.49 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 35302 0 0 0 4944 5 0 0 25 0 4 0 594081084 535011328 80777 33554432000 4194304 4623224 140735082079216 18446744073709551615 4378087 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=522472 CPUtime=49.48 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 30467 0 0 0 4944 4 0 0 25 0 4 0 594081084 535011328 80777 33554432000 4194304 4623224 140735082079216 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=522472 CPUtime=49.22 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 62987 0 0 0 4913 9 0 0 25 0 4 0 594081084 535011328 80777 33554432000 4194304 4623224 140735082079216 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 198.11
Current children cumulated vsize (KiB) 522472

[startup+50.3011 s]
/proc/loadavg: 8.15 8.10 7.73 10/184 25591
/proc/meminfo: memFree=13147488/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=522472 CPUtime=199.72 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 188409 0 0 0 19945 27 0 0 25 0 4 0 594081044 535011328 80823 33554432000 4194304 4623224 140735082079216 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 130618 80823 532 105 0 126122 0
[pid=25585/tid=25587] ppid=25583 vsize=522472 CPUtime=49.89 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 35317 0 0 0 4984 5 0 0 25 0 4 0 594081084 535011328 80823 33554432000 4194304 4623224 140735082079216 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=522472 CPUtime=49.88 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 30467 0 0 0 4984 4 0 0 25 0 4 0 594081084 535011328 80823 33554432000 4194304 4623224 140735082079216 18446744073709551615 4289768 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=522472 CPUtime=49.62 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 62987 0 0 0 4953 9 0 0 25 0 4 0 594081084 535011328 80823 33554432000 4194304 4623224 140735082079216 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 199.72
Current children cumulated vsize (KiB) 522472

[startup+50.4011 s]
/proc/loadavg: 8.15 8.10 7.73 10/184 25591
/proc/meminfo: memFree=13147488/32950928 swapFree=67111528/67111528
[pid=25585] ppid=25583 vsize=522472 CPUtime=200.12 cores=0,2,4,6
/proc/25585/stat : 25585 (SArTagnan) R 25583 25585 25497 0 -1 4202496 188410 0 0 0 19985 27 0 0 25 0 4 0 594081044 535011328 80824 33554432000 4194304 4623224 140735082079216 18446744073709551615 4412804 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25585/statm: 130618 80824 532 105 0 126122 0
[pid=25585/tid=25587] ppid=25583 vsize=522472 CPUtime=49.99 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (SArTagnan) R 25583 25585 25497 0 -1 4202560 35317 0 0 0 4994 5 0 0 25 0 4 0 594081084 535011328 80824 33554432000 4194304 4623224 140735082079216 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=522472 CPUtime=49.98 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (SArTagnan) R 25583 25585 25497 0 -1 4202560 30467 0 0 0 4994 4 0 0 25 0 4 0 594081084 535011328 80824 33554432000 4194304 4623224 140735082079216 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=522472 CPUtime=49.72 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (SArTagnan) R 25583 25585 25497 0 -1 4202560 62987 0 0 0 4963 9 0 0 25 0 4 0 594081084 535011328 80824 33554432000 4194304 4623224 140735082079216 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.12
Current children cumulated vsize (KiB) 522472

Child status: 20
Real time (s): 50.4437
CPU time (s): 200.25
CPU user time (s): 199.955
CPU system time (s): 0.294955
CPU usage (%): 396.977
Max. virtual memory (cumulated for all children) (KiB): 522472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 199.955
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188421
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= 42
involuntary context switches= 1008

runsolver used 0.079987 second user time and 0.201969 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 02:55:04
IDJOB=3280757
IDBENCH=20431
IDSOLVER=1656
FILE ID=node112/3280757-1304038503
RUNJOBID= node112-1304037872-25515
PBS_JOBID= 13170375
Free space on /tmp= 72544 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280757-1304038503/watcher-3280757-1304038503 -o /tmp/evaluation-result-3280757-1304038503/solver-3280757-1304038503 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3280757-1304038503.cnf -threads=4

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=1701612376

node112.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.828
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.65
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.828
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.828
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13489740 kB
Buffers:       1994240 kB
Cached:       15815896 kB
SwapCached:          0 kB
Active:        8093824 kB
Inactive:     10810048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13489740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17100 kB
Writeback:           0 kB
AnonPages:     1093688 kB
Mapped:          15388 kB
Slab:           492056 kB
PageTables:       7072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1447536 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= 72544 MiB
End job on node112 at 2011-04-29 02:55:54