Trace number 3308862

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
SAT09 reference solver:LySAT i/2009-03-20UNSAT 486.687 486.732

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.343
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.35	c ==============================================================================
0.00/0.35	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.35	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.35	c ==============================================================================
0.00/0.35	c |         0 |  763101  2854525 |  228930       0        0     nan |  0.000 % |
0.00/0.44	c |         0 |  760817  2851295 |      --       0       --      -- |     --   | -2284/-3230
0.00/0.44	c ==============================================================================
0.00/0.44	c Result  :   #vars: 31632   #clauses: 760817   #literals: 2851295
0.00/0.44	c CPU time:   0.377942 s
0.00/0.44	c ==============================================================================
0.00/1.01	c lySAT 0.1
0.00/1.01	c minisat core +  additionnal features
0.00/1.01	c ============================[ Problem Statistics ]=============================
0.00/1.01	c |                                                                             |
0.00/1.01	c |  Number of variables:  31632                                                |
0.00/1.01	c |  Number of clauses:    760817                                               |
1.18/1.27	c |  Parsing time:         0.23         s                                       |
486.64/486.72	c restarts              : 1009
486.64/486.72	c conflicts             : 1347865        (2776 /sec)
486.64/486.72	c decisions             : 1651427        (3.13 % random) (3401 /sec)
486.64/486.72	c euip                  : 34743       
486.64/486.72	c propagations          : 306507376      (631281 /sec)
486.64/486.72	c conflict literals     : 25808266       (49.65 % deleted)
486.64/486.72	c Memory used           : 94.81 MB
486.64/486.72	c CPU time              : 485.532 s
486.64/486.72	c 
486.64/486.72	s UNSATISFIABLE

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-3308862-1303984538/watcher-3308862-1303984538 -o /tmp/evaluation-result-3308862-1303984538/solver-3308862-1303984538 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308862-1303984538.cnf i 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 7.18 4.82 3.39 5/190 31081
/proc/meminfo: memFree=16174536/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=0 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 510053460 8908800 249 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 249 209 178 0 68 0

[startup+0.107209 s]
/proc/loadavg: 7.18 4.82 3.39 5/190 31081
/proc/meminfo: memFree=16174536/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=0 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 510053460 8908800 249 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201196 s]
/proc/loadavg: 7.18 4.82 3.39 5/190 31081
/proc/meminfo: memFree=16174536/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=0 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 510053460 8908800 249 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301179 s]
/proc/loadavg: 7.18 4.82 3.39 5/190 31081
/proc/meminfo: memFree=16174536/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=0 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 510053460 8908800 249 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701086 s]
/proc/loadavg: 7.18 4.82 3.39 5/190 31081
/proc/meminfo: memFree=16174536/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=0 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 510053460 8908800 249 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 7.18 4.82 3.39 6/192 31084
/proc/meminfo: memFree=16135352/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=51672 CPUtime=0.47 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 12401 0 0 0 46 1 0 0 20 0 1 0 510053561 52912128 12356 33554432000 134512640 135226915 4294352096 18446744073709551615 134536806 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 12918 12356 80 175 0 12741 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 60372

[startup+3.1007 s]
/proc/loadavg: 7.18 4.82 3.39 5/192 31084
/proc/meminfo: memFree=16101540/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=54048 CPUtime=2.07 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 12992 0 0 0 205 2 0 0 25 0 1 0 510053561 55345152 12947 33554432000 134512640 135226915 4294352096 18446744073709551615 134536966 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 13512 12947 80 175 0 13335 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 62748

[startup+6.30117 s]
/proc/loadavg: 7.24 4.87 3.41 6/192 31084
/proc/meminfo: memFree=16097908/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=54716 CPUtime=5.27 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 13161 0 0 0 525 2 0 0 25 0 1 0 510053561 56029184 13116 33554432000 134512640 135226915 4294352096 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 13679 13116 80 175 0 13502 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 63416

[startup+12.701 s]
/proc/loadavg: 7.22 4.91 3.43 5/192 31084
/proc/meminfo: memFree=16081412/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=56060 CPUtime=11.67 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 13481 0 0 0 1163 4 0 0 25 0 1 0 510053561 57405440 13436 33554432000 134512640 135226915 4294352096 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/31084/statm: 14015 13436 80 175 0 13838 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 64760

[startup+25.5009 s]
/proc/loadavg: 7.03 4.97 3.48 6/192 31084
/proc/meminfo: memFree=16045588/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=57896 CPUtime=24.47 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 13956 0 0 0 2441 6 0 0 25 0 1 0 510053561 59285504 13911 33554432000 134512640 135226915 4294352096 18446744073709551615 134537032 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 14474 13911 80 175 0 14297 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 66596

[startup+51.1006 s]
/proc/loadavg: 6.12 4.93 3.50 5/192 31085
/proc/meminfo: memFree=15978452/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=61172 CPUtime=50.06 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 14748 0 0 0 4998 8 0 0 25 0 1 0 510053561 62640128 14703 33554432000 134512640 135226915 4294352096 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 15293 14703 80 175 0 15116 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 69872

[startup+102.301 s]
/proc/loadavg: 5.11 4.83 3.54 5/192 31145
/proc/meminfo: memFree=16618632/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=66932 CPUtime=101.25 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 16213 0 0 0 10116 9 0 0 25 0 1 0 510053561 68538368 16168 33554432000 134512640 135226915 4294352096 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 16733 16168 80 175 0 16556 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 75632

[startup+162.301 s]
/proc/loadavg: 4.52 4.71 3.58 5/192 31147
/proc/meminfo: memFree=16542796/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=71556 CPUtime=161.24 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 17313 0 0 0 16114 10 0 0 25 0 1 0 510053561 73273344 17268 33554432000 134512640 135226915 4294352096 18446744073709551615 134536788 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 17889 17268 80 175 0 17712 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 80256

[startup+222.307 s]
/proc/loadavg: 4.32 4.61 3.61 5/192 31149
/proc/meminfo: memFree=16452672/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=75244 CPUtime=221.25 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 18228 0 0 0 22115 10 0 0 25 0 1 0 510053561 77049856 18183 33554432000 134512640 135226915 4294352096 18446744073709551615 134527282 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 18811 18183 80 175 0 18634 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 83944

[startup+282.301 s]
/proc/loadavg: 4.12 4.49 3.63 5/192 31150
/proc/meminfo: memFree=16343664/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=80776 CPUtime=281.24 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 19553 0 0 0 28114 10 0 0 25 0 1 0 510053561 82714624 19508 33554432000 134512640 135226915 4294352096 18446744073709551615 134537040 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 20194 19508 80 175 0 20017 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 89476

[startup+342.3 s]
/proc/loadavg: 4.04 4.40 3.65 5/192 31161
/proc/meminfo: memFree=16325136/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=89100 CPUtime=341.24 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 21590 0 0 0 34112 12 0 0 25 0 1 0 510053561 91238400 21545 33554432000 134512640 135226915 4294352096 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 22275 21545 80 175 0 22098 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 97800

[startup+402.3 s]
/proc/loadavg: 4.01 4.33 3.67 5/192 31162
/proc/meminfo: memFree=16313820/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=89420 CPUtime=401.24 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 21662 0 0 0 40112 12 0 0 25 0 1 0 510053561 91566080 21617 33554432000 134512640 135226915 4294352096 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 22355 21617 80 175 0 22178 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 98120

[startup+462.301 s]
/proc/loadavg: 4.00 4.26 3.69 5/192 31164
/proc/meminfo: memFree=16275736/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=97084 CPUtime=461.24 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 23587 0 0 0 46111 13 0 0 25 0 1 0 510053561 99414016 23542 33554432000 134512640 135226915 4294352096 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 24271 23542 80 175 0 24094 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 105784

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

[startup+473.6 s]
/proc/loadavg: 4.00 4.26 3.69 5/192 31164
/proc/meminfo: memFree=16272008/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=97084 CPUtime=472.54 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 23587 0 0 0 47241 13 0 0 25 0 1 0 510053561 99414016 23542 33554432000 134512640 135226915 4294352096 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 24271 23542 80 175 0 24094 0
Current children cumulated CPU time (s) 473.54
Current children cumulated vsize (KiB) 105784

[startup+480.001 s]
/proc/loadavg: 4.00 4.25 3.69 5/192 31164
/proc/meminfo: memFree=16264072/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=97084 CPUtime=478.94 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 23587 0 0 0 47881 13 0 0 25 0 1 0 510053561 99414016 23542 33554432000 134512640 135226915 4294352096 18446744073709551615 134537302 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 24271 23542 80 175 0 24094 0
Current children cumulated CPU time (s) 479.94
Current children cumulated vsize (KiB) 105784

[startup+483.201 s]
/proc/loadavg: 4.00 4.25 3.69 5/192 31164
/proc/meminfo: memFree=16259360/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=97084 CPUtime=482.14 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 23588 0 0 0 48201 13 0 0 25 0 1 0 510053561 99414016 23543 33554432000 134512640 135226915 4294352096 18446744073709551615 134536788 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 24271 23543 80 175 0 24094 0
Current children cumulated CPU time (s) 483.14
Current children cumulated vsize (KiB) 105784

[startup+484.8 s]
/proc/loadavg: 4.00 4.25 3.69 4/186 31182
/proc/meminfo: memFree=16711992/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=97084 CPUtime=483.74 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 23588 0 0 0 48361 13 0 0 25 0 1 0 510053561 99414016 23543 33554432000 134512640 135226915 4294352096 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 24271 23543 80 175 0 24094 0
Current children cumulated CPU time (s) 484.74
Current children cumulated vsize (KiB) 105784

[startup+485.6 s]
/proc/loadavg: 3.92 4.23 3.69 4/186 31182
/proc/meminfo: memFree=16711508/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=97084 CPUtime=484.54 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 23588 0 0 0 48441 13 0 0 25 0 1 0 510053561 99414016 23543 33554432000 134512640 135226915 4294352096 18446744073709551615 134536858 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 24271 23543 80 175 0 24094 0
Current children cumulated CPU time (s) 485.54
Current children cumulated vsize (KiB) 105784

[startup+486.401 s]
/proc/loadavg: 3.92 4.23 3.69 4/186 31183
/proc/meminfo: memFree=16710788/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=97084 CPUtime=485.34 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 23588 0 0 0 48521 13 0 0 25 0 1 0 510053561 99414016 23543 33554432000 134512640 135226915 4294352096 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 24271 23543 80 175 0 24094 0
Current children cumulated CPU time (s) 486.34
Current children cumulated vsize (KiB) 105784

[startup+486.601 s]
/proc/loadavg: 3.92 4.23 3.69 4/186 31183
/proc/meminfo: memFree=16710788/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=97084 CPUtime=485.54 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 23588 0 0 0 48541 13 0 0 25 0 1 0 510053561 99414016 23543 33554432000 134512640 135226915 4294352096 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 24271 23543 80 175 0 24094 0
Current children cumulated CPU time (s) 486.54
Current children cumulated vsize (KiB) 105784

[startup+486.701 s]
/proc/loadavg: 3.92 4.23 3.69 4/186 31183
/proc/meminfo: memFree=16710788/32951132 swapFree=67111524/67111528
[pid=31081] ppid=31079 vsize=8700 CPUtime=1 cores=4,6
/proc/31081/stat : 31081 (lysat.sh) S 31079 31081 30829 0 -1 4202496 355 20728 0 0 0 0 91 9 18 0 1 0 510053460 8908800 251 33554432000 4194304 4922060 140737119934992 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31081/statm: 2175 251 209 178 0 68 0
[pid=31084] ppid=31081 vsize=97084 CPUtime=485.64 cores=4,6
/proc/31084/stat : 31084 (LySATi) R 31081 31081 30829 0 -1 4202496 23588 0 0 0 48551 13 0 0 25 0 1 0 510053561 99414016 23543 33554432000 134512640 135226915 4294352096 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31084/statm: 24271 23543 80 175 0 24094 0
Current children cumulated CPU time (s) 486.64
Current children cumulated vsize (KiB) 105784

Child status: 20
Real time (s): 486.732
CPU time (s): 486.687
CPU user time (s): 486.45
CPU system time (s): 0.236963
CPU usage (%): 99.9908
Max. virtual memory (cumulated for all children) (KiB): 105784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 486.45
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44889
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= 10
involuntary context switches= 1240

runsolver used 0.820875 second user time and 1.86472 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-28 11:55:38
IDJOB=3308862
IDBENCH=82497
IDSOLVER=1692
FILE ID=node129/3308862-1303984538
RUNJOBID= node129-1303983198-30848
PBS_JOBID= 13168697
Free space on /tmp= 66092 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308862-1303984538/watcher-3308862-1303984538 -o /tmp/evaluation-result-3308862-1303984538/solver-3308862-1303984538 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308862-1303984538.cnf i

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=184029305

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      16174692 kB
Buffers:       1269496 kB
Cached:       14172652 kB
SwapCached:          4 kB
Active:        4569096 kB
Inactive:     11532408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16174692 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          271352 kB
Writeback:           0 kB
AnonPages:      659172 kB
Mapped:          16368 kB
Slab:           610648 kB
PageTables:       6160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   856632 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node129 at 2011-04-28 12:03:45