Trace number 1772994

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 1674.28 1674.92

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h13-unsat.cnf
MD5SUM3a68d904935650d9da7e64e1ee7bae82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.376
Satisfiable
(Un)Satisfiability was proved
Number of variables454385
Number of clauses1367522
Sum of the clauses size3191290
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 2911962
Number of clauses of size 3451911
Number of clauses of size 42126
Number of clauses of size 518
Number of clauses of size over 5174

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.09/1.19	c ==============================================================================
1.09/1.19	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.19	c ==============================================================================
1.09/1.19	c |         0 | 1363529  3183304 |  409058       0        0     nan |  0.000 % |
20.58/20.66	c |         0 |  791939  2743161 |      --       0       --      -- |     --   | -571590/-440143
20.58/20.67	c ==============================================================================
20.58/20.67	c Result  :   #vars: 120512   #clauses: 791939   #literals: 2743161
20.58/20.67	c CPU time:   20.1449 s
20.58/20.67	c ==============================================================================
21.67/21.73	c
21.67/21.73	c Starting glucose
21.67/21.73	c
21.67/21.73	
21.67/21.73	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
21.67/21.73	
21.67/21.73	c ============================[ Problem Statistics ]=============================
21.67/21.73	c |                                                                             |
21.67/21.73	c |  Number of variables:  120512                                               |
21.67/21.73	c |  Number of clauses:    791939                                               |
22.26/22.36	c |  Parsing time:         0.54         s                                       |
1674.15/1674.87	c restarts              : 222
1674.15/1674.87	c nb ReduceDB           : 8
1674.15/1674.87	c nb learnts DL2        : 3858
1674.15/1674.87	c nb learnts size 2     : 942
1674.15/1674.87	c nb learnts size 1     : 65
1674.15/1674.87	c conflicts             : 189872         (115 /sec)
1674.15/1674.87	c decisions             : 497546         (1.38 % random) (301 /sec)
1674.15/1674.87	c propagations          : 1702892533     (1030575 /sec)
1674.15/1674.87	c conflict literals     : 17046372       (59.60 % deleted)
1674.15/1674.87	c Memory used           : 88.56 MB
1674.15/1674.87	c CPU time              : 1652.37 s
1674.15/1674.87	
1674.15/1674.88	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-1772994-1241256003/watcher-1772994-1241256003 -o /tmp/evaluation-result-1772994-1241256003/solver-1772994-1241256003 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772994-1241256003.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 1.00 1.00 3/64 24602
/proc/meminfo: memFree=1104000/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=0
/proc/24602/stat : 24602 (glucose.sh) R 24600 24602 24565 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 153635182 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/24602/statm: 1340 235 194 169 0 51 0
[pid=24603] ppid=24602 vsize=1008 CPUtime=0
/proc/24603/stat : 24603 (SatELite_releas) R 24602 24602 24565 0 -1 4194304 131 0 0 0 0 0 0 0 20 0 1 0 153635182 1032192 115 1992294400 134512640 135225430 4294956176 18446744073709551615 134546128 0 0 4096 3 0 0 0 17 1 0 0
/proc/24603/statm: 252 115 51 174 0 75 0

[startup+0.0522569 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 24602
/proc/meminfo: memFree=1104000/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=0
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153635182 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24602/statm: 1340 236 195 169 0 51 0
[pid=24603] ppid=24602 vsize=8820 CPUtime=0.03
/proc/24603/stat : 24603 (SatELite_releas) R 24602 24602 24565 0 -1 4194304 1954 0 0 0 3 0 0 0 20 0 1 0 153635182 9031680 1938 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24603/statm: 2205 1938 51 174 0 2028 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14180

[startup+0.101265 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 24602
/proc/meminfo: memFree=1104000/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=0
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153635182 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24602/statm: 1340 236 195 169 0 51 0
[pid=24603] ppid=24602 vsize=16984 CPUtime=0.08
/proc/24603/stat : 24603 (SatELite_releas) R 24602 24602 24565 0 -1 4194304 3795 0 0 0 7 1 0 0 22 0 1 0 153635182 17391616 3779 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24603/statm: 4246 3780 51 174 0 4069 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22344

[startup+0.301304 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 24602
/proc/meminfo: memFree=1104000/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=0
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153635182 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24602/statm: 1340 236 195 169 0 51 0
[pid=24603] ppid=24602 vsize=55548 CPUtime=0.29
/proc/24603/stat : 24603 (SatELite_releas) R 24602 24602 24565 0 -1 4194304 10774 0 0 0 22 7 0 0 25 0 1 0 153635182 56881152 10758 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24603/statm: 13887 10761 51 174 0 13710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60908

[startup+0.701384 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 24602
/proc/meminfo: memFree=1104000/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=0
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153635182 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24602/statm: 1340 236 195 169 0 51 0
[pid=24603] ppid=24602 vsize=119028 CPUtime=0.69
/proc/24603/stat : 24603 (SatELite_releas) R 24602 24602 24565 0 -1 4194304 24580 0 0 0 54 15 0 0 25 0 1 0 153635182 121884672 24564 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24603/statm: 29757 24564 51 174 0 29580 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 124388

[startup+1.50154 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24604
/proc/meminfo: memFree=964528/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=0
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153635182 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24602/statm: 1340 236 195 169 0 51 0
[pid=24603] ppid=24602 vsize=187904 CPUtime=1.48
/proc/24603/stat : 24603 (SatELite_releas) R 24602 24602 24565 0 -1 4194304 44191 0 0 0 122 26 0 0 25 0 1 0 153635182 192413696 43030 1992294400 134512640 135225430 4294956176 18446744073709551615 134711723 0 0 4096 3 0 0 0 17 1 0 0
/proc/24603/statm: 46976 43030 76 174 0 46799 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 193264

[startup+3.10186 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24604
/proc/meminfo: memFree=927472/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=0
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153635182 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24602/statm: 1340 236 195 169 0 51 0
[pid=24603] ppid=24602 vsize=193284 CPUtime=3.08
/proc/24603/stat : 24603 (SatELite_releas) R 24602 24602 24565 0 -1 4194304 45394 0 0 0 279 29 0 0 25 0 1 0 153635182 197922816 44233 1992294400 134512640 135225430 4294956176 18446744073709551615 134549618 0 0 4096 3 0 0 0 17 1 0 0
/proc/24603/statm: 48321 44233 76 174 0 48144 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 198644

[startup+6.30149 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24604
/proc/meminfo: memFree=909240/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=0
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153635182 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24602/statm: 1340 236 195 169 0 51 0
[pid=24603] ppid=24602 vsize=203192 CPUtime=6.28
/proc/24603/stat : 24603 (SatELite_releas) R 24602 24602 24565 0 -1 4194304 47670 0 0 0 594 34 0 0 25 0 1 0 153635182 208068608 46509 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24603/statm: 50798 46509 76 174 0 50621 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 208552

[startup+12.7028 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24604
/proc/meminfo: memFree=880760/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=0
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 153635182 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24602/statm: 1340 236 195 169 0 51 0
[pid=24603] ppid=24602 vsize=218604 CPUtime=12.68
/proc/24603/stat : 24603 (SatELite_releas) R 24602 24602 24565 0 -1 4194304 51193 0 0 0 1224 44 0 0 25 0 1 0 153635182 223850496 50032 1992294400 134512640 135225430 4294956176 18446744073709551615 134548793 0 0 4096 3 0 0 0 17 1 0 0
/proc/24603/statm: 54651 50032 76 174 0 54474 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 223964

[startup+25.5013 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24605
/proc/meminfo: memFree=991800/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=68416 CPUtime=3.75
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 16098 0 0 0 366 9 0 0 25 0 1 0 153637355 70057984 15999 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 17104 15999 75 172 0 16929 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 73776

[startup+51.1014 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24605
/proc/meminfo: memFree=988024/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=72376 CPUtime=29.34
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 17095 0 0 0 2924 10 0 0 25 0 1 0 153637355 74113024 16996 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 18094 16996 77 172 0 17919 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 77736

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24605
/proc/meminfo: memFree=986296/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=73960 CPUtime=80.51
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 17503 0 0 0 8040 11 0 0 25 0 1 0 153637355 75735040 17404 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 18490 17404 77 172 0 18315 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 79320

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24605
/proc/meminfo: memFree=984824/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=75648 CPUtime=140.48
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 17924 0 0 0 14037 11 0 0 25 0 1 0 153637355 77463552 17825 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 18912 17825 77 172 0 18737 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 81008

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24605
/proc/meminfo: memFree=983544/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=76992 CPUtime=200.46
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 18242 0 0 0 20034 12 0 0 25 0 1 0 153637355 78839808 18143 1992294400 134512640 135217611 4294956288 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 19248 18143 77 172 0 19073 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 82352

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24605
/proc/meminfo: memFree=983416/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=77128 CPUtime=260.44
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 18271 0 0 0 26032 12 0 0 25 0 1 0 153637355 78979072 18172 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 19282 18172 77 172 0 19107 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 82488

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24605
/proc/meminfo: memFree=982456/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=78052 CPUtime=320.41
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 18504 0 0 0 32029 12 0 0 25 0 1 0 153637355 79925248 18405 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 19513 18405 77 172 0 19338 0
Current children cumulated CPU time (s) 342.11

################
# More data... #
################

/proc/24605/statm: 22240 21100 77 172 0 22065 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 94320

[startup+1242.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=970424/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90016 CPUtime=1220.1
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21482 0 0 0 121995 15 0 0 25 0 1 0 153637355 92176384 21383 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22504 21383 77 172 0 22329 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 95376

[startup+1302.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=970424/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90016 CPUtime=1280.09
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21482 0 0 0 127994 15 0 0 25 0 1 0 153637355 92176384 21383 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22504 21383 77 172 0 22329 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 95376

[startup+1362.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=970424/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90016 CPUtime=1340.06
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21489 0 0 0 133991 15 0 0 25 0 1 0 153637355 92176384 21390 1992294400 134512640 135217611 4294956288 18446744073709551615 134532605 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22504 21390 77 172 0 22329 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 95376

[startup+1422.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=970360/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90016 CPUtime=1400.04
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21493 0 0 0 139989 15 0 0 25 0 1 0 153637355 92176384 21394 1992294400 134512640 135217611 4294956288 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22504 21394 77 172 0 22329 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 95376

[startup+1482.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=970360/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90016 CPUtime=1460.02
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21494 0 0 0 145987 15 0 0 25 0 1 0 153637355 92176384 21395 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22504 21395 77 172 0 22329 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 95376

[startup+1542.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=970360/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90016 CPUtime=1520
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21495 0 0 0 151985 15 0 0 25 0 1 0 153637355 92176384 21396 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22504 21396 77 172 0 22329 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 95376

[startup+1602.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=970360/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90016 CPUtime=1579.97
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21497 0 0 0 157982 15 0 0 25 0 1 0 153637355 92176384 21398 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22504 21398 77 172 0 22329 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 95376

[startup+1662.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=969656/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90684 CPUtime=1639.95
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21670 0 0 0 163980 15 0 0 25 0 1 0 153637355 92860416 21571 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22671 21571 77 172 0 22496 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 96044

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

[startup+1663.9 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=969656/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90684 CPUtime=1641.55
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21670 0 0 0 164140 15 0 0 25 0 1 0 153637355 92860416 21571 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22671 21571 77 172 0 22496 0
Current children cumulated CPU time (s) 1663.25
Current children cumulated vsize (KiB) 96044

[startup+1670.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=969656/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90684 CPUtime=1647.95
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21670 0 0 0 164780 15 0 0 25 0 1 0 153637355 92860416 21571 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22671 21571 77 172 0 22496 0
Current children cumulated CPU time (s) 1669.65
Current children cumulated vsize (KiB) 96044

[startup+1673.5 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=969656/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90684 CPUtime=1651.15
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21670 0 0 0 165100 15 0 0 25 0 1 0 153637355 92860416 21571 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22671 21571 77 172 0 22496 0
Current children cumulated CPU time (s) 1672.85
Current children cumulated vsize (KiB) 96044

[startup+1674.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=969656/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90684 CPUtime=1651.95
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21670 0 0 0 165180 15 0 0 25 0 1 0 153637355 92860416 21571 1992294400 134512640 135217611 4294956288 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22671 21571 77 172 0 22496 0
Current children cumulated CPU time (s) 1673.65
Current children cumulated vsize (KiB) 96044

[startup+1674.7 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=969656/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=21.7
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 313 58787 0 0 0 0 2108 62 16 0 1 0 153635182 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24602/statm: 1340 238 195 169 0 51 0
[pid=24605] ppid=24602 vsize=90684 CPUtime=1652.35
/proc/24605/stat : 24605 (glucose_static) R 24602 24602 24565 0 -1 4194304 21670 0 0 0 165220 15 0 0 25 0 1 0 153637355 92860416 21571 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24605/statm: 22671 21571 77 172 0 22496 0
Current children cumulated CPU time (s) 1674.05
Current children cumulated vsize (KiB) 96044

[startup+1674.9 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24607
/proc/meminfo: memFree=969656/2055920 swapFree=4180228/4192956
[pid=24602] ppid=24600 vsize=5360 CPUtime=1674.24
/proc/24602/stat : 24602 (glucose.sh) S 24600 24602 24565 0 -1 4194304 340 80469 0 0 0 0 167345 79 18 0 1 0 153635182 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24602/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 1674.24
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1674.92
CPU time (s): 1674.28
CPU user time (s): 1673.46
CPU system time (s): 0.820875
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 254028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1673.46
system time used= 0.820875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80936
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= 40
involuntary context switches= 3160

runsolver used 1.92371 second user time and 4.17337 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-02 11:20:05
IDJOB=1772994
IDBENCH=20424
IDSOLVER=610
FILE ID=node1/1772994-1241256003
PBS_JOBID= 9224913
Free space on /tmp= 66524 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h13-unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772994-1241256003/watcher-1772994-1241256003 -o /tmp/evaluation-result-1772994-1241256003/solver-1772994-1241256003 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772994-1241256003.cnf

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

MD5SUM BENCH= 3a68d904935650d9da7e64e1ee7bae82
RANDOM SEED=1740956626

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:       1104480 kB
Buffers:         78392 kB
Cached:         795268 kB
SwapCached:       6940 kB
Active:          78864 kB
Inactive:       803052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1104480 kB
SwapTotal:     4192956 kB
SwapFree:      4180228 kB
Dirty:           26216 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            55536 kB
Committed_AS:   712616 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= 66520 MiB
End job on node1 at 2009-05-02 11:48:00