Trace number 1577570

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
LySAT i/2009-03-20UNSAT 498.056 498.273

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L90_coli.sat.cnf
MD5SUMa9e7651569c1b43a1021c78982fb4e6b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.456
Satisfiable
(Un)Satisfiability was proved
Number of variables282842
Number of clauses1350458
Sum of the clauses size3903824
Maximum clause length11
Minimum clause length1
Number of clauses of size 129377
Number of clauses of size 2364467
Number of clauses of size 3730908
Number of clauses of size 4177355
Number of clauses of size 548082
Number of clauses of size over 5269

Solver Data

0.00/0.00	c Parsing...
1.18/1.28	c ==============================================================================
1.18/1.28	c |           |     ORIGINAL     |              LEARNT              |          |
1.18/1.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.18/1.28	c ==============================================================================
1.18/1.28	c |         0 | 1268704  3718600 |  380611       0        0     nan |  0.000 % |
23.38/23.47	c |         0 |  433228  1602137 |      --       0       --      -- |     --   | -674843/-1677597
23.38/23.47	c ==============================================================================
23.38/23.47	c Result  :   #vars: 41452   #clauses: 433228   #literals: 1602137
23.38/23.47	c CPU time:   23.1475 s
23.38/23.47	c ==============================================================================
24.18/24.22	c lySAT 0.1
24.18/24.22	c minisat core +  additionnal features
24.18/24.22	c ============================[ Problem Statistics ]=============================
24.18/24.22	c |                                                                             |
24.18/24.22	c |  Number of variables:  41452                                                |
24.18/24.22	c |  Number of clauses:    433228                                               |
24.20/24.51	c |  Parsing time:         0.24         s                                       |
497.96/498.24	c restarts              : 1018
497.96/498.24	c conflicts             : 745782         (1574 /sec)
497.96/498.24	c decisions             : 1306276        (8.50 % random) (2758 /sec)
497.96/498.24	c euip                  : 35582       
497.96/498.24	c propagations          : 485025181      (1023951 /sec)
497.96/498.24	c conflict literals     : 20345799       (39.78 % deleted)
497.96/498.24	c Memory used           : 59.55 MB
497.96/498.24	c CPU time              : 473.68 s
497.96/498.24	c 
497.96/498.25	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1577570-1241002723/watcher-1577570-1241002723 -o /tmp/evaluation-result-1577570-1241002723/solver-1577570-1241002723 -C 1200 -W 1800 -M 1800 lysat.sh HOME/instance-1577570-1241002723.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 1.46 1.33 3/64 15806
/proc/meminfo: memFree=1272312/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (lysat.sh) R 15804 15806 15480 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 128300938 5484544 168 1992294400 4194304 4889804 548682068800 18446744073709551615 4333235 0 0 4100 0 0 0 0 17 1 0 0
/proc/15806/statm: 1339 173 142 169 0 50 0

[startup+0.072003 s]
/proc/loadavg: 1.05 1.46 1.33 3/64 15806
/proc/meminfo: memFree=1272312/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128300938 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102009 s]
/proc/loadavg: 1.05 1.46 1.33 3/64 15806
/proc/meminfo: memFree=1272312/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128300938 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301041 s]
/proc/loadavg: 1.05 1.46 1.33 3/64 15806
/proc/meminfo: memFree=1272312/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128300938 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701097 s]
/proc/loadavg: 1.05 1.46 1.33 3/64 15806
/proc/meminfo: memFree=1272312/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128300938 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5012 s]
/proc/loadavg: 1.05 1.46 1.33 2/66 15808
/proc/meminfo: memFree=1170728/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128300938 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 235 195 169 0 50 0
[pid=15808] ppid=15806 vsize=162452 CPUtime=1.48
/proc/15808/stat : 15808 (SatElite) R 15806 15806 15480 0 -1 4194304 33819 0 0 0 128 20 0 0 25 0 1 0 128300938 166350848 33739 1992294400 134512640 135034092 4294956096 18446744073709551615 134540978 0 0 4096 3 0 0 0 17 1 0 0
/proc/15808/statm: 40613 33739 64 127 0 40483 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 167808

[startup+3.10145 s]
/proc/loadavg: 1.04 1.45 1.32 2/66 15808
/proc/meminfo: memFree=1136744/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128300938 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 235 195 169 0 50 0
[pid=15808] ppid=15806 vsize=174728 CPUtime=3.08
/proc/15808/stat : 15808 (SatElite) R 15806 15806 15480 0 -1 4194304 36695 0 0 0 287 21 0 0 25 0 1 0 128300938 178921472 36615 1992294400 134512640 135034092 4294956096 18446744073709551615 134540980 0 0 4096 3 0 0 0 17 1 0 0
/proc/15808/statm: 43682 36615 67 127 0 43552 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 180084

[startup+6.30191 s]
/proc/loadavg: 1.04 1.45 1.32 2/66 15808
/proc/meminfo: memFree=1125544/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128300938 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 235 195 169 0 50 0
[pid=15808] ppid=15806 vsize=174728 CPUtime=6.28
/proc/15808/stat : 15808 (SatElite) R 15806 15806 15480 0 -1 4194304 36710 0 0 0 607 21 0 0 25 0 1 0 128300938 178921472 36630 1992294400 134512640 135034092 4294956096 18446744073709551615 134541266 0 0 4096 3 0 0 0 17 1 0 0
/proc/15808/statm: 43682 36630 67 127 0 43552 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 180084

[startup+12.7019 s]
/proc/loadavg: 1.04 1.44 1.32 2/66 15808
/proc/meminfo: memFree=1125544/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128300938 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 235 195 169 0 50 0
[pid=15808] ppid=15806 vsize=174456 CPUtime=12.68
/proc/15808/stat : 15808 (SatElite) R 15806 15806 15480 0 -1 4194304 36786 0 0 0 1246 22 0 0 25 0 1 0 128300938 178642944 36638 1992294400 134512640 135034092 4294956096 18446744073709551615 134541266 0 0 4096 3 0 0 0 17 1 0 0
/proc/15808/statm: 43614 36638 67 127 0 43484 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 179812

[startup+25.5017 s]
/proc/loadavg: 1.03 1.42 1.32 2/66 15809
/proc/meminfo: memFree=1218856/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=31936 CPUtime=1.26
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 7731 0 0 0 121 5 0 0 25 0 1 0 128303360 32702464 7660 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 7984 7660 81 174 0 7807 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 37292

[startup+51.1015 s]
/proc/loadavg: 1.08 1.40 1.31 2/66 15809
/proc/meminfo: memFree=1214568/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=36532 CPUtime=26.85
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 8835 0 0 0 2679 6 0 0 25 0 1 0 128303360 37408768 8755 1992294400 134512640 135226915 4294956208 18446744073709551615 134536755 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 9133 8755 81 174 0 8956 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 41888

[startup+102.306 s]
/proc/loadavg: 1.03 1.33 1.29 2/66 15809
/proc/meminfo: memFree=1207464/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=43540 CPUtime=78.01
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 10586 0 0 0 7793 8 0 0 25 0 1 0 128303360 44584960 10506 1992294400 134512640 135226915 4294956208 18446744073709551615 134539221 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 10885 10506 81 174 0 10708 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 48896

[startup+162.302 s]
/proc/loadavg: 1.01 1.27 1.27 2/66 15815
/proc/meminfo: memFree=1202848/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=48308 CPUtime=137.97
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 11784 0 0 0 13787 10 0 0 25 0 1 0 128303360 49467392 11704 1992294400 134512640 135226915 4294956208 18446744073709551615 134536945 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 12077 11704 81 174 0 11900 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 53664

[startup+222.302 s]
/proc/loadavg: 1.00 1.22 1.25 2/66 15815
/proc/meminfo: memFree=1198624/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=52456 CPUtime=197.96
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 12774 0 0 0 19785 11 0 0 25 0 1 0 128303360 53714944 12694 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 13114 12694 81 174 0 12937 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 57812

[startup+282.301 s]
/proc/loadavg: 1.00 1.17 1.23 2/66 15815
/proc/meminfo: memFree=1197024/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=53996 CPUtime=257.93
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 13169 0 0 0 25782 11 0 0 25 0 1 0 128303360 55291904 13089 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 13499 13089 81 174 0 13322 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 59352

[startup+342.302 s]
/proc/loadavg: 1.00 1.14 1.22 2/66 15815
/proc/meminfo: memFree=1193440/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=57912 CPUtime=317.91
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14070 0 0 0 31779 12 0 0 25 0 1 0 128303360 59301888 13990 1992294400 134512640 135226915 4294956208 18446744073709551615 134537542 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 14478 13990 81 174 0 14301 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 63268

[startup+402.301 s]
/proc/loadavg: 1.00 1.11 1.20 2/66 15815
/proc/meminfo: memFree=1192416/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=58928 CPUtime=377.9
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14302 0 0 0 37777 13 0 0 25 0 1 0 128303360 60342272 14222 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 14732 14222 81 174 0 14555 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 64284

[startup+462.301 s]
/proc/loadavg: 1.00 1.09 1.18 2/66 15815
/proc/meminfo: memFree=1190504/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=60980 CPUtime=437.87
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14777 0 0 0 43774 13 0 0 25 0 1 0 128303360 62443520 14697 1992294400 134512640 135226915 4294956208 18446744073709551615 134527222 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 66336

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

[startup+473.502 s]
/proc/loadavg: 1.00 1.09 1.18 2/66 15815
/proc/meminfo: memFree=1190504/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=60980 CPUtime=449.07
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14777 0 0 0 44894 13 0 0 25 0 1 0 128303360 62443520 14697 1992294400 134512640 135226915 4294956208 18446744073709551615 134525856 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 473.27
Current children cumulated vsize (KiB) 66336

[startup+486.302 s]
/proc/loadavg: 1.00 1.08 1.18 2/66 15815
/proc/meminfo: memFree=1190504/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=60980 CPUtime=461.86
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14777 0 0 0 46173 13 0 0 25 0 1 0 128303360 62443520 14697 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 486.06
Current children cumulated vsize (KiB) 66336

[startup+492.702 s]
/proc/loadavg: 1.00 1.08 1.17 2/66 15815
/proc/meminfo: memFree=1190504/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=60980 CPUtime=468.27
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14777 0 0 0 46814 13 0 0 25 0 1 0 128303360 62443520 14697 1992294400 134512640 135226915 4294956208 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 492.47
Current children cumulated vsize (KiB) 66336

[startup+495.901 s]
/proc/loadavg: 1.00 1.08 1.17 2/66 15815
/proc/meminfo: memFree=1190504/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=60980 CPUtime=471.46
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14777 0 0 0 47133 13 0 0 25 0 1 0 128303360 62443520 14697 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 495.66
Current children cumulated vsize (KiB) 66336

[startup+497.501 s]
/proc/loadavg: 1.00 1.08 1.17 2/66 15815
/proc/meminfo: memFree=1190504/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=60980 CPUtime=473.06
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14777 0 0 0 47293 13 0 0 25 0 1 0 128303360 62443520 14697 1992294400 134512640 135226915 4294956208 18446744073709551615 134537074 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 497.26
Current children cumulated vsize (KiB) 66336

[startup+497.901 s]
/proc/loadavg: 1.00 1.08 1.17 2/66 15815
/proc/meminfo: memFree=1190504/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=60980 CPUtime=473.46
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14777 0 0 0 47333 13 0 0 25 0 1 0 128303360 62443520 14697 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 497.66
Current children cumulated vsize (KiB) 66336

[startup+498.101 s]
/proc/loadavg: 1.00 1.08 1.17 2/66 15815
/proc/meminfo: memFree=1190504/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=60980 CPUtime=473.66
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14777 0 0 0 47353 13 0 0 25 0 1 0 128303360 62443520 14697 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 497.86
Current children cumulated vsize (KiB) 66336

[startup+498.201 s]
/proc/loadavg: 1.00 1.08 1.17 2/66 15815
/proc/meminfo: memFree=1190504/2055920 swapFree=4143496/4192956
[pid=15806] ppid=15804 vsize=5356 CPUtime=24.2
/proc/15806/stat : 15806 (lysat.sh) S 15804 15806 15480 0 -1 4194304 310 45700 0 0 0 0 2382 38 16 0 1 0 128300938 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 237 195 169 0 50 0
[pid=15809] ppid=15806 vsize=60980 CPUtime=473.76
/proc/15809/stat : 15809 (LySATi) R 15806 15806 15480 0 -1 4194304 14777 0 0 0 47363 13 0 0 25 0 1 0 128303360 62443520 14697 1992294400 134512640 135226915 4294956208 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 1 0 0
/proc/15809/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 497.96
Current children cumulated vsize (KiB) 66336

Child status: 20
Real time (s): 498.273
CPU time (s): 498.056
CPU user time (s): 497.51
CPU system time (s): 0.545917
CPU usage (%): 99.9565
Max. virtual memory (cumulated for all children) (KiB): 197432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 497.51
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60949
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= 39
involuntary context switches= 1165

runsolver used 0.58691 second user time and 1.23381 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-29 12:58:45
IDJOB=1577570
IDBENCH=70962
IDSOLVER=511
FILE ID=node39/1577570-1241002723
PBS_JOBID= 9204828
Free space on /tmp= 66420 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L90_coli.sat.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577570-1241002723/watcher-1577570-1241002723 -o /tmp/evaluation-result-1577570-1241002723/solver-1577570-1241002723 -C 1200 -W 1800 -M 1800  lysat.sh HOME/instance-1577570-1241002723.cnf i

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a9e7651569c1b43a1021c78982fb4e6b
RANDOM SEED=462033886

node39.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1272856 kB
Buffers:         47892 kB
Cached:         640996 kB
SwapCached:      43744 kB
Active:         161540 kB
Inactive:       573456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272856 kB
SwapTotal:     4192956 kB
SwapFree:      4143496 kB
Dirty:           28708 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            34124 kB
Committed_AS:   604444 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66420 MiB
End job on node39 at 2009-04-29 13:07:04