Trace number 1775354

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 525.166 525.313

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.398
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.27/1.39	c ==============================================================================
1.27/1.39	c |           |     ORIGINAL     |              LEARNT              |          |
1.27/1.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.27/1.39	c ==============================================================================
1.27/1.39	c |         0 | 1814188  5280500 |  544256       0        0     nan |  0.000 % |
12.17/12.20	c |         0 | 1789068  5451065 |      --       0       --      -- |     --   | -25093/170622
12.17/12.20	c ==============================================================================
12.17/12.20	c Result  :   #vars: 84942   #clauses: 1789068   #literals: 5451065
12.17/12.20	c CPU time:   11.8982 s
12.17/12.20	c ==============================================================================
13.97/14.05	c
13.97/14.05	c Starting glucose
13.97/14.05	c
13.97/14.05	
13.97/14.05	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
13.97/14.05	
13.97/14.05	c ============================[ Problem Statistics ]=============================
13.97/14.05	c |                                                                             |
13.97/14.05	c |  Number of variables:  84942                                                |
13.97/14.05	c |  Number of clauses:    1789068                                              |
15.16/15.25	c |  Parsing time:         1.04         s                                       |
525.03/525.26	c restarts              : 1229
525.03/525.26	c nb ReduceDB           : 30
525.03/525.26	c nb learnts DL2        : 790
525.03/525.26	c nb learnts size 2     : 657
525.03/525.26	c nb learnts size 1     : 6
525.03/525.26	c conflicts             : 1037264        (2031 /sec)
525.03/525.26	c decisions             : 14994707       (0.74 % random) (29354 /sec)
525.03/525.26	c propagations          : 668568551      (1308801 /sec)
525.03/525.26	c conflict literals     : 66370405       (37.07 % deleted)
525.03/525.26	c Memory used           : 143.68 MB
525.03/525.26	c CPU time              : 510.825 s
525.03/525.26	
525.03/525.28	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-1775354-1241270755/watcher-1775354-1241270755 -o /tmp/evaluation-result-1775354-1241270755/solver-1775354-1241270755 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775354-1241270755.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.99 0.98 0.99 3/64 24590
/proc/meminfo: memFree=740832/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=0
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155109240 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24590/statm: 1340 236 195 169 0 51 0
[pid=24591] ppid=24590 vsize=1008 CPUtime=0
/proc/24591/stat : 24591 (SatELite_releas) R 24590 24590 24433 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 155109241 1032192 110 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24591/statm: 252 110 50 174 0 75 0

[startup+0.098139 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24590
/proc/meminfo: memFree=740832/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=0
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155109240 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24590/statm: 1340 236 195 169 0 51 0
[pid=24591] ppid=24590 vsize=9676 CPUtime=0.08
/proc/24591/stat : 24591 (SatELite_releas) R 24590 24590 24433 0 -1 4194304 2160 0 0 0 7 1 0 0 18 0 1 0 155109241 9908224 2144 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24591/statm: 2419 2145 50 174 0 2242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15036

[startup+0.101138 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24590
/proc/meminfo: memFree=740832/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=0
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155109240 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24590/statm: 1340 236 195 169 0 51 0
[pid=24591] ppid=24590 vsize=9940 CPUtime=0.09
/proc/24591/stat : 24591 (SatELite_releas) R 24590 24590 24433 0 -1 4194304 2217 0 0 0 8 1 0 0 18 0 1 0 155109241 10178560 2201 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24591/statm: 2485 2201 50 174 0 2308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15300

[startup+0.301152 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24590
/proc/meminfo: memFree=740832/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=0
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155109240 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24590/statm: 1340 236 195 169 0 51 0
[pid=24591] ppid=24590 vsize=28216 CPUtime=0.29
/proc/24591/stat : 24591 (SatELite_releas) R 24590 24590 24433 0 -1 4194304 6334 0 0 0 25 4 0 0 19 0 1 0 155109241 28893184 6318 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24591/statm: 7054 6319 50 174 0 6877 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33576

[startup+0.701178 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24590
/proc/meminfo: memFree=740832/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=0
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155109240 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24590/statm: 1340 236 195 169 0 51 0
[pid=24591] ppid=24590 vsize=60428 CPUtime=0.69
/proc/24591/stat : 24591 (SatELite_releas) R 24590 24590 24433 0 -1 4194304 13704 0 0 0 59 10 0 0 22 0 1 0 155109241 61878272 13688 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24591/statm: 15107 13688 50 174 0 14930 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65788

[startup+1.50123 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24592
/proc/meminfo: memFree=662672/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=0
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155109240 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24590/statm: 1340 236 195 169 0 51 0
[pid=24591] ppid=24590 vsize=131540 CPUtime=1.48
/proc/24591/stat : 24591 (SatELite_releas) R 24590 24590 24433 0 -1 4194304 33827 0 0 0 127 21 0 0 25 0 1 0 155109241 134696960 31084 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24591/statm: 32885 31084 77 174 0 32708 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 136900

[startup+3.10234 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 24592
/proc/meminfo: memFree=607760/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=0
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155109240 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24590/statm: 1340 236 195 169 0 51 0
[pid=24591] ppid=24590 vsize=148752 CPUtime=3.08
/proc/24591/stat : 24591 (SatELite_releas) R 24590 24590 24433 0 -1 4194304 36465 0 0 0 283 25 0 0 25 0 1 0 155109241 152322048 33722 1992294400 134512640 135225430 4294956176 18446744073709551615 134548779 0 0 4096 3 0 0 0 17 0 0 0
/proc/24591/statm: 37188 33722 77 174 0 37011 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 154112

[startup+6.30154 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 24592
/proc/meminfo: memFree=591568/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=0
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155109240 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24590/statm: 1340 236 195 169 0 51 0
[pid=24591] ppid=24590 vsize=172600 CPUtime=6.27
/proc/24591/stat : 24591 (SatELite_releas) R 24590 24590 24433 0 -1 4194304 39850 0 0 0 601 26 0 0 25 0 1 0 155109241 176742400 36827 1992294400 134512640 135225430 4294956176 18446744073709551615 134602636 0 0 4096 3 0 0 0 17 1 0 0
/proc/24591/statm: 43150 36827 77 174 0 42973 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 177960

[startup+12.7019 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 24592
/proc/meminfo: memFree=595024/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=0
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155109240 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24590/statm: 1340 236 195 169 0 51 0
[pid=24591] ppid=24590 vsize=149508 CPUtime=12.67
/proc/24591/stat : 24591 (SatELite_releas) R 24590 24590 24433 0 -1 4194304 45833 0 0 0 1235 32 0 0 25 0 1 0 155109241 153096192 33898 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24591/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.13 1.02 1.00 2/66 24593
/proc/meminfo: memFree=586768/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=118904 CPUtime=11.43
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 28609 0 0 0 1127 16 0 0 25 0 1 0 155110646 121757696 28595 1992294400 134512640 135217611 4294956288 18446744073709551615 134532741 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 29726 28595 76 172 0 29551 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 124264

[startup+51.1014 s]
/proc/loadavg: 1.08 1.01 1.00 2/66 24593
/proc/meminfo: memFree=582608/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=123316 CPUtime=37.02
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 29701 0 0 0 3684 18 0 0 25 0 1 0 155110646 126275584 29687 1992294400 134512640 135217611 4294956288 18446744073709551615 134542766 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 30829 29687 76 172 0 30654 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 128676

[startup+102.306 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 24593
/proc/meminfo: memFree=576848/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=129128 CPUtime=88.22
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 31114 0 0 0 8802 20 0 0 25 0 1 0 155110646 132227072 31100 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 32282 31100 76 172 0 32107 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 134488

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24593
/proc/meminfo: memFree=572816/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=133340 CPUtime=148.2
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 32192 0 0 0 14799 21 0 0 25 0 1 0 155110646 136540160 32178 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 33335 32178 76 172 0 33160 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 138700

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24593
/proc/meminfo: memFree=569168/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=136844 CPUtime=208.19
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 33025 0 0 0 20797 22 0 0 25 0 1 0 155110646 140128256 33011 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 34211 33011 76 172 0 34036 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 142204

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24593
/proc/meminfo: memFree=564240/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=141748 CPUtime=268.17
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 34245 0 0 0 26794 23 0 0 25 0 1 0 155110646 145149952 34231 1992294400 134512640 135217611 4294956288 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 35437 34231 76 172 0 35262 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 147108

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24593
/proc/meminfo: memFree=560848/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=145072 CPUtime=328.15
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 35096 0 0 0 32791 24 0 0 25 0 1 0 155110646 148553728 35082 1992294400 134512640 135217611 4294956288 18446744073709551615 134526174 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 36268 35082 76 172 0 36093 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 150432

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24593
/proc/meminfo: memFree=560400/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=145648 CPUtime=388.14
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 35195 0 0 0 38790 24 0 0 25 0 1 0 155110646 149143552 35181 1992294400 134512640 135217611 4294956288 18446744073709551615 134532843 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 36412 35181 76 172 0 36237 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 151008

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24593
/proc/meminfo: memFree=559120/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=146984 CPUtime=448.13
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 35521 0 0 0 44788 25 0 0 25 0 1 0 155110646 150511616 35507 1992294400 134512640 135217611 4294956288 18446744073709551615 134527823 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 36746 35507 76 172 0 36571 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 152344

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24593
/proc/meminfo: memFree=558992/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=147128 CPUtime=508.11
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 35550 0 0 0 50786 25 0 0 25 0 1 0 155110646 150659072 35536 1992294400 134512640 135217611 4294956288 18446744073709551615 134528193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 152488

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

[startup+523.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24593
/proc/meminfo: memFree=558992/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=147128 CPUtime=508.91
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 35550 0 0 0 50866 25 0 0 25 0 1 0 155110646 150659072 35536 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 522.93
Current children cumulated vsize (KiB) 152488

[startup+524.706 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 24593
/proc/meminfo: memFree=558992/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=147128 CPUtime=510.51
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 35550 0 0 0 51026 25 0 0 25 0 1 0 155110646 150659072 35536 1992294400 134512640 135217611 4294956288 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 524.53
Current children cumulated vsize (KiB) 152488

[startup+525.103 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 24593
/proc/meminfo: memFree=558992/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=14.02
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 313 45834 0 0 0 0 1355 47 16 0 1 0 155109240 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24590/statm: 1340 238 195 169 0 51 0
[pid=24593] ppid=24590 vsize=147128 CPUtime=510.91
/proc/24593/stat : 24593 (glucose_static) R 24590 24590 24433 0 -1 4194304 35550 0 0 0 51066 25 0 0 25 0 1 0 155110646 150659072 35536 1992294400 134512640 135217611 4294956288 18446744073709551615 134532723 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24593/statm: 36782 35536 76 172 0 36607 0
Current children cumulated CPU time (s) 524.93
Current children cumulated vsize (KiB) 152488

[startup+525.303 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 24593
/proc/meminfo: memFree=558992/2055920 swapFree=4181244/4192956
[pid=24590] ppid=24588 vsize=5360 CPUtime=525.13
/proc/24590/stat : 24590 (glucose.sh) S 24588 24590 24433 0 -1 4194304 340 81397 0 0 0 0 52438 75 18 0 1 0 155109240 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24590/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 525.13
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 525.313
CPU time (s): 525.166
CPU user time (s): 524.384
CPU system time (s): 0.781881
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 178984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.384
system time used= 0.781881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81864
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= 39
involuntary context switches= 1284

runsolver used 0.632903 second user time and 1.25081 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-02 15:25:57
IDJOB=1775354
IDBENCH=71736
IDSOLVER=610
FILE ID=node22/1775354-1241270755
PBS_JOBID= 9224994
Free space on /tmp= 66392 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-1775354-1241270755/watcher-1775354-1241270755 -o /tmp/evaluation-result-1775354-1241270755/solver-1775354-1241270755 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775354-1241270755.cnf

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

MD5SUM BENCH= 0c9a15d0f561e9d1bb438b04ae3c31af
RANDOM SEED=1375341281

node22.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.232
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.232
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:        741320 kB
Buffers:         82832 kB
Cached:        1124120 kB
SwapCached:       5556 kB
Active:         277292 kB
Inactive:       937540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        741320 kB
SwapTotal:     4192956 kB
SwapFree:      4181244 kB
Dirty:           37384 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            85872 kB
Committed_AS:   770412 kB
PageTables:       1368 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= 66392 MiB
End job on node22 at 2009-05-02 15:34:42