Trace number 1774524

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 940.478 940.799

General information on the benchmark

NameAPPLICATIONS/
c32sat/post-c32s-ss-8.cnf
MD5SUM9d3d3bb9b296880c7463693ae665aafd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark424.931
Satisfiable
(Un)Satisfiability was proved
Number of variables53752
Number of clauses148393
Sum of the clauses size346249
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298928
Number of clauses of size 349464
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.12	c ==============================================================================
0.09/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |  135726   315843 |   40717       0        0     nan |  0.000 % |
1.49/1.59	c |         0 |   65966   210427 |      --       0       --      -- |     --   | -69152/-103784
1.49/1.59	c ==============================================================================
1.49/1.59	c Result  :   #vars: 13761   #clauses: 65966   #literals: 210427
1.49/1.59	c CPU time:   1.49677 s
1.49/1.59	c ==============================================================================
1.58/1.67	c
1.58/1.67	c Starting glucose
1.58/1.67	c
1.58/1.67	
1.58/1.67	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.58/1.67	
1.58/1.67	c ============================[ Problem Statistics ]=============================
1.58/1.67	c |                                                                             |
1.58/1.67	c |  Number of variables:  13761                                                |
1.58/1.67	c |  Number of clauses:    65966                                                |
1.65/1.72	c |  Parsing time:         0.04         s                                       |
940.37/940.77	c restarts              : 3308
940.37/940.77	c nb ReduceDB           : 43
940.37/940.77	c nb learnts DL2        : 9611
940.37/940.77	c nb learnts size 2     : 3581
940.37/940.77	c nb learnts size 1     : 96
940.37/940.77	c conflicts             : 1768592        (1884 /sec)
940.37/940.77	c decisions             : 21155617       (1.29 % random) (22537 /sec)
940.37/940.77	c propagations          : 1089386134     (1160499 /sec)
940.37/940.77	c conflict literals     : 61351579       (38.13 % deleted)
940.37/940.77	c Memory used           : 33.59 MB
940.37/940.77	c CPU time              : 938.722 s
940.37/940.77	
940.37/940.78	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-1774524-1241266204/watcher-1774524-1241266204 -o /tmp/evaluation-result-1774524-1241266204/solver-1774524-1241266204 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774524-1241266204.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.24 1.08 1.03 3/64 1502
/proc/meminfo: memFree=1929528/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=0
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154648881 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1502/statm: 1340 236 195 169 0 51 0
[pid=1503] ppid=1502 vsize=1744 CPUtime=0
/proc/1503/stat : 1503 (SatELite_releas) R 1502 1502 1435 0 -1 4194304 268 0 0 0 0 0 0 0 19 0 1 0 154648881 1785856 252 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/1503/statm: 436 252 51 174 0 259 0

[startup+0.104665 s]
/proc/loadavg: 1.24 1.08 1.03 3/64 1502
/proc/meminfo: memFree=1929528/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=0
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154648881 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1502/statm: 1340 236 195 169 0 51 0
[pid=1503] ppid=1502 vsize=16624 CPUtime=0.09
/proc/1503/stat : 1503 (SatELite_releas) R 1502 1502 1435 0 -1 4194304 3703 0 0 0 7 2 0 0 20 0 1 0 154648881 17022976 3687 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/1503/statm: 4156 3689 51 174 0 3979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21984

[startup+0.201679 s]
/proc/loadavg: 1.24 1.08 1.03 3/64 1502
/proc/meminfo: memFree=1929528/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=0
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154648881 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1502/statm: 1340 236 195 169 0 51 0
[pid=1503] ppid=1502 vsize=21536 CPUtime=0.19
/proc/1503/stat : 1503 (SatELite_releas) R 1502 1502 1435 0 -1 4194304 5208 0 0 0 16 3 0 0 20 0 1 0 154648881 22052864 4841 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1503/statm: 5384 4841 77 174 0 5207 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26896

[startup+0.301693 s]
/proc/loadavg: 1.24 1.08 1.03 3/64 1502
/proc/meminfo: memFree=1929528/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=0
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154648881 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1502/statm: 1340 236 195 169 0 51 0
[pid=1503] ppid=1502 vsize=21668 CPUtime=0.29
/proc/1503/stat : 1503 (SatELite_releas) R 1502 1502 1435 0 -1 4194304 5223 0 0 0 25 4 0 0 20 0 1 0 154648881 22188032 4856 1992294400 134512640 135225430 4294956176 18446744073709551615 134587327 0 0 4096 3 0 0 0 17 1 0 0
/proc/1503/statm: 5417 4856 77 174 0 5240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27028

[startup+0.701751 s]
/proc/loadavg: 1.24 1.08 1.03 3/64 1502
/proc/meminfo: memFree=1929528/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=0
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154648881 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1502/statm: 1340 236 195 169 0 51 0
[pid=1503] ppid=1502 vsize=23288 CPUtime=0.69
/proc/1503/stat : 1503 (SatELite_releas) R 1502 1502 1435 0 -1 4194304 5582 0 0 0 63 6 0 0 24 0 1 0 154648881 23846912 5215 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1503/statm: 5822 5215 77 174 0 5645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28648

[startup+1.50187 s]
/proc/loadavg: 1.24 1.08 1.03 2/66 1504
/proc/meminfo: memFree=1900384/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=0
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154648881 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1502/statm: 1340 236 195 169 0 51 0
[pid=1503] ppid=1502 vsize=25508 CPUtime=1.49
/proc/1503/stat : 1503 (SatELite_releas) R 1502 1502 1435 0 -1 4194304 6177 0 0 0 141 8 0 0 25 0 1 0 154648881 26120192 5583 1992294400 134512640 135225430 4294956176 18446744073709551615 134564683 0 0 4096 3 0 0 0 17 1 0 0
/proc/1503/statm: 6377 5583 77 174 0 6200 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30868

[startup+3.1011 s]
/proc/loadavg: 1.24 1.08 1.03 2/66 1505
/proc/meminfo: memFree=1912288/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=8848 CPUtime=1.41
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 1972 0 0 0 141 0 0 0 25 0 1 0 154649048 9060352 1958 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 2212 1958 77 172 0 2037 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 14208

[startup+6.30157 s]
/proc/loadavg: 1.22 1.08 1.03 2/66 1505
/proc/meminfo: memFree=1910048/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=10904 CPUtime=4.62
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 2499 0 0 0 461 1 0 0 25 0 1 0 154649048 11165696 2485 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 2726 2485 77 172 0 2551 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16264

[startup+12.7025 s]
/proc/loadavg: 1.20 1.08 1.03 2/66 1505
/proc/meminfo: memFree=1908704/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=12256 CPUtime=11.01
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 2830 0 0 0 1100 1 0 0 25 0 1 0 154649048 12550144 2816 1992294400 134512640 135217611 4294956288 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 3064 2816 77 172 0 2889 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 17616

[startup+25.5014 s]
/proc/loadavg: 1.16 1.08 1.02 2/66 1505
/proc/meminfo: memFree=1907680/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=13788 CPUtime=23.81
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 3197 0 0 0 2380 1 0 0 25 0 1 0 154649048 14118912 3183 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 3447 3183 77 172 0 3272 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19148

[startup+51.1011 s]
/proc/loadavg: 1.10 1.07 1.02 2/66 1505
/proc/meminfo: memFree=1906080/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=15392 CPUtime=49.4
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 3592 0 0 0 4938 2 0 0 25 0 1 0 154649048 15761408 3578 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 3848 3578 77 172 0 3673 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20752

[startup+102.302 s]
/proc/loadavg: 1.04 1.06 1.02 2/66 1505
/proc/meminfo: memFree=1903712/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=17896 CPUtime=100.59
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 4217 0 0 0 10056 3 0 0 25 0 1 0 154649048 18325504 4203 1992294400 134512640 135217611 4294956288 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 4474 4203 77 172 0 4299 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23256

[startup+162.301 s]
/proc/loadavg: 1.01 1.04 1.01 2/66 1505
/proc/meminfo: memFree=1901088/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=20412 CPUtime=160.57
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 4871 0 0 0 16053 4 0 0 25 0 1 0 154649048 20901888 4857 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 5103 4857 77 172 0 4928 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 25772

[startup+222.305 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 1505
/proc/meminfo: memFree=1899232/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=22288 CPUtime=220.55
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 5333 0 0 0 22051 4 0 0 25 0 1 0 154649048 22822912 5319 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 5572 5319 77 172 0 5397 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 27648

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 1505
/proc/meminfo: memFree=1897632/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=24032 CPUtime=280.53
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 5725 0 0 0 28048 5 0 0 25 0 1 0 154649048 24608768 5711 1992294400 134512640 135217611 4294956288 18446744073709551615 134542173 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 6008 5711 77 172 0 5833 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 29392

[startup+342.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 1505
/proc/meminfo: memFree=1896928/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=24724 CPUtime=340.51
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 5892 0 0 0 34046 5 0 0 25 0 1 0 154649048 25317376 5878 1992294400 134512640 135217611 4294956288 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 6181 5878 77 172 0 6006 0
Current children cumulated CPU time (s) 342.16

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


[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1890528/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=31064 CPUtime=640.41
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 7450 0 0 0 64034 7 0 0 25 0 1 0 154649048 31809536 7436 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 7766 7436 77 172 0 7591 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 36424

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1889248/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=32324 CPUtime=700.39
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 7766 0 0 0 70032 7 0 0 25 0 1 0 154649048 33099776 7752 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8081 7752 77 172 0 7906 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 37684

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1888864/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=32640 CPUtime=760.37
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 7844 0 0 0 76030 7 0 0 25 0 1 0 154649048 33423360 7830 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8160 7830 77 172 0 7985 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 38000

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1888544/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=33028 CPUtime=820.35
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 7917 0 0 0 82028 7 0 0 25 0 1 0 154649048 33820672 7903 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8257 7903 77 172 0 8082 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 38388

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1887520/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=34016 CPUtime=880.34
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 8162 0 0 0 88026 8 0 0 25 0 1 0 154649048 34832384 8148 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8504 8148 77 172 0 8329 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 39376

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

[startup+896.003 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1887264/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=34204 CPUtime=894.04
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 8229 0 0 0 89396 8 0 0 25 0 1 0 154649048 35024896 8215 1992294400 134512640 135217611 4294956288 18446744073709551615 134532614 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8551 8215 77 172 0 8376 0
Current children cumulated CPU time (s) 895.69
Current children cumulated vsize (KiB) 39564

[startup+921.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1887264/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=34204 CPUtime=919.63
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 8229 0 0 0 91955 8 0 0 25 0 1 0 154649048 35024896 8215 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8551 8215 77 172 0 8376 0
Current children cumulated CPU time (s) 921.28
Current children cumulated vsize (KiB) 39564

[startup+934.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1887136/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=34392 CPUtime=932.42
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 8250 0 0 0 93234 8 0 0 25 0 1 0 154649048 35217408 8236 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8598 8236 77 172 0 8423 0
Current children cumulated CPU time (s) 934.07
Current children cumulated vsize (KiB) 39752

[startup+937.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1887072/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=34392 CPUtime=935.62
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 8277 0 0 0 93554 8 0 0 25 0 1 0 154649048 35217408 8263 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8598 8263 77 172 0 8423 0
Current children cumulated CPU time (s) 937.27
Current children cumulated vsize (KiB) 39752

[startup+939.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1887072/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=34392 CPUtime=937.22
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 8277 0 0 0 93714 8 0 0 25 0 1 0 154649048 35217408 8263 1992294400 134512640 135217611 4294956288 18446744073709551615 134542157 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8598 8263 77 172 0 8423 0
Current children cumulated CPU time (s) 938.87
Current children cumulated vsize (KiB) 39752

[startup+940.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1887072/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=34392 CPUtime=938.02
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 8277 0 0 0 93794 8 0 0 25 0 1 0 154649048 35217408 8263 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8598 8263 77 172 0 8423 0
Current children cumulated CPU time (s) 939.67
Current children cumulated vsize (KiB) 39752

[startup+940.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1887072/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=34392 CPUtime=938.42
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 8277 0 0 0 93834 8 0 0 25 0 1 0 154649048 35217408 8263 1992294400 134512640 135217611 4294956288 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8598 8263 77 172 0 8423 0
Current children cumulated CPU time (s) 940.07
Current children cumulated vsize (KiB) 39752

[startup+940.605 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1887072/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=34392 CPUtime=938.62
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 8277 0 0 0 93854 8 0 0 25 0 1 0 154649048 35217408 8263 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8598 8263 77 172 0 8423 0
Current children cumulated CPU time (s) 940.27
Current children cumulated vsize (KiB) 39752

[startup+940.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1505
/proc/meminfo: memFree=1887072/2055920 swapFree=4149780/4192956
[pid=1502] ppid=1500 vsize=5360 CPUtime=1.65
/proc/1502/stat : 1502 (glucose.sh) S 1500 1502 1435 0 -1 4194304 313 6701 0 0 0 0 156 9 16 0 1 0 154648881 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1502/statm: 1340 238 195 169 0 51 0
[pid=1505] ppid=1502 vsize=34392 CPUtime=938.72
/proc/1505/stat : 1505 (glucose_static) R 1502 1502 1435 0 -1 4194304 8277 0 0 0 93864 8 0 0 25 0 1 0 154649048 35217408 8263 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1505/statm: 8598 8263 77 172 0 8423 0
Current children cumulated CPU time (s) 940.37
Current children cumulated vsize (KiB) 39752

Child status: 20
Real time (s): 940.799
CPU time (s): 940.478
CPU user time (s): 940.286
CPU system time (s): 0.19197
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 39752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 940.286
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15457
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= 40
involuntary context switches= 1823

runsolver used 0.969852 second user time and 2.46162 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-02 14:10:05
IDJOB=1774524
IDBENCH=70956
IDSOLVER=610
FILE ID=node39/1774524-1241266204
PBS_JOBID= 9224964
Free space on /tmp= 66552 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-ss-8.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774524-1241266204/watcher-1774524-1241266204 -o /tmp/evaluation-result-1774524-1241266204/solver-1774524-1241266204 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774524-1241266204.cnf

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

MD5SUM BENCH= 9d3d3bb9b296880c7463693ae665aafd
RANDOM SEED=369575134

node39.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.281
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.281
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:       1930776 kB
Buffers:          1068 kB
Cached:          19276 kB
SwapCached:      36912 kB
Active:          16868 kB
Inactive:        42644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1930776 kB
SwapTotal:     4192956 kB
SwapFree:      4149780 kB
Dirty:            4340 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            51672 kB
Committed_AS:   762520 kB
PageTables:       1380 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= 66552 MiB
End job on node39 at 2009-05-02 14:25:46