Trace number 1775434

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) 10000 10005.5

General information on the benchmark

Namesimon-s02b-k2f-gr-rcs-w8.cnf
MD5SUM5da8899feefc5a4bb9db99e983e30f52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.39703
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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.09/0.19	c ==============================================================================
0.09/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.19	c ==============================================================================
0.09/0.19	c |         0 |  271393   550328 |   81417       0        0     nan |  0.000 % |
1.58/1.68	c |         0 |  269998   945031 |      --       0       --      -- |     --   | -1395/394703
1.58/1.68	c ==============================================================================
1.58/1.68	c Result  :   #vars: 8694   #clauses: 269998   #literals: 945031
1.58/1.68	c CPU time:   1.64075 s
1.58/1.68	c ==============================================================================
1.89/1.98	c
1.89/1.98	c Starting glucose
1.89/1.98	c
1.89/1.98	
1.89/1.98	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.89/1.98	
1.89/1.98	c ============================[ Problem Statistics ]=============================
1.89/1.98	c |                                                                             |
1.89/1.98	c |  Number of variables:  8694                                                 |
1.89/1.98	c |  Number of clauses:    269998                                               |
2.18/2.21	c |  Parsing time:         0.21         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-1775434-1241271392/watcher-1775434-1241271392 -o /tmp/evaluation-result-1775434-1241271392/solver-1775434-1241271392 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775434-1241271392.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29729
/proc/meminfo: memFree=1596464/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=0
/proc/29729/stat : 29729 (glucose.sh) R 29727 29729 29542 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155172870 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29729/statm: 1340 235 194 169 0 51 0
[pid=29730] ppid=29729 vsize=1744 CPUtime=0
/proc/29730/stat : 29730 (SatELite_releas) R 29729 29729 29542 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 155172870 1785856 273 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/29730/statm: 436 277 49 174 0 259 0

[startup+0.091829 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29729
/proc/meminfo: memFree=1596464/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=0
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155172870 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29729/statm: 1340 236 195 169 0 51 0
[pid=29730] ppid=29729 vsize=9200 CPUtime=0.08
/proc/29730/stat : 29730 (SatELite_releas) R 29729 29729 29542 0 -1 4194304 1972 0 0 0 7 1 0 0 20 0 1 0 155172870 9420800 1956 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29730/statm: 2300 1957 50 174 0 2123 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14560

[startup+0.10183 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29729
/proc/meminfo: memFree=1596464/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=0
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155172870 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29729/statm: 1340 236 195 169 0 51 0
[pid=29730] ppid=29729 vsize=9860 CPUtime=0.09
/proc/29730/stat : 29730 (SatELite_releas) R 29729 29729 29542 0 -1 4194304 2143 0 0 0 8 1 0 0 20 0 1 0 155172870 10096640 2127 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29730/statm: 2465 2128 50 174 0 2288 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15220

[startup+0.301873 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29729
/proc/meminfo: memFree=1596464/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=0
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155172870 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29729/statm: 1340 236 195 169 0 51 0
[pid=29730] ppid=29729 vsize=20620 CPUtime=0.29
/proc/29730/stat : 29730 (SatELite_releas) R 29729 29729 29542 0 -1 4194304 4685 0 0 0 27 2 0 0 21 0 1 0 155172870 21114880 4669 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29730/statm: 5155 4670 76 174 0 4978 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25980

[startup+0.701959 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29729
/proc/meminfo: memFree=1596464/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=0
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155172870 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29729/statm: 1340 236 195 169 0 51 0
[pid=29730] ppid=29729 vsize=29844 CPUtime=0.68
/proc/29730/stat : 29730 (SatELite_releas) R 29729 29729 29542 0 -1 4194304 6448 0 0 0 65 3 0 0 25 0 1 0 155172870 30560256 6432 1992294400 134512640 135225430 4294956176 18446744073709551615 134576569 0 0 4096 3 0 0 0 17 0 0 0
/proc/29730/statm: 7461 6432 76 174 0 7284 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35204

[startup+1.50213 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29731
/proc/meminfo: memFree=1569504/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=0
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155172870 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29729/statm: 1340 236 195 169 0 51 0
[pid=29730] ppid=29729 vsize=29844 CPUtime=1.48
/proc/29730/stat : 29730 (SatELite_releas) R 29729 29729 29542 0 -1 4194304 6495 0 0 0 145 3 0 0 25 0 1 0 155172870 30560256 6479 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/29730/statm: 7461 6479 77 174 0 7284 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35204

[startup+3.10147 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29732
/proc/meminfo: memFree=1580640/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=19116 CPUtime=1.1
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 4626 0 0 0 108 2 0 0 25 0 1 0 155173068 19574784 4612 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 4779 4612 75 172 0 4604 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24476

[startup+6.30216 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29732
/proc/meminfo: memFree=1570208/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=20172 CPUtime=4.29
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 4901 0 0 0 426 3 0 0 25 0 1 0 155173068 20656128 4887 1992294400 134512640 135217611 4294956288 18446744073709551615 134532666 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 5043 4887 75 172 0 4868 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 25532

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29732
/proc/meminfo: memFree=1568296/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=22312 CPUtime=10.69
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 5418 0 0 0 1065 4 0 0 25 0 1 0 155173068 22847488 5404 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 5578 5404 75 172 0 5403 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 27672

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29732
/proc/meminfo: memFree=1565928/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=24604 CPUtime=23.48
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 5995 0 0 0 2344 4 0 0 25 0 1 0 155173068 25194496 5981 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 6151 5981 76 172 0 5976 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 29964

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29732
/proc/meminfo: memFree=1562600/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=27952 CPUtime=49.06
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 6837 0 0 0 4901 5 0 0 25 0 1 0 155173068 28622848 6823 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 6988 6823 76 172 0 6813 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 33312

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29732
/proc/meminfo: memFree=1560104/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=30456 CPUtime=100.24
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 7445 0 0 0 10018 6 0 0 25 0 1 0 155173068 31186944 7431 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 7614 7431 76 172 0 7439 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 35816

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29732
/proc/meminfo: memFree=1558376/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=32240 CPUtime=160.2
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 7870 0 0 0 16013 7 0 0 25 0 1 0 155173068 33013760 7856 1992294400 134512640 135217611 4294956288 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 8060 7856 76 172 0 7885 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 37600

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29734
/proc/meminfo: memFree=1556584/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=33860 CPUtime=220.17
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 8267 0 0 0 22010 7 0 0 25 0 1 0 155173068 34672640 8253 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 8465 8253 76 172 0 8290 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 39220

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29734
/proc/meminfo: memFree=1554728/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=35760 CPUtime=280.14
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 8749 0 0 0 28007 7 0 0 25 0 1 0 155173068 36618240 8735 1992294400 134512640 135217611 4294956288 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 8940 8735 76 172 0 8765 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 41120

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29734
/proc/meminfo: memFree=1553832/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=36856 CPUtime=340.09
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 8994 0 0 0 34002 7 0 0 25 0 1 0 155173068 37740544 8980 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 9214 8980 76 172 0 9039 0
Current children cumulated CPU time (s) 342.06

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

/proc/29732/statm: 24096 22975 76 172 0 23921 0
Current children cumulated CPU time (s) 9397.11
Current children cumulated vsize (KiB) 101744

[startup+9462.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 29756
/proc/meminfo: memFree=1497000/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=96384 CPUtime=9455.11
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23010 0 0 0 945484 27 0 0 25 0 1 0 155173068 98697216 22975 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24096 22975 76 172 0 23921 0
Current children cumulated CPU time (s) 9457.08
Current children cumulated vsize (KiB) 101744

[startup+9522.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 29756
/proc/meminfo: memFree=1497000/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=96384 CPUtime=9515.09
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23010 0 0 0 951481 28 0 0 25 0 1 0 155173068 98697216 22975 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24096 22975 76 172 0 23921 0
Current children cumulated CPU time (s) 9517.06
Current children cumulated vsize (KiB) 101744

[startup+9582.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 29756
/proc/meminfo: memFree=1496168/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=97180 CPUtime=9575.05
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23219 0 0 0 957477 28 0 0 25 0 1 0 155173068 99512320 23184 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24295 23184 76 172 0 24120 0
Current children cumulated CPU time (s) 9577.02
Current children cumulated vsize (KiB) 102540

[startup+9642.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 29756
/proc/meminfo: memFree=1496104/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=97180 CPUtime=9635.03
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23219 0 0 0 963475 28 0 0 25 0 1 0 155173068 99512320 23184 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24295 23184 76 172 0 24120 0
Current children cumulated CPU time (s) 9637
Current children cumulated vsize (KiB) 102540

[startup+9702.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 29756
/proc/meminfo: memFree=1495976/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=97180 CPUtime=9695
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23223 0 0 0 969472 28 0 0 25 0 1 0 155173068 99512320 23188 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24295 23188 76 172 0 24120 0
Current children cumulated CPU time (s) 9696.97
Current children cumulated vsize (KiB) 102540

[startup+9762.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 29756
/proc/meminfo: memFree=1495784/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=97456 CPUtime=9754.96
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23274 0 0 0 975468 28 0 0 25 0 1 0 155173068 99794944 23239 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24364 23239 76 172 0 24189 0
Current children cumulated CPU time (s) 9756.93
Current children cumulated vsize (KiB) 102816

[startup+9822.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 29756
/proc/meminfo: memFree=1495784/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=97456 CPUtime=9814.93
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23278 0 0 0 981465 28 0 0 25 0 1 0 155173068 99794944 23243 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24364 23243 76 172 0 24189 0
Current children cumulated CPU time (s) 9816.9
Current children cumulated vsize (KiB) 102816

[startup+9882.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 29756
/proc/meminfo: memFree=1495656/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=97716 CPUtime=9874.92
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23342 0 0 0 987463 29 0 0 25 0 1 0 155173068 100061184 23307 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24429 23307 76 172 0 24254 0
Current children cumulated CPU time (s) 9876.89
Current children cumulated vsize (KiB) 103076

[startup+9942.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 29756
/proc/meminfo: memFree=1495592/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=97716 CPUtime=9934.88
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23355 0 0 0 993459 29 0 0 25 0 1 0 155173068 100061184 23320 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24429 23320 76 172 0 24254 0
Current children cumulated CPU time (s) 9936.85
Current children cumulated vsize (KiB) 103076

[startup+10002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 29756
/proc/meminfo: memFree=1495400/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=97932 CPUtime=9994.84
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23406 0 0 0 999455 29 0 0 25 0 1 0 155173068 100282368 23371 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24483 23371 76 172 0 24308 0
Current children cumulated CPU time (s) 9996.81
Current children cumulated vsize (KiB) 103292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 29756
/proc/meminfo: memFree=1495400/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=97932 CPUtime=9998.05
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23407 0 0 0 999776 29 0 0 25 0 1 0 155173068 100282368 23372 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24483 23372 76 172 0 24308 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 103292

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

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

[startup+10005.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 29756
/proc/meminfo: memFree=1495400/2055920 swapFree=4178716/4192956
[pid=29729] ppid=29727 vsize=5360 CPUtime=1.97
/proc/29729/stat : 29729 (glucose.sh) S 29727 29729 29542 0 -1 4194304 313 6499 0 0 0 0 191 6 16 0 1 0 155172870 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29729/statm: 1340 238 195 169 0 51 0
[pid=29732] ppid=29729 vsize=97932 CPUtime=9998.05
/proc/29732/stat : 29732 (glucose_static) R 29729 29729 29542 0 -1 4194304 23407 0 0 0 999776 29 0 0 25 0 1 0 155173068 100282368 23372 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29732/statm: 24483 23372 76 172 0 24308 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 103292

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10005.5
CPU time (s): 10000
CPU user time (s): 9999.67
CPU system time (s): 0.35
CPU usage (%): 99.9451
Max. virtual memory (cumulated for all children) (KiB): 103292

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

runsolver used 8.14876 second user time and 28.2437 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 15:36:32
IDJOB=1775434
IDBENCH=71764
IDSOLVER=610
FILE ID=node10/1775434-1241271392
PBS_JOBID= 9224995
Free space on /tmp= 66552 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/simon-s02b-k2f-gr-rcs-w8.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775434-1241271392/watcher-1775434-1241271392 -o /tmp/evaluation-result-1775434-1241271392/solver-1775434-1241271392 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775434-1241271392.cnf

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

MD5SUM BENCH= 5da8899feefc5a4bb9db99e983e30f52
RANDOM SEED=289684745

node10.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.263
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	: 5931.00
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.263
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:       1596944 kB
Buffers:         74068 kB
Cached:         287624 kB
SwapCached:       8024 kB
Active:          78680 kB
Inactive:       292796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596944 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:            5012 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            73584 kB
Committed_AS:   692148 kB
PageTables:       1372 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= 66544 MiB
End job on node10 at 2009-05-02 18:23:20