Trace number 3259580

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 2? (TO) 1300 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes1.cnf
MD5SUM118632220c6f3388c45a2582e9a2ac0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark816.061
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |  133795   269030 |   40138       0        0     nan |  0.000 % |
0.00/0.34	c |         0 |  132235   444075 |      --       0       --      -- |     --   | -1560/175045
0.00/0.34	c ==============================================================================
0.00/0.34	c Result  :   #vars: 1500   #clauses: 132235   #literals: 444075
0.00/0.34	c CPU time:   0.335948 s
0.00/0.34	c ==============================================================================
0.00/0.40	c
0.00/0.41	c Starting glucose
0.00/0.41	c

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3259580-1303504643/watcher-3259580-1303504643 -o /tmp/evaluation-result-3259580-1303504643/solver-3259580-1303504643 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3259580-1303504643.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.76 3.94 3.30 5/192 1148
/proc/meminfo: memFree=13159272/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 462063143 8912896 253 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 253 211 178 0 69 0

[startup+0.028874 s]
/proc/loadavg: 3.76 3.94 3.30 5/192 1148
/proc/meminfo: memFree=13159272/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 462063143 8912896 253 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100863 s]
/proc/loadavg: 3.76 3.94 3.30 5/192 1148
/proc/meminfo: memFree=13159272/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 462063143 8912896 253 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300824 s]
/proc/loadavg: 3.76 3.94 3.30 5/192 1148
/proc/meminfo: memFree=13159272/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 462063143 8912896 253 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700755 s]
/proc/loadavg: 3.76 3.94 3.30 5/192 1148
/proc/meminfo: memFree=13159272/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 8704

[startup+1.50061 s]
/proc/loadavg: 3.76 3.94 3.30 5/194 1152
/proc/meminfo: memFree=13131860/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=26332 CPUtime=1.07 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 6723 0 0 0 107 0 0 0 25 0 1 0 462063184 26963968 2886 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 6583 2886 240 17 0 3224 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 35036

[startup+3.10033 s]
/proc/loadavg: 3.76 3.94 3.30 5/194 1152
/proc/meminfo: memFree=13110780/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=45100 CPUtime=2.67 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 11542 0 0 0 266 1 0 0 25 0 1 0 462063184 46182400 7570 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 11275 7570 250 17 0 7916 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 53804

[startup+6.30076 s]
/proc/loadavg: 3.78 3.94 3.30 5/194 1152
/proc/meminfo: memFree=13085852/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=52284 CPUtime=5.87 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 13955 0 0 0 586 1 0 0 25 0 1 0 462063184 53538816 9849 33554432000 4194304 4260849 140733361583216 18446744073709551615 4209287 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 13071 9849 250 17 0 9712 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 60988

[startup+12.7006 s]
/proc/loadavg: 3.80 3.94 3.30 5/194 1152
/proc/meminfo: memFree=13056604/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=56704 CPUtime=12.27 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 15073 0 0 0 1226 1 0 0 25 0 1 0 462063184 58064896 10954 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224667 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 14176 10954 250 17 0 10817 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 65408

[startup+25.5003 s]
/proc/loadavg: 3.92 3.96 3.32 5/194 1152
/proc/meminfo: memFree=13029688/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=75560 CPUtime=25.07 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 30718 0 0 0 2504 3 0 0 25 0 1 0 462063184 77373440 13667 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 18890 13667 251 17 0 15531 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 84264

[startup+51.1008 s]
/proc/loadavg: 3.95 3.96 3.34 5/194 1153
/proc/meminfo: memFree=13005328/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=75560 CPUtime=50.67 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 40508 0 0 0 5063 4 0 0 25 0 1 0 462063184 77373440 15696 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224898 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 18890 15696 251 17 0 15531 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 84264

[startup+102.307 s]
/proc/loadavg: 3.98 3.97 3.37 5/194 1154
/proc/meminfo: memFree=12890616/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=125284 CPUtime=101.88 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 99008 0 0 0 10173 15 0 0 25 0 1 0 462063184 128290816 23464 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 31321 23464 251 17 0 27962 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 133988

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.41 5/194 1156
/proc/meminfo: memFree=12867764/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=125284 CPUtime=161.88 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 149186 0 0 0 16163 25 0 0 25 0 1 0 462063184 128290816 26496 33554432000 4194304 4260849 140733361583216 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 31321 26496 251 17 0 27962 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 133988

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.44 5/194 1158
/proc/meminfo: memFree=12925128/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=75964 CPUtime=221.88 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 192439 0 0 0 22153 35 0 0 25 0 1 0 462063184 77787136 15800 33554432000 4194304 4260849 140733361583216 18446744073709551615 4225110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 18991 15800 251 17 0 15632 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 84668

[startup+282.301 s]
/proc/loadavg: 4.06 3.99 3.48 5/194 1159
/proc/meminfo: memFree=12855920/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=156104 CPUtime=281.88 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 234614 0 0 0 28144 44 0 0 25 0 1 0 462063184 159850496 28207 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 39026 28207 251 17 0 35667 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 164808

[startup+342.301 s]
/proc/loadavg: 4.02 3.99 3.51 5/194 1161
/proc/meminfo: memFree=12854140/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=125284 CPUtime=341.88 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 271768 0 0 0 34135 53 0 0 25 0 1 0 462063184 128290816 24371 33554432000 4194304 4260849 140733361583216 18446744073709551615 4209287 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 31321 24371 251 17 0 27962 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 133988

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.54 5/194 1162
/proc/meminfo: memFree=12835096/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3

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

/proc/1152/statm: 31876 27031 251 17 0 28517 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 136208

[startup+642.3 s]
/proc/loadavg: 4.04 4.01 3.64 5/194 1169
/proc/meminfo: memFree=12735768/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=159104 CPUtime=641.89 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 427077 0 0 0 64097 92 0 0 25 0 1 0 462063184 162922496 33519 33554432000 4194304 4260849 140733361583216 18446744073709551615 4225091 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 39776 33519 251 17 0 36417 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 167808

[startup+702.301 s]
/proc/loadavg: 4.01 4.01 3.66 5/194 1170
/proc/meminfo: memFree=12781724/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=129704 CPUtime=701.9 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 457414 0 0 0 70091 99 0 0 25 0 1 0 462063184 132816896 27346 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 32426 27346 251 17 0 29067 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 138408

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 1172
/proc/meminfo: memFree=12733712/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=161444 CPUtime=761.9 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 480621 0 0 0 76085 105 0 0 25 0 1 0 462063184 165318656 31322 33554432000 4194304 4260849 140733361583216 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 40361 31322 251 17 0 37002 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 170148

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/194 1174
/proc/meminfo: memFree=12696856/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=191872 CPUtime=821.9 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 509244 0 0 0 82077 113 0 0 25 0 1 0 462063184 196476928 42100 33554432000 4194304 4260849 140733361583216 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 47968 42100 251 17 0 44609 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 200576

[startup+882.3 s]
/proc/loadavg: 4.03 4.01 3.72 5/194 1175
/proc/meminfo: memFree=12722880/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=161052 CPUtime=881.9 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 536243 0 0 0 88068 122 0 0 25 0 1 0 462063184 164917248 32490 33554432000 4194304 4260849 140733361583216 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 40263 32490 251 17 0 36904 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 169756

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 3.73 5/194 1177
/proc/meminfo: memFree=12728696/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=161052 CPUtime=941.89 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 558301 0 0 0 94061 128 0 0 25 0 1 0 462063184 164917248 35790 33554432000 4194304 4260849 140733361583216 18446744073709551615 4225418 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 40263 35790 251 17 0 36904 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 169756

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 1178
/proc/meminfo: memFree=12702356/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=191872 CPUtime=1001.9 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 578915 0 0 0 100056 134 0 0 25 0 1 0 462063184 196476928 37586 33554432000 4194304 4260849 140733361583216 18446744073709551615 4225399 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 47968 37586 251 17 0 44609 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 200576

[startup+1062.3 s]
/proc/loadavg: 4.06 4.02 3.76 5/194 1180
/proc/meminfo: memFree=12704808/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=191872 CPUtime=1061.9 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 601116 0 0 0 106050 140 0 0 25 0 1 0 462063184 196476928 40634 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 47968 40634 251 17 0 44609 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 200576

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.77 5/194 1182
/proc/meminfo: memFree=12669428/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=191872 CPUtime=1121.9 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 624754 0 0 0 112042 148 0 0 25 0 1 0 462063184 196476928 44303 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 47968 44303 251 17 0 44609 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 200576

[startup+1182.3 s]
/proc/loadavg: 4.05 4.02 3.79 5/194 1213
/proc/meminfo: memFree=12722004/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=161052 CPUtime=1181.91 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 654381 0 0 0 118034 157 0 0 25 0 1 0 462063184 164917248 32669 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 40263 32669 251 17 0 36904 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 169756

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.80 5/194 1215
/proc/meminfo: memFree=12737468/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=161052 CPUtime=1241.9 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 678555 0 0 0 124026 164 0 0 25 0 1 0 462063184 164917248 34929 33554432000 4194304 4260849 140733361583216 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 40263 34929 251 17 0 36904 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 169756



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.81 3/189 1218
/proc/meminfo: memFree=12964992/32950928 swapFree=67111528/67111528
[pid=1148] ppid=1146 vsize=8704 CPUtime=0.39 cores=1,3
/proc/1148/stat : 1148 (glucose.sh) S 1146 1148 925 0 -1 4202496 361 2835 0 0 0 0 39 0 21 0 1 0 462063143 8912896 255 33554432000 4194304 4922060 140733700531408 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1148/statm: 2176 255 211 178 0 69 0
[pid=1152] ppid=1148 vsize=161052 CPUtime=1299.61 cores=1,3
/proc/1152/stat : 1152 (glucose_static) R 1148 1148 925 0 -1 4202496 701159 0 0 0 129791 170 0 0 25 0 1 0 462063184 164917248 35137 33554432000 4194304 4260849 140733361583216 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1152/statm: 40263 35137 251 17 0 36904 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 169756

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

Real time (s): 1300.01
CPU time (s): 1300
CPU user time (s): 1298.3
CPU system time (s): 1.7
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 250664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.400939
system time used= 0.008998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3196
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= 5

runsolver used 2.06169 second user time and 5.04223 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-22 22:37:24
IDJOB=3259580
IDBENCH=71593
IDSOLVER=1651
FILE ID=node122/3259580-1303504643
RUNJOBID= node122-1303503341-946
PBS_JOBID= 13134241
Free space on /tmp= 71000 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes1.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259580-1303504643/watcher-3259580-1303504643 -o /tmp/evaluation-result-3259580-1303504643/solver-3259580-1303504643 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3259580-1303504643.cnf 

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
RANDOM SEED=1092565849

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13159924 kB
Buffers:       1622764 kB
Cached:       17480580 kB
SwapCached:          0 kB
Active:        9243096 kB
Inactive:     10000748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13159924 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7040 kB
Writeback:           0 kB
AnonPages:      139708 kB
Mapped:          15744 kB
Slab:           483804 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   334596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70988 MiB
End job on node122 at 2011-04-22 22:59:06