Trace number 1774944

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.0UNSAT 9905.29 9908.1

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_08_UNSAT.cnf
MD5SUM0b7170d33b896e8b879b19b65ac5c517
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1327.52
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses74789
Sum of the clauses size222346
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22159
Number of clauses of size 372607
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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.02/0.04	c ==============================================================================
0.02/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.04	c ==============================================================================
0.02/0.04	c |         0 |   74789   222346 |   22436       0        0     nan |  0.000 % |
0.59/0.69	c |         0 |   73888   319243 |      --       0       --      -- |     --   | -901/96897
0.59/0.69	c ==============================================================================
0.59/0.69	c Result  :   #vars: 763   #clauses: 73888   #literals: 319243
0.59/0.69	c CPU time:   0.677896 s
0.59/0.69	c ==============================================================================
0.69/0.79	c
0.69/0.79	c Starting glucose
0.69/0.79	c
0.69/0.79	
0.69/0.79	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.69/0.79	
0.69/0.79	c ============================[ Problem Statistics ]=============================
0.69/0.79	c |                                                                             |
0.69/0.79	c |  Number of variables:  763                                                  |
0.69/0.79	c |  Number of clauses:    73888                                                |
0.77/0.83	c |  Parsing time:         0.04         s                                       |
9905.17/9908.07	c restarts              : 961
9905.17/9908.07	c nb ReduceDB           : 126
9905.17/9908.07	c nb learnts DL2        : 1090
9905.17/9908.07	c nb learnts size 2     : 142
9905.17/9908.07	c nb learnts size 1     : 17
9905.17/9908.07	c conflicts             : 10454097       (1056 /sec)
9905.17/9908.07	c decisions             : 13573852       (1.81 % random) (1371 /sec)
9905.17/9908.07	c propagations          : 945207554      (95436 /sec)
9905.17/9908.07	c conflict literals     : 262811462      (22.50 % deleted)
9905.17/9908.07	c Memory used           : 91.30 MB
9905.17/9908.07	c CPU time              : 9904.05 s
9905.17/9908.07	
9905.17/9908.09	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774944-1241269015/watcher-1774944-1241269015 -o /tmp/evaluation-result-1774944-1241269015/solver-1774944-1241269015 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774944-1241269015.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: 0.85 0.97 0.99 3/64 24705
/proc/meminfo: memFree=1045648/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154934999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24705/statm: 1340 236 195 169 0 51 0
[pid=24706] ppid=24705 vsize=1424 CPUtime=0
/proc/24706/stat : 24706 (SatELite_releas) R 24705 24705 24668 0 -1 4194304 208 0 0 0 0 0 0 0 18 0 1 0 154935000 1458176 192 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24706/statm: 356 193 50 174 0 179 0

[startup+0.0306931 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24705
/proc/meminfo: memFree=1045648/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154934999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24705/statm: 1340 236 195 169 0 51 0
[pid=24706] ppid=24705 vsize=3512 CPUtime=0.02
/proc/24706/stat : 24706 (SatELite_releas) R 24705 24705 24668 0 -1 4194304 726 0 0 0 2 0 0 0 18 0 1 0 154935000 3596288 710 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24706/statm: 878 710 50 174 0 701 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8872

[startup+0.1017 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24705
/proc/meminfo: memFree=1045648/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154934999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24705/statm: 1340 236 195 169 0 51 0
[pid=24706] ppid=24705 vsize=6972 CPUtime=0.09
/proc/24706/stat : 24706 (SatELite_releas) R 24705 24705 24668 0 -1 4194304 1575 0 0 0 8 1 0 0 18 0 1 0 154935000 7139328 1559 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24706/statm: 1743 1559 76 174 0 1566 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12332

[startup+0.301721 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24705
/proc/meminfo: memFree=1045648/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154934999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24705/statm: 1340 236 195 169 0 51 0
[pid=24706] ppid=24705 vsize=9296 CPUtime=0.29
/proc/24706/stat : 24706 (SatELite_releas) R 24705 24705 24668 0 -1 4194304 2053 0 0 0 28 1 0 0 19 0 1 0 154935000 9519104 2037 1992294400 134512640 135225430 4294956176 18446744073709551615 134586113 0 0 4096 3 0 0 0 17 1 0 0
/proc/24706/statm: 2324 2037 77 174 0 2147 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14656

[startup+0.701762 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24705
/proc/meminfo: memFree=1045648/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154934999 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24705/statm: 1340 236 195 169 0 51 0
[pid=24706] ppid=24705 vsize=8604 CPUtime=0.69
/proc/24706/stat : 24706 (SatELite_releas) R 24705 24705 24668 0 -1 4194304 2057 0 0 0 68 1 0 0 22 0 1 0 154935000 8810496 1894 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24706/statm: 2151 1894 80 174 0 1974 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13964

[startup+1.50184 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 24708
/proc/meminfo: memFree=1037056/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=8080 CPUtime=0.7
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 1895 0 0 0 69 1 0 0 23 0 1 0 154935078 8273920 1881 1992294400 134512640 135217611 4294956288 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 2020 1881 77 172 0 1845 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13440

[startup+3.10201 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 24708
/proc/meminfo: memFree=1035648/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=9024 CPUtime=2.3
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 2142 0 0 0 229 1 0 0 25 0 1 0 154935078 9240576 2128 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 2256 2128 77 172 0 2081 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14384

[startup+6.30133 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 24708
/proc/meminfo: memFree=1033752/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=10784 CPUtime=5.5
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 2572 0 0 0 548 2 0 0 25 0 1 0 154935078 11042816 2558 1992294400 134512640 135217611 4294956288 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 2696 2558 77 172 0 2521 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16144

[startup+12.703 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 24708
/proc/meminfo: memFree=1032032/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=12120 CPUtime=11.9
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 2882 0 0 0 1188 2 0 0 25 0 1 0 154935078 12410880 2868 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 3030 2868 77 172 0 2855 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17480

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 24708
/proc/meminfo: memFree=1030120/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=14112 CPUtime=24.69
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 3380 0 0 0 2467 2 0 0 25 0 1 0 154935078 14450688 3366 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 3528 3366 77 172 0 3353 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19472

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 24708
/proc/meminfo: memFree=1027304/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=17284 CPUtime=50.29
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 4086 0 0 0 5026 3 0 0 25 0 1 0 154935078 17698816 4072 1992294400 134512640 135217611 4294956288 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 4321 4072 77 172 0 4146 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 22644

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 24708
/proc/meminfo: memFree=1024872/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=19844 CPUtime=101.47
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 4714 0 0 0 10143 4 0 0 25 0 1 0 154935078 20320256 4700 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 4961 4700 77 172 0 4786 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25204

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24708
/proc/meminfo: memFree=1021928/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=23256 CPUtime=161.46
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 5492 0 0 0 16141 5 0 0 25 0 1 0 154935078 23814144 5478 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 5814 5478 77 172 0 5639 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 28616

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24708
/proc/meminfo: memFree=1020520/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=24564 CPUtime=221.44
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 5804 0 0 0 22139 5 0 0 25 0 1 0 154935078 25153536 5790 1992294400 134512640 135217611 4294956288 18446744073709551615 134538284 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 6141 5790 77 172 0 5966 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 29924

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24714
/proc/meminfo: memFree=1017952/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=26952 CPUtime=281.41
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 6382 0 0 0 28135 6 0 0 25 0 1 0 154935078 27598848 6368 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 6738 6368 77 172 0 6563 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 32312

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24714
/proc/meminfo: memFree=1016544/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=28568 CPUtime=341.39
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 6766 0 0 0 34133 6 0 0 25 0 1 0 154935078 29253632 6752 1992294400 134512640 135217611 4294956288 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 7142 6752 77 172 0 6967 0
Current children cumulated CPU time (s) 342.16

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


[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24730
/proc/meminfo: memFree=960552/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=92676 CPUtime=9578.79
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20691 0 0 0 957837 42 0 0 25 0 1 0 154935078 94900224 20653 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23169 20653 77 172 0 22994 0
Current children cumulated CPU time (s) 9579.56
Current children cumulated vsize (KiB) 98036

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24730
/proc/meminfo: memFree=960488/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=92676 CPUtime=9638.78
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20699 0 0 0 963836 42 0 0 25 0 1 0 154935078 94900224 20661 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23169 20661 77 172 0 22994 0
Current children cumulated CPU time (s) 9639.55
Current children cumulated vsize (KiB) 98036

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24730
/proc/meminfo: memFree=960488/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=92676 CPUtime=9698.76
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20699 0 0 0 969834 42 0 0 25 0 1 0 154935078 94900224 20661 1992294400 134512640 135217611 4294956288 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23169 20661 77 172 0 22994 0
Current children cumulated CPU time (s) 9699.53
Current children cumulated vsize (KiB) 98036

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=960424/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=92836 CPUtime=9758.74
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20727 0 0 0 975832 42 0 0 25 0 1 0 154935078 95064064 20689 1992294400 134512640 135217611 4294956288 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23209 20689 77 172 0 23034 0
Current children cumulated CPU time (s) 9759.51
Current children cumulated vsize (KiB) 98196

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=960104/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=93248 CPUtime=9818.72
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20833 0 0 0 981830 42 0 0 25 0 1 0 154935078 95485952 20795 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23312 20795 77 172 0 23137 0
Current children cumulated CPU time (s) 9819.49
Current children cumulated vsize (KiB) 98608

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=959848/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=93488 CPUtime=9878.71
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20885 0 0 0 987829 42 0 0 25 0 1 0 154935078 95731712 20847 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23372 20847 77 172 0 23197 0
Current children cumulated CPU time (s) 9879.48
Current children cumulated vsize (KiB) 98848

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

[startup+9894.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=959784/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=93488 CPUtime=9890.71
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20892 0 0 0 989028 43 0 0 25 0 1 0 154935078 95731712 20854 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23372 20854 77 172 0 23197 0
Current children cumulated CPU time (s) 9891.48
Current children cumulated vsize (KiB) 98848

[startup+9900.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=959784/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=93488 CPUtime=9897.11
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20892 0 0 0 989668 43 0 0 25 0 1 0 154935078 95731712 20854 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23372 20854 77 172 0 23197 0
Current children cumulated CPU time (s) 9897.88
Current children cumulated vsize (KiB) 98848

[startup+9903.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=959784/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=93488 CPUtime=9900.31
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20892 0 0 0 989988 43 0 0 25 0 1 0 154935078 95731712 20854 1992294400 134512640 135217611 4294956288 18446744073709551615 134533286 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23372 20854 77 172 0 23197 0
Current children cumulated CPU time (s) 9901.08
Current children cumulated vsize (KiB) 98848

[startup+9905.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=959784/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=93488 CPUtime=9901.91
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20892 0 0 0 990148 43 0 0 25 0 1 0 154935078 95731712 20854 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23372 20854 77 172 0 23197 0
Current children cumulated CPU time (s) 9902.68
Current children cumulated vsize (KiB) 98848

[startup+9907.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=959784/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=93488 CPUtime=9903.5
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20892 0 0 0 990307 43 0 0 25 0 1 0 154935078 95731712 20854 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23372 20854 77 172 0 23197 0
Current children cumulated CPU time (s) 9904.27
Current children cumulated vsize (KiB) 98848

[startup+9907.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=959784/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=93488 CPUtime=9903.9
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20892 0 0 0 990347 43 0 0 25 0 1 0 154935078 95731712 20854 1992294400 134512640 135217611 4294956288 18446744073709551615 134533240 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23372 20854 77 172 0 23197 0
Current children cumulated CPU time (s) 9904.67
Current children cumulated vsize (KiB) 98848

[startup+9907.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=959784/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=93488 CPUtime=9904.3
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20892 0 0 0 990387 43 0 0 25 0 1 0 154935078 95731712 20854 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23372 20854 77 172 0 23197 0
Current children cumulated CPU time (s) 9905.07
Current children cumulated vsize (KiB) 98848

[startup+9908 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24732
/proc/meminfo: memFree=959784/2055920 swapFree=4180888/4192956
[pid=24705] ppid=24703 vsize=5360 CPUtime=0.77
/proc/24705/stat : 24705 (glucose.sh) S 24703 24705 24668 0 -1 4194304 313 2058 0 0 0 0 76 1 16 0 1 0 154934999 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24705/statm: 1340 238 195 169 0 51 0
[pid=24708] ppid=24705 vsize=93488 CPUtime=9904.4
/proc/24708/stat : 24708 (glucose_static) R 24705 24705 24668 0 -1 4194304 20892 0 0 0 990397 43 0 0 25 0 1 0 154935078 95731712 20854 1992294400 134512640 135217611 4294956288 18446744073709551615 134543025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24708/statm: 23372 20854 77 172 0 23197 0
Current children cumulated CPU time (s) 9905.17
Current children cumulated vsize (KiB) 98848

Child status: 20
Real time (s): 9908.1
CPU time (s): 9905.29
CPU user time (s): 9904.82
CPU system time (s): 0.470928
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 98848

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

runsolver used 11.6202 second user time and 24.3693 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-02 14:56:55
IDJOB=1774944
IDBENCH=71065
IDSOLVER=610
FILE ID=node24/1774944-1241269015
PBS_JOBID= 9224979
Free space on /tmp= 66540 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_08_UNSAT.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774944-1241269015/watcher-1774944-1241269015 -o /tmp/evaluation-result-1774944-1241269015/solver-1774944-1241269015 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774944-1241269015.cnf

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

MD5SUM BENCH= 0b7170d33b896e8b879b19b65ac5c517
RANDOM SEED=1480850197

node24.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.232
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.232
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:       1046128 kB
Buffers:         90904 kB
Cached:         807432 kB
SwapCached:       5860 kB
Active:          88924 kB
Inactive:       817684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1046128 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:          13916 kB
Slab:            89164 kB
Committed_AS:   705352 kB
PageTables:       1440 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= 66540 MiB
End job on node24 at 2009-05-02 17:42:03