Trace number 1774583

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 499.329 499.528

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 benchmark138.17
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.29/1.36	c ==============================================================================
1.29/1.36	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.36	c ==============================================================================
1.29/1.36	c |         0 | 1268704  3718600 |  380611       0        0     nan |  0.000 % |
23.38/23.45	c |         0 |  433228  1602137 |      --       0       --      -- |     --   | -674843/-1677597
23.38/23.46	c ==============================================================================
23.38/23.46	c Result  :   #vars: 41452   #clauses: 433228   #literals: 1602137
23.38/23.46	c CPU time:   23.1085 s
23.38/23.46	c ==============================================================================
24.08/24.20	c lySAT 0.1
24.08/24.20	c minisat core +  additionnal features
24.08/24.20	c ============================[ Problem Statistics ]=============================
24.08/24.20	c |                                                                             |
24.19/24.20	c |  Number of variables:  41452                                                |
24.19/24.20	c |  Number of clauses:    433228                                               |
24.48/24.51	c |  Parsing time:         0.26         s                                       |
499.19/499.49	c restarts              : 1018
499.19/499.49	c conflicts             : 745782         (1570 /sec)
499.19/499.49	c decisions             : 1306276        (8.50 % random) (2750 /sec)
499.19/499.49	c euip                  : 35582       
499.19/499.49	c propagations          : 485025181      (1021218 /sec)
499.19/499.49	c conflict literals     : 20345799       (39.78 % deleted)
499.19/499.49	c Memory used           : 59.55 MB
499.19/499.49	c CPU time              : 474.948 s
499.19/499.49	c 
499.29/499.50	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-1774583-1241243292/watcher-1774583-1241243292 -o /tmp/evaluation-result-1774583-1241243292/solver-1774583-1241243292 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774583-1241243292.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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: 0.99 0.98 0.99 2/64 29090
/proc/meminfo: memFree=1606968/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=0
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152363021 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29090/statm: 1339 235 195 169 0 50 0
[pid=29091] ppid=29090 vsize=1400 CPUtime=0
/proc/29091/stat : 29091 (SatElite) R 29090 29090 28841 0 -1 4194304 253 0 0 0 0 0 0 0 18 0 1 0 152363021 1433600 237 1992294400 134512640 135034092 4294956112 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 1 0 0
/proc/29091/statm: 350 237 51 127 0 220 0

[startup+0.105867 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 29090
/proc/meminfo: memFree=1606968/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=0
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152363021 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29090/statm: 1339 235 195 169 0 50 0
[pid=29091] ppid=29090 vsize=17264 CPUtime=0.09
/proc/29091/stat : 29091 (SatElite) R 29090 29090 28841 0 -1 4194304 4284 0 0 0 7 2 0 0 18 0 1 0 152363021 17678336 4204 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/29091/statm: 4316 4205 51 127 0 4186 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22620

[startup+0.201885 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 29090
/proc/meminfo: memFree=1606968/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=0
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152363021 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29090/statm: 1339 235 195 169 0 50 0
[pid=29091] ppid=29090 vsize=36808 CPUtime=0.19
/proc/29091/stat : 29091 (SatElite) R 29090 29090 28841 0 -1 4194304 6610 0 0 0 15 4 0 0 18 0 1 0 152363021 37691392 6530 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29091/statm: 9202 6531 51 127 0 9072 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42164

[startup+0.301907 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 29090
/proc/meminfo: memFree=1606968/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=0
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152363021 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29090/statm: 1339 235 195 169 0 50 0
[pid=29091] ppid=29090 vsize=45016 CPUtime=0.29
/proc/29091/stat : 29091 (SatElite) R 29090 29090 28841 0 -1 4194304 9020 0 0 0 23 6 0 0 19 0 1 0 152363021 46096384 8940 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29091/statm: 11254 8941 51 127 0 11124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50372

[startup+0.701993 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 29090
/proc/meminfo: memFree=1606968/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=0
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152363021 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29090/statm: 1339 235 195 169 0 50 0
[pid=29091] ppid=29090 vsize=98704 CPUtime=0.69
/proc/29091/stat : 29091 (SatElite) R 29090 29090 28841 0 -1 4194304 18524 0 0 0 57 12 0 0 22 0 1 0 152363021 101072896 18444 1992294400 134512640 135034092 4294956112 18446744073709551615 134548147 0 0 4096 3 0 0 0 17 1 0 0
/proc/29091/statm: 24676 18445 51 127 0 24546 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104060

[startup+1.50116 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29092
/proc/meminfo: memFree=1501480/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=0
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152363021 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29090/statm: 1339 235 195 169 0 50 0
[pid=29091] ppid=29090 vsize=162196 CPUtime=1.49
/proc/29091/stat : 29091 (SatElite) R 29090 29090 28841 0 -1 4194304 33181 0 0 0 127 22 0 0 25 0 1 0 152363021 166088704 33101 1992294400 134512640 135034092 4294956112 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 1 0 0
/proc/29091/statm: 40549 33102 64 127 0 40419 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 167552

[startup+3.10251 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29092
/proc/meminfo: memFree=1471328/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=0
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152363021 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29090/statm: 1339 235 195 169 0 50 0
[pid=29091] ppid=29090 vsize=174728 CPUtime=3.09
/proc/29091/stat : 29091 (SatElite) R 29090 29090 28841 0 -1 4194304 36695 0 0 0 286 23 0 0 25 0 1 0 152363021 178921472 36615 1992294400 134512640 135034092 4294956112 18446744073709551615 134671583 0 0 4096 3 0 0 0 17 1 0 0
/proc/29091/statm: 43682 36615 67 127 0 43552 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 180084

[startup+6.30119 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29092
/proc/meminfo: memFree=1460008/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=0
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152363021 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29090/statm: 1339 235 195 169 0 50 0
[pid=29091] ppid=29090 vsize=174728 CPUtime=6.28
/proc/29091/stat : 29091 (SatElite) R 29090 29090 28841 0 -1 4194304 36710 0 0 0 604 24 0 0 25 0 1 0 152363021 178921472 36630 1992294400 134512640 135034092 4294956112 18446744073709551615 134541254 0 0 4096 3 0 0 0 17 1 0 0
/proc/29091/statm: 43682 36630 67 127 0 43552 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 180084

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29092
/proc/meminfo: memFree=1460144/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=0
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152363021 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29090/statm: 1339 235 195 169 0 50 0
[pid=29091] ppid=29090 vsize=174456 CPUtime=12.68
/proc/29091/stat : 29091 (SatElite) R 29090 29090 28841 0 -1 4194304 36786 0 0 0 1244 24 0 0 25 0 1 0 152363021 178642944 36638 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 1 0 0
/proc/29091/statm: 43614 36638 67 127 0 43484 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 179812

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29093
/proc/meminfo: memFree=1553904/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=31936 CPUtime=1.28
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 7731 0 0 0 124 4 0 0 25 0 1 0 152365442 32702464 7660 1992294400 134512640 135226915 4294956224 18446744073709551615 134537411 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 7984 7660 81 174 0 7807 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37292

[startup+51.1018 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1549680/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=36532 CPUtime=26.88
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 8832 0 0 0 2680 8 0 0 25 0 1 0 152365442 37408768 8752 1992294400 134512640 135226915 4294956224 18446744073709551615 134526548 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 9133 8752 81 174 0 8956 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41888

[startup+102.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1542704/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=43540 CPUtime=78.06
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 10586 0 0 0 7796 10 0 0 25 0 1 0 152365442 44584960 10506 1992294400 134512640 135226915 4294956224 18446744073709551615 134527156 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 10885 10506 81 174 0 10708 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 48896

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1538352/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=48176 CPUtime=138.03
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 11735 0 0 0 13792 11 0 0 25 0 1 0 152365442 49332224 11655 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 12044 11655 81 174 0 11867 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 53532

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1534000/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=52456 CPUtime=198.02
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 12771 0 0 0 19789 13 0 0 25 0 1 0 152365442 53714944 12691 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 13114 12691 81 174 0 12937 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 57812

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1532400/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=53996 CPUtime=257.98
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 13169 0 0 0 25785 13 0 0 25 0 1 0 152365442 55291904 13089 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 13499 13089 81 174 0 13322 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 59352

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1529008/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=57780 CPUtime=317.96
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 14030 0 0 0 31782 14 0 0 25 0 1 0 152365442 59166720 13950 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 14445 13950 81 174 0 14268 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 63136

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1527856/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=58928 CPUtime=377.94
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 14301 0 0 0 37779 15 0 0 25 0 1 0 152365442 60342272 14221 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 14732 14221 81 174 0 14555 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 64284

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1525936/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=60980 CPUtime=437.91
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 14777 0 0 0 43776 15 0 0 25 0 1 0 152365442 62443520 14697 1992294400 134512640 135226915 4294956224 18446744073709551615 134526899 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 66336

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

[startup+486.403 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1525872/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=60980 CPUtime=462
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 14777 0 0 0 46185 15 0 0 25 0 1 0 152365442 62443520 14697 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 486.19
Current children cumulated vsize (KiB) 66336

[startup+492.801 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1525872/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=60980 CPUtime=468.4
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 14777 0 0 0 46825 15 0 0 25 0 1 0 152365442 62443520 14697 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 492.59
Current children cumulated vsize (KiB) 66336

[startup+496.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1525872/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=60980 CPUtime=471.6
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 14777 0 0 0 47145 15 0 0 25 0 1 0 152365442 62443520 14697 1992294400 134512640 135226915 4294956224 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 495.79
Current children cumulated vsize (KiB) 66336

[startup+497.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1525872/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=60980 CPUtime=473.2
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 14777 0 0 0 47305 15 0 0 25 0 1 0 152365442 62443520 14697 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 497.39
Current children cumulated vsize (KiB) 66336

[startup+498.405 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1525872/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=60980 CPUtime=474
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 14777 0 0 0 47385 15 0 0 25 0 1 0 152365442 62443520 14697 1992294400 134512640 135226915 4294956224 18446744073709551615 134539400 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 498.19
Current children cumulated vsize (KiB) 66336

[startup+499.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1525872/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=60980 CPUtime=474.8
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 14777 0 0 0 47465 15 0 0 25 0 1 0 152365442 62443520 14697 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 498.99
Current children cumulated vsize (KiB) 66336

[startup+499.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1525872/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=60980 CPUtime=475
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194304 14777 0 0 0 47485 15 0 0 25 0 1 0 152365442 62443520 14697 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 15245 14697 81 174 0 15068 0
Current children cumulated CPU time (s) 499.19
Current children cumulated vsize (KiB) 66336

[startup+499.506 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29093
/proc/meminfo: memFree=1525872/2055920 swapFree=4178716/4192956
[pid=29090] ppid=29088 vsize=5356 CPUtime=24.19
/proc/29090/stat : 29090 (lysat.sh) S 29088 29090 28841 0 -1 4194304 310 45700 0 0 0 0 2379 40 16 0 1 0 152363021 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29090/statm: 1339 237 195 169 0 50 0
[pid=29093] ppid=29090 vsize=0 CPUtime=475.1
/proc/29093/stat : 29093 (LySATi) R 29090 29090 28841 0 -1 4194308 14784 0 0 0 47494 16 0 0 25 0 1 0 152365442 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/29093/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 499.29
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 499.528
CPU time (s): 499.329
CPU user time (s): 498.743
CPU system time (s): 0.58591
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 197432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 498.743
system time used= 0.58591
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= 622

runsolver used 0.552915 second user time and 1.24181 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 07:48:14
IDJOB=1774583
IDBENCH=70962
IDSOLVER=609
FILE ID=node10/1774583-1241243292
PBS_JOBID= 9224857
Free space on /tmp= 66532 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-1774583-1241243292/watcher-1774583-1241243292 -o /tmp/evaluation-result-1774583-1241243292/solver-1774583-1241243292 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1774583-1241243292.cnf i

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

MD5SUM BENCH= a9e7651569c1b43a1021c78982fb4e6b
RANDOM SEED=977855291

node10.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.263
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	: 5931.00
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.263
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:       1607448 kB
Buffers:         70488 kB
Cached:         280120 kB
SwapCached:       8024 kB
Active:          91560 kB
Inactive:       268872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607448 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:           28700 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            74120 kB
Committed_AS:   675212 kB
PageTables:       1376 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= 66528 MiB
End job on node10 at 2009-05-02 07:56:33