Trace number 1732894

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
glucose 1.0SAT 197.913 198.01

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK12.cnf
MD5SUMbcbdfe82209aa971e7a6ff7bba833b95
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39164
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of clauses831600
Sum of the clauses size9979200
Maximum clause length12
Minimum clause length12
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5831600

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
1.38/1.41	c ==============================================================================
1.38/1.41	c |           |     ORIGINAL     |              LEARNT              |          |
1.38/1.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.38/1.41	c ==============================================================================
1.38/1.41	c |         0 |  831600  9979200 |  249479       0        0     nan |  0.000 % |
1.38/1.41	c ==============================================================================
1.38/1.41	c Result  :   #vars: 66   #clauses: 831600   #literals: 9979200
1.38/1.41	c CPU time:   1.26581 s
1.38/1.41	c ==============================================================================
3.78/3.82	c
3.78/3.82	c Starting glucose
3.78/3.82	c
3.78/3.82	
3.78/3.82	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.78/3.82	
3.78/3.82	c ============================[ Problem Statistics ]=============================
3.78/3.82	c |                                                                             |
3.78/3.82	c |  Number of variables:  66                                                   |
3.78/3.82	c |  Number of clauses:    831600                                               |
4.68/4.77	c |  Parsing time:         0.83         s                                       |
197.79/197.97	c restarts              : 1
197.79/197.97	c nb ReduceDB           : 5
197.79/197.97	c nb learnts DL2        : 0
197.79/197.97	c nb learnts size 2     : 0
197.79/197.97	c nb learnts size 1     : 0
197.79/197.97	c conflicts             : 117265         (605 /sec)
197.79/197.97	c decisions             : 126256         (1.65 % random) (651 /sec)
197.79/197.97	c propagations          : 872693         (4502 /sec)
197.79/197.97	c conflict literals     : 3808416        (7.32 % deleted)
197.79/197.97	c Memory used           : 98.71 MB
197.79/197.97	c CPU time              : 193.864 s
197.79/197.97	
197.79/197.98	s SATISFIABLE
197.79/197.98	v -1 2 -3 -4 5 -6 7 8 9 10 11 -12 -13 14 15 16 17 18 -19 -20 -21 22 23 -24 25 26 27 -28 -29 -30 -31 32 -33 34 35 36 37 38 -39 40 41 -42 43 44 45 46 47 48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 0

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1732894-1240783949/watcher-1732894-1240783949 -o /tmp/evaluation-result-1732894-1240783949/solver-1732894-1240783949 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1732894-1240783949.cnf 

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.00 1.00 1.00 3/65 24630
/proc/meminfo: memFree=1794984/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=0
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106424369 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 236 195 169 0 51 0
[pid=24631] ppid=24630 vsize=876 CPUtime=0
/proc/24631/stat : 24631 (SatELite_releas) R 24630 24630 24317 0 -1 4194304 105 0 0 0 0 0 0 0 19 0 1 0 106424369 897024 89 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24631/statm: 219 90 50 174 0 42 0

[startup+0.0956009 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24630
/proc/meminfo: memFree=1794984/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=0
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106424369 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 236 195 169 0 51 0
[pid=24631] ppid=24630 vsize=6312 CPUtime=0.08
/proc/24631/stat : 24631 (SatELite_releas) R 24630 24630 24317 0 -1 4194304 1422 0 0 0 8 0 0 0 19 0 1 0 106424369 6463488 1406 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24631/statm: 1578 1407 50 174 0 1401 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11672

[startup+0.1026 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24630
/proc/meminfo: memFree=1794984/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=0
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106424369 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 236 195 169 0 51 0
[pid=24631] ppid=24630 vsize=6980 CPUtime=0.09
/proc/24631/stat : 24631 (SatELite_releas) R 24630 24630 24317 0 -1 4194304 1527 0 0 0 9 0 0 0 19 0 1 0 106424369 7147520 1511 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24631/statm: 1745 1511 50 174 0 1568 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12340

[startup+0.302623 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24630
/proc/meminfo: memFree=1794984/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=0
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106424369 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 236 195 169 0 51 0
[pid=24631] ppid=24630 vsize=18984 CPUtime=0.29
/proc/24631/stat : 24631 (SatELite_releas) R 24630 24630 24317 0 -1 4194304 4415 0 0 0 27 2 0 0 21 0 1 0 106424369 19439616 4399 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24631/statm: 4746 4399 50 174 0 4569 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24344

[startup+0.701668 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24630
/proc/meminfo: memFree=1794984/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=0
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106424369 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 236 195 169 0 51 0
[pid=24631] ppid=24630 vsize=42744 CPUtime=0.69
/proc/24631/stat : 24631 (SatELite_releas) R 24630 24630 24317 0 -1 4194304 10127 0 0 0 63 6 0 0 25 0 1 0 106424369 43769856 10111 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24631/statm: 10686 10111 50 174 0 10509 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48104

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24632
/proc/meminfo: memFree=1736920/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=0
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106424369 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 236 195 169 0 51 0
[pid=24631] ppid=24630 vsize=111964 CPUtime=1.49
/proc/24631/stat : 24631 (SatELite_releas) R 24630 24630 24317 0 -1 4194304 26983 0 0 0 134 15 0 0 25 0 1 0 106424369 114651136 26967 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24631/statm: 27991 26967 76 174 0 27814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117324

[startup+3.10194 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24632
/proc/meminfo: memFree=1675736/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=0
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106424369 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 236 195 169 0 51 0
[pid=24631] ppid=24630 vsize=111964 CPUtime=3.08
/proc/24631/stat : 24631 (SatELite_releas) R 24630 24630 24317 0 -1 4194304 26983 0 0 0 284 24 0 0 25 0 1 0 106424369 114651136 26967 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24631/statm: 27991 26967 76 174 0 27814 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 117324

[startup+6.3013 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 24633
/proc/meminfo: memFree=1681880/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=84348 CPUtime=2.45
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 19561 0 0 0 232 13 0 0 25 0 1 0 106424751 86372352 19521 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24633/statm: 21087 19521 75 172 0 20912 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 89708

[startup+12.702 s]
/proc/loadavg: 1.15 1.03 1.01 2/67 24633
/proc/meminfo: memFree=1677592/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=87956 CPUtime=8.85
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 20348 0 0 0 871 14 0 0 25 0 1 0 106424751 90066944 20308 1992294400 134512640 135217611 4294956272 18446744073709551615 134533240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 21989 20308 75 172 0 21814 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 93316

[startup+25.5024 s]
/proc/loadavg: 1.41 1.10 1.03 2/67 24633
/proc/meminfo: memFree=1676568/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=90584 CPUtime=21.63
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 20860 0 0 0 2147 16 0 0 25 0 1 0 106424751 92758016 20820 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 22646 20820 75 172 0 22471 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 95944

[startup+51.1023 s]
/proc/loadavg: 1.27 1.09 1.03 2/67 24633
/proc/meminfo: memFree=1675096/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=93476 CPUtime=47.22
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 21471 0 0 0 4706 16 0 0 25 0 1 0 106424751 95719424 21431 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 23369 21431 75 172 0 23194 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 98836

[startup+102.307 s]
/proc/loadavg: 1.12 1.07 1.02 2/67 24633
/proc/meminfo: memFree=1671832/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=96988 CPUtime=98.41
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 22323 0 0 0 9824 17 0 0 25 0 1 0 106424751 99315712 22283 1992294400 134512640 135217611 4294956272 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 24247 22283 75 172 0 24072 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 102348

[startup+162.303 s]
/proc/loadavg: 1.04 1.06 1.02 2/67 24633
/proc/meminfo: memFree=1669592/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=99804 CPUtime=158.38
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 22897 0 0 0 15820 18 0 0 25 0 1 0 106424751 102199296 22857 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 24951 22857 75 172 0 24776 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 105164

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

[startup+179.103 s]
/proc/loadavg: 1.03 1.05 1.02 2/67 24633
/proc/meminfo: memFree=1669272/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=100268 CPUtime=175.18
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 22961 0 0 0 17500 18 0 0 25 0 1 0 106424751 102674432 22921 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 25067 22921 75 172 0 24892 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 105628

[startup+185.501 s]
/proc/loadavg: 1.03 1.05 1.02 2/67 24633
/proc/meminfo: memFree=1668952/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=100532 CPUtime=181.58
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 23042 0 0 0 18139 19 0 0 25 0 1 0 106424751 102944768 23002 1992294400 134512640 135217611 4294956272 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 25133 23002 75 172 0 24958 0
Current children cumulated CPU time (s) 185.39
Current children cumulated vsize (KiB) 105892

[startup+191.902 s]
/proc/loadavg: 1.02 1.05 1.01 2/67 24633
/proc/meminfo: memFree=1668888/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=100532 CPUtime=187.98
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 23043 0 0 0 18779 19 0 0 25 0 1 0 106424751 102944768 23003 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 25133 23003 75 172 0 24958 0
Current children cumulated CPU time (s) 191.79
Current children cumulated vsize (KiB) 105892

[startup+195.101 s]
/proc/loadavg: 1.02 1.05 1.01 2/67 24633
/proc/meminfo: memFree=1668888/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=100532 CPUtime=191.18
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 23047 0 0 0 19099 19 0 0 25 0 1 0 106424751 102944768 23007 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 25133 23007 75 172 0 24958 0
Current children cumulated CPU time (s) 194.99
Current children cumulated vsize (KiB) 105892

[startup+196.703 s]
/proc/loadavg: 1.02 1.05 1.01 2/67 24633
/proc/meminfo: memFree=1668888/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=100676 CPUtime=192.78
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 23098 0 0 0 19259 19 0 0 25 0 1 0 106424751 103092224 23058 1992294400 134512640 135217611 4294956272 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 25169 23058 75 172 0 24994 0
Current children cumulated CPU time (s) 196.59
Current children cumulated vsize (KiB) 106036

[startup+197.502 s]
/proc/loadavg: 1.02 1.05 1.01 2/67 24633
/proc/meminfo: memFree=1668632/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=101080 CPUtime=193.58
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 23169 0 0 0 19339 19 0 0 25 0 1 0 106424751 103505920 23129 1992294400 134512640 135217611 4294956272 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 25270 23129 75 172 0 25095 0
Current children cumulated CPU time (s) 197.39
Current children cumulated vsize (KiB) 106440

[startup+197.902 s]
/proc/loadavg: 1.02 1.05 1.01 2/67 24633
/proc/meminfo: memFree=1668376/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=3.81
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 313 26984 0 0 0 0 351 30 19 0 1 0 106424369 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24630/statm: 1340 238 195 169 0 51 0
[pid=24633] ppid=24630 vsize=101080 CPUtime=193.98
/proc/24633/stat : 24633 (glucose_static) R 24630 24630 24317 0 -1 4194304 23180 0 0 0 19379 19 0 0 25 0 1 0 106424751 103505920 23140 1992294400 134512640 135217611 4294956272 18446744073709551615 134533174 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24633/statm: 25270 23140 75 172 0 25095 0
Current children cumulated CPU time (s) 197.79
Current children cumulated vsize (KiB) 106440

[startup+198.006 s]
/proc/loadavg: 1.02 1.05 1.01 2/67 24633
/proc/meminfo: memFree=1668376/2055920 swapFree=4181392/4192956
[pid=24630] ppid=24628 vsize=5360 CPUtime=197.88
/proc/24630/stat : 24630 (glucose.sh) S 24628 24630 24317 0 -1 4194304 362 50279 0 0 0 0 19737 51 18 0 1 0 106424369 5488640 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24630/statm: 1340 239 196 169 0 51 0
Current children cumulated CPU time (s) 197.88
Current children cumulated vsize (KiB) 5360

Child status: 10
Real time (s): 198.01
CPU time (s): 197.913
CPU user time (s): 197.377
CPU system time (s): 0.535918
CPU usage (%): 99.9507
Max. virtual memory (cumulated for all children) (KiB): 117324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.377
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50770
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= 40
involuntary context switches= 482

runsolver used 0.170974 second user time and 0.557915 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-27 00:12:32
IDJOB=1732894
IDBENCH=71130
IDSOLVER=503
FILE ID=node87/1732894-1240783949
PBS_JOBID= 9187277
Free space on /tmp= 66412 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK12.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732894-1240783949/watcher-1732894-1240783949 -o /tmp/evaluation-result-1732894-1240783949/solver-1732894-1240783949 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1732894-1240783949.cnf

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

MD5SUM BENCH= bcbdfe82209aa971e7a6ff7bba833b95
RANDOM SEED=72184314

node87.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.213
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.213
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:       1795464 kB
Buffers:         24528 kB
Cached:         172068 kB
SwapCached:       5228 kB
Active:          96080 kB
Inactive:       108176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795464 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:           36128 kB
Writeback:           0 kB
Mapped:          13372 kB
Slab:            42096 kB
Committed_AS:   403952 kB
PageTables:       1456 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= 66408 MiB
End job on node87 at 2009-04-27 00:15:50