Trace number 1724140

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 39.337 39.3655

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.2557
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

0.00/0.00	c Parsing...
1.10/1.11	c ==============================================================================
1.10/1.11	c |           |     ORIGINAL     |              LEARNT              |          |
1.10/1.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.10/1.11	c ==============================================================================
1.10/1.11	c |         0 |  512081  1166425 |  153624       0        0     nan |  0.000 % |
4.30/4.35	c |         0 |  104585   338143 |      --       0       --      -- |     --   | -229624/-408982
4.30/4.35	c ==============================================================================
4.30/4.35	c Result  :   #vars: 22541   #clauses: 104585   #literals: 338143
4.30/4.35	c CPU time:   4.20736 s
4.30/4.35	c ==============================================================================
4.49/4.58	c lySAT 0.1
4.49/4.58	c minisat core +  additionnal features
4.49/4.58	c ============================[ Problem Statistics ]=============================
4.49/4.58	c |                                                                             |
4.49/4.58	c |  Number of variables:  22541                                                |
4.49/4.58	c |  Number of clauses:    104585                                               |
4.56/4.68	c |  Parsing time:         0.09         s                                       |
39.24/39.35	c restarts              : 1215
39.24/39.35	c conflicts             : 123196         (3549 /sec)
39.24/39.35	c decisions             : 955824         (8.48 % random) (27534 /sec)
39.24/39.35	c euip                  : 3188        
39.24/39.35	c propagations          : 41510950       (1195774 /sec)
39.24/39.35	c conflict literals     : 1080042        (18.01 % deleted)
39.24/39.35	c Memory used           : 14.25 MB
39.24/39.35	c CPU time              : 34.7147 s
39.24/39.35	c 
39.24/39.35	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-1724140-1240692875/watcher-1724140-1240692875 -o /tmp/evaluation-result-1724140-1240692875/solver-1724140-1240692875 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1724140-1240692875.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.22 1.06 1.11 3/65 19243
/proc/meminfo: memFree=1608744/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=0
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97318027 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19243/statm: 1339 235 195 169 0 50 0
[pid=19244] ppid=19243 vsize=3924 CPUtime=0
/proc/19244/stat : 19244 (SatElite) R 19243 19243 19118 0 -1 4194304 619 0 0 0 0 0 0 0 18 0 1 0 97318027 4018176 603 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 1 0 0
/proc/19244/statm: 981 606 50 127 0 851 0

[startup+0.0917521 s]
/proc/loadavg: 1.22 1.06 1.11 3/65 19243
/proc/meminfo: memFree=1608744/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=0
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97318027 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19243/statm: 1339 235 195 169 0 50 0
[pid=19244] ppid=19243 vsize=27784 CPUtime=0.08
/proc/19244/stat : 19244 (SatElite) R 19243 19243 19118 0 -1 4194304 5487 0 0 0 6 2 0 0 18 0 1 0 97318027 28450816 5324 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/19244/statm: 6946 5325 51 127 0 6816 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33140

[startup+0.101754 s]
/proc/loadavg: 1.22 1.06 1.11 3/65 19243
/proc/meminfo: memFree=1608744/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=0
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97318027 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19243/statm: 1339 235 195 169 0 50 0
[pid=19244] ppid=19243 vsize=28708 CPUtime=0.09
/proc/19244/stat : 19244 (SatElite) R 19243 19243 19118 0 -1 4194304 5722 0 0 0 7 2 0 0 18 0 1 0 97318027 29396992 5559 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19244/statm: 7177 5560 51 127 0 7047 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34064

[startup+0.301792 s]
/proc/loadavg: 1.22 1.06 1.11 3/65 19243
/proc/meminfo: memFree=1608744/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=0
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97318027 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19243/statm: 1339 235 195 169 0 50 0
[pid=19244] ppid=19243 vsize=44516 CPUtime=0.29
/proc/19244/stat : 19244 (SatElite) R 19243 19243 19118 0 -1 4194304 9585 0 0 0 24 5 0 0 19 0 1 0 97318027 45584384 9422 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19244/statm: 11129 9422 51 127 0 10999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49872

[startup+0.701872 s]
/proc/loadavg: 1.22 1.06 1.11 3/65 19243
/proc/meminfo: memFree=1608744/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=0
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97318027 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19243/statm: 1339 235 195 169 0 50 0
[pid=19244] ppid=19243 vsize=62180 CPUtime=0.69
/proc/19244/stat : 19244 (SatElite) R 19243 19243 19118 0 -1 4194304 13996 0 0 0 61 8 0 0 23 0 1 0 97318027 63672320 13833 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/19244/statm: 15545 13833 51 127 0 15415 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67536

[startup+1.50203 s]
/proc/loadavg: 1.22 1.06 1.11 2/67 19245
/proc/meminfo: memFree=1541976/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=0
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97318027 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19243/statm: 1339 235 195 169 0 50 0
[pid=19244] ppid=19243 vsize=77572 CPUtime=1.49
/proc/19244/stat : 19244 (SatElite) R 19243 19243 19118 0 -1 4194304 17733 0 0 0 139 10 0 0 25 0 1 0 97318027 79433728 17506 1992294400 134512640 135034092 4294956096 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 1 0 0
/proc/19244/statm: 19393 17506 64 127 0 19263 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82928

[startup+3.10134 s]
/proc/loadavg: 1.22 1.06 1.11 2/67 19245
/proc/meminfo: memFree=1532568/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=0
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97318027 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19243/statm: 1339 235 195 169 0 50 0
[pid=19244] ppid=19243 vsize=83388 CPUtime=3.08
/proc/19244/stat : 19244 (SatElite) R 19243 19243 19118 0 -1 4194304 20387 0 0 0 295 13 0 0 25 0 1 0 97318027 85389312 18651 1992294400 134512640 135034092 4294956096 18446744073709551615 134540754 0 0 4096 3 0 0 0 17 1 0 0
/proc/19244/statm: 20847 18651 68 127 0 20717 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 88744

[startup+6.30197 s]
/proc/loadavg: 1.36 1.09 1.12 2/67 19246
/proc/meminfo: memFree=1588632/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=4.56
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 310 23328 0 0 0 0 440 16 16 0 1 0 97318027 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19243/statm: 1339 237 195 169 0 50 0
[pid=19246] ppid=19243 vsize=10380 CPUtime=1.71
/proc/19246/stat : 19246 (LySATi) R 19243 19243 19118 0 -1 4194304 2406 0 0 0 170 1 0 0 25 0 1 0 97318485 10629120 2391 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/19246/statm: 2595 2391 82 174 0 2418 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15736

[startup+12.7012 s]
/proc/loadavg: 1.41 1.11 1.13 2/67 19246
/proc/meminfo: memFree=1587488/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=4.56
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 310 23328 0 0 0 0 440 16 16 0 1 0 97318027 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19243/statm: 1339 237 195 169 0 50 0
[pid=19246] ppid=19243 vsize=11548 CPUtime=8.1
/proc/19246/stat : 19246 (LySATi) R 19243 19243 19118 0 -1 4194304 2682 0 0 0 809 1 0 0 25 0 1 0 97318485 11825152 2667 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/19246/statm: 2887 2667 82 174 0 2710 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16904

[startup+25.5017 s]
/proc/loadavg: 1.54 1.15 1.14 2/67 19246
/proc/meminfo: memFree=1586464/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=4.56
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 310 23328 0 0 0 0 440 16 16 0 1 0 97318027 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19243/statm: 1339 237 195 169 0 50 0
[pid=19246] ppid=19243 vsize=12924 CPUtime=20.9
/proc/19246/stat : 19246 (LySATi) R 19243 19243 19118 0 -1 4194304 3019 0 0 0 2088 2 0 0 25 0 1 0 97318485 13234176 3004 1992294400 134512640 135226915 4294956208 18446744073709551615 134538877 0 0 4096 3 0 0 0 17 1 0 0
/proc/19246/statm: 3231 3004 82 174 0 3054 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18280

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

[startup+31.906 s]
/proc/loadavg: 1.58 1.16 1.15 2/67 19246
/proc/meminfo: memFree=1585568/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=4.56
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 310 23328 0 0 0 0 440 16 16 0 1 0 97318027 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19243/statm: 1339 237 195 169 0 50 0
[pid=19246] ppid=19243 vsize=14060 CPUtime=27.29
/proc/19246/stat : 19246 (LySATi) R 19243 19243 19118 0 -1 4194304 3301 0 0 0 2727 2 0 0 25 0 1 0 97318485 14397440 3286 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/19246/statm: 3515 3286 82 174 0 3338 0
Current children cumulated CPU time (s) 31.85
Current children cumulated vsize (KiB) 19416

[startup+35.1016 s]
/proc/loadavg: 1.53 1.16 1.14 3/67 19246
/proc/meminfo: memFree=1585312/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=4.56
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 310 23328 0 0 0 0 440 16 16 0 1 0 97318027 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19243/statm: 1339 237 195 169 0 50 0
[pid=19246] ppid=19243 vsize=14324 CPUtime=30.49
/proc/19246/stat : 19246 (LySATi) R 19243 19243 19118 0 -1 4194304 3352 0 0 0 3047 2 0 0 25 0 1 0 97318485 14667776 3337 1992294400 134512640 135226915 4294956208 18446744073709551615 134527842 0 0 4096 3 0 0 0 17 1 0 0
/proc/19246/statm: 3581 3337 82 174 0 3404 0
Current children cumulated CPU time (s) 35.05
Current children cumulated vsize (KiB) 19680

[startup+36.7019 s]
/proc/loadavg: 1.53 1.16 1.14 2/67 19246
/proc/meminfo: memFree=1585184/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=4.56
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 310 23328 0 0 0 0 440 16 16 0 1 0 97318027 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19243/statm: 1339 237 195 169 0 50 0
[pid=19246] ppid=19243 vsize=14324 CPUtime=32.08
/proc/19246/stat : 19246 (LySATi) R 19243 19243 19118 0 -1 4194304 3352 0 0 0 3206 2 0 0 25 0 1 0 97318485 14667776 3337 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 1 0 0
/proc/19246/statm: 3581 3337 82 174 0 3404 0
Current children cumulated CPU time (s) 36.64
Current children cumulated vsize (KiB) 19680

[startup+38.3013 s]
/proc/loadavg: 1.53 1.16 1.14 2/67 19246
/proc/meminfo: memFree=1585120/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=4.56
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 310 23328 0 0 0 0 440 16 16 0 1 0 97318027 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19243/statm: 1339 237 195 169 0 50 0
[pid=19246] ppid=19243 vsize=14456 CPUtime=33.68
/proc/19246/stat : 19246 (LySATi) R 19243 19243 19118 0 -1 4194304 3389 0 0 0 3366 2 0 0 25 0 1 0 97318485 14802944 3374 1992294400 134512640 135226915 4294956208 18446744073709551615 134548821 0 0 4096 3 0 0 0 17 1 0 0
/proc/19246/statm: 3614 3374 82 174 0 3437 0
Current children cumulated CPU time (s) 38.24
Current children cumulated vsize (KiB) 19812

[startup+39.1014 s]
/proc/loadavg: 1.53 1.16 1.14 2/67 19246
/proc/meminfo: memFree=1585056/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=4.56
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 310 23328 0 0 0 0 440 16 16 0 1 0 97318027 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19243/statm: 1339 237 195 169 0 50 0
[pid=19246] ppid=19243 vsize=14588 CPUtime=34.48
/proc/19246/stat : 19246 (LySATi) R 19243 19243 19118 0 -1 4194304 3411 0 0 0 3446 2 0 0 25 0 1 0 97318485 14938112 3396 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/19246/statm: 3647 3396 82 174 0 3470 0
Current children cumulated CPU time (s) 39.04
Current children cumulated vsize (KiB) 19944

[startup+39.3015 s]
/proc/loadavg: 1.53 1.16 1.14 2/67 19246
/proc/meminfo: memFree=1585056/2055920 swapFree=4181424/4192956
[pid=19243] ppid=19241 vsize=5356 CPUtime=4.56
/proc/19243/stat : 19243 (lysat.sh) S 19241 19243 19118 0 -1 4194304 310 23328 0 0 0 0 440 16 16 0 1 0 97318027 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19243/statm: 1339 237 195 169 0 50 0
[pid=19246] ppid=19243 vsize=14588 CPUtime=34.68
/proc/19246/stat : 19246 (LySATi) R 19243 19243 19118 0 -1 4194304 3417 0 0 0 3466 2 0 0 25 0 1 0 97318485 14938112 3402 1992294400 134512640 135226915 4294956208 18446744073709551615 134526712 0 0 4096 3 0 0 0 17 1 0 0
/proc/19246/statm: 3647 3402 82 174 0 3470 0
Current children cumulated CPU time (s) 39.24
Current children cumulated vsize (KiB) 19944

Child status: 20
Real time (s): 39.3655
CPU time (s): 39.337
CPU user time (s): 39.1251
CPU system time (s): 0.211967
CPU usage (%): 99.9276
Max. virtual memory (cumulated for all children) (KiB): 90280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.1251
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27216
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= 37
involuntary context switches= 78

runsolver used 0.037994 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-25 22:54:37
IDJOB=1724140
IDBENCH=71758
IDSOLVER=511
FILE ID=node77/1724140-1240692875
PBS_JOBID= 9186732
Free space on /tmp= 66204 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724140-1240692875/watcher-1724140-1240692875 -o /tmp/evaluation-result-1724140-1240692875/solver-1724140-1240692875 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1724140-1240692875.cnf i

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=1560853839

node77.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1609224 kB
Buffers:         40852 kB
Cached:         334196 kB
SwapCached:       5412 kB
Active:         114664 kB
Inactive:       268172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609224 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:           11328 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            49804 kB
Committed_AS:   426620 kB
PageTables:       1372 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= 66200 MiB
End job on node77 at 2009-04-25 22:55:16