Trace number 1723256

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 124.519 124.601

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.5152
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
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.58/0.69	c ==============================================================================
0.58/0.69	c |           |     ORIGINAL     |              LEARNT              |          |
0.58/0.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.58/0.69	c ==============================================================================
0.58/0.69	c |         0 |  705219  1645511 |  211565       0        0     nan |  0.000 % |
4.68/4.80	c |         0 |  302951  1188077 |      --       0       --      -- |     --   | -402266/-457429
4.77/4.80	c ==============================================================================
4.77/4.80	c Result  :   #vars: 39231   #clauses: 302951   #literals: 1188077
4.77/4.80	c CPU time:   4.55231 s
4.77/4.80	c ==============================================================================
5.28/5.35	c lySAT 0.1
5.28/5.35	c minisat core +  additionnal features
5.28/5.35	c ============================[ Problem Statistics ]=============================
5.28/5.35	c |                                                                             |
5.28/5.35	c |  Number of variables:  39231                                                |
5.28/5.35	c |  Number of clauses:    302951                                               |
5.47/5.59	c |  Parsing time:         0.20         s                                       |
124.40/124.57	c restarts              : 3144
124.40/124.57	c conflicts             : 382245         (3210 /sec)
124.40/124.57	c decisions             : 3733459        (5.52 % random) (31357 /sec)
124.40/124.57	c euip                  : 10650       
124.40/124.57	c propagations          : 137598383      (1155659 /sec)
124.40/124.57	c conflict literals     : 9185070        (24.08 % deleted)
124.40/124.57	c Memory used           : 43.12 MB
124.40/124.57	c CPU time              : 119.065 s
124.40/124.57	c 
124.40/124.58	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-1723256-1240684475/watcher-1723256-1240684475 -o /tmp/evaluation-result-1723256-1240684475/solver-1723256-1240684475 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1723256-1240684475.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.02 1.39 1.41 3/64 21003
/proc/meminfo: memFree=1704360/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (lysat.sh) R 21001 21003 20691 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 96481058 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21003/statm: 1339 234 194 169 0 50 0
[pid=21004] ppid=21003 vsize=692 CPUtime=0
/proc/21004/stat : 21004 (SatElite) R 21003 21003 20691 0 -1 4194304 78 0 0 0 0 0 0 0 19 0 1 0 96481058 708608 62 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21004/statm: 173 63 50 127 0 43 0

[startup+0.0241651 s]
/proc/loadavg: 1.02 1.39 1.41 3/64 21003
/proc/meminfo: memFree=1704360/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96481058 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 235 195 169 0 50 0
[pid=21004] ppid=21003 vsize=4176 CPUtime=0.01
/proc/21004/stat : 21004 (SatElite) R 21003 21003 20691 0 -1 4194304 800 0 0 0 1 0 0 0 19 0 1 0 96481058 4276224 784 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/21004/statm: 1044 785 50 127 0 914 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9532

[startup+0.101173 s]
/proc/loadavg: 1.02 1.39 1.41 3/64 21003
/proc/meminfo: memFree=1704360/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96481058 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 235 195 169 0 50 0
[pid=21004] ppid=21003 vsize=15980 CPUtime=0.09
/proc/21004/stat : 21004 (SatElite) R 21003 21003 20691 0 -1 4194304 3385 0 0 0 8 1 0 0 21 0 1 0 96481058 16363520 3369 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21004/statm: 3995 3369 50 127 0 3865 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21336

[startup+0.301199 s]
/proc/loadavg: 1.02 1.39 1.41 3/64 21003
/proc/meminfo: memFree=1704360/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96481058 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 235 195 169 0 50 0
[pid=21004] ppid=21003 vsize=41500 CPUtime=0.29
/proc/21004/stat : 21004 (SatElite) R 21003 21003 20691 0 -1 4194304 9868 0 0 0 25 4 0 0 24 0 1 0 96481058 42496000 9852 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21004/statm: 10375 9853 51 127 0 10245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46856

[startup+0.701253 s]
/proc/loadavg: 1.02 1.39 1.41 3/64 21003
/proc/meminfo: memFree=1704360/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96481058 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 235 195 169 0 50 0
[pid=21004] ppid=21003 vsize=94304 CPUtime=0.69
/proc/21004/stat : 21004 (SatElite) R 21003 21003 20691 0 -1 4194304 22546 0 0 0 58 11 0 0 25 0 1 0 96481058 96567296 22530 1992294400 134512640 135034092 4294956096 18446744073709551615 134559588 0 0 4096 3 0 0 0 17 0 0 0
/proc/21004/statm: 23576 22532 65 127 0 23446 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99660

[startup+1.50136 s]
/proc/loadavg: 1.02 1.39 1.41 2/66 21005
/proc/meminfo: memFree=1606424/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96481058 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 235 195 169 0 50 0
[pid=21004] ppid=21003 vsize=105392 CPUtime=1.49
/proc/21004/stat : 21004 (SatElite) R 21003 21003 20691 0 -1 4194304 26583 0 0 0 134 15 0 0 25 0 1 0 96481058 107921408 24577 1992294400 134512640 135034092 4294956096 18446744073709551615 134546783 0 0 4096 3 0 0 0 17 0 0 0
/proc/21004/statm: 26348 24577 68 127 0 26218 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110748

[startup+3.10157 s]
/proc/loadavg: 1.02 1.39 1.41 2/66 21005
/proc/meminfo: memFree=1593624/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96481058 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 235 195 169 0 50 0
[pid=21004] ppid=21003 vsize=112456 CPUtime=3.08
/proc/21004/stat : 21004 (SatElite) R 21003 21003 20691 0 -1 4194304 28228 0 0 0 288 20 0 0 25 0 1 0 96481058 115154944 26222 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/21004/statm: 28114 26222 68 127 0 27984 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 117812

[startup+6.30199 s]
/proc/loadavg: 1.02 1.38 1.41 2/66 21006
/proc/meminfo: memFree=1669976/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=24756 CPUtime=0.93
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 6057 0 0 0 90 3 0 0 25 0 1 0 96481593 25350144 6019 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 6189 6019 81 174 0 6012 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 30112

[startup+12.7028 s]
/proc/loadavg: 1.02 1.37 1.40 2/66 21006
/proc/meminfo: memFree=1650008/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=27164 CPUtime=7.33
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 6665 0 0 0 729 4 0 0 25 0 1 0 96481593 27815936 6627 1992294400 134512640 135226915 4294956208 18446744073709551615 134539990 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 6791 6627 81 174 0 6614 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 32520

[startup+25.5015 s]
/proc/loadavg: 1.01 1.35 1.40 2/66 21006
/proc/meminfo: memFree=1648600/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=28644 CPUtime=20.13
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 7032 0 0 0 2008 5 0 0 25 0 1 0 96481593 29331456 6994 1992294400 134512640 135226915 4294956208 18446744073709551615 134526770 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 7161 6994 81 174 0 6984 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34000

[startup+51.1019 s]
/proc/loadavg: 1.01 1.32 1.39 2/66 21006
/proc/meminfo: memFree=1644440/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=33192 CPUtime=45.7
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 8146 0 0 0 4565 5 0 0 25 0 1 0 96481593 33988608 8108 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 8298 8108 81 174 0 8121 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 38548

[startup+102.306 s]
/proc/loadavg: 1.00 1.27 1.36 2/66 21006
/proc/meminfo: memFree=1637784/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=39700 CPUtime=96.87
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 9751 0 0 0 9681 6 0 0 25 0 1 0 96481593 40652800 9713 1992294400 134512640 135226915 4294956208 18446744073709551615 134526328 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 9925 9713 81 174 0 9748 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 45056

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

[startup+115.101 s]
/proc/loadavg: 1.00 1.26 1.36 2/66 21006
/proc/meminfo: memFree=1637208/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=40632 CPUtime=109.67
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 9966 0 0 0 10960 7 0 0 25 0 1 0 96481593 41607168 9928 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 10158 9928 81 174 0 9981 0
Current children cumulated CPU time (s) 115
Current children cumulated vsize (KiB) 45988

[startup+121.501 s]
/proc/loadavg: 1.00 1.25 1.35 2/66 21006
/proc/meminfo: memFree=1634200/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=43820 CPUtime=116.07
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 10715 0 0 0 11599 8 0 0 25 0 1 0 96481593 44871680 10677 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 10955 10677 81 174 0 10778 0
Current children cumulated CPU time (s) 121.4
Current children cumulated vsize (KiB) 49176

[startup+123.101 s]
/proc/loadavg: 1.00 1.25 1.35 2/66 21006
/proc/meminfo: memFree=1633496/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=44156 CPUtime=117.67
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 10810 0 0 0 11759 8 0 0 25 0 1 0 96481593 45215744 10772 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 11039 10772 81 174 0 10862 0
Current children cumulated CPU time (s) 123
Current children cumulated vsize (KiB) 49512

[startup+123.902 s]
/proc/loadavg: 1.00 1.25 1.35 2/66 21006
/proc/meminfo: memFree=1633496/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=44156 CPUtime=118.47
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 10814 0 0 0 11839 8 0 0 25 0 1 0 96481593 45215744 10776 1992294400 134512640 135226915 4294956208 18446744073709551615 134536821 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 11039 10776 81 174 0 10862 0
Current children cumulated CPU time (s) 123.8
Current children cumulated vsize (KiB) 49512

[startup+124.307 s]
/proc/loadavg: 1.00 1.25 1.35 2/66 21006
/proc/meminfo: memFree=1633496/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=44156 CPUtime=118.87
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 10814 0 0 0 11879 8 0 0 25 0 1 0 96481593 45215744 10776 1992294400 134512640 135226915 4294956208 18446744073709551615 134543615 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 11039 10776 81 174 0 10862 0
Current children cumulated CPU time (s) 124.2
Current children cumulated vsize (KiB) 49512

[startup+124.503 s]
/proc/loadavg: 1.00 1.25 1.35 2/66 21006
/proc/meminfo: memFree=1633496/2055920 swapFree=4181092/4192956
[pid=21003] ppid=21001 vsize=5356 CPUtime=5.33
/proc/21003/stat : 21003 (lysat.sh) S 21001 21003 20691 0 -1 4194304 310 31174 0 0 0 0 504 29 16 0 1 0 96481058 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 237 195 169 0 50 0
[pid=21006] ppid=21003 vsize=44156 CPUtime=119.07
/proc/21006/stat : 21006 (LySATi) R 21003 21003 20691 0 -1 4194304 10814 0 0 0 11899 8 0 0 25 0 1 0 96481593 45215744 10776 1992294400 134512640 135226915 4294956208 18446744073709551615 134542783 0 0 4096 3 0 0 0 17 0 0 0
/proc/21006/statm: 11039 10776 81 174 0 10862 0
Current children cumulated CPU time (s) 124.4
Current children cumulated vsize (KiB) 49512

Child status: 20
Real time (s): 124.601
CPU time (s): 124.519
CPU user time (s): 124.115
CPU system time (s): 0.403938
CPU usage (%): 99.9344
Max. virtual memory (cumulated for all children) (KiB): 123512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.115
system time used= 0.403938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42460
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= 36
involuntary context switches= 458

runsolver used 0.099984 second user time and 0.359945 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-25 20:34:36
IDJOB=1723256
IDBENCH=71689
IDSOLVER=511
FILE ID=node13/1723256-1240684475
PBS_JOBID= 9186660
Free space on /tmp= 66208 MiB

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

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=1122498056

node13.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.227
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.227
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:       1704904 kB
Buffers:         35776 kB
Cached:         241796 kB
SwapCached:       5580 kB
Active:          94204 kB
Inactive:       191396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704904 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:           14716 kB
Writeback:           0 kB
Mapped:          13432 kB
Slab:            51488 kB
Committed_AS:   304708 kB
PageTables:       1460 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= 66204 MiB
End job on node13 at 2009-04-25 20:36:40