Trace number 1775414

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 187.726 187.778

General information on the benchmark

Nameschup-l2s-guid-1-k56.cnf
MD5SUM8945850ff5a1fb30f0867a5172da0b2e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.163
Satisfiable
(Un)Satisfiability was proved
Number of variables98746
Number of clauses307346
Sum of the clauses size757661
Maximum clause length57
Minimum clause length1
Number of clauses of size 172
Number of clauses of size 2178795
Number of clauses of size 3120630
Number of clauses of size 44935
Number of clauses of size 52464
Number of clauses of size over 5450

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.19/0.26	c ==============================================================================
0.19/0.26	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.26	c ==============================================================================
0.19/0.26	c |         0 |  306443   755159 |   91932       0        0     nan |  0.000 % |
2.19/2.21	c |         0 |  153826   494818 |      --       0       --      -- |     --   | -150413/-254976
2.19/2.21	c ==============================================================================
2.19/2.21	c Result  :   #vars: 31651   #clauses: 153826   #literals: 494818
2.19/2.21	c CPU time:   2.11168 s
2.19/2.21	c ==============================================================================
2.39/2.40	c
2.39/2.40	c Starting glucose
2.39/2.40	c
2.39/2.40	
2.39/2.40	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.39/2.40	
2.39/2.40	c ============================[ Problem Statistics ]=============================
2.39/2.40	c |                                                                             |
2.39/2.41	c |  Number of variables:  31651                                                |
2.39/2.41	c |  Number of clauses:    153826                                               |
2.39/2.52	c |  Parsing time:         0.10         s                                       |
187.62/187.76	c restarts              : 444
187.62/187.76	c nb ReduceDB           : 9
187.62/187.76	c nb learnts DL2        : 12100
187.62/187.76	c nb learnts size 2     : 3971
187.62/187.76	c nb learnts size 1     : 44
187.62/187.76	c conflicts             : 217766         (1176 /sec)
187.62/187.76	c decisions             : 688460         (1.41 % random) (3716 /sec)
187.62/187.76	c propagations          : 225177733      (1215542 /sec)
187.62/187.76	c conflict literals     : 6187348        (45.63 % deleted)
187.62/187.76	c Memory used           : 26.34 MB
187.62/187.76	c CPU time              : 185.249 s
187.62/187.76	
187.62/187.76	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1775414-1241271283/watcher-1775414-1241271283 -o /tmp/evaluation-result-1775414-1241271283/solver-1775414-1241271283 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775414-1241271283.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24620
/proc/meminfo: memFree=770272/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=0
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155161841 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24620/statm: 1340 236 195 169 0 51 0
[pid=24621] ppid=24620 vsize=1768 CPUtime=0
/proc/24621/stat : 24621 (SatELite_releas) R 24620 24620 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155161841 1810432 271 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 442 272 51 174 0 265 0

[startup+0.101365 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24620
/proc/meminfo: memFree=770272/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=0
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155161841 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24620/statm: 1340 236 195 169 0 51 0
[pid=24621] ppid=24620 vsize=16428 CPUtime=0.08
/proc/24621/stat : 24621 (SatELite_releas) R 24620 24620 24433 0 -1 4194304 3528 0 0 0 7 1 0 0 18 0 1 0 155161841 16822272 3512 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 4107 3514 51 174 0 3930 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21788

[startup+0.20137 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24620
/proc/meminfo: memFree=770272/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=0
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155161841 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24620/statm: 1340 236 195 169 0 51 0
[pid=24621] ppid=24620 vsize=33196 CPUtime=0.19
/proc/24621/stat : 24621 (SatELite_releas) R 24620 24620 24433 0 -1 4194304 6929 0 0 0 16 3 0 0 18 0 1 0 155161841 33992704 6913 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 8299 6915 51 174 0 8122 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38556

[startup+0.301376 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24620
/proc/meminfo: memFree=770272/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=0
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155161841 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24620/statm: 1340 236 195 169 0 51 0
[pid=24621] ppid=24620 vsize=43364 CPUtime=0.28
/proc/24621/stat : 24621 (SatELite_releas) R 24620 24620 24433 0 -1 4194304 10147 0 0 0 24 4 0 0 19 0 1 0 155161841 44404736 9509 1992294400 134512640 135225430 4294956176 18446744073709551615 134577734 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 10841 9509 77 174 0 10664 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 48724

[startup+0.701401 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24620
/proc/meminfo: memFree=770272/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=0
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155161841 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24620/statm: 1340 236 195 169 0 51 0
[pid=24621] ppid=24620 vsize=48276 CPUtime=0.69
/proc/24621/stat : 24621 (SatELite_releas) R 24620 24620 24433 0 -1 4194304 11536 0 0 0 63 6 0 0 22 0 1 0 155161841 49434624 10705 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 12069 10705 77 174 0 11892 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53636

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24622
/proc/meminfo: memFree=720592/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=0
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155161841 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24620/statm: 1340 236 195 169 0 51 0
[pid=24621] ppid=24620 vsize=49088 CPUtime=1.49
/proc/24621/stat : 24621 (SatELite_releas) R 24620 24620 24433 0 -1 4194304 12020 0 0 0 141 8 0 0 25 0 1 0 155161841 50266112 10997 1992294400 134512640 135225430 4294956176 18446744073709551615 134586121 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 12272 10997 77 174 0 12095 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54448

[startup+3.10156 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24622
/proc/meminfo: memFree=719312/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=746064/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=16436 CPUtime=3.88
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 3734 0 0 0 387 1 0 0 25 0 1 0 155162081 16830464 3700 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 4109 3700 77 172 0 3934 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21796

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=743952/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=18256 CPUtime=10.28
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 4177 0 0 0 1026 2 0 0 25 0 1 0 155162081 18694144 4143 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 4564 4143 77 172 0 4389 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23616

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=741584/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=20664 CPUtime=23.07
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 4802 0 0 0 2305 2 0 0 25 0 1 0 155162081 21159936 4768 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 5166 4768 77 172 0 4991 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 26024

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=739856/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=22596 CPUtime=48.67
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 5250 0 0 0 4864 3 0 0 25 0 1 0 155162081 23138304 5216 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 5649 5216 77 172 0 5474 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 27956

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=737424/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=24844 CPUtime=99.86
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 5841 0 0 0 9982 4 0 0 25 0 1 0 155162081 25440256 5807 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 6211 5807 77 172 0 6036 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 30204

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=735760/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=26696 CPUtime=159.84
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 6262 0 0 0 15979 5 0 0 25 0 1 0 155162081 27336704 6228 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 6674 6228 77 172 0 6499 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 32056

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

[startup+166.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=735696/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=26696 CPUtime=163.94
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 6273 0 0 0 16389 5 0 0 25 0 1 0 155162081 27336704 6239 1992294400 134512640 135217611 4294956288 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 6674 6239 77 172 0 6499 0
Current children cumulated CPU time (s) 166.33
Current children cumulated vsize (KiB) 32056

[startup+179.203 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=735504/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=26832 CPUtime=176.74
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 6319 0 0 0 17669 5 0 0 25 0 1 0 155162081 27475968 6285 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 6708 6285 77 172 0 6533 0
Current children cumulated CPU time (s) 179.13
Current children cumulated vsize (KiB) 32192

[startup+182.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=735440/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=26964 CPUtime=179.93
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 6343 0 0 0 17988 5 0 0 25 0 1 0 155162081 27611136 6309 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 6741 6309 77 172 0 6566 0
Current children cumulated CPU time (s) 182.32
Current children cumulated vsize (KiB) 32324

[startup+185.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=735376/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=26964 CPUtime=183.13
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 6353 0 0 0 18308 5 0 0 25 0 1 0 155162081 27611136 6319 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 6741 6319 77 172 0 6566 0
Current children cumulated CPU time (s) 185.52
Current children cumulated vsize (KiB) 32324

[startup+186.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=735376/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=26964 CPUtime=183.93
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 6353 0 0 0 18388 5 0 0 25 0 1 0 155162081 27611136 6319 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 6741 6319 77 172 0 6566 0
Current children cumulated CPU time (s) 186.32
Current children cumulated vsize (KiB) 32324

[startup+187.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=735376/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=26964 CPUtime=184.73
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 6353 0 0 0 18468 5 0 0 25 0 1 0 155162081 27611136 6319 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 6741 6319 77 172 0 6566 0
Current children cumulated CPU time (s) 187.12
Current children cumulated vsize (KiB) 32324

[startup+187.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=735376/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=26964 CPUtime=185.13
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 6353 0 0 0 18508 5 0 0 25 0 1 0 155162081 27611136 6319 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 6741 6319 77 172 0 6566 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 32324

[startup+187.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24623
/proc/meminfo: memFree=735376/2055920 swapFree=4181244/4192956
[pid=24620] ppid=24618 vsize=5360 CPUtime=2.39
/proc/24620/stat : 24620 (glucose.sh) S 24618 24620 24433 0 -1 4194304 313 14482 0 0 0 0 228 11 16 0 1 0 155161841 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24620/statm: 1340 238 195 169 0 51 0
[pid=24623] ppid=24620 vsize=26964 CPUtime=185.23
/proc/24623/stat : 24623 (glucose_static) R 24620 24620 24433 0 -1 4194304 6353 0 0 0 18518 5 0 0 25 0 1 0 155162081 27611136 6319 1992294400 134512640 135217611 4294956288 18446744073709551615 134540952 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24623/statm: 6741 6319 77 172 0 6566 0
Current children cumulated CPU time (s) 187.62
Current children cumulated vsize (KiB) 32324

Child status: 20
Real time (s): 187.778
CPU time (s): 187.726
CPU user time (s): 187.537
CPU system time (s): 0.188971
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 58016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.537
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21314
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= 38
involuntary context switches= 370

runsolver used 0.235964 second user time and 0.45693 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-02 15:34:43
IDJOB=1775414
IDBENCH=71751
IDSOLVER=610
FILE ID=node22/1775414-1241271283
PBS_JOBID= 9224994
Free space on /tmp= 66424 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/schup-l2s-guid-1-k56.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775414-1241271283/watcher-1775414-1241271283 -o /tmp/evaluation-result-1775414-1241271283/solver-1775414-1241271283 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775414-1241271283.cnf

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

MD5SUM BENCH= 8945850ff5a1fb30f0867a5172da0b2e
RANDOM SEED=20429748

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:        770752 kB
Buffers:         82908 kB
Cached:        1095144 kB
SwapCached:       5556 kB
Active:         247020 kB
Inactive:       938900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        770752 kB
SwapTotal:     4192956 kB
SwapFree:      4181244 kB
Dirty:            6908 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            85296 kB
Committed_AS:   771468 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= 66420 MiB
End job on node22 at 2009-05-02 15:37:51