Trace number 3288347

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 378.634 95.2267

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.229
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

378.56/95.21	
378.56/95.21	s UNSATISFIABLE
378.56/95.21	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-3288347-1304080150/watcher-3288347-1304080150 -o /tmp/evaluation-result-3288347-1304080150/solver-3288347-1304080150 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3288347-1304080150.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: 7.73 7.95 7.81 5/180 15596
/proc/meminfo: memFree=29943524/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=39864 CPUtime=0 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 1250 0 0 0 0 0 0 0 21 0 1 0 519614832 40820736 1092 33554432000 4194304 4623224 140733363562496 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15596/statm: 9966 1093 294 105 0 5470 0

[startup+0.090119 s]
/proc/loadavg: 7.73 7.95 7.81 5/180 15596
/proc/meminfo: memFree=29943524/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=52688 CPUtime=0.08 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 6739 0 0 0 7 1 0 0 21 0 1 0 519614832 53952512 4556 33554432000 4194304 4623224 140733363562496 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15596/statm: 13172 4558 297 105 0 8676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 52688

[startup+0.101115 s]
/proc/loadavg: 7.73 7.95 7.81 5/180 15596
/proc/meminfo: memFree=29943524/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=53360 CPUtime=0.09 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 7172 0 0 0 8 1 0 0 22 0 1 0 519614832 54640640 4989 33554432000 4194304 4623224 140733363562496 18446744073709551615 4389076 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15596/statm: 13340 5002 297 105 0 8844 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53360

[startup+0.301081 s]
/proc/loadavg: 7.73 7.95 7.81 5/180 15596
/proc/meminfo: memFree=29943524/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=78108 CPUtime=0.29 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 22185 0 0 0 27 2 0 0 22 0 1 0 519614832 79982592 12291 33554432000 4194304 4623224 140733363562496 18446744073709551615 248089316878 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15596/statm: 19527 12293 297 105 0 15031 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78108

[startup+0.701014 s]
/proc/loadavg: 7.73 7.95 7.81 5/180 15596
/proc/meminfo: memFree=29943524/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=436156 CPUtime=1.09 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 74513 0 0 0 100 9 0 0 25 0 4 0 519614832 446623744 51710 33554432000 4194304 4623224 140733363562496 18446744073709551615 4413935 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 109039 51710 332 105 0 104543 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 436156

[startup+1.50087 s]
/proc/loadavg: 7.73 7.95 7.81 9/184 15600
/proc/meminfo: memFree=29549676/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=434712 CPUtime=4.28 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 84800 0 0 0 418 10 0 0 25 0 4 0 519614832 445145088 56470 33554432000 4194304 4623224 140733363562496 18446744073709551615 4510452 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 108678 56470 340 105 0 104182 0
[pid=15596/tid=15598] ppid=15594 vsize=434712 CPUtime=0.91 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 4272 0 0 0 91 0 0 0 25 0 4 0 519614889 445145088 56470 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=434712 CPUtime=0.92 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 3779 0 0 0 92 0 0 0 25 0 4 0 519614889 445145088 56470 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=434712 CPUtime=0.91 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12132 0 0 0 91 0 0 0 25 0 4 0 519614889 445145088 56470 33554432000 4194304 4623224 140733363562496 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 434712

[startup+3.10059 s]
/proc/loadavg: 7.73 7.95 7.81 9/184 15600
/proc/meminfo: memFree=29536288/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=434712 CPUtime=10.67 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 113720 0 0 0 1053 14 0 0 25 0 4 0 519614832 445145088 55739 33554432000 4194304 4623224 140733363562496 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 108678 55739 340 105 0 104182 0
[pid=15596/tid=15598] ppid=15594 vsize=434712 CPUtime=2.51 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 4423 0 0 0 251 0 0 0 25 0 4 0 519614889 445145088 55739 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=434712 CPUtime=2.52 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 3873 0 0 0 252 0 0 0 25 0 4 0 519614889 445145088 55739 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=434712 CPUtime=2.51 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 40433 0 0 0 247 4 0 0 25 0 4 0 519614889 445145088 55739 33554432000 4194304 4623224 140733363562496 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 434712

[startup+6.30102 s]
/proc/loadavg: 7.75 7.95 7.81 9/184 15600
/proc/meminfo: memFree=29535544/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=434712 CPUtime=23.45 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 159507 0 0 0 2324 21 0 0 25 0 4 0 519614832 445145088 57940 33554432000 4194304 4623224 140733363562496 18446744073709551615 4517833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 108678 57940 340 105 0 104182 0
[pid=15596/tid=15598] ppid=15594 vsize=434712 CPUtime=5.72 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 4628 0 0 0 571 1 0 0 25 0 4 0 519614889 445145088 57940 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=434712 CPUtime=5.72 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 4170 0 0 0 572 0 0 0 25 0 4 0 519614889 445145088 57940 33554432000 4194304 4623224 140733363562496 18446744073709551615 4377368 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=434712 CPUtime=5.69 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 85311 0 0 0 559 10 0 0 25 0 4 0 519614889 445145088 57940 33554432000 4194304 4623224 140733363562496 18446744073709551615 4545379 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.45
Current children cumulated vsize (KiB) 434712

[startup+12.7009 s]
/proc/loadavg: 7.77 7.95 7.81 9/184 15600
/proc/meminfo: memFree=29516708/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=434712 CPUtime=49.01 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 242030 0 0 0 4869 32 0 0 25 0 4 0 519614832 445145088 61120 33554432000 4194304 4623224 140733363562496 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 108678 61120 341 105 0 104182 0
[pid=15596/tid=15598] ppid=15594 vsize=434712 CPUtime=12.12 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 4835 0 0 0 1211 1 0 0 25 0 4 0 519614889 445145088 61120 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376993 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=434712 CPUtime=12.13 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 4368 0 0 0 1212 1 0 0 25 0 4 0 519614889 445145088 61120 33554432000 4194304 4623224 140733363562496 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=434712 CPUtime=12.06 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 166871 0 0 0 1185 21 0 0 25 0 4 0 519614889 445145088 61120 33554432000 4194304 4623224 140733363562496 18446744073709551615 248089395577 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.01
Current children cumulated vsize (KiB) 434712

[startup+25.5006 s]
/proc/loadavg: 7.90 7.97 7.82 9/184 15600
/proc/meminfo: memFree=29487172/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=447028 CPUtime=100.14 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 400186 0 0 0 9959 55 0 0 25 0 4 0 519614832 457756672 62580 33554432000 4194304 4623224 140733363562496 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 111757 62580 342 105 0 107261 0
[pid=15596/tid=15598] ppid=15594 vsize=447028 CPUtime=24.91 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 5348 0 0 0 2490 1 0 0 25 0 4 0 519614889 457756672 62580 33554432000 4194304 4623224 140733363562496 18446744073709551615 4354672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=447028 CPUtime=24.92 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 4578 0 0 0 2491 1 0 0 25 0 4 0 519614889 457756672 62580 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376692 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=447028 CPUtime=24.8 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 317385 0 0 0 2437 43 0 0 25 0 4 0 519614889 457756672 62580 33554432000 4194304 4623224 140733363562496 18446744073709551615 4363765 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.14
Current children cumulated vsize (KiB) 447028

[startup+51.1011 s]
/proc/loadavg: 8.08 8.00 7.83 9/184 15601
/proc/meminfo: memFree=29433308/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=476664 CPUtime=202.41 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 798976 0 0 0 20129 112 0 0 25 0 4 0 519614832 488103936 69761 33554432000 4194304 4623224 140733363562496 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 119166 69761 342 105 0 114670 0
[pid=15596/tid=15598] ppid=15594 vsize=476664 CPUtime=50.51 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12356 0 0 0 5049 2 0 0 25 0 4 0 519614889 488103936 69761 33554432000 4194304 4623224 140733363562496 18446744073709551615 4377018 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=476664 CPUtime=50.51 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 11673 0 0 0 5049 2 0 0 25 0 4 0 519614889 488103936 69761 33554432000 4194304 4623224 140733363562496 18446744073709551615 4289778 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=476664 CPUtime=50.26 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 700551 0 0 0 4930 96 0 0 25 0 4 0 519614889 488103936 69761 33554432000 4194304 4623224 140733363562496 18446744073709551615 248089395615 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.41
Current children cumulated vsize (KiB) 476664

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

[startup+76.7006 s]
/proc/loadavg: 8.05 8.00 7.84 9/184 15602
/proc/meminfo: memFree=29414320/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=458532 CPUtime=304.67 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 1129652 0 0 0 30309 158 0 0 25 0 4 0 519614832 469536768 75833 33554432000 4194304 4623224 140733363562496 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 114633 75833 342 105 0 110137 0
[pid=15596/tid=15598] ppid=15594 vsize=458532 CPUtime=76.11 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12874 0 0 0 7609 2 0 0 25 0 4 0 519614889 469536768 75833 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=458532 CPUtime=76.1 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12172 0 0 0 7608 2 0 0 19 0 4 0 519614889 469536768 75833 33554432000 4194304 4623224 140733363562496 18446744073709551615 4461031 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=458532 CPUtime=75.73 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 1025187 0 0 0 7432 141 0 0 25 0 4 0 519614889 469536768 75833 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 304.67
Current children cumulated vsize (KiB) 458532

[startup+83.1005 s]
/proc/loadavg: 8.05 8.00 7.84 9/184 15602
/proc/meminfo: memFree=29401168/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=524068 CPUtime=330.23 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 1203348 0 0 0 32854 169 0 0 25 0 4 0 519614832 536645632 74304 33554432000 4194304 4623224 140733363562496 18446744073709551615 4511646 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 131017 74304 342 105 0 126521 0
[pid=15596/tid=15598] ppid=15594 vsize=524068 CPUtime=82.52 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 13239 0 0 0 8249 3 0 0 25 0 4 0 519614889 536645632 74304 33554432000 4194304 4623224 140733363562496 18446744073709551615 4377613 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=524068 CPUtime=82.5 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12226 0 0 0 8248 2 0 0 25 0 4 0 519614889 536645632 74304 33554432000 4194304 4623224 140733363562496 18446744073709551615 4463984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=524068 CPUtime=82.09 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 1098240 0 0 0 8058 151 0 0 25 0 4 0 519614889 536645632 74304 33554432000 4194304 4623224 140733363562496 18446744073709551615 4577488 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 330.23
Current children cumulated vsize (KiB) 524068

[startup+89.5003 s]
/proc/loadavg: 8.04 8.00 7.84 9/184 15602
/proc/meminfo: memFree=29382016/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=524068 CPUtime=355.8 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 1244745 0 0 0 35405 175 0 0 25 0 4 0 519614832 536645632 76222 33554432000 4194304 4623224 140733363562496 18446744073709551615 4510101 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 131017 76222 342 105 0 126521 0
[pid=15596/tid=15598] ppid=15594 vsize=524068 CPUtime=88.91 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 13265 0 0 0 8888 3 0 0 25 0 4 0 519614889 536645632 76222 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=524068 CPUtime=88.9 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12312 0 0 0 8888 2 0 0 25 0 4 0 519614889 536645632 76222 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=524068 CPUtime=88.46 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 1138659 0 0 0 8689 157 0 0 25 0 4 0 519614889 536645632 76222 33554432000 4194304 4623224 140733363562496 18446744073709551615 248089395572 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 355.8
Current children cumulated vsize (KiB) 524068

[startup+92.7008 s]
/proc/loadavg: 8.04 8.00 7.84 9/184 15602
/proc/meminfo: memFree=29372464/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=524068 CPUtime=368.59 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 1281424 0 0 0 36680 179 0 0 25 0 4 0 519614832 536645632 77247 33554432000 4194304 4623224 140733363562496 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 131017 77247 342 105 0 126521 0
[pid=15596/tid=15598] ppid=15594 vsize=524068 CPUtime=92.11 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 13266 0 0 0 9208 3 0 0 25 0 4 0 519614889 536645632 77247 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=524068 CPUtime=92.1 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12338 0 0 0 9208 2 0 0 25 0 4 0 519614889 536645632 77247 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=524068 CPUtime=91.65 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 1175289 0 0 0 9004 161 0 0 25 0 4 0 519614889 536645632 77247 33554432000 4194304 4623224 140733363562496 18446744073709551615 4366341 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 368.59
Current children cumulated vsize (KiB) 524068

[startup+94.3005 s]
/proc/loadavg: 8.04 8.00 7.84 9/184 15602
/proc/meminfo: memFree=29378912/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=524068 CPUtime=374.97 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 1289959 0 0 0 37317 180 0 0 25 0 4 0 519614832 536645632 77270 33554432000 4194304 4623224 140733363562496 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 131017 77270 342 105 0 126521 0
[pid=15596/tid=15598] ppid=15594 vsize=524068 CPUtime=93.71 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 13266 0 0 0 9368 3 0 0 25 0 4 0 519614889 536645632 77270 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=524068 CPUtime=93.7 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12350 0 0 0 9368 2 0 0 25 0 4 0 519614889 536645632 77270 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=524068 CPUtime=93.24 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 1183738 0 0 0 9162 162 0 0 25 0 4 0 519614889 536645632 77270 33554432000 4194304 4623224 140733363562496 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 374.97
Current children cumulated vsize (KiB) 524068

[startup+94.7004 s]
/proc/loadavg: 8.04 8.00 7.84 9/184 15602
/proc/meminfo: memFree=29383500/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=524068 CPUtime=376.56 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 1295562 0 0 0 37476 180 0 0 25 0 4 0 519614832 536645632 76425 33554432000 4194304 4623224 140733363562496 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 131017 76425 342 105 0 126521 0
[pid=15596/tid=15598] ppid=15594 vsize=524068 CPUtime=94.11 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 13266 0 0 0 9408 3 0 0 25 0 4 0 519614889 536645632 76425 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=524068 CPUtime=94.1 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12350 0 0 0 9408 2 0 0 25 0 4 0 519614889 536645632 76425 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=524068 CPUtime=93.64 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 1189326 0 0 0 9201 163 0 0 25 0 4 0 519614889 536645632 76425 33554432000 4194304 4623224 140733363562496 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 376.56
Current children cumulated vsize (KiB) 524068

[startup+95.1003 s]
/proc/loadavg: 8.04 8.00 7.84 9/184 15602
/proc/meminfo: memFree=29383500/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=524068 CPUtime=378.17 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 1302170 0 0 0 37635 182 0 0 25 0 4 0 519614832 536645632 77133 33554432000 4194304 4623224 140733363562496 18446744073709551615 4412324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 131017 77133 342 105 0 126521 0
[pid=15596/tid=15598] ppid=15594 vsize=524068 CPUtime=94.51 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 13266 0 0 0 9448 3 0 0 25 0 4 0 519614889 536645632 77133 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=524068 CPUtime=94.5 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12350 0 0 0 9448 2 0 0 25 0 4 0 519614889 536645632 77133 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=524068 CPUtime=94.04 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 1195892 0 0 0 9240 164 0 0 25 0 4 0 519614889 536645632 77133 33554432000 4194304 4623224 140733363562496 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 378.17
Current children cumulated vsize (KiB) 524068

[startup+95.2003 s]
/proc/loadavg: 8.04 8.00 7.84 9/184 15602
/proc/meminfo: memFree=29383500/32950928 swapFree=67111428/67111528
[pid=15596] ppid=15594 vsize=524068 CPUtime=378.56 cores=0,2,4,6
/proc/15596/stat : 15596 (SArTagnan) R 15594 15596 14691 0 -1 4202496 1303467 0 0 0 37674 182 0 0 25 0 4 0 519614832 536645632 76609 33554432000 4194304 4623224 140733363562496 18446744073709551615 4413744 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15596/statm: 131017 76609 342 105 0 126521 0
[pid=15596/tid=15598] ppid=15594 vsize=524068 CPUtime=94.61 cores=0,2,4,6
/proc/15596/task/15598/stat : 15598 (SArTagnan) R 15594 15596 14691 0 -1 4202560 13266 0 0 0 9458 3 0 0 25 0 4 0 519614889 536645632 76609 33554432000 4194304 4623224 140733363562496 18446744073709551615 4467877 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15596/tid=15599] ppid=15594 vsize=524068 CPUtime=94.6 cores=0,2,4,6
/proc/15596/task/15599/stat : 15599 (SArTagnan) R 15594 15596 14691 0 -1 4202560 12350 0 0 0 9458 2 0 0 25 0 4 0 519614889 536645632 76609 33554432000 4194304 4623224 140733363562496 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15596/tid=15600] ppid=15594 vsize=524068 CPUtime=94.13 cores=0,2,4,6
/proc/15596/task/15600/stat : 15600 (SArTagnan) R 15594 15596 14691 0 -1 4202560 1197047 0 0 0 9249 164 0 0 25 0 4 0 519614889 536645632 76609 33554432000 4194304 4623224 140733363562496 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 378.56
Current children cumulated vsize (KiB) 524068

Child status: 20
Real time (s): 95.2267
CPU time (s): 378.634
CPU user time (s): 376.792
CPU system time (s): 1.84272
CPU usage (%): 397.614
Max. virtual memory (cumulated for all children) (KiB): 524068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 376.792
system time used= 1.84272
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1304072
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= 740
involuntary context switches= 1891

runsolver used 0.149977 second user time and 0.341948 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 14:29:10
IDJOB=3288347
IDBENCH=82494
IDSOLVER=1656
FILE ID=node123/3288347-1304080150
RUNJOBID= node123-1304080097-15481
PBS_JOBID= 13170492
Free space on /tmp= 72788 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288347-1304080150/watcher-3288347-1304080150 -o /tmp/evaluation-result-3288347-1304080150/solver-3288347-1304080150 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3288347-1304080150.cnf -threads=4

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1959604218

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29948020 kB
Buffers:        548148 kB
Cached:        1252164 kB
SwapCached:        100 kB
Active:         911116 kB
Inactive:      1728468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29948020 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:           29956 kB
Writeback:           0 kB
AnonPages:      838480 kB
Mapped:          15516 kB
Slab:           299240 kB
PageTables:       5972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1168688 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= 72788 MiB
End job on node123 at 2011-04-29 14:30:46