Trace number 1784512

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 148.965 149.034

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.cnf
MD5SUM2ba7146c43b8082afe1c2f5c23a97bd0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.5391
Satisfiable
(Un)Satisfiability was proved
Number of variables8484
Number of clauses74640
Sum of the clauses size243102
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215431
Number of clauses of size 333298
Number of clauses of size 418962
Number of clauses of size 55508
Number of clauses of size over 51441

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.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   74640   243102 |   22391       0        0     nan |  0.000 % |
0.19/0.22	c |         0 |   67800   226176 |      --       0       --      -- |     --   | -6840/-16926
0.19/0.22	c ==============================================================================
0.19/0.22	c Result  :   #vars: 5732   #clauses: 67800   #literals: 226176
0.19/0.22	c CPU time:   0.211967 s
0.19/0.22	c ==============================================================================
0.19/0.29	c
0.19/0.29	c Starting glucose
0.19/0.29	c
0.19/0.29	
0.19/0.29	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.19/0.29	
0.19/0.29	c ============================[ Problem Statistics ]=============================
0.19/0.29	c |                                                                             |
0.19/0.29	c |  Number of variables:  5732                                                 |
0.19/0.29	c |  Number of clauses:    67800                                                |
0.28/0.34	c |  Parsing time:         0.04         s                                       |
148.90/149.02	c restarts              : 90
148.90/149.02	c nb ReduceDB           : 13
148.90/149.02	c nb learnts DL2        : 2573
148.90/149.02	c nb learnts size 2     : 544
148.90/149.02	c nb learnts size 1     : 19
148.90/149.02	c conflicts             : 342856         (2307 /sec)
148.90/149.02	c decisions             : 560035         (1.25 % random) (3768 /sec)
148.90/149.02	c propagations          : 128817970      (866817 /sec)
148.90/149.02	c conflict literals     : 14479332       (47.95 % deleted)
148.90/149.02	c Memory used           : 18.67 MB
148.90/149.02	c CPU time              : 148.61 s
148.90/149.02	
148.90/149.02	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-1784512-1241948478/watcher-1784512-1241948478 -o /tmp/evaluation-result-1784512-1241948478/solver-1784512-1241948478 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784512-1241948478.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.98 0.98 0.99 3/64 432
/proc/meminfo: memFree=900912/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222881329 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 236 195 169 0 51 0
[pid=433] ppid=432 vsize=1744 CPUtime=0
/proc/433/stat : 433 (SatELite_releas) R 432 432 32505 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 222881329 1785856 264 1992294400 134512640 135225430 4294956192 18446744073709551615 134543671 0 0 4096 3 0 0 0 17 0 0 0
/proc/433/statm: 436 266 50 174 0 259 0

[startup+0.0842229 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 432
/proc/meminfo: memFree=900912/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222881329 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 236 195 169 0 51 0
[pid=433] ppid=432 vsize=9040 CPUtime=0.07
/proc/433/stat : 433 (SatELite_releas) R 432 432 32505 0 -1 4194304 1925 0 0 0 7 0 0 0 19 0 1 0 222881329 9256960 1909 1992294400 134512640 135225430 4294956192 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/433/statm: 2260 1909 76 174 0 2083 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14400

[startup+0.101226 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 432
/proc/meminfo: memFree=900912/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222881329 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 236 195 169 0 51 0
[pid=433] ppid=432 vsize=9304 CPUtime=0.09
/proc/433/stat : 433 (SatELite_releas) R 432 432 32505 0 -1 4194304 1988 0 0 0 9 0 0 0 19 0 1 0 222881329 9527296 1972 1992294400 134512640 135225430 4294956192 18446744073709551615 134587902 0 0 4096 3 0 0 0 17 0 0 0
/proc/433/statm: 2326 1972 76 174 0 2149 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14664

[startup+0.301241 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 432
/proc/meminfo: memFree=900912/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5360

[startup+0.701271 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 432
/proc/meminfo: memFree=900912/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5360

[startup+1.50131 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 435
/proc/meminfo: memFree=892448/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=8068 CPUtime=1.19
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 1880 0 0 0 119 0 0 0 25 0 1 0 222881359 8261632 1866 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 2017 1866 76 172 0 1842 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13428

[startup+3.10242 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 435
/proc/meminfo: memFree=890976/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=9844 CPUtime=2.79
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 2328 0 0 0 278 1 0 0 25 0 1 0 222881359 10080256 2314 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 2461 2314 76 172 0 2286 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15204

[startup+6.30163 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 435
/proc/meminfo: memFree=889120/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=10708 CPUtime=5.99
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 2539 0 0 0 598 1 0 0 25 0 1 0 222881359 10964992 2525 1992294400 134512640 135217611 4294956304 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 2677 2525 76 172 0 2502 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16068

[startup+12.701 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 435
/proc/meminfo: memFree=887392/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=12460 CPUtime=12.39
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 2983 0 0 0 1237 2 0 0 25 0 1 0 222881359 12759040 2969 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 3115 2969 76 172 0 2940 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17820

[startup+25.5019 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 435
/proc/meminfo: memFree=885856/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=14424 CPUtime=25.19
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 3459 0 0 0 2516 3 0 0 25 0 1 0 222881359 14770176 3445 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 3606 3445 76 172 0 3431 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19784

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 435
/proc/meminfo: memFree=884768/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=15632 CPUtime=50.78
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 3739 0 0 0 5075 3 0 0 25 0 1 0 222881359 16007168 3725 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 3908 3725 76 172 0 3733 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 20992

[startup+102.306 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 435
/proc/meminfo: memFree=881696/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=18544 CPUtime=101.96
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 4493 0 0 0 10192 4 0 0 25 0 1 0 222881359 18989056 4479 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 4636 4479 76 172 0 4461 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23904

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

[startup+127.901 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 435
/proc/meminfo: memFree=881504/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=18836 CPUtime=127.53
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 4569 0 0 0 12749 4 0 0 25 0 1 0 222881359 19288064 4555 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 4709 4555 76 172 0 4534 0
Current children cumulated CPU time (s) 127.81
Current children cumulated vsize (KiB) 24196

[startup+140.702 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 435
/proc/meminfo: memFree=881376/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=18976 CPUtime=140.33
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 4597 0 0 0 14029 4 0 0 25 0 1 0 222881359 19431424 4583 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 4744 4583 76 172 0 4569 0
Current children cumulated CPU time (s) 140.61
Current children cumulated vsize (KiB) 24336

[startup+143.902 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 435
/proc/meminfo: memFree=881376/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=19112 CPUtime=143.52
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 4633 0 0 0 14348 4 0 0 25 0 1 0 222881359 19570688 4619 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 4778 4619 76 172 0 4603 0
Current children cumulated CPU time (s) 143.8
Current children cumulated vsize (KiB) 24472

[startup+147.102 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 435
/proc/meminfo: memFree=881248/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=19112 CPUtime=146.72
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 4634 0 0 0 14668 4 0 0 25 0 1 0 222881359 19570688 4620 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 4778 4620 76 172 0 4603 0
Current children cumulated CPU time (s) 147
Current children cumulated vsize (KiB) 24472

[startup+147.902 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 435
/proc/meminfo: memFree=881248/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=19112 CPUtime=147.52
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 4634 0 0 0 14748 4 0 0 25 0 1 0 222881359 19570688 4620 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 4778 4620 76 172 0 4603 0
Current children cumulated CPU time (s) 147.8
Current children cumulated vsize (KiB) 24472

[startup+148.703 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 435
/proc/meminfo: memFree=881248/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=19112 CPUtime=148.32
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 4634 0 0 0 14828 4 0 0 25 0 1 0 222881359 19570688 4620 1992294400 134512640 135217611 4294956304 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 4778 4620 76 172 0 4603 0
Current children cumulated CPU time (s) 148.6
Current children cumulated vsize (KiB) 24472

[startup+148.903 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 435
/proc/meminfo: memFree=881248/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=19112 CPUtime=148.52
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 4634 0 0 0 14848 4 0 0 25 0 1 0 222881359 19570688 4620 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 4778 4620 76 172 0 4603 0
Current children cumulated CPU time (s) 148.8
Current children cumulated vsize (KiB) 24472

[startup+149.003 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 435
/proc/meminfo: memFree=881248/2055920 swapFree=4181272/4192956
[pid=432] ppid=430 vsize=5360 CPUtime=0.28
/proc/432/stat : 432 (glucose.sh) S 430 432 32505 0 -1 4194304 313 2390 0 0 0 0 27 1 17 0 1 0 222881329 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/432/statm: 1340 238 195 169 0 51 0
[pid=435] ppid=432 vsize=19112 CPUtime=148.62
/proc/435/stat : 435 (glucose_static) R 432 432 32505 0 -1 4194304 4634 0 0 0 14858 4 0 0 25 0 1 0 222881359 19570688 4620 1992294400 134512640 135217611 4294956304 18446744073709551615 134532718 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/435/statm: 4778 4620 76 172 0 4603 0
Current children cumulated CPU time (s) 148.9
Current children cumulated vsize (KiB) 24472

Child status: 20
Real time (s): 149.034
CPU time (s): 148.965
CPU user time (s): 148.891
CPU system time (s): 0.073988
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 24472

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

runsolver used 0.132979 second user time and 0.415936 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-10 11:41:18
IDJOB=1784512
IDBENCH=71629
IDSOLVER=610
FILE ID=node22/1784512-1241948478
PBS_JOBID= 9265076
Free space on /tmp= 66368 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784512-1241948478/watcher-1784512-1241948478 -o /tmp/evaluation-result-1784512-1241948478/solver-1784512-1241948478 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784512-1241948478.cnf

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=1686263601

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:        901392 kB
Buffers:         68056 kB
Cached:         991228 kB
SwapCached:       5528 kB
Active:         308336 kB
Inactive:       759344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        901392 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            3400 kB
Writeback:           0 kB
Mapped:          14128 kB
Slab:            72880 kB
Committed_AS:   817460 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= 66368 MiB
End job on node22 at 2009-05-10 11:43:47