Trace number 1732744

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.03 1206.21

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK13.cnf
MD5SUMee4a2d6030f643cfa5b109579b0e5c45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of clauses2162160
Sum of the clauses size25945920
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 52162160

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...
3.58/3.65	c ==============================================================================
3.58/3.65	c |           |     ORIGINAL     |              LEARNT              |          |
3.58/3.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.58/3.65	c ==============================================================================
3.58/3.65	c |         0 | 2162160 25945920 |  648647       0        0     nan |  0.000 % |
3.58/3.65	c ==============================================================================
3.58/3.65	c Result  :   #vars: 78   #clauses: 2162160   #literals: 25945920
3.58/3.65	c CPU time:   3.25351 s
3.58/3.65	c ==============================================================================
10.53/16.32	c
10.53/16.32	c Starting glucose
10.53/16.32	c
10.53/16.32	
10.53/16.32	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
10.53/16.32	
10.53/16.32	c ============================[ Problem Statistics ]=============================
10.53/16.32	c |                                                                             |
10.53/16.32	c |  Number of variables:  78                                                   |
10.53/16.32	c |  Number of clauses:    2162160                                              |
12.92/18.76	c |  Parsing time:         2.15         s                                       |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1732744-1240782674/watcher-1732744-1240782674 -o /tmp/evaluation-result-1732744-1240782674/solver-1732744-1240782674 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1732744-1240782674.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: 0.98 0.98 1.00 3/65 20853
/proc/meminfo: memFree=1309816/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=0
/proc/20853/stat : 20853 (glucose.sh) R 20851 20853 20594 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 106297412 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 230266825375 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/20853/statm: 1340 235 194 169 0 51 0
[pid=20854] ppid=20853 vsize=876 CPUtime=0
/proc/20854/stat : 20854 (SatELite_releas) R 20853 20853 20594 0 -1 4194304 104 0 0 0 0 0 0 0 18 0 1 0 106297412 897024 88 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/20854/statm: 219 89 50 174 0 42 0

[startup+0.0569669 s]
/proc/loadavg: 0.98 0.98 1.00 3/65 20853
/proc/meminfo: memFree=1309816/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=0
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106297412 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1340 236 195 169 0 51 0
[pid=20854] ppid=20853 vsize=4024 CPUtime=0.04
/proc/20854/stat : 20854 (SatELite_releas) R 20853 20853 20594 0 -1 4194304 859 0 0 0 4 0 0 0 20 0 1 0 106297412 4120576 843 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/20854/statm: 1006 844 50 174 0 829 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9384

[startup+0.101972 s]
/proc/loadavg: 0.98 0.98 1.00 3/65 20853
/proc/meminfo: memFree=1309816/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=0
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106297412 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1340 236 195 169 0 51 0
[pid=20854] ppid=20853 vsize=6852 CPUtime=0.09
/proc/20854/stat : 20854 (SatELite_releas) R 20853 20853 20594 0 -1 4194304 1506 0 0 0 8 1 0 0 20 0 1 0 106297412 7016448 1490 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/20854/statm: 1713 1490 50 174 0 1536 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12212

[startup+0.301992 s]
/proc/loadavg: 0.98 0.98 1.00 3/65 20853
/proc/meminfo: memFree=1309816/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=0
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106297412 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1340 236 195 169 0 51 0
[pid=20854] ppid=20853 vsize=18924 CPUtime=0.29
/proc/20854/stat : 20854 (SatELite_releas) R 20853 20853 20594 0 -1 4194304 4414 0 0 0 26 3 0 0 22 0 1 0 106297412 19378176 4398 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/20854/statm: 4731 4399 50 174 0 4554 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24284

[startup+0.701034 s]
/proc/loadavg: 0.98 0.98 1.00 3/65 20853
/proc/meminfo: memFree=1309816/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=0
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106297412 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1340 236 195 169 0 51 0
[pid=20854] ppid=20853 vsize=42364 CPUtime=0.69
/proc/20854/stat : 20854 (SatELite_releas) R 20853 20853 20594 0 -1 4194304 10145 0 0 0 62 7 0 0 25 0 1 0 106297412 43380736 10129 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/20854/statm: 10591 10129 50 174 0 10414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47724

[startup+1.50112 s]
/proc/loadavg: 0.98 0.98 1.00 2/67 20855
/proc/meminfo: memFree=1251872/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=0
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106297412 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1340 236 195 169 0 51 0
[pid=20854] ppid=20853 vsize=95460 CPUtime=1.49
/proc/20854/stat : 20854 (SatELite_releas) R 20853 20853 20594 0 -1 4194304 21644 0 0 0 134 15 0 0 25 0 1 0 106297412 97751040 21628 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/20854/statm: 23865 21629 50 174 0 23688 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100820

[startup+3.10128 s]
/proc/loadavg: 0.98 0.98 1.00 2/67 20855
/proc/meminfo: memFree=1187936/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=0
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106297412 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1340 236 195 169 0 51 0
[pid=20854] ppid=20853 vsize=296576 CPUtime=3.09
/proc/20854/stat : 20854 (SatELite_releas) R 20853 20853 20594 0 -1 4194304 46223 0 0 0 278 31 0 0 25 0 1 0 106297412 303693824 46207 1992294400 134512640 135225430 4294956176 18446744073709551615 134548165 0 0 4096 3 0 0 0 17 0 0 0
/proc/20854/statm: 74144 46208 51 174 0 73967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 301936

[startup+6.30162 s]
/proc/loadavg: 1.14 1.02 1.01 2/67 20855
/proc/meminfo: memFree=1006240/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=0
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106297412 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1340 236 195 169 0 51 0
[pid=20854] ppid=20853 vsize=296580 CPUtime=6.29
/proc/20854/stat : 20854 (SatELite_releas) R 20853 20853 20594 0 -1 4194304 69952 0 0 0 579 50 0 0 25 0 1 0 106297412 303697920 69936 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20854/statm: 74145 69936 76 174 0 73968 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 301940

[startup+12.7023 s]
/proc/loadavg: 1.37 1.07 1.03 1/67 20855
/proc/meminfo: memFree=990240/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=0
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106297412 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1340 236 195 169 0 51 0
[pid=20854] ppid=20853 vsize=296580 CPUtime=6.93
/proc/20854/stat : 20854 (SatELite_releas) R 20853 20853 20594 0 -1 4194304 69952 0 0 0 640 53 0 0 25 0 1 0 106297412 303697920 69936 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20854/statm: 74145 69936 76 174 0 73968 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 301940
heavy processes:

[startup+25.5016 s]
/proc/loadavg: 1.80 1.18 1.06 2/67 20856
/proc/meminfo: memFree=1019168/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=207920 CPUtime=9.14
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 49059 0 0 0 884 30 0 0 25 0 1 0 106299044 212910080 49024 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20856/statm: 51980 49024 74 172 0 51805 0
Current children cumulated CPU time (s) 19.7
Current children cumulated vsize (KiB) 213280
heavy processes:

[startup+51.1013 s]
/proc/loadavg: 2.09 1.29 1.10 2/67 20856
/proc/meminfo: memFree=1013280/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=215692 CPUtime=34.69
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 50462 0 0 0 3437 32 0 0 25 0 1 0 106299044 220868608 50427 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 53923 50427 74 172 0 53748 0
Current children cumulated CPU time (s) 45.25
Current children cumulated vsize (KiB) 221052

[startup+102.306 s]
/proc/loadavg: 2.39 1.49 1.18 2/67 20856
/proc/meminfo: memFree=1006112/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=224884 CPUtime=85.88
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 52265 0 0 0 8553 35 0 0 25 0 1 0 106299044 230281216 52230 1992294400 134512640 135217611 4294956304 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 56221 52230 74 172 0 56046 0
Current children cumulated CPU time (s) 96.44
Current children cumulated vsize (KiB) 230244

[startup+162.302 s]
/proc/loadavg: 2.71 1.74 1.28 2/67 20856
/proc/meminfo: memFree=1003040/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=228908 CPUtime=145.85
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 53027 0 0 0 14548 37 0 0 25 0 1 0 106299044 234401792 52992 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 57227 52992 74 172 0 57052 0
Current children cumulated CPU time (s) 156.41
Current children cumulated vsize (KiB) 234268

[startup+222.301 s]
/proc/loadavg: 2.64 1.89 1.36 2/67 20856
/proc/meminfo: memFree=1002208/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=231360 CPUtime=205.83
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 53472 0 0 0 20544 39 0 0 25 0 1 0 106299044 236912640 53437 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 57840 53437 74 172 0 57665 0
Current children cumulated CPU time (s) 216.39
Current children cumulated vsize (KiB) 236720

[startup+282.301 s]
/proc/loadavg: 1.98 1.85 1.38 2/67 20856
/proc/meminfo: memFree=1006048/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=232768 CPUtime=265.82
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 53732 0 0 0 26541 41 0 0 25 0 1 0 106299044 238354432 53697 1992294400 134512640 135217611 4294956304 18446744073709551615 134533552 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 58192 53697 74 172 0 58017 0
Current children cumulated CPU time (s) 276.38
Current children cumulated vsize (KiB) 238128

[startup+342.302 s]
/proc/loadavg: 1.36 1.69 1.35 2/67 20856
/proc/meminfo: memFree=1004512/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=234548 CPUtime=325.8

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

/proc/20856/statm: 61244 56547 74 172 0 61069 0
Current children cumulated CPU time (s) 516.31
Current children cumulated vsize (KiB) 250336

[startup+582.302 s]
/proc/loadavg: 1.00 1.30 1.26 2/67 20862
/proc/meminfo: memFree=993624/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=246824 CPUtime=565.73
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 56898 0 0 0 56527 46 0 0 25 0 1 0 106299044 252747776 56863 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 61706 56863 74 172 0 61531 0
Current children cumulated CPU time (s) 576.29
Current children cumulated vsize (KiB) 252184

[startup+642.301 s]
/proc/loadavg: 1.00 1.24 1.24 2/67 20862
/proc/meminfo: memFree=992352/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=248892 CPUtime=625.72
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 57272 0 0 0 62525 47 0 0 25 0 1 0 106299044 254865408 57237 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 62223 57237 74 172 0 62048 0
Current children cumulated CPU time (s) 636.28
Current children cumulated vsize (KiB) 254252

[startup+702.301 s]
/proc/loadavg: 1.00 1.20 1.23 2/67 20862
/proc/meminfo: memFree=991136/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=250076 CPUtime=685.7
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 57578 0 0 0 68522 48 0 0 25 0 1 0 106299044 256077824 57543 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 62519 57543 74 172 0 62344 0
Current children cumulated CPU time (s) 696.26
Current children cumulated vsize (KiB) 255436

[startup+762.306 s]
/proc/loadavg: 1.00 1.16 1.21 2/67 20862
/proc/meminfo: memFree=990304/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=251008 CPUtime=745.69
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 57772 0 0 0 74521 48 0 0 25 0 1 0 106299044 257032192 57737 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 62752 57737 74 172 0 62577 0
Current children cumulated CPU time (s) 756.25
Current children cumulated vsize (KiB) 256368

[startup+822.302 s]
/proc/loadavg: 1.00 1.13 1.19 2/67 20862
/proc/meminfo: memFree=989920/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=251516 CPUtime=805.67
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 57867 0 0 0 80519 48 0 0 25 0 1 0 106299044 257552384 57832 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 62879 57832 74 172 0 62704 0
Current children cumulated CPU time (s) 816.23
Current children cumulated vsize (KiB) 256876

[startup+882.301 s]
/proc/loadavg: 1.00 1.10 1.18 2/67 20862
/proc/meminfo: memFree=989792/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=251828 CPUtime=865.65
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 57914 0 0 0 86517 48 0 0 25 0 1 0 106299044 257871872 57879 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 62957 57879 74 172 0 62782 0
Current children cumulated CPU time (s) 876.21
Current children cumulated vsize (KiB) 257188

[startup+942.302 s]
/proc/loadavg: 1.00 1.08 1.16 2/67 20862
/proc/meminfo: memFree=988960/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=252044 CPUtime=925.63
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 58126 0 0 0 92515 48 0 0 25 0 1 0 106299044 258093056 58091 1992294400 134512640 135217611 4294956304 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 63011 58091 74 172 0 62836 0
Current children cumulated CPU time (s) 936.19
Current children cumulated vsize (KiB) 257404

[startup+1002.3 s]
/proc/loadavg: 1.00 1.06 1.15 2/67 20862
/proc/meminfo: memFree=988192/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=253668 CPUtime=985.62
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 58324 0 0 0 98513 49 0 0 25 0 1 0 106299044 259756032 58289 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 63417 58289 74 172 0 63242 0
Current children cumulated CPU time (s) 996.18
Current children cumulated vsize (KiB) 259028

[startup+1062.3 s]
/proc/loadavg: 1.00 1.05 1.14 2/67 20862
/proc/meminfo: memFree=987808/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=254188 CPUtime=1045.61
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 58412 0 0 0 104512 49 0 0 25 0 1 0 106299044 260288512 58377 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 63547 58377 74 172 0 63372 0
Current children cumulated CPU time (s) 1056.17
Current children cumulated vsize (KiB) 259548

[startup+1122.3 s]
/proc/loadavg: 1.00 1.04 1.13 2/67 20862
/proc/meminfo: memFree=987232/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=254692 CPUtime=1105.59
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 58561 0 0 0 110510 49 0 0 25 0 1 0 106299044 260804608 58526 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 63673 58526 74 172 0 63498 0
Current children cumulated CPU time (s) 1116.15
Current children cumulated vsize (KiB) 260052

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.12 2/67 20862
/proc/meminfo: memFree=986336/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=256108 CPUtime=1165.57
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 58779 0 0 0 116508 49 0 0 25 0 1 0 106299044 262254592 58744 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 64027 58744 74 172 0 63852 0
Current children cumulated CPU time (s) 1176.13
Current children cumulated vsize (KiB) 261468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.2 s]
/proc/loadavg: 1.00 1.03 1.11 2/67 20862
/proc/meminfo: memFree=986208/2055924 swapFree=4181440/4192956
[pid=20853] ppid=20851 vsize=5360 CPUtime=10.56
/proc/20853/stat : 20853 (glucose.sh) S 20851 20853 20594 0 -1 4194304 313 69953 0 0 0 0 980 76 16 0 1 0 106297412 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 1340 238 195 169 0 51 0
[pid=20856] ppid=20853 vsize=256108 CPUtime=1189.47
/proc/20856/stat : 20856 (glucose_static) R 20853 20853 20594 0 -1 4194304 58815 0 0 0 118898 49 0 0 25 0 1 0 106299044 262254592 58780 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20856/statm: 64027 58780 74 172 0 63852 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 261468

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 20853 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=803509
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=765883
# CPU time returned by wait4() is 10.5694
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1206.21
CPU time (s): 1200.03
CPU user time (s): 1198.78
CPU system time (s): 1.25
CPU usage (%): 99.4875
Max. virtual memory (cumulated for all children) (KiB): 301940

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

runsolver used 1.04584 second user time and 3.35849 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-26 23:51:21
IDJOB=1732744
IDBENCH=71127
IDSOLVER=503
FILE ID=node83/1732744-1240782674
PBS_JOBID= 9187286
Free space on /tmp= 65952 MiB

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

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

MD5SUM BENCH= ee4a2d6030f643cfa5b109579b0e5c45
RANDOM SEED=426827723

node83.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.222
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.222
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:      2055924 kB
MemFree:       1310232 kB
Buffers:         67948 kB
Cached:         608340 kB
SwapCached:       5412 kB
Active:         309048 kB
Inactive:       376164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1310232 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:           91836 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            46396 kB
Committed_AS:   428148 kB
PageTables:       1384 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= 65864 MiB
End job on node83 at 2009-04-27 00:11:29