Trace number 1775444

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 91.7201 91.7816

General information on the benchmark

Namemanol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark91.7201
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
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.29/0.33	c ==============================================================================
0.29/0.33	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.33	c ==============================================================================
0.29/0.33	c |         0 |  387840   904960 |  116351       0        0     nan |  0.000 % |
2.19/2.29	c |         0 |  169202   659445 |      --       0       --      -- |     --   | -218636/-245510
2.19/2.29	c ==============================================================================
2.19/2.29	c Result  :   #vars: 22468   #clauses: 169202   #literals: 659445
2.19/2.29	c CPU time:   2.18067 s
2.19/2.29	c ==============================================================================
2.49/2.52	c
2.49/2.52	c Starting glucose
2.49/2.52	c
2.49/2.53	
2.49/2.53	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.49/2.53	
2.49/2.53	c ============================[ Problem Statistics ]=============================
2.49/2.53	c |                                                                             |
2.49/2.53	c |  Number of variables:  22468                                                |
2.49/2.53	c |  Number of clauses:    169202                                               |
2.52/2.67	c |  Parsing time:         0.13         s                                       |
91.62/91.76	c restarts              : 395
91.62/91.76	c nb ReduceDB           : 16
91.62/91.76	c nb learnts DL2        : 3684
91.62/91.76	c nb learnts size 2     : 707
91.62/91.76	c nb learnts size 1     : 71
91.62/91.76	c conflicts             : 452797         (5080 /sec)
91.62/91.76	c decisions             : 2104144        (1.54 % random) (23608 /sec)
91.62/91.76	c propagations          : 103875453      (1165445 /sec)
91.62/91.76	c conflict literals     : 8536530        (22.98 % deleted)
91.62/91.76	c Memory used           : 27.29 MB
91.62/91.76	c CPU time              : 89.1295 s
91.62/91.76	
91.62/91.76	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-1775444-1241271470/watcher-1775444-1241271470 -o /tmp/evaluation-result-1775444-1241271470/solver-1775444-1241271470 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775444-1241271470.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24817
/proc/meminfo: memFree=1108112/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=0
/proc/24817/stat : 24817 (glucose.sh) R 24815 24817 24712 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155181724 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24817/statm: 1340 235 194 169 0 51 0
[pid=24818] ppid=24817 vsize=1284 CPUtime=0
/proc/24818/stat : 24818 (SatELite_releas) R 24817 24817 24712 0 -1 4194304 171 0 0 0 0 0 0 0 18 0 1 0 155181724 1314816 155 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/24818/statm: 321 162 50 174 0 144 0

[startup+0.0720551 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24817
/proc/meminfo: memFree=1108112/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=0
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155181724 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24817/statm: 1340 236 195 169 0 51 0
[pid=24818] ppid=24817 vsize=11436 CPUtime=0.06
/proc/24818/stat : 24818 (SatELite_releas) R 24817 24817 24712 0 -1 4194304 2703 0 0 0 5 1 0 0 19 0 1 0 155181724 11710464 2687 1992294400 134512640 135225430 4294956176 18446744073709551615 134541534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24818/statm: 2859 2688 50 174 0 2682 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16796

[startup+0.10106 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24817
/proc/meminfo: memFree=1108112/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=0
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155181724 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24817/statm: 1340 236 195 169 0 51 0
[pid=24818] ppid=24817 vsize=17784 CPUtime=0.08
/proc/24818/stat : 24818 (SatELite_releas) R 24817 24817 24712 0 -1 4194304 3799 0 0 0 7 1 0 0 19 0 1 0 155181724 18210816 3783 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24818/statm: 4446 3786 50 174 0 4269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23144

[startup+0.301099 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24817
/proc/meminfo: memFree=1108112/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=0
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155181724 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24817/statm: 1340 236 195 169 0 51 0
[pid=24818] ppid=24817 vsize=45568 CPUtime=0.29
/proc/24818/stat : 24818 (SatELite_releas) R 24817 24817 24712 0 -1 4194304 11127 0 0 0 25 4 0 0 21 0 1 0 155181724 46661632 11111 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24818/statm: 11392 11113 51 174 0 11215 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50928

[startup+0.701178 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24817
/proc/meminfo: memFree=1108112/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=0
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155181724 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24817/statm: 1340 236 195 169 0 51 0
[pid=24818] ppid=24817 vsize=56804 CPUtime=0.68
/proc/24818/stat : 24818 (SatELite_releas) R 24817 24817 24712 0 -1 4194304 14656 0 0 0 62 6 0 0 25 0 1 0 155181724 58167296 13562 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24818/statm: 14201 13562 77 174 0 14024 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62164

[startup+1.50134 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24819
/proc/meminfo: memFree=1047232/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=0
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155181724 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24817/statm: 1340 236 195 169 0 51 0
[pid=24818] ppid=24817 vsize=61360 CPUtime=1.49
/proc/24818/stat : 24818 (SatELite_releas) R 24817 24817 24712 0 -1 4194304 15596 0 0 0 140 9 0 0 25 0 1 0 155181724 62832640 14502 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24818/statm: 15340 14502 77 174 0 15163 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66720

[startup+3.10167 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24819
/proc/meminfo: memFree=1038528/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 5360

[startup+6.30129 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24820
/proc/meminfo: memFree=1074944/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=19200 CPUtime=3.75
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 4520 0 0 0 373 2 0 0 25 0 1 0 155181977 19660800 4506 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 4800 4506 77 172 0 4625 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24560

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24820
/proc/meminfo: memFree=1072320/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=21624 CPUtime=10.14
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 5135 0 0 0 1012 2 0 0 25 0 1 0 155181977 22142976 5121 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 5406 5121 77 172 0 5231 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 26984

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24820
/proc/meminfo: memFree=1071168/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=22896 CPUtime=22.94
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 5447 0 0 0 2291 3 0 0 25 0 1 0 155181977 23445504 5433 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 5724 5433 77 172 0 5549 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 28256

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24820
/proc/meminfo: memFree=1068160/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=25808 CPUtime=48.53
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 6192 0 0 0 4849 4 0 0 25 0 1 0 155181977 26427392 6178 1992294400 134512640 135217611 4294956288 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 6452 6178 77 172 0 6277 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 31168

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

[startup+76.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24820
/proc/meminfo: memFree=1066624/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=27536 CPUtime=74.12
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 6587 0 0 0 7408 4 0 0 25 0 1 0 155181977 28196864 6573 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 6884 6573 77 172 0 6709 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 32896

[startup+83.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24820
/proc/meminfo: memFree=1066560/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=27536 CPUtime=80.51
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 6591 0 0 0 8047 4 0 0 25 0 1 0 155181977 28196864 6577 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 6884 6577 77 172 0 6709 0
Current children cumulated CPU time (s) 83.03
Current children cumulated vsize (KiB) 32896

[startup+86.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24820
/proc/meminfo: memFree=1066496/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=27536 CPUtime=83.71
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 6611 0 0 0 8367 4 0 0 25 0 1 0 155181977 28196864 6597 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 6884 6597 77 172 0 6709 0
Current children cumulated CPU time (s) 86.23
Current children cumulated vsize (KiB) 32896

[startup+89.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24820
/proc/meminfo: memFree=1066240/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=27812 CPUtime=86.91
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 6681 0 0 0 8687 4 0 0 25 0 1 0 155181977 28479488 6667 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 6953 6667 77 172 0 6778 0
Current children cumulated CPU time (s) 89.43
Current children cumulated vsize (KiB) 33172

[startup+91.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24822
/proc/meminfo: memFree=1065912/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=27812 CPUtime=88.5
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 6682 0 0 0 8846 4 0 0 25 0 1 0 155181977 28479488 6668 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 6953 6668 77 172 0 6778 0
Current children cumulated CPU time (s) 91.02
Current children cumulated vsize (KiB) 33172

[startup+91.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24822
/proc/meminfo: memFree=1065912/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=27944 CPUtime=88.9
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 6684 0 0 0 8886 4 0 0 25 0 1 0 155181977 28614656 6670 1992294400 134512640 135217611 4294956288 18446744073709551615 134541014 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 6986 6670 77 172 0 6811 0
Current children cumulated CPU time (s) 91.42
Current children cumulated vsize (KiB) 33304

[startup+91.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24822
/proc/meminfo: memFree=1065912/2055920 swapFree=4180228/4192956
[pid=24817] ppid=24815 vsize=5360 CPUtime=2.52
/proc/24817/stat : 24817 (glucose.sh) S 24815 24817 24712 0 -1 4194304 313 17196 0 0 0 0 239 13 16 0 1 0 155181724 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24817/statm: 1340 238 195 169 0 51 0
[pid=24820] ppid=24817 vsize=27944 CPUtime=89.1
/proc/24820/stat : 24820 (glucose_static) R 24817 24817 24712 0 -1 4194304 6684 0 0 0 8906 4 0 0 25 0 1 0 155181977 28614656 6670 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24820/statm: 6986 6670 77 172 0 6811 0
Current children cumulated CPU time (s) 91.62
Current children cumulated vsize (KiB) 33304

Child status: 20
Real time (s): 91.7816
CPU time (s): 91.7201
CPU user time (s): 91.5201
CPU system time (s): 0.199969
CPU usage (%): 99.933
Max. virtual memory (cumulated for all children) (KiB): 67248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.5201
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24359
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= 37
involuntary context switches= 286

runsolver used 0.068989 second user time and 0.271958 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-02 15:37:50
IDJOB=1775444
IDBENCH=71766
IDSOLVER=610
FILE ID=node1/1775444-1241271470
PBS_JOBID= 9224973
Free space on /tmp= 66540 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/manol-pipe-c7bidw_i.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775444-1241271470/watcher-1775444-1241271470 -o /tmp/evaluation-result-1775444-1241271470/solver-1775444-1241271470 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775444-1241271470.cnf

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

MD5SUM BENCH= 3eac71f4fca7132b74d6d27cfa83813f
RANDOM SEED=1671554068

node1.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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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:       1108656 kB
Buffers:         79332 kB
Cached:         790452 kB
SwapCached:       6940 kB
Active:          67476 kB
Inactive:       810732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1108656 kB
SwapTotal:     4192956 kB
SwapFree:      4180228 kB
Dirty:            8148 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            55132 kB
Committed_AS:   717932 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= 66540 MiB
End job on node1 at 2009-05-02 15:39:22