Trace number 1512788

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.0? (TO) 1200.02 1200.41

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S882603971-022.cnf
MD5SUM8c169219b64992954a6c6431ec472521
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.28974
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
Maximum clause length5
Minimum clause length5
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 522000
Number of clauses of size over 50

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...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   22000   110000 |    6599       0        0     nan |  0.000 % |
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 1100   #clauses: 22000   #literals: 110000
0.00/0.03	c CPU time:   0.025996 s
0.00/0.03	c ==============================================================================
0.00/0.06	c
0.00/0.06	c Starting glucose
0.00/0.06	c
0.00/0.06	
0.00/0.06	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.06	
0.00/0.06	c ============================[ Problem Statistics ]=============================
0.00/0.06	c |                                                                             |
0.00/0.06	c |  Number of variables:  1100                                                 |
0.00/0.06	c |  Number of clauses:    22000                                                |
0.00/0.08	c |  Parsing time:         0.02         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1512788-1238208933/watcher-1512788-1238208933 -o /tmp/evaluation-result-1512788-1238208933/solver-1512788-1238208933 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1512788-1238208933.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 0.92 3/76 16985
/proc/meminfo: memFree=1381776/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1093554495 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16985/statm: 1340 236 195 169 0 51 0
[pid=16986] ppid=16985 vsize=1272 CPUtime=0
/proc/16986/stat : 16986 (SatELite_releas) R 16985 16985 16842 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 1093554495 1302528 148 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/16986/statm: 318 148 50 174 0 141 0

[startup+0.0970919 s]
/proc/loadavg: 1.00 1.00 0.92 3/76 16985
/proc/meminfo: memFree=1381776/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5360

[startup+0.101088 s]
/proc/loadavg: 1.00 1.00 0.92 3/76 16985
/proc/meminfo: memFree=1381776/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5360

[startup+0.301109 s]
/proc/loadavg: 1.00 1.00 0.92 3/76 16985
/proc/meminfo: memFree=1381776/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5360

[startup+0.701143 s]
/proc/loadavg: 1.00 1.00 0.92 3/76 16985
/proc/meminfo: memFree=1381776/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5360

[startup+1.5012 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 16988
/proc/meminfo: memFree=1375232/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=6904 CPUtime=1.42
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 1504 0 0 0 142 0 0 0 25 0 1 0 1093554501 7069696 1490 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 1726 1490 75 172 0 1551 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12264

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 16988
/proc/meminfo: memFree=1373760/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=8388 CPUtime=3.02
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 1875 0 0 0 302 0 0 0 25 0 1 0 1093554501 8589312 1861 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 2097 1861 75 172 0 1922 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13748

[startup+6.3016 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 16988
/proc/meminfo: memFree=1372224/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=10792 CPUtime=6.22
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 2465 0 0 0 621 1 0 0 25 0 1 0 1093554501 11051008 2451 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 2698 2451 75 172 0 2523 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16152

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 16988
/proc/meminfo: memFree=1369024/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=12772 CPUtime=12.62
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 2960 0 0 0 1261 1 0 0 25 0 1 0 1093554501 13078528 2946 1992294400 134512640 135217611 4294956304 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 3193 2946 77 172 0 3018 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18132

[startup+25.5012 s]
/proc/loadavg: 1.08 1.02 0.93 2/78 16988
/proc/meminfo: memFree=1366208/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=15576 CPUtime=25.41
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 3654 0 0 0 2540 1 0 0 25 0 1 0 1093554501 15949824 3640 1992294400 134512640 135217611 4294956304 18446744073709551615 134533013 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 3894 3640 77 172 0 3719 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 20936

[startup+51.1013 s]
/proc/loadavg: 1.12 1.03 0.93 2/78 16988
/proc/meminfo: memFree=1362112/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=19712 CPUtime=51.01
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 4702 0 0 0 5098 3 0 0 25 0 1 0 1093554501 20185088 4688 1992294400 134512640 135217611 4294956304 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 4928 4688 77 172 0 4753 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 25072

[startup+102.307 s]
/proc/loadavg: 1.05 1.02 0.93 2/78 16988
/proc/meminfo: memFree=1356864/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=24976 CPUtime=102.2
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 6002 0 0 0 10216 4 0 0 25 0 1 0 1093554501 25575424 5988 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 6244 5988 77 172 0 6069 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 30336

[startup+162.302 s]
/proc/loadavg: 1.02 1.02 0.93 2/78 16988
/proc/meminfo: memFree=1352512/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=29236 CPUtime=162.18
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 7074 0 0 0 16212 6 0 0 25 0 1 0 1093554501 29937664 7060 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 7309 7060 77 172 0 7134 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 34596

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 0.93 2/78 16988
/proc/meminfo: memFree=1348352/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=33336 CPUtime=222.16
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 8108 0 0 0 22209 7 0 0 25 0 1 0 1093554501 34136064 8094 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 8334 8094 77 172 0 8159 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 38696

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 0.93 2/78 16988
/proc/meminfo: memFree=1344896/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=37060 CPUtime=282.14
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 8984 0 0 0 28206 8 0 0 25 0 1 0 1093554501 37949440 8970 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 9265 8970 77 172 0 9090 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 42420

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16994
/proc/meminfo: memFree=1341632/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=40100 CPUtime=342.13
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 9767 0 0 0 34203 10 0 0 25 0 1 0 1093554501 41062400 9753 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 10025 9753 77 172 0 9850 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 45460

[startup+402.302 s]
/proc/loadavg: 1.07 1.02 0.94 2/78 17470
/proc/meminfo: memFree=1338456/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=42876 CPUtime=402.08
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 10456 0 0 0 40196 12 0 0 25 0 1 0 1093554501 43905024 10442 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 10719 10442 77 172 0 10544 0

################
# More data... #
################

/proc/16988/statm: 11709 11427 77 172 0 11534 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 52196

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1334008/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=47496 CPUtime=582.03
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 11637 0 0 0 58189 14 0 0 25 0 1 0 1093554501 48635904 11623 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 11874 11623 77 172 0 11699 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 52856

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1331192/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=50412 CPUtime=642.02
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 12334 0 0 0 64187 15 0 0 25 0 1 0 1093554501 51621888 12320 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 12603 12320 77 172 0 12428 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 55772

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1329664/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=51864 CPUtime=702
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 12718 0 0 0 70184 16 0 0 25 0 1 0 1093554501 53108736 12704 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 12966 12704 77 172 0 12791 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 57224

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1327872/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=53892 CPUtime=761.99
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 13169 0 0 0 76182 17 0 0 25 0 1 0 1093554501 55185408 13155 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 13473 13155 77 172 0 13298 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 59252

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1325632/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=56080 CPUtime=821.97
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 13725 0 0 0 82179 18 0 0 25 0 1 0 1093554501 57425920 13711 1992294400 134512640 135217611 4294956304 18446744073709551615 134537398 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 14020 13711 77 172 0 13845 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 61440

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1324800/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=57004 CPUtime=881.95
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 13925 0 0 0 88177 18 0 0 25 0 1 0 1093554501 58372096 13911 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 14251 13911 77 172 0 14076 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 62364

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1323776/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=57936 CPUtime=941.93
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 14184 0 0 0 94175 18 0 0 25 0 1 0 1093554501 59326464 14170 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 14484 14170 77 172 0 14309 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 63296

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1322240/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=59388 CPUtime=1001.92
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 14557 0 0 0 100173 19 0 0 25 0 1 0 1093554501 60813312 14543 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 14847 14543 77 172 0 14672 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 64748

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1321152/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=60444 CPUtime=1061.9
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 14817 0 0 0 106171 19 0 0 25 0 1 0 1093554501 61894656 14803 1992294400 134512640 135217611 4294956304 18446744073709551615 134537882 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 15111 14803 77 172 0 14936 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 65804

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1319936/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=61632 CPUtime=1121.89
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 15116 0 0 0 112169 20 0 0 25 0 1 0 1093554501 63111168 15102 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 15408 15102 77 172 0 15233 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 66992

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1318656/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=62952 CPUtime=1181.88
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 15430 0 0 0 118167 21 0 0 25 0 1 0 1093554501 64462848 15416 1992294400 134512640 135217611 4294956304 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 15738 15416 77 172 0 15563 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 68312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 17470
/proc/meminfo: memFree=1318656/2055920 swapFree=4173544/4192956
[pid=16985] ppid=16983 vsize=5360 CPUtime=0.05
/proc/16985/stat : 16985 (glucose.sh) S 16983 16985 16842 0 -1 4194304 313 579 0 0 0 0 5 0 16 0 1 0 1093554495 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16985/statm: 1340 238 195 169 0 51 0
[pid=16988] ppid=16985 vsize=62952 CPUtime=1199.97
/proc/16988/stat : 16988 (glucose_static) R 16985 16985 16842 0 -1 4194304 15430 0 0 0 119976 21 0 0 25 0 1 0 1093554501 64462848 15416 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/16988/statm: 15738 15416 77 172 0 15563 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 68312

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16985 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=59990
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=5999
# CPU time returned by wait4() is 0.065989
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.02
CPU user time (s): 1199.81
CPU system time (s): 0.21
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 68312

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

runsolver used 1.03584 second user time and 3.35849 second system time

The end

Launcher Data

Begin job on node65 at 2009-03-28 03:55:33
IDJOB=1512788
IDBENCH=70209
IDSOLVER=503
FILE ID=node65/1512788-1238208933
PBS_JOBID= 9060501
Free space on /tmp= 66268 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1100/unif-k5-r20-v1100-c22000-S882603971-022.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512788-1238208933/watcher-1512788-1238208933 -o /tmp/evaluation-result-1512788-1238208933/solver-1512788-1238208933 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1512788-1238208933.cnf

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

MD5SUM BENCH= 8c169219b64992954a6c6431ec472521
RANDOM SEED=111034143

node65.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:       1382256 kB
Buffers:         63536 kB
Cached:         514500 kB
SwapCached:      10232 kB
Active:          87816 kB
Inactive:       502080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382256 kB
SwapTotal:     4192956 kB
SwapFree:      4173544 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:          17008 kB
Slab:            68544 kB
Committed_AS:  3267404 kB
PageTables:       2316 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= 66264 MiB
End job on node65 at 2009-03-28 04:15:35