Trace number 1772734

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 968.539 969.065

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-17-u.cnf
MD5SUM83ece6745238c422c7e68e5a07fc7f73
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark410.228
Satisfiable
(Un)Satisfiability was proved
Number of variables183464
Number of clauses855717
Sum of the clauses size1974802
Maximum clause length10
Minimum clause length1
Number of clauses of size 115316
Number of clauses of size 2664917
Number of clauses of size 3141084
Number of clauses of size 43820
Number of clauses of size 515280
Number of clauses of size over 515300

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.65	c ==============================================================================
0.00/0.65	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.65	c ==============================================================================
0.00/0.65	c |         0 |  840401  1959486 |  252120       0        0     nan |  0.000 % |
5.28/5.37	c |         0 |  357793   957950 |      --       0       --      -- |     --   | -306964/-605014
5.28/5.37	c ==============================================================================
5.28/5.37	c Result  :   #vars: 59617   #clauses: 357793   #literals: 957950
5.28/5.37	c CPU time:   5.20521 s
5.28/5.37	c ==============================================================================
5.68/5.75	c
5.68/5.75	c Starting glucose
5.68/5.75	c
5.68/5.75	
5.68/5.75	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.68/5.75	
5.68/5.75	c ============================[ Problem Statistics ]=============================
5.68/5.75	c |                                                                             |
5.68/5.75	c |  Number of variables:  59617                                                |
5.68/5.75	c |  Number of clauses:    357793                                               |
5.73/6.01	c |  Parsing time:         0.22         s                                       |
968.45/969.04	c restarts              : 353
968.45/969.04	c nb ReduceDB           : 34
968.45/969.04	c nb learnts DL2        : 716
968.45/969.04	c nb learnts size 2     : 388
968.45/969.04	c nb learnts size 1     : 178
968.45/969.04	c conflicts             : 1252173        (1301 /sec)
968.45/969.04	c decisions             : 1477842        (0.94 % random) (1535 /sec)
968.45/969.04	c propagations          : 750427836      (779512 /sec)
968.45/969.04	c conflict literals     : 35078096       (38.58 % deleted)
968.45/969.04	c Memory used           : 41.51 MB
968.45/969.04	c CPU time              : 962.69 s
968.45/969.04	
968.45/969.05	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-1772734-1241249538/watcher-1772734-1241249538 -o /tmp/evaluation-result-1772734-1241249538/solver-1772734-1241249538 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772734-1241249538.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 31057
/proc/meminfo: memFree=1111232/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=1964 CPUtime=0
/proc/31057/stat : 31057 (glucose.sh) R 31055 31057 31020 0 -1 4194304 52 0 0 0 0 0 0 0 18 0 1 0 152987862 2011136 36 1992294400 4194304 4889804 548682068816 18446744073709551615 259910596073 0 0 4096 0 0 0 0 17 1 0 0
/proc/31057/statm: 751 40 30 169 0 9 0

[startup+0.0640901 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31057
/proc/meminfo: memFree=1111232/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=0
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152987862 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31057/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102093 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31057
/proc/meminfo: memFree=1111232/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=0
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152987862 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31057/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301117 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31057
/proc/meminfo: memFree=1111232/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=0
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152987862 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31057/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701187 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31057
/proc/meminfo: memFree=1111232/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=0
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152987862 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31057/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50133 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 31059
/proc/meminfo: memFree=1026416/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=0
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152987862 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31057/statm: 1340 236 195 169 0 51 0
[pid=31059] ppid=31057 vsize=100660 CPUtime=1.48
/proc/31059/stat : 31059 (SatELite_releas) R 31057 31057 31020 0 -1 4194304 23790 0 0 0 138 10 0 0 25 0 1 0 152987863 103075840 21992 1992294400 134512640 135225430 4294956176 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 0 0 0
/proc/31059/statm: 25165 21992 77 174 0 24988 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 106020

[startup+3.10161 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 31059
/proc/meminfo: memFree=1018032/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=0
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152987862 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31057/statm: 1340 236 195 169 0 51 0
[pid=31059] ppid=31057 vsize=111140 CPUtime=3.09
/proc/31059/stat : 31059 (SatELite_releas) R 31057 31057 31020 0 -1 4194304 26527 0 0 0 297 12 0 0 25 0 1 0 152987863 113807360 24361 1992294400 134512640 135225430 4294956176 18446744073709551615 134722611 0 0 4096 3 0 0 0 17 0 0 0
/proc/31059/statm: 27785 24361 77 174 0 27608 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116500

[startup+6.30118 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 31059
/proc/meminfo: memFree=1013168/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 5360

[startup+12.7013 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 31060
/proc/meminfo: memFree=1072112/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=28412 CPUtime=6.92
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 6776 0 0 0 688 4 0 0 25 0 1 0 152988438 29093888 6749 1992294400 134512640 135217611 4294956288 18446744073709551615 134532736 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 7103 6749 77 172 0 6928 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 33772

[startup+25.5025 s]
/proc/loadavg: 0.90 0.97 0.99 3/66 31060
/proc/meminfo: memFree=1070448/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=30536 CPUtime=19.7
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 7296 0 0 0 1965 5 0 0 25 0 1 0 152988438 31268864 7269 1992294400 134512640 135217611 4294956288 18446744073709551615 134533778 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 7634 7269 77 172 0 7459 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 35896

[startup+51.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 31060
/proc/meminfo: memFree=1068720/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=32312 CPUtime=45.3
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 7729 0 0 0 4524 6 0 0 25 0 1 0 152988438 33087488 7702 1992294400 134512640 135217611 4294956288 18446744073709551615 134528007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 8078 7702 77 172 0 7903 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 37672

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 31060
/proc/meminfo: memFree=1067568/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=33528 CPUtime=96.47
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 8024 0 0 0 9641 6 0 0 25 0 1 0 152988438 34332672 7997 1992294400 134512640 135217611 4294956288 18446744073709551615 134532605 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 8382 7997 77 172 0 8207 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 38888

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31060
/proc/meminfo: memFree=1066544/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=34556 CPUtime=156.43
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 8286 0 0 0 15637 6 0 0 25 0 1 0 152988438 35385344 8259 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 8639 8259 77 172 0 8464 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 39916

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31060
/proc/meminfo: memFree=1065776/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=35424 CPUtime=216.4
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 8486 0 0 0 21634 6 0 0 25 0 1 0 152988438 36274176 8459 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 8856 8459 77 172 0 8681 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 40784

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31060
/proc/meminfo: memFree=1065264/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=35992 CPUtime=276.37
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 8602 0 0 0 27631 6 0 0 25 0 1 0 152988438 36855808 8575 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 8998 8575 77 172 0 8823 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 41352

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31060
/proc/meminfo: memFree=1064624/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=36788 CPUtime=336.34
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 8776 0 0 0 33627 7 0 0 25 0 1 0 152988438 37670912 8749 1992294400 134512640 135217611 4294956288 18446744073709551615 134532666 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 9197 8749 77 172 0 9022 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 42148

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1064240/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=37124 CPUtime=396.31
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 8867 0 0 0 39624 7 0 0 25 0 1 0 152988438 38014976 8840 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 9281 8840 77 172 0 9106 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 42484

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1063600/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73

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


[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1062192/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=39392 CPUtime=636.2
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 9386 0 0 0 63612 8 0 0 25 0 1 0 152988438 40337408 9359 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 9848 9359 77 172 0 9673 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 44752

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1061552/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=40064 CPUtime=696.16
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 9523 0 0 0 69608 8 0 0 25 0 1 0 152988438 41025536 9496 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10016 9496 77 172 0 9841 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 45424

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1061040/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=40748 CPUtime=756.14
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 9645 0 0 0 75606 8 0 0 25 0 1 0 152988438 41725952 9618 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10187 9618 77 172 0 10012 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 46108

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1060528/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=41348 CPUtime=816.1
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 9781 0 0 0 81602 8 0 0 25 0 1 0 152988438 42340352 9754 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10337 9754 77 172 0 10162 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 46708

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1060144/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=41852 CPUtime=876.07
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 9872 0 0 0 87599 8 0 0 25 0 1 0 152988438 42856448 9845 1992294400 134512640 135217611 4294956288 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10463 9845 77 172 0 10288 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 47212

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1059824/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=42140 CPUtime=936.04
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 9960 0 0 0 93596 8 0 0 25 0 1 0 152988438 43151360 9933 1992294400 134512640 135217611 4294956288 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10535 9933 77 172 0 10360 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 47500

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

[startup+947.106 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1059632/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=42356 CPUtime=940.84
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 10005 0 0 0 94076 8 0 0 25 0 1 0 152988438 43372544 9978 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10589 9978 77 172 0 10414 0
Current children cumulated CPU time (s) 946.57
Current children cumulated vsize (KiB) 47716

[startup+959.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1059504/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=42500 CPUtime=953.63
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 10042 0 0 0 95355 8 0 0 25 0 1 0 152988438 43520000 10015 1992294400 134512640 135217611 4294956288 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 959.36
Current children cumulated vsize (KiB) 47860

[startup+963.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1059504/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=42500 CPUtime=956.83
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 10042 0 0 0 95675 8 0 0 25 0 1 0 152988438 43520000 10015 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 962.56
Current children cumulated vsize (KiB) 47860

[startup+966.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1059504/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=42500 CPUtime=960.03
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 10042 0 0 0 95995 8 0 0 25 0 1 0 152988438 43520000 10015 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 965.76
Current children cumulated vsize (KiB) 47860

[startup+967.901 s]
/proc/loadavg: 0.99 0.97 0.99 3/66 31062
/proc/meminfo: memFree=1059504/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=42500 CPUtime=961.63
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 10042 0 0 0 96155 8 0 0 25 0 1 0 152988438 43520000 10015 1992294400 134512640 135217611 4294956288 18446744073709551615 134544609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 967.36
Current children cumulated vsize (KiB) 47860

[startup+968.702 s]
/proc/loadavg: 0.99 0.97 0.99 3/66 31062
/proc/meminfo: memFree=1059504/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=42500 CPUtime=962.42
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 10042 0 0 0 96234 8 0 0 25 0 1 0 152988438 43520000 10015 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 968.15
Current children cumulated vsize (KiB) 47860

[startup+968.902 s]
/proc/loadavg: 0.99 0.97 0.99 3/66 31062
/proc/meminfo: memFree=1059504/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=42500 CPUtime=962.62
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 10042 0 0 0 96254 8 0 0 25 0 1 0 152988438 43520000 10015 1992294400 134512640 135217611 4294956288 18446744073709551615 134522477 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 968.35
Current children cumulated vsize (KiB) 47860

[startup+969.002 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 31062
/proc/meminfo: memFree=1059504/2055920 swapFree=4180136/4192956
[pid=31057] ppid=31055 vsize=5360 CPUtime=5.73
/proc/31057/stat : 31057 (glucose.sh) S 31055 31057 31020 0 -1 4194304 313 35651 0 0 0 0 553 20 16 0 1 0 152987862 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31057/statm: 1340 238 195 169 0 51 0
[pid=31060] ppid=31057 vsize=42500 CPUtime=962.72
/proc/31060/stat : 31060 (glucose_static) R 31057 31057 31020 0 -1 4194304 10042 0 0 0 96264 8 0 0 25 0 1 0 152988438 43520000 10015 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31060/statm: 10625 10015 77 172 0 10450 0
Current children cumulated CPU time (s) 968.45
Current children cumulated vsize (KiB) 47860

Child status: 20
Real time (s): 969.065
CPU time (s): 968.539
CPU user time (s): 968.232
CPU system time (s): 0.306953
CPU usage (%): 99.9457
Max. virtual memory (cumulated for all children) (KiB): 122272

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

runsolver used 0.894863 second user time and 2.6386 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-02 09:32:19
IDJOB=1772734
IDBENCH=20379
IDSOLVER=610
FILE ID=node4/1772734-1241249538
PBS_JOBID= 9224900
Free space on /tmp= 66404 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-17-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772734-1241249538/watcher-1772734-1241249538 -o /tmp/evaluation-result-1772734-1241249538/solver-1772734-1241249538 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772734-1241249538.cnf

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

MD5SUM BENCH= 83ece6745238c422c7e68e5a07fc7f73
RANDOM SEED=62764914

node4.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.265
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.265
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:       1111648 kB
Buffers:         76288 kB
Cached:         792376 kB
SwapCached:       7244 kB
Active:         269160 kB
Inactive:       608572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111648 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:           16888 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            52512 kB
Committed_AS:   854156 kB
PageTables:       1468 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= 66404 MiB
End job on node4 at 2009-05-02 09:48:28