Trace number 1775294

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 109.569 109.64

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark109.569
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
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.39/0.44	c ==============================================================================
0.39/0.44	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.44	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.44	c ==============================================================================
0.39/0.44	c |         0 |  501420  1169980 |  150425       0        0     nan |  0.000 % |
2.99/3.03	c |         0 |  215779   849690 |      --       0       --      -- |     --   | -285639/-320285
2.99/3.04	c ==============================================================================
2.99/3.04	c Result  :   #vars: 28036   #clauses: 215779   #literals: 849690
2.99/3.04	c CPU time:   2.85757 s
2.99/3.04	c ==============================================================================
3.29/3.33	c
3.29/3.33	c Starting glucose
3.29/3.33	c
3.29/3.33	
3.29/3.33	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.29/3.33	
3.29/3.33	c ============================[ Problem Statistics ]=============================
3.29/3.33	c |                                                                             |
3.29/3.34	c |  Number of variables:  28036                                                |
3.29/3.34	c |  Number of clauses:    215779                                               |
3.32/3.52	c |  Parsing time:         0.17         s                                       |
109.50/109.61	c restarts              : 497
109.50/109.61	c nb ReduceDB           : 18
109.50/109.61	c nb learnts DL2        : 4338
109.50/109.61	c nb learnts size 2     : 868
109.50/109.61	c nb learnts size 1     : 84
109.50/109.61	c conflicts             : 530915         (5001 /sec)
109.50/109.61	c decisions             : 2410144        (1.51 % random) (22704 /sec)
109.50/109.61	c propagations          : 126522632      (1191846 /sec)
109.50/109.61	c conflict literals     : 10406288       (22.32 % deleted)
109.50/109.61	c Memory used           : 33.38 MB
109.50/109.61	c CPU time              : 106.157 s
109.50/109.61	
109.50/109.62	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-1775294-1241270621/watcher-1775294-1241270621 -o /tmp/evaluation-result-1775294-1241270621/solver-1775294-1241270621 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775294-1241270621.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.14 1.09 1.03 3/64 29579
/proc/meminfo: memFree=1599256/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=0
/proc/29579/stat : 29579 (glucose.sh) R 29577 29579 29542 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155095783 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29579/statm: 1340 235 194 169 0 51 0
[pid=29580] ppid=29579 vsize=1140 CPUtime=0
/proc/29580/stat : 29580 (SatELite_releas) R 29579 29579 29542 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 155095783 1167360 148 1992294400 134512640 135225430 4294956176 18446744073709551615 134919822 0 0 4096 3 0 0 0 17 0 0 0
/proc/29580/statm: 321 159 50 174 0 144 0

[startup+0.0178751 s]
/proc/loadavg: 1.14 1.09 1.03 3/64 29579
/proc/meminfo: memFree=1599256/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=0
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155095783 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1340 236 195 169 0 51 0
[pid=29580] ppid=29579 vsize=3340 CPUtime=0.01
/proc/29580/stat : 29580 (SatELite_releas) R 29579 29579 29542 0 -1 4194304 681 0 0 0 1 0 0 0 19 0 1 0 155095783 3420160 665 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/29580/statm: 835 668 50 174 0 658 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.102893 s]
/proc/loadavg: 1.14 1.09 1.03 3/64 29579
/proc/meminfo: memFree=1599256/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=0
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155095783 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1340 236 195 169 0 51 0
[pid=29580] ppid=29579 vsize=18044 CPUtime=0.09
/proc/29580/stat : 29580 (SatELite_releas) R 29579 29579 29542 0 -1 4194304 3860 0 0 0 7 2 0 0 19 0 1 0 155095783 18477056 3844 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29580/statm: 4511 3846 50 174 0 4334 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23404

[startup+0.302934 s]
/proc/loadavg: 1.14 1.09 1.03 3/64 29579
/proc/meminfo: memFree=1599256/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=0
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155095783 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1340 236 195 169 0 51 0
[pid=29580] ppid=29579 vsize=56764 CPUtime=0.29
/proc/29580/stat : 29580 (SatELite_releas) R 29579 29579 29542 0 -1 4194304 10983 0 0 0 24 5 0 0 21 0 1 0 155095783 58126336 10967 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29580/statm: 14191 10967 50 174 0 14014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62124

[startup+0.70202 s]
/proc/loadavg: 1.14 1.09 1.03 3/64 29579
/proc/meminfo: memFree=1599256/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=0
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155095783 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1340 236 195 169 0 51 0
[pid=29580] ppid=29579 vsize=80492 CPUtime=0.69
/proc/29580/stat : 29580 (SatELite_releas) R 29579 29579 29542 0 -1 4194304 18638 0 0 0 58 11 0 0 25 0 1 0 155095783 82423808 17228 1992294400 134512640 135225430 4294956176 18446744073709551615 134586198 0 0 4096 3 0 0 0 17 0 0 0
/proc/29580/statm: 20123 17228 77 174 0 19946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85852

[startup+1.50119 s]
/proc/loadavg: 1.14 1.09 1.03 2/66 29581
/proc/meminfo: memFree=1524232/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=0
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155095783 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1340 236 195 169 0 51 0
[pid=29580] ppid=29579 vsize=84424 CPUtime=1.49
/proc/29580/stat : 29580 (SatELite_releas) R 29579 29579 29542 0 -1 4194304 19555 0 0 0 135 14 0 0 25 0 1 0 155095783 86450176 18145 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29580/statm: 21106 18145 77 174 0 20929 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89784

[startup+3.10153 s]
/proc/loadavg: 1.14 1.09 1.03 2/66 29581
/proc/meminfo: memFree=1510920/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=0
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155095783 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29579/statm: 1340 236 195 169 0 51 0
[pid=29580] ppid=29579 vsize=88072 CPUtime=3.09
/proc/29580/stat : 29580 (SatELite_releas) R 29579 29579 29542 0 -1 4194304 22165 0 0 0 291 18 0 0 25 0 1 0 155095783 90185728 18955 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29580/statm: 22018 18955 79 174 0 21841 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93432

[startup+6.30122 s]
/proc/loadavg: 1.13 1.09 1.03 2/66 29582
/proc/meminfo: memFree=1558280/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=22624 CPUtime=2.95
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 5388 0 0 0 293 2 0 0 25 0 1 0 155096116 23166976 5348 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 5656 5348 77 172 0 5481 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27984

[startup+12.7016 s]
/proc/loadavg: 1.12 1.08 1.03 2/66 29582
/proc/meminfo: memFree=1555472/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=25524 CPUtime=9.35
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 6098 0 0 0 932 3 0 0 25 0 1 0 155096116 26136576 6058 1992294400 134512640 135217611 4294956288 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 6381 6058 77 172 0 6206 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30884

[startup+25.5023 s]
/proc/loadavg: 1.09 1.08 1.03 2/66 29582
/proc/meminfo: memFree=1553688/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=27068 CPUtime=22.14
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 6484 0 0 0 2211 3 0 0 25 0 1 0 155096116 27717632 6444 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 6767 6444 77 172 0 6592 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 32428

[startup+51.1028 s]
/proc/loadavg: 1.12 1.09 1.03 2/66 29582
/proc/meminfo: memFree=1550488/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=30548 CPUtime=47.71
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 7364 0 0 0 4768 3 0 0 25 0 1 0 155096116 31281152 7324 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 7637 7324 77 172 0 7462 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 35908

[startup+102.306 s]
/proc/loadavg: 1.12 1.09 1.03 2/66 29582
/proc/meminfo: memFree=1546712/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=34176 CPUtime=98.89
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 8210 0 0 0 9884 5 0 0 25 0 1 0 155096116 34996224 8170 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 8544 8170 77 172 0 8369 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 39536

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

[startup+105.501 s]
/proc/loadavg: 1.11 1.09 1.03 2/66 29582
/proc/meminfo: memFree=1546648/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=34176 CPUtime=102.09
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 8226 0 0 0 10204 5 0 0 25 0 1 0 155096116 34996224 8186 1992294400 134512640 135217611 4294956288 18446744073709551615 134532963 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 8544 8186 77 172 0 8369 0
Current children cumulated CPU time (s) 105.41
Current children cumulated vsize (KiB) 39536

[startup+107.102 s]
/proc/loadavg: 1.11 1.09 1.03 2/66 29582
/proc/meminfo: memFree=1546648/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=34176 CPUtime=103.69
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 8226 0 0 0 10364 5 0 0 25 0 1 0 155096116 34996224 8186 1992294400 134512640 135217611 4294956288 18446744073709551615 134526251 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 8544 8186 77 172 0 8369 0
Current children cumulated CPU time (s) 107.01
Current children cumulated vsize (KiB) 39536

[startup+108.701 s]
/proc/loadavg: 1.11 1.09 1.03 2/66 29582
/proc/meminfo: memFree=1546648/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=34176 CPUtime=105.29
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 8226 0 0 0 10524 5 0 0 25 0 1 0 155096116 34996224 8186 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 8544 8186 77 172 0 8369 0
Current children cumulated CPU time (s) 108.61
Current children cumulated vsize (KiB) 39536

[startup+109.101 s]
/proc/loadavg: 1.11 1.09 1.03 2/66 29582
/proc/meminfo: memFree=1546648/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=34176 CPUtime=105.68
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 8226 0 0 0 10563 5 0 0 25 0 1 0 155096116 34996224 8186 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 8544 8186 77 172 0 8369 0
Current children cumulated CPU time (s) 109
Current children cumulated vsize (KiB) 39536

[startup+109.501 s]
/proc/loadavg: 1.11 1.09 1.03 2/66 29582
/proc/meminfo: memFree=1546648/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=34176 CPUtime=106.08
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 8226 0 0 0 10603 5 0 0 25 0 1 0 155096116 34996224 8186 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 8544 8186 77 172 0 8369 0
Current children cumulated CPU time (s) 109.4
Current children cumulated vsize (KiB) 39536

[startup+109.601 s]
/proc/loadavg: 1.11 1.09 1.03 2/66 29582
/proc/meminfo: memFree=1546648/2055920 swapFree=4178716/4192956
[pid=29579] ppid=29577 vsize=5360 CPUtime=3.32
/proc/29579/stat : 29579 (glucose.sh) S 29577 29579 29542 0 -1 4194304 313 22166 0 0 0 0 310 22 16 0 1 0 155095783 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29579/statm: 1340 238 195 169 0 51 0
[pid=29582] ppid=29579 vsize=34176 CPUtime=106.18
/proc/29582/stat : 29582 (glucose_static) R 29579 29579 29542 0 -1 4194304 8226 0 0 0 10613 5 0 0 25 0 1 0 155096116 34996224 8186 1992294400 134512640 135217611 4294956288 18446744073709551615 134524320 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29582/statm: 8544 8186 77 172 0 8369 0
Current children cumulated CPU time (s) 109.5
Current children cumulated vsize (KiB) 39536

Child status: 20
Real time (s): 109.64
CPU time (s): 109.569
CPU user time (s): 109.265
CPU system time (s): 0.303953
CPU usage (%): 99.9356
Max. virtual memory (cumulated for all children) (KiB): 95276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.265
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30871
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= 324

runsolver used 0.099984 second user time and 0.304953 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 15:23:41
IDJOB=1775294
IDBENCH=71715
IDSOLVER=610
FILE ID=node10/1775294-1241270621
PBS_JOBID= 9224995
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=1593573707

node10.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.263
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.263
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:       1599744 kB
Buffers:         73688 kB
Cached:         285216 kB
SwapCached:       8024 kB
Active:          83216 kB
Inactive:       285372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599744 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:           10304 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            73756 kB
Committed_AS:   686868 kB
PageTables:       1372 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= 66548 MiB
End job on node10 at 2009-05-02 15:25:31