Trace number 1723768

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 499.16 499.191

General information on the benchmark

Namevelev-vliw-uns-4.0-9C1.cnf
MD5SUM0c9a15d0f561e9d1bb438b04ae3c31af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark324.148
Satisfiable
(Un)Satisfiability was proved
Number of variables96177
Number of clauses1814189
Sum of the clauses size5280501
Maximum clause length2216
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21178665
Number of clauses of size 3560157
Number of clauses of size 45491
Number of clauses of size 54739
Number of clauses of size over 565136

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...
1.28/1.39	c ==============================================================================
1.28/1.39	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.39	c ==============================================================================
1.28/1.39	c |         0 | 1814188  5280500 |  544256       0        0     nan |  0.000 % |
11.67/11.79	c |         0 | 1789068  5451065 |      --       0       --      -- |     --   | -25093/170622
11.67/11.79	c ==============================================================================
11.67/11.79	c Result  :   #vars: 84942   #clauses: 1789068   #literals: 5451065
11.67/11.79	c CPU time:   11.4583 s
11.67/11.79	c ==============================================================================
13.37/13.44	c
13.37/13.44	c Starting glucose
13.37/13.44	c
13.37/13.44	
13.37/13.44	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
13.37/13.44	
13.37/13.44	c ============================[ Problem Statistics ]=============================
13.37/13.44	c |                                                                             |
13.37/13.44	c |  Number of variables:  84942                                                |
13.37/13.44	c |  Number of clauses:    1789068                                              |
14.56/14.60	c |  Parsing time:         1.00         s                                       |
499.05/499.14	c restarts              : 1229
499.05/499.14	c nb ReduceDB           : 30
499.05/499.14	c nb learnts DL2        : 790
499.05/499.14	c nb learnts size 2     : 657
499.05/499.14	c nb learnts size 1     : 6
499.05/499.14	c conflicts             : 1037264        (2137 /sec)
499.05/499.14	c decisions             : 14994707       (0.74 % random) (30889 /sec)
499.05/499.14	c propagations          : 668568551      (1377265 /sec)
499.05/499.14	c conflict literals     : 66370405       (37.07 % deleted)
499.05/499.14	c Memory used           : 143.68 MB
499.05/499.14	c CPU time              : 485.432 s
499.05/499.14	
499.05/499.16	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-1723768-1240688538/watcher-1723768-1240688538 -o /tmp/evaluation-result-1723768-1240688538/solver-1723768-1240688538 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1723768-1240688538.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19621
/proc/meminfo: memFree=1928712/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=0
/proc/19621/stat : 19621 (glucose.sh) R 19619 19621 19243 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 96887394 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19621/statm: 1340 235 194 169 0 51 0
[pid=19622] ppid=19621 vsize=1140 CPUtime=0
/proc/19622/stat : 19622 (SatELite_releas) R 19621 19621 19243 0 -1 4194304 147 0 0 0 0 0 0 0 18 0 1 0 96887394 1167360 131 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 285 132 50 174 0 108 0

[startup+0.046051 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19621
/proc/meminfo: memFree=1928712/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=0
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96887394 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1340 236 195 169 0 51 0
[pid=19622] ppid=19621 vsize=6128 CPUtime=0.03
/proc/19622/stat : 19622 (SatELite_releas) R 19621 19621 19243 0 -1 4194304 1179 0 0 0 3 0 0 0 18 0 1 0 96887394 6275072 1163 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 1532 1163 50 174 0 1355 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11488

[startup+0.101035 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19621
/proc/meminfo: memFree=1928712/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=0
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96887394 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1340 236 195 169 0 51 0
[pid=19622] ppid=19621 vsize=11976 CPUtime=0.08
/proc/19622/stat : 19622 (SatELite_releas) R 19621 19621 19243 0 -1 4194304 2447 0 0 0 7 1 0 0 19 0 1 0 96887394 12263424 2431 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 2994 2431 50 174 0 2817 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17336

[startup+0.301977 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19621
/proc/meminfo: memFree=1928712/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=0
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96887394 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1340 236 195 169 0 51 0
[pid=19622] ppid=19621 vsize=29460 CPUtime=0.28
/proc/19622/stat : 19622 (SatELite_releas) R 19621 19621 19243 0 -1 4194304 6694 0 0 0 23 5 0 0 21 0 1 0 96887394 30167040 6678 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 7365 6679 50 174 0 7188 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34820

[startup+0.701875 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19621
/proc/meminfo: memFree=1928712/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=0
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96887394 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1340 236 195 169 0 51 0
[pid=19622] ppid=19621 vsize=61880 CPUtime=0.69
/proc/19622/stat : 19622 (SatELite_releas) R 19621 19621 19243 0 -1 4194304 14123 0 0 0 58 11 0 0 25 0 1 0 96887394 63365120 14107 1992294400 134512640 135225430 4294956160 18446744073709551615 134712434 0 0 4096 3 0 0 0 17 1 0 0
/proc/19622/statm: 15470 14107 50 174 0 15293 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67240

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=1850040/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=0
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96887394 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1340 236 195 169 0 51 0
[pid=19622] ppid=19621 vsize=131540 CPUtime=1.48
/proc/19622/stat : 19622 (SatELite_releas) R 19621 19621 19243 0 -1 4194304 33826 0 0 0 125 23 0 0 25 0 1 0 96887394 134696960 31083 1992294400 134512640 135225430 4294956160 18446744073709551615 134548788 0 0 4096 3 0 0 0 17 1 0 0
/proc/19622/statm: 32885 31083 77 174 0 32708 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 136900

[startup+3.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=1796664/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=0
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96887394 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1340 236 195 169 0 51 0
[pid=19622] ppid=19621 vsize=148620 CPUtime=3.08
/proc/19622/stat : 19622 (SatELite_releas) R 19621 19621 19243 0 -1 4194304 36448 0 0 0 281 27 0 0 25 0 1 0 96887394 152186880 33705 1992294400 134512640 135225430 4294956160 18446744073709551615 134587608 0 0 4096 3 0 0 0 17 1 0 0
/proc/19622/statm: 37155 33705 77 174 0 36978 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 153980

[startup+6.30128 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=1779576/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=0
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96887394 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1340 236 195 169 0 51 0
[pid=19622] ppid=19621 vsize=172600 CPUtime=6.27
/proc/19622/stat : 19622 (SatELite_releas) R 19621 19621 19243 0 -1 4194304 39850 0 0 0 599 28 0 0 25 0 1 0 96887394 176742400 36827 1992294400 134512640 135225430 4294956160 18446744073709551615 134602828 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 43150 36827 77 174 0 42973 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 177960

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=1786680/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=0
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96887394 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19621/statm: 1340 236 195 169 0 51 0
[pid=19622] ppid=19621 vsize=149508 CPUtime=12.67
/proc/19622/stat : 19622 (SatELite_releas) R 19621 19621 19243 0 -1 4194304 45833 0 0 0 1228 39 0 0 25 0 1 0 96887394 153096192 33898 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19622/statm: 37377 33898 82 174 0 37200 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 154868

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1774456/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=119168 CPUtime=12.04
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 28668 0 0 0 1185 19 0 0 25 0 1 0 96888738 122028032 28654 1992294400 134512640 135217611 4294956272 18446744073709551615 134525578 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 29792 28654 76 172 0 29617 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 124528

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1770104/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=123736 CPUtime=37.65
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 29795 0 0 0 3745 20 0 0 25 0 1 0 96888738 126705664 29781 1992294400 134512640 135217611 4294956272 18446744073709551615 134542830 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 30934 29781 76 172 0 30759 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 129096

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1764600/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=129128 CPUtime=88.85
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 31114 0 0 0 8864 21 0 0 25 0 1 0 96888738 132227072 31100 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 32282 31100 76 172 0 32107 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 134488

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1759864/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=133868 CPUtime=148.85
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 32326 0 0 0 14863 22 0 0 25 0 1 0 96888738 137080832 32312 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 33467 32312 76 172 0 33292 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 139228

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1756920/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=136844 CPUtime=208.85
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 33049 0 0 0 20863 22 0 0 25 0 1 0 96888738 140128256 33035 1992294400 134512640 135217611 4294956272 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 34211 33035 76 172 0 34036 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 142204

[startup+282.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 19624
/proc/meminfo: memFree=1752120/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=141748 CPUtime=268.85
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 34249 0 0 0 26861 24 0 0 25 0 1 0 96888738 145149952 34235 1992294400 134512640 135217611 4294956272 18446744073709551615 134533404 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 35437 34235 76 172 0 35262 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 147108

[startup+342.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 19624
/proc/meminfo: memFree=1748472/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=145432 CPUtime=328.85
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 35142 0 0 0 32860 25 0 0 25 0 1 0 96888738 148922368 35128 1992294400 134512640 135217611 4294956272 18446744073709551615 134526251 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 36358 35128 76 172 0 36183 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 150792

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1747704/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=146176 CPUtime=388.84
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 35358 0 0 0 38859 25 0 0 25 0 1 0 96888738 149684224 35344 1992294400 134512640 135217611 4294956272 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 36544 35344 76 172 0 36369 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 151536

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1746872/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=147128 CPUtime=448.84
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 35550 0 0 0 44859 25 0 0 25 0 1 0 96888738 150659072 35536 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 152488

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

[startup+486.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1746872/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=147128 CPUtime=472.84
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 35550 0 0 0 47259 25 0 0 25 0 1 0 96888738 150659072 35536 1992294400 134512640 135217611 4294956272 18446744073709551615 134526357 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 486.25
Current children cumulated vsize (KiB) 152488

[startup+492.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1746872/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=147128 CPUtime=479.24
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 35550 0 0 0 47899 25 0 0 25 0 1 0 96888738 150659072 35536 1992294400 134512640 135217611 4294956272 18446744073709551615 134532800 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 492.65
Current children cumulated vsize (KiB) 152488

[startup+495.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1746872/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=147128 CPUtime=482.44
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 35550 0 0 0 48219 25 0 0 25 0 1 0 96888738 150659072 35536 1992294400 134512640 135217611 4294956272 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 495.85
Current children cumulated vsize (KiB) 152488

[startup+497.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1746872/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=147128 CPUtime=484.04
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 35550 0 0 0 48379 25 0 0 25 0 1 0 96888738 150659072 35536 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 497.45
Current children cumulated vsize (KiB) 152488

[startup+498.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1746872/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=147128 CPUtime=484.84
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 35550 0 0 0 48459 25 0 0 25 0 1 0 96888738 150659072 35536 1992294400 134512640 135217611 4294956272 18446744073709551615 134532693 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 498.25
Current children cumulated vsize (KiB) 152488

[startup+498.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1746872/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=147128 CPUtime=485.24
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 35550 0 0 0 48499 25 0 0 25 0 1 0 96888738 150659072 35536 1992294400 134512640 135217611 4294956272 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 498.65
Current children cumulated vsize (KiB) 152488

[startup+499.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19624
/proc/meminfo: memFree=1746872/2055920 swapFree=4181368/4192956
[pid=19621] ppid=19619 vsize=5360 CPUtime=13.41
/proc/19621/stat : 19621 (glucose.sh) S 19619 19621 19243 0 -1 4194304 313 45834 0 0 0 0 1294 47 16 0 1 0 96887394 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19621/statm: 1340 238 195 169 0 51 0
[pid=19624] ppid=19621 vsize=147128 CPUtime=485.64
/proc/19624/stat : 19624 (glucose_static) R 19621 19621 19243 0 -1 4194304 35550 0 0 0 48539 25 0 0 25 0 1 0 96888738 150659072 35536 1992294400 134512640 135217611 4294956272 18446744073709551615 134542186 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/19624/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 499.05
Current children cumulated vsize (KiB) 152488

Child status: 20
Real time (s): 499.191
CPU time (s): 499.16
CPU user time (s): 498.375
CPU system time (s): 0.78488
CPU usage (%): 99.9938
Max. virtual memory (cumulated for all children) (KiB): 178984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 498.375
system time used= 0.78488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81865
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= 38
involuntary context switches= 2005

runsolver used 0.418936 second user time and 1.40479 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-25 21:42:20
IDJOB=1723768
IDBENCH=71736
IDSOLVER=503
FILE ID=node16/1723768-1240688538
PBS_JOBID= 9186647
Free space on /tmp= 66284 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/velev-vliw-uns-4.0-9C1.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723768-1240688538/watcher-1723768-1240688538 -o /tmp/evaluation-result-1723768-1240688538/solver-1723768-1240688538 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1723768-1240688538.cnf

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

MD5SUM BENCH= 0c9a15d0f561e9d1bb438b04ae3c31af
RANDOM SEED=1883123155

node16.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.234
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.234
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:       1929256 kB
Buffers:          3472 kB
Cached:          74288 kB
SwapCached:       5404 kB
Active:          48548 kB
Inactive:        37108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1929256 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           37376 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            27116 kB
Committed_AS:   350528 kB
PageTables:       1436 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= 66284 MiB
End job on node16 at 2009-04-25 21:50:39