Trace number 1774814

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 184.805 184.914

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark184.805
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

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.99/1.01	c ==============================================================================
0.99/1.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.01	c ==============================================================================
0.99/1.01	c |         0 |  995760  2383068 |  298727       0        0     nan |  0.000 % |
5.19/5.25	c |         0 |  659939  1826685 |      --       0       --      -- |     --   | -84792/17404
5.19/5.26	c ==============================================================================
5.19/5.26	c Result  :   #vars: 102107   #clauses: 659939   #literals: 1826685
5.19/5.26	c CPU time:   5.01524 s
5.19/5.26	c ==============================================================================
5.89/5.92	c
5.89/5.92	c Starting glucose
5.89/5.92	c
5.89/5.92	
5.89/5.92	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
5.89/5.92	
5.89/5.92	c ============================[ Problem Statistics ]=============================
5.89/5.92	c |                                                                             |
5.89/5.92	c |  Number of variables:  102107                                               |
5.89/5.92	c |  Number of clauses:    659939                                               |
5.90/6.43	c |  Parsing time:         0.45         s                                       |
184.67/184.88	c restarts              : 430
184.67/184.88	c nb ReduceDB           : 6
184.67/184.88	c nb learnts DL2        : 5408
184.67/184.88	c nb learnts size 2     : 3692
184.67/184.88	c nb learnts size 1     : 307
184.67/184.88	c conflicts             : 157357         (880 /sec)
184.67/184.88	c decisions             : 849576         (1.44 % random) (4753 /sec)
184.67/184.88	c propagations          : 231506549      (1295165 /sec)
184.67/184.88	c conflict literals     : 18522944       (30.35 % deleted)
184.67/184.88	c Memory used           : 66.59 MB
184.67/184.88	c CPU time              : 178.747 s
184.67/184.88	
184.67/184.89	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-1774814-1241267738/watcher-1774814-1241267738 -o /tmp/evaluation-result-1774814-1241267738/solver-1774814-1241267738 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774814-1241267738.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 24749
/proc/meminfo: memFree=1103792/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=0
/proc/24749/stat : 24749 (glucose.sh) R 24747 24749 24712 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154808596 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24749/statm: 1340 235 194 169 0 51 0
[pid=24750] ppid=24749 vsize=1740 CPUtime=0
/proc/24750/stat : 24750 (SatELite_releas) R 24749 24749 24712 0 -1 4194304 279 0 0 0 0 0 0 0 18 0 1 0 154808596 1781760 263 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/24750/statm: 435 265 50 174 0 258 0

[startup+0.0918329 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 24749
/proc/meminfo: memFree=1103792/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=0
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154808596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24749/statm: 1340 236 195 169 0 51 0
[pid=24750] ppid=24749 vsize=29936 CPUtime=0.08
/proc/24750/stat : 24750 (SatELite_releas) R 24749 24749 24712 0 -1 4194304 5390 0 0 0 6 2 0 0 19 0 1 0 154808596 30654464 5206 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24750/statm: 7484 5207 50 174 0 7307 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35296

[startup+0.101834 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 24749
/proc/meminfo: memFree=1103792/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=0
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154808596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24749/statm: 1340 236 195 169 0 51 0
[pid=24750] ppid=24749 vsize=31124 CPUtime=0.09
/proc/24750/stat : 24750 (SatELite_releas) R 24749 24749 24712 0 -1 4194304 5708 0 0 0 6 3 0 0 19 0 1 0 154808596 31870976 5524 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24750/statm: 7781 5525 50 174 0 7604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36484

[startup+0.301872 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 24749
/proc/meminfo: memFree=1103792/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=0
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154808596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24749/statm: 1340 236 195 169 0 51 0
[pid=24750] ppid=24749 vsize=49292 CPUtime=0.29
/proc/24750/stat : 24750 (SatELite_releas) R 24749 24749 24712 0 -1 4194304 10085 0 0 0 23 6 0 0 21 0 1 0 154808596 50475008 9901 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24750/statm: 12323 9902 50 174 0 12146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54652

[startup+0.701951 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 24749
/proc/meminfo: memFree=1103792/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=0
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154808596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24749/statm: 1340 236 195 169 0 51 0
[pid=24750] ppid=24749 vsize=75268 CPUtime=0.68
/proc/24750/stat : 24750 (SatELite_releas) R 24749 24749 24712 0 -1 4194304 16960 0 0 0 57 11 0 0 25 0 1 0 154808596 77074432 16776 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24750/statm: 18817 16777 51 174 0 18640 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 80628

[startup+1.50211 s]
/proc/loadavg: 0.91 0.98 0.99 2/66 24751
/proc/meminfo: memFree=1017760/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=0
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154808596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24749/statm: 1340 236 195 169 0 51 0
[pid=24750] ppid=24749 vsize=105280 CPUtime=1.49
/proc/24750/stat : 24750 (SatELite_releas) R 24749 24749 24712 0 -1 4194304 26547 0 0 0 132 17 0 0 25 0 1 0 154808596 107806720 23929 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24750/statm: 26320 23930 77 174 0 26143 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110640

[startup+3.10143 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 24751
/proc/meminfo: memFree=995872/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=0
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154808596 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24749/statm: 1340 236 195 169 0 51 0
[pid=24750] ppid=24749 vsize=117716 CPUtime=3.09
/proc/24750/stat : 24750 (SatELite_releas) R 24749 24749 24712 0 -1 4194304 29548 0 0 0 289 20 0 0 25 0 1 0 154808596 120541184 26782 1992294400 134512640 135225430 4294956176 18446744073709551615 134587289 0 0 4096 3 0 0 0 17 0 0 0
/proc/24750/statm: 29429 26782 77 174 0 29252 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123076

[startup+6.30107 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 24751
/proc/meminfo: memFree=986080/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 5360

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1035256/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=51328 CPUtime=6.76
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 12390 0 0 0 670 6 0 0 25 0 1 0 154809188 52559872 12368 1992294400 134512640 135217611 4294956288 18446744073709551615 134537448 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 12832 12368 77 172 0 12657 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 56688

[startup+25.5019 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1031800/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=55072 CPUtime=19.56
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 13289 0 0 0 1949 7 0 0 25 0 1 0 154809188 56393728 13267 1992294400 134512640 135217611 4294956288 18446744073709551615 134528147 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 13768 13267 77 172 0 13593 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60432

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1027448/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=59628 CPUtime=45.15
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 14419 0 0 0 4507 8 0 0 25 0 1 0 154809188 61059072 14397 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 14907 14397 77 172 0 14732 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 64988

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1020856/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=65996 CPUtime=96.31
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 16017 0 0 0 9621 10 0 0 25 0 1 0 154809188 67579904 15995 1992294400 134512640 135217611 4294956288 18446744073709551615 134524309 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 16499 15995 77 172 0 16324 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 71356

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1019192/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=67924 CPUtime=156.29
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 16499 0 0 0 15618 11 0 0 25 0 1 0 154809188 69554176 16477 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 16981 16477 77 172 0 16806 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 73284

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

[startup+166.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1018744/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=68188 CPUtime=160.27
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 16550 0 0 0 16016 11 0 0 25 0 1 0 154809188 69824512 16528 1992294400 134512640 135217611 4294956288 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 17047 16528 77 172 0 16872 0
Current children cumulated CPU time (s) 166.17
Current children cumulated vsize (KiB) 73548

[startup+172.705 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1018744/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=68188 CPUtime=166.67
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 16550 0 0 0 16656 11 0 0 25 0 1 0 154809188 69824512 16528 1992294400 134512640 135217611 4294956288 18446744073709551615 134528028 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 17047 16528 77 172 0 16872 0
Current children cumulated CPU time (s) 172.57
Current children cumulated vsize (KiB) 73548

[startup+179.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1018744/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=68188 CPUtime=173.07
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 16550 0 0 0 17296 11 0 0 25 0 1 0 154809188 69824512 16528 1992294400 134512640 135217611 4294956288 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 17047 16528 77 172 0 16872 0
Current children cumulated CPU time (s) 178.97
Current children cumulated vsize (KiB) 73548

[startup+182.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1018744/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=68188 CPUtime=176.27
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 16550 0 0 0 17616 11 0 0 25 0 1 0 154809188 69824512 16528 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 17047 16528 77 172 0 16872 0
Current children cumulated CPU time (s) 182.17
Current children cumulated vsize (KiB) 73548

[startup+183.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1018744/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=68188 CPUtime=177.86
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 16550 0 0 0 17775 11 0 0 25 0 1 0 154809188 69824512 16528 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 17047 16528 77 172 0 16872 0
Current children cumulated CPU time (s) 183.76
Current children cumulated vsize (KiB) 73548

[startup+184.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1018744/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=5.9
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 313 35764 0 0 0 0 560 30 16 0 1 0 154808596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 238 195 169 0 51 0
[pid=24752] ppid=24749 vsize=68188 CPUtime=178.67
/proc/24752/stat : 24752 (glucose_static) R 24749 24749 24712 0 -1 4194304 16550 0 0 0 17856 11 0 0 25 0 1 0 154809188 69824512 16528 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24752/statm: 17047 16528 77 172 0 16872 0
Current children cumulated CPU time (s) 184.57
Current children cumulated vsize (KiB) 73548

[startup+184.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24752
/proc/meminfo: memFree=1018744/2055920 swapFree=4180228/4192956
[pid=24749] ppid=24747 vsize=5360 CPUtime=184.78
/proc/24749/stat : 24749 (glucose.sh) S 24747 24749 24712 0 -1 4194304 340 52326 0 0 0 0 18435 43 19 0 1 0 154808596 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24749/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 184.78
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 184.914
CPU time (s): 184.805
CPU user time (s): 184.357
CPU system time (s): 0.447931
CPU usage (%): 99.9408
Max. virtual memory (cumulated for all children) (KiB): 133936

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

runsolver used 0.147977 second user time and 0.535918 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-02 14:35:39
IDJOB=1774814
IDBENCH=71025
IDSOLVER=610
FILE ID=node1/1774814-1241267738
PBS_JOBID= 9224973
Free space on /tmp= 66528 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-10p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774814-1241267738/watcher-1774814-1241267738 -o /tmp/evaluation-result-1774814-1241267738/solver-1774814-1241267738 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774814-1241267738.cnf

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=1152920988

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:       1104336 kB
Buffers:         79020 kB
Cached:         794912 kB
SwapCached:       6940 kB
Active:          77896 kB
Inactive:       804276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1104336 kB
SwapTotal:     4192956 kB
SwapFree:      4180228 kB
Dirty:           20396 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            55456 kB
Committed_AS:   715796 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= 66528 MiB
End job on node1 at 2009-05-02 14:38:44