Trace number 3308871

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 563.938 563.926

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.579
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.34	c ==============================================================================
0.00/0.34	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.34	c ==============================================================================
0.00/0.34	c |         0 |  766757  2858079 |  230027       0        0     nan |  0.000 % |
0.00/0.40	c |         0 |  765832  2856495 |      --       0       --      -- |     --   | -925/-1584
0.00/0.40	c ==============================================================================
0.00/0.40	c Result  :   #vars: 32389   #clauses: 765832   #literals: 2856495
0.00/0.40	c CPU time:   0.361944 s
0.00/0.40	c ==============================================================================
0.00/0.97	c lySAT 0.1
0.00/0.97	c minisat core +  additionnal features
0.00/0.97	c ============================[ Problem Statistics ]=============================
0.00/0.97	c |                                                                             |
0.00/0.97	c |  Number of variables:  32389                                                |
0.00/0.97	c |  Number of clauses:    765832                                               |
1.18/1.21	c |  Parsing time:         0.23         s                                       |
563.89/563.91	c restarts              : 1064
563.89/563.91	c conflicts             : 1500782        (2666 /sec)
563.89/563.91	c decisions             : 1837225        (2.89 % random) (3264 /sec)
563.89/563.91	c euip                  : 38983       
563.89/563.91	c propagations          : 343799453      (610789 /sec)
563.89/563.91	c conflict literals     : 28820639       (49.65 % deleted)
563.89/563.91	c Memory used           : 101.55 MB
563.89/563.91	c CPU time              : 562.877 s
563.89/563.91	c 
563.89/563.92	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-3308871-1303984540/watcher-3308871-1303984540 -o /tmp/evaluation-result-3308871-1303984540/solver-3308871-1303984540 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308871-1303984540.cnf i 

running on 2 cores: 5,7

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: 3.94 3.95 3.02 4/189 28905
/proc/meminfo: memFree=19371896/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) R 28903 28905 28554 0 -1 4202496 314 0 0 0 0 0 0 0 21 0 1 0 510053813 8908800 250 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278699925 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/28905/statm: 2175 250 209 178 0 68 0

[startup+0.0490831 s]
/proc/loadavg: 3.94 3.95 3.02 4/189 28905
/proc/meminfo: memFree=19371896/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 510053813 8908800 250 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/28905/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101074 s]
/proc/loadavg: 3.94 3.95 3.02 4/189 28905
/proc/meminfo: memFree=19371896/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 510053813 8908800 250 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/28905/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30104 s]
/proc/loadavg: 3.94 3.95 3.02 4/189 28905
/proc/meminfo: memFree=19371896/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 510053813 8908800 250 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/28905/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700969 s]
/proc/loadavg: 3.94 3.95 3.02 4/189 28905
/proc/meminfo: memFree=19371896/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 510053813 8908800 250 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/28905/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50082 s]
/proc/loadavg: 3.94 3.95 3.02 6/192 28925
/proc/meminfo: memFree=19416364/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=53044 CPUtime=0.51 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 12760 0 0 0 50 1 0 0 20 0 1 0 510053911 54317056 12715 33554432000 134512640 135226915 4291757536 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 13261 12715 80 175 0 13084 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 61744

[startup+3.10054 s]
/proc/loadavg: 3.94 3.95 3.02 5/194 28929
/proc/meminfo: memFree=19321372/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=55028 CPUtime=2.12 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 13257 0 0 0 210 2 0 0 25 0 1 0 510053911 56348672 13212 33554432000 134512640 135226915 4291757536 18446744073709551615 134536774 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 13757 13212 80 175 0 13580 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63728

[startup+6.30097 s]
/proc/loadavg: 3.94 3.95 3.02 5/194 28929
/proc/meminfo: memFree=19296696/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=55820 CPUtime=5.32 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 13464 0 0 0 530 2 0 0 25 0 1 0 510053911 57159680 13419 33554432000 134512640 135226915 4291757536 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 13955 13419 80 175 0 13778 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 64520

[startup+12.7008 s]
/proc/loadavg: 3.95 3.95 3.03 5/194 28929
/proc/meminfo: memFree=19295244/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=57204 CPUtime=11.72 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 13779 0 0 0 1170 2 0 0 25 0 1 0 510053911 58576896 13734 33554432000 134512640 135226915 4291757536 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 14301 13734 80 175 0 14124 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 65904

[startup+25.5005 s]
/proc/loadavg: 3.96 3.96 3.04 5/194 28929
/proc/meminfo: memFree=19282656/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=58956 CPUtime=24.52 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 14236 0 0 0 2450 2 0 0 25 0 1 0 510053911 60370944 14191 33554432000 134512640 135226915 4291757536 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 14739 14191 80 175 0 14562 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 67656

[startup+51.101 s]
/proc/loadavg: 3.97 3.96 3.07 5/194 28930
/proc/meminfo: memFree=19230276/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=61868 CPUtime=50.12 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 14931 0 0 0 5009 3 0 0 25 0 1 0 510053911 63352832 14886 33554432000 134512640 135226915 4291757536 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 15467 14886 80 175 0 15290 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70568

[startup+102.307 s]
/proc/loadavg: 4.02 3.98 3.12 5/194 28931
/proc/meminfo: memFree=19136484/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=68068 CPUtime=101.33 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 16486 0 0 0 10130 3 0 0 25 0 1 0 510053911 69701632 16441 33554432000 134512640 135226915 4291757536 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 17017 16441 80 175 0 16840 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 76768

[startup+162.3 s]
/proc/loadavg: 4.08 4.00 3.18 5/194 28993
/proc/meminfo: memFree=19801232/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=73432 CPUtime=161.32 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 17771 0 0 0 16129 3 0 0 25 0 1 0 510053911 75194368 17726 33554432000 134512640 135226915 4291757536 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 18358 17726 80 175 0 18181 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 82132

[startup+222.301 s]
/proc/loadavg: 4.03 4.00 3.23 5/194 28994
/proc/meminfo: memFree=19761876/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=77196 CPUtime=221.32 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 18644 0 0 0 22128 4 0 0 25 0 1 0 510053911 79048704 18599 33554432000 134512640 135226915 4291757536 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 19299 18599 80 175 0 19122 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 85896

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.28 5/194 28996
/proc/meminfo: memFree=19720080/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=83084 CPUtime=281.32 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 20143 0 0 0 28127 5 0 0 25 0 1 0 510053911 85078016 20098 33554432000 134512640 135226915 4291757536 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 20771 20098 80 175 0 20594 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 91784

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.32 5/194 29007
/proc/meminfo: memFree=19682280/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=91368 CPUtime=341.33 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 22132 0 0 0 34127 6 0 0 25 0 1 0 510053911 93560832 22087 33554432000 134512640 135226915 4291757536 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 22842 22087 80 175 0 22665 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 100068

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.36 5/194 29008
/proc/meminfo: memFree=19669124/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=92748 CPUtime=401.33 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 22465 0 0 0 40127 6 0 0 25 0 1 0 510053911 94973952 22420 33554432000 134512640 135226915 4291757536 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 23187 22420 80 175 0 23010 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 101448

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.39 5/194 29010
/proc/meminfo: memFree=19618624/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=98928 CPUtime=461.33 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 24012 0 0 0 46126 7 0 0 25 0 1 0 510053911 101302272 23967 33554432000 134512640 135226915 4291757536 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 24732 23967 80 175 0 24555 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 107628

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.43 5/194 29014
/proc/meminfo: memFree=19608548/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=99084 CPUtime=521.33 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 24076 0 0 0 52126 7 0 0 25 0 1 0 510053911 101462016 24031 33554432000 134512640 135226915 4291757536 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 24771 24031 80 175 0 24594 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 107784

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

[startup+537.5 s]
/proc/loadavg: 4.00 4.00 3.44 5/194 29015
/proc/meminfo: memFree=19589672/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=99496 CPUtime=536.53 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 24174 0 0 0 53646 7 0 0 25 0 1 0 510053911 101883904 24129 33554432000 134512640 135226915 4291757536 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 24874 24129 80 175 0 24697 0
Current children cumulated CPU time (s) 537.49
Current children cumulated vsize (KiB) 108196

[startup+550.301 s]
/proc/loadavg: 4.00 4.00 3.45 5/194 29015
/proc/meminfo: memFree=19575848/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=102768 CPUtime=549.33 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 24948 0 0 0 54926 7 0 0 25 0 1 0 510053911 105234432 24903 33554432000 134512640 135226915 4291757536 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 25692 24903 80 175 0 25515 0
Current children cumulated CPU time (s) 550.29
Current children cumulated vsize (KiB) 111468

[startup+556.701 s]
/proc/loadavg: 4.00 4.00 3.45 5/194 29015
/proc/meminfo: memFree=19571136/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=103564 CPUtime=555.73 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 25168 0 0 0 55566 7 0 0 25 0 1 0 510053911 106049536 25123 33554432000 134512640 135226915 4291757536 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 25891 25123 80 175 0 25714 0
Current children cumulated CPU time (s) 556.69
Current children cumulated vsize (KiB) 112264

[startup+559.907 s]
/proc/loadavg: 4.00 4.00 3.45 5/194 29015
/proc/meminfo: memFree=19568532/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=103708 CPUtime=558.93 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 25180 0 0 0 55886 7 0 0 25 0 1 0 510053911 106196992 25135 33554432000 134512640 135226915 4291757536 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 25927 25135 80 175 0 25750 0
Current children cumulated CPU time (s) 559.89
Current children cumulated vsize (KiB) 112408

[startup+561.501 s]
/proc/loadavg: 4.00 4.00 3.45 5/194 29015
/proc/meminfo: memFree=19567664/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=103708 CPUtime=560.53 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 25195 0 0 0 56046 7 0 0 25 0 1 0 510053911 106196992 25150 33554432000 134512640 135226915 4291757536 18446744073709551615 134537296 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 25927 25150 80 175 0 25750 0
Current children cumulated CPU time (s) 561.49
Current children cumulated vsize (KiB) 112408

[startup+563.101 s]
/proc/loadavg: 4.00 4.00 3.46 5/190 29037
/proc/meminfo: memFree=19694904/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=103984 CPUtime=562.13 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 25244 0 0 0 56206 7 0 0 25 0 1 0 510053911 106479616 25199 33554432000 134512640 135226915 4291757536 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 25996 25199 80 175 0 25819 0
Current children cumulated CPU time (s) 563.09
Current children cumulated vsize (KiB) 112684

[startup+563.501 s]
/proc/loadavg: 4.00 4.00 3.46 5/190 29037
/proc/meminfo: memFree=19694904/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=103984 CPUtime=562.53 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 25245 0 0 0 56246 7 0 0 25 0 1 0 510053911 106479616 25200 33554432000 134512640 135226915 4291757536 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 25996 25200 80 175 0 25819 0
Current children cumulated CPU time (s) 563.49
Current children cumulated vsize (KiB) 112684

[startup+563.901 s]
/proc/loadavg: 4.00 4.00 3.46 5/190 29037
/proc/meminfo: memFree=19694904/32950904 swapFree=67082284/67111528
[pid=28905] ppid=28903 vsize=8700 CPUtime=0.96 cores=5,7
/proc/28905/stat : 28905 (lysat.sh) S 28903 28905 28554 0 -1 4202496 357 16836 0 0 0 0 89 7 18 0 1 0 510053813 8908800 252 33554432000 4194304 4922060 140736748155552 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28905/statm: 2175 252 209 178 0 68 0
[pid=28920] ppid=28905 vsize=103984 CPUtime=562.93 cores=5,7
/proc/28920/stat : 28920 (LySATi) R 28905 28905 28554 0 -1 4202496 25257 0 0 0 56286 7 0 0 25 0 1 0 510053911 106479616 25212 33554432000 134512640 135226915 4291757536 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28920/statm: 25996 25212 80 175 0 25819 0
Current children cumulated CPU time (s) 563.89
Current children cumulated vsize (KiB) 112684

Child status: 20
Real time (s): 563.926
CPU time (s): 563.938
CPU user time (s): 563.777
CPU system time (s): 0.160975
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 112684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 563.777
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42670
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= 9
involuntary context switches= 724

runsolver used 0.976851 second user time and 2.10168 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-28 11:55:41
IDJOB=3308871
IDBENCH=82500
IDSOLVER=1692
FILE ID=node121/3308871-1303984540
RUNJOBID= node121-1303983219-28575
PBS_JOBID= 13168705
Free space on /tmp= 72468 MiB

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

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=1086749280

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19372168 kB
Buffers:       2174232 kB
Cached:       10295116 kB
SwapCached:       2776 kB
Active:        9763372 kB
Inactive:      3292632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19372168 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:          122540 kB
Writeback:           0 kB
AnonPages:      584300 kB
Mapped:          14792 kB
Slab:           456872 kB
PageTables:       6484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   778404 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= 72564 MiB
End job on node121 at 2011-04-28 12:05:05