Trace number 1724452

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 61.6026 61.6421

General information on the benchmark

Namemanol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.8372
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.19/0.29	c ==============================================================================
0.19/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.29	c ==============================================================================
0.19/0.29	c |         0 |  283362   661178 |   85008       0        0     nan |  0.000 % |
1.88/1.98	c |         0 |  123377   480567 |      --       0       --      -- |     --   | -159983/-180606
1.88/1.99	c ==============================================================================
1.88/1.99	c Result  :   #vars: 16544   #clauses: 123377   #literals: 480567
1.88/1.99	c CPU time:   1.88871 s
1.88/1.99	c ==============================================================================
2.19/2.20	c lySAT 0.1
2.19/2.20	c minisat core +  additionnal features
2.19/2.20	c ============================[ Problem Statistics ]=============================
2.19/2.20	c |                                                                             |
2.19/2.20	c |  Number of variables:  16544                                                |
2.19/2.20	c |  Number of clauses:    123377                                               |
2.19/2.30	c |  Parsing time:         0.08         s                                       |
61.55/61.62	c restarts              : 2010
61.55/61.62	c conflicts             : 269048         (4534 /sec)
61.55/61.62	c decisions             : 1831203        (6.23 % random) (30862 /sec)
61.55/61.62	c euip                  : 7670        
61.55/61.62	c propagations          : 64138268       (1080934 /sec)
61.55/61.62	c conflict literals     : 4587323        (22.62 % deleted)
61.55/61.62	c Memory used           : 23.05 MB
61.55/61.62	c CPU time              : 59.336 s
61.55/61.62	c 
61.55/61.63	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-1724452-1240696283/watcher-1724452-1240696283 -o /tmp/evaluation-result-1724452-1240696283/solver-1724452-1240696283 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1724452-1240696283.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.87 1.83 1.45 3/64 21348
/proc/meminfo: memFree=1696824/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=0
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97656217 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21348/statm: 1339 235 195 169 0 50 0
[pid=21349] ppid=21348 vsize=824 CPUtime=0
/proc/21349/stat : 21349 (SatElite) R 21348 21348 21152 0 -1 4194304 136 0 0 0 0 0 0 0 20 0 1 0 97656217 843776 120 1992294400 134512640 135034092 4294956096 18446744073709551615 134544739 0 0 4096 3 0 0 0 17 1 0 0
/proc/21349/statm: 206 122 50 127 0 76 0

[startup+0.00794801 s]
/proc/loadavg: 1.87 1.83 1.45 3/64 21348
/proc/meminfo: memFree=1696824/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=0
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97656217 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21348/statm: 1339 235 195 169 0 50 0
[pid=21349] ppid=21348 vsize=1388 CPUtime=0
/proc/21349/stat : 21349 (SatElite) R 21348 21348 21152 0 -1 4194304 251 0 0 0 0 0 0 0 20 0 1 0 97656217 1421312 235 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/21349/statm: 380 239 50 127 0 250 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6744

[startup+0.10195 s]
/proc/loadavg: 1.87 1.83 1.45 3/64 21348
/proc/meminfo: memFree=1696824/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=0
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97656217 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21348/statm: 1339 235 195 169 0 50 0
[pid=21349] ppid=21348 vsize=15640 CPUtime=0.08
/proc/21349/stat : 21349 (SatElite) R 21348 21348 21152 0 -1 4194304 3246 0 0 0 7 1 0 0 20 0 1 0 97656217 16015360 3230 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/21349/statm: 3910 3231 50 127 0 3780 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20996

[startup+0.301967 s]
/proc/loadavg: 1.87 1.83 1.45 3/64 21348
/proc/meminfo: memFree=1696824/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=0
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97656217 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21348/statm: 1339 235 195 169 0 50 0
[pid=21349] ppid=21348 vsize=41204 CPUtime=0.29
/proc/21349/stat : 21349 (SatElite) R 21348 21348 21152 0 -1 4194304 9823 0 0 0 24 5 0 0 21 0 1 0 97656217 42192896 9206 1992294400 134512640 135034092 4294956096 18446744073709551615 134572530 0 0 4096 3 0 0 0 17 1 0 0
/proc/21349/statm: 10301 9209 67 127 0 10171 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46560

[startup+0.702007 s]
/proc/loadavg: 1.87 1.83 1.45 3/64 21348
/proc/meminfo: memFree=1696824/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=0
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97656217 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21348/statm: 1339 235 195 169 0 50 0
[pid=21349] ppid=21348 vsize=46044 CPUtime=0.69
/proc/21349/stat : 21349 (SatElite) R 21348 21348 21152 0 -1 4194304 10871 0 0 0 62 7 0 0 24 0 1 0 97656217 47149056 10066 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/21349/statm: 11511 10066 68 127 0 11381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51400

[startup+1.50109 s]
/proc/loadavg: 1.87 1.83 1.45 2/66 21350
/proc/meminfo: memFree=1650600/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=0
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97656217 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21348/statm: 1339 235 195 169 0 50 0
[pid=21349] ppid=21348 vsize=49308 CPUtime=1.49
/proc/21349/stat : 21349 (SatElite) R 21348 21348 21152 0 -1 4194304 11634 0 0 0 140 9 0 0 25 0 1 0 97656217 50491392 10829 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/21349/statm: 12327 10830 68 127 0 12197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54664

[startup+3.10125 s]
/proc/loadavg: 1.87 1.83 1.45 2/66 21350
/proc/meminfo: memFree=1643752/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30158 s]
/proc/loadavg: 1.80 1.82 1.44 2/66 21351
/proc/meminfo: memFree=1673320/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
[pid=21351] ppid=21348 vsize=12828 CPUtime=4.08
/proc/21351/stat : 21351 (LySATi) R 21348 21348 21152 0 -1 4194304 3075 0 0 0 406 2 0 0 25 0 1 0 97656438 13135872 3060 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 3207 3060 82 174 0 3030 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18184

[startup+12.7012 s]
/proc/loadavg: 1.74 1.80 1.44 2/66 21351
/proc/meminfo: memFree=1671720/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
[pid=21351] ppid=21348 vsize=14376 CPUtime=10.48
/proc/21351/stat : 21351 (LySATi) R 21348 21348 21152 0 -1 4194304 3442 0 0 0 1046 2 0 0 25 0 1 0 97656438 14721024 3427 1992294400 134512640 135226915 4294956208 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 3594 3427 82 174 0 3417 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19732

[startup+25.5025 s]
/proc/loadavg: 1.57 1.76 1.43 2/66 21351
/proc/meminfo: memFree=1669032/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
[pid=21351] ppid=21348 vsize=17376 CPUtime=23.28
/proc/21351/stat : 21351 (LySATi) R 21348 21348 21152 0 -1 4194304 4178 0 0 0 2325 3 0 0 25 0 1 0 97656438 17793024 4163 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 4344 4163 82 174 0 4167 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22732

[startup+51.1021 s]
/proc/loadavg: 1.38 1.70 1.42 2/66 21351
/proc/meminfo: memFree=1664744/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
[pid=21351] ppid=21348 vsize=21612 CPUtime=48.85
/proc/21351/stat : 21351 (LySATi) R 21348 21348 21152 0 -1 4194304 5226 0 0 0 4881 4 0 0 25 0 1 0 97656438 22130688 5211 1992294400 134512640 135226915 4294956208 18446744073709551615 134536803 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 5403 5211 82 174 0 5226 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 26968

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

[startup+57.5018 s]
/proc/loadavg: 1.35 1.69 1.42 2/66 21351
/proc/meminfo: memFree=1664104/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
[pid=21351] ppid=21348 vsize=22412 CPUtime=55.25
/proc/21351/stat : 21351 (LySATi) R 21348 21348 21152 0 -1 4194304 5434 0 0 0 5521 4 0 0 25 0 1 0 97656438 22949888 5419 1992294400 134512640 135226915 4294956208 18446744073709551615 134536922 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 5603 5419 82 174 0 5426 0
Current children cumulated CPU time (s) 57.44
Current children cumulated vsize (KiB) 27768

[startup+59.103 s]
/proc/loadavg: 1.32 1.68 1.42 2/66 21351
/proc/meminfo: memFree=1663528/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
[pid=21351] ppid=21348 vsize=23068 CPUtime=56.86
/proc/21351/stat : 21351 (LySATi) R 21348 21348 21152 0 -1 4194304 5620 0 0 0 5681 5 0 0 25 0 1 0 97656438 23621632 5605 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 5767 5605 82 174 0 5590 0
Current children cumulated CPU time (s) 59.05
Current children cumulated vsize (KiB) 28424

[startup+60.7011 s]
/proc/loadavg: 1.32 1.68 1.42 2/66 21351
/proc/meminfo: memFree=1662696/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
[pid=21351] ppid=21348 vsize=23596 CPUtime=58.46
/proc/21351/stat : 21351 (LySATi) R 21348 21348 21152 0 -1 4194304 5732 0 0 0 5841 5 0 0 25 0 1 0 97656438 24162304 5717 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 5899 5717 82 174 0 5722 0
Current children cumulated CPU time (s) 60.65
Current children cumulated vsize (KiB) 28952

[startup+61.1012 s]
/proc/loadavg: 1.32 1.68 1.42 2/66 21351
/proc/meminfo: memFree=1662696/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
[pid=21351] ppid=21348 vsize=23596 CPUtime=58.86
/proc/21351/stat : 21351 (LySATi) R 21348 21348 21152 0 -1 4194304 5732 0 0 0 5881 5 0 0 25 0 1 0 97656438 24162304 5717 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 5899 5717 82 174 0 5722 0
Current children cumulated CPU time (s) 61.05
Current children cumulated vsize (KiB) 28952

[startup+61.5012 s]
/proc/loadavg: 1.32 1.68 1.42 2/66 21351
/proc/meminfo: memFree=1662632/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
[pid=21351] ppid=21348 vsize=23596 CPUtime=59.26
/proc/21351/stat : 21351 (LySATi) R 21348 21348 21152 0 -1 4194304 5742 0 0 0 5921 5 0 0 25 0 1 0 97656438 24162304 5727 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 5899 5727 82 174 0 5722 0
Current children cumulated CPU time (s) 61.45
Current children cumulated vsize (KiB) 28952

[startup+61.6052 s]
/proc/loadavg: 1.32 1.68 1.42 2/66 21351
/proc/meminfo: memFree=1662632/2055920 swapFree=4180816/4192956
[pid=21348] ppid=21346 vsize=5356 CPUtime=2.19
/proc/21348/stat : 21348 (lysat.sh) S 21346 21348 21152 0 -1 4194304 310 12046 0 0 0 0 208 11 16 0 1 0 97656217 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21348/statm: 1339 237 195 169 0 50 0
[pid=21351] ppid=21348 vsize=23596 CPUtime=59.36
/proc/21351/stat : 21351 (LySATi) R 21348 21348 21152 0 -1 4194304 5742 0 0 0 5931 5 0 0 25 0 1 0 97656438 24162304 5727 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/21351/statm: 5899 5727 82 174 0 5722 0
Current children cumulated CPU time (s) 61.55
Current children cumulated vsize (KiB) 28952

Child status: 20
Real time (s): 61.6421
CPU time (s): 61.6026
CPU user time (s): 61.4217
CPU system time (s): 0.180972
CPU usage (%): 99.9359
Max. virtual memory (cumulated for all children) (KiB): 54664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.4217
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18259
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= 38
involuntary context switches= 151

runsolver used 0.05999 second user time and 0.178972 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-25 23:51:23
IDJOB=1724452
IDBENCH=71780
IDSOLVER=511
FILE ID=node45/1724452-1240696283
PBS_JOBID= 9186730
Free space on /tmp= 66292 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-c6nidw_i.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724452-1240696283/watcher-1724452-1240696283 -o /tmp/evaluation-result-1724452-1240696283/solver-1724452-1240696283 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1724452-1240696283.cnf i

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

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED=117005489

node45.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.231
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.231
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:       1697240 kB
Buffers:         34056 kB
Cached:         263580 kB
SwapCached:       6324 kB
Active:         124688 kB
Inactive:       181724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697240 kB
SwapTotal:     4192956 kB
SwapFree:      4180816 kB
Dirty:            6812 kB
Writeback:           0 kB
Mapped:          14044 kB
Slab:            38316 kB
Committed_AS:   380736 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= 66288 MiB
End job on node45 at 2009-04-25 23:52:25