Trace number 1774484

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 619.192 619.459

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark619.192
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

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.14	c ==============================================================================
1.09/1.14	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.14	c ==============================================================================
1.09/1.14	c |         0 | 1356467  3708070 |  406940       0        0     nan |  0.000 % |
39.76/39.80	c |         0 |  255997  1816599 |      --       0       --      -- |     --   | -768336/-956869
39.76/39.80	c ==============================================================================
39.76/39.80	c Result  :   #vars: 4925   #clauses: 255997   #literals: 1816599
39.76/39.80	c CPU time:   39.382 s
39.76/39.80	c ==============================================================================
40.37/40.41	c
40.37/40.41	c Starting glucose
40.37/40.41	c
40.37/40.42	
40.37/40.42	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
40.37/40.42	
40.37/40.42	c ============================[ Problem Statistics ]=============================
40.37/40.42	c |                                                                             |
40.37/40.42	c |  Number of variables:  4925                                                 |
40.37/40.42	c |  Number of clauses:    255997                                               |
40.56/40.66	c |  Parsing time:         0.21         s                                       |
619.12/619.42	c restarts              : 2385
619.12/619.42	c nb ReduceDB           : 61
619.12/619.42	c nb learnts DL2        : 12385
619.12/619.42	c nb learnts size 2     : 1871
619.12/619.42	c nb learnts size 1     : 88
619.12/619.42	c conflicts             : 3076652        (5317 /sec)
619.12/619.42	c decisions             : 4631934        (1.51 % random) (8005 /sec)
619.12/619.42	c propagations          : 120843339      (208837 /sec)
619.12/619.42	c conflict literals     : 50339872       (13.56 % deleted)
619.12/619.42	c Memory used           : 63.98 MB
619.12/619.42	c CPU time              : 578.649 s
619.12/619.42	
619.12/619.43	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-1774484-1241265762/watcher-1774484-1241265762 -o /tmp/evaluation-result-1774484-1241265762/solver-1774484-1241265762 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774484-1241265762.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 27083
/proc/meminfo: memFree=1283472/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=0
/proc/27083/stat : 27083 (glucose.sh) R 27081 27083 27010 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154609744 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 245482711711 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27083/statm: 1340 235 194 169 0 51 0
[pid=27084] ppid=27083 vsize=1140 CPUtime=0
/proc/27084/stat : 27084 (SatELite_releas) R 27083 27083 27010 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 154609744 1167360 126 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27084/statm: 285 127 51 174 0 108 0

[startup+0.06449 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27083
/proc/meminfo: memFree=1283472/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=0
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154609744 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27083/statm: 1340 236 195 169 0 51 0
[pid=27084] ppid=27083 vsize=7600 CPUtime=0.05
/proc/27084/stat : 27084 (SatELite_releas) R 27083 27083 27010 0 -1 4194304 1658 0 0 0 5 0 0 0 19 0 1 0 154609744 7782400 1642 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27084/statm: 1900 1644 51 174 0 1723 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12960

[startup+0.102493 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27083
/proc/meminfo: memFree=1283472/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=0
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154609744 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27083/statm: 1340 236 195 169 0 51 0
[pid=27084] ppid=27083 vsize=12184 CPUtime=0.09
/proc/27084/stat : 27084 (SatELite_releas) R 27083 27083 27010 0 -1 4194304 2537 0 0 0 8 1 0 0 19 0 1 0 154609744 12476416 2521 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27084/statm: 3046 2522 51 174 0 2869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17544

[startup+0.301512 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27083
/proc/meminfo: memFree=1283472/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=0
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154609744 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27083/statm: 1340 236 195 169 0 51 0
[pid=27084] ppid=27083 vsize=31456 CPUtime=0.29
/proc/27084/stat : 27084 (SatELite_releas) R 27083 27083 27010 0 -1 4194304 7528 0 0 0 24 5 0 0 21 0 1 0 154609744 32210944 7512 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/27084/statm: 7864 7512 51 174 0 7687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36816

[startup+0.702553 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27083
/proc/meminfo: memFree=1283472/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=0
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154609744 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27083/statm: 1340 236 195 169 0 51 0
[pid=27084] ppid=27083 vsize=80152 CPUtime=0.69
/proc/27084/stat : 27084 (SatELite_releas) R 27083 27083 27010 0 -1 4194304 17949 0 0 0 57 12 0 0 25 0 1 0 154609744 82075648 17933 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27084/statm: 20038 17933 51 174 0 19861 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85512

[startup+1.50263 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27085
/proc/meminfo: memFree=1180160/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=0
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154609744 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27083/statm: 1340 236 195 169 0 51 0
[pid=27084] ppid=27083 vsize=159396 CPUtime=1.49
/proc/27084/stat : 27084 (SatELite_releas) R 27083 27083 27010 0 -1 4194304 32282 0 0 0 128 21 0 0 25 0 1 0 154609744 163221504 32245 1992294400 134512640 135225430 4294956176 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 0 0 0
/proc/27084/statm: 39849 32245 72 174 0 39672 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 164756

[startup+3.10198 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27085
/proc/meminfo: memFree=1153920/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=0
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154609744 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27083/statm: 1340 236 195 169 0 51 0
[pid=27084] ppid=27083 vsize=159908 CPUtime=3.08
/proc/27084/stat : 27084 (SatELite_releas) R 27083 27083 27010 0 -1 4194304 32394 0 0 0 287 21 0 0 25 0 1 0 154609744 163745792 32357 1992294400 134512640 135225430 4294956176 18446744073709551615 134576549 0 0 4096 3 0 0 0 17 0 0 0
/proc/27084/statm: 39977 32357 72 174 0 39800 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 165268

[startup+6.30112 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 27085
/proc/meminfo: memFree=1137088/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=0
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154609744 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27083/statm: 1340 236 195 169 0 51 0
[pid=27084] ppid=27083 vsize=180796 CPUtime=6.29
/proc/27084/stat : 27084 (SatELite_releas) R 27083 27083 27010 0 -1 4194304 39398 0 0 0 600 29 0 0 25 0 1 0 154609744 185135104 35835 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27084/statm: 45199 35835 77 174 0 45022 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 186156

[startup+12.7018 s]
/proc/loadavg: 1.15 1.02 1.01 2/66 27085
/proc/meminfo: memFree=1098184/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=0
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154609744 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27083/statm: 1340 236 195 169 0 51 0
[pid=27084] ppid=27083 vsize=204496 CPUtime=12.69
/proc/27084/stat : 27084 (SatELite_releas) R 27083 27083 27010 0 -1 4194304 45762 0 0 0 1234 35 0 0 25 0 1 0 154609744 209403904 41885 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 0 0 0
/proc/27084/statm: 51124 41885 77 174 0 50947 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 209856

[startup+25.5011 s]
/proc/loadavg: 1.11 1.02 1.00 2/66 27085
/proc/meminfo: memFree=1098056/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=0
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154609744 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27083/statm: 1340 236 195 169 0 51 0
[pid=27084] ppid=27083 vsize=204752 CPUtime=25.48
/proc/27084/stat : 27084 (SatELite_releas) R 27083 27083 27010 0 -1 4194304 45882 0 0 0 2513 35 0 0 25 0 1 0 154609744 209666048 42005 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/27084/statm: 51188 42005 77 174 0 51011 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 210112

[startup+51.1016 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 27086
/proc/meminfo: memFree=1221832/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=34620 CPUtime=10.67
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 8456 0 0 0 1063 4 0 0 25 0 1 0 154613786 35450880 8442 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 8655 8442 77 172 0 8480 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 39980

[startup+102.307 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 27086
/proc/meminfo: memFree=1214472/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=42320 CPUtime=61.85
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 10295 0 0 0 6179 6 0 0 25 0 1 0 154613786 43335680 10281 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 10580 10281 77 172 0 10405 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 47680

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1210056/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=46872 CPUtime=121.82
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 11425 0 0 0 12176 6 0 0 25 0 1 0 154613786 47996928 11411 1992294400 134512640 135217611 4294956288 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 11718 11411 77 172 0 11543 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 52232

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1206408/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=50700 CPUtime=181.79
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 12319 0 0 0 18172 7 0 0 25 0 1 0 154613786 51916800 12305 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 12675 12305 77 172 0 12500 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 56060

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1204040/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=52996 CPUtime=241.77
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 12921 0 0 0 24169 8 0 0 25 0 1 0 154613786 54267904 12907 1992294400 134512640 135217611 4294956288 18446744073709551615 134533552 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 13249 12907 77 172 0 13074 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 58356

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1202064/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=54900 CPUtime=301.74
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 13400 0 0 0 30166 8 0 0 25 0 1 0 154613786 56217600 13386 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 13725 13386 77 172 0 13550 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 60260

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1200720/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=56564 CPUtime=361.71
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 13813 0 0 0 36163 8 0 0 25 0 1 0 154613786 57921536 13799 1992294400 134512640 135217611 4294956288 18446744073709551615 134537042 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 14141 13799 77 172 0 13966 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 61924

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1198480/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=58676 CPUtime=421.7
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 14301 0 0 0 42161 9 0 0 25 0 1 0 154613786 60084224 14287 1992294400 134512640 135217611 4294956288 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 14669 14287 77 172 0 14494 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 64036

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1196816/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=60340 CPUtime=481.67
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 14717 0 0 0 48158 9 0 0 25 0 1 0 154613786 61788160 14703 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 15085 14703 77 172 0 14910 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 65700

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1193232/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=63896 CPUtime=541.64
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 15615 0 0 0 54154 10 0 0 25 0 1 0 154613786 65429504 15601 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 15974 15601 77 172 0 15799 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 69256

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

[startup+588.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1192848/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=64348 CPUtime=548.04
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 15707 0 0 0 54794 10 0 0 25 0 1 0 154613786 65892352 15693 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 16087 15693 77 172 0 15912 0
Current children cumulated CPU time (s) 588.43
Current children cumulated vsize (KiB) 69708

[startup+601.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1192528/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=64644 CPUtime=560.83
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 15785 0 0 0 56073 10 0 0 25 0 1 0 154613786 66195456 15771 1992294400 134512640 135217611 4294956288 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 16161 15771 77 172 0 15986 0
Current children cumulated CPU time (s) 601.22
Current children cumulated vsize (KiB) 70004

[startup+607.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1192400/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=64916 CPUtime=567.23
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 15834 0 0 0 56713 10 0 0 25 0 1 0 154613786 66473984 15820 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 16229 15820 77 172 0 16054 0
Current children cumulated CPU time (s) 607.62
Current children cumulated vsize (KiB) 70276

[startup+614.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1191888/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=65224 CPUtime=573.64
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 15935 0 0 0 57353 11 0 0 25 0 1 0 154613786 66789376 15921 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 16306 15921 77 172 0 16131 0
Current children cumulated CPU time (s) 614.03
Current children cumulated vsize (KiB) 70584

[startup+617.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1191888/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=65368 CPUtime=576.84
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 15943 0 0 0 57673 11 0 0 25 0 1 0 154613786 66936832 15929 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 16342 15929 77 172 0 16167 0
Current children cumulated CPU time (s) 617.23
Current children cumulated vsize (KiB) 70728

[startup+618.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1191760/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=65516 CPUtime=577.64
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 15976 0 0 0 57753 11 0 0 25 0 1 0 154613786 67088384 15962 1992294400 134512640 135217611 4294956288 18446744073709551615 134524379 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27086/statm: 16379 15962 77 172 0 16204 0
Current children cumulated CPU time (s) 618.03
Current children cumulated vsize (KiB) 70876

[startup+619.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1191760/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=65516 CPUtime=578.44
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 15978 0 0 0 57833 11 0 0 25 0 1 0 154613786 67088384 15964 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27086/statm: 16379 15964 77 172 0 16204 0
Current children cumulated CPU time (s) 618.83
Current children cumulated vsize (KiB) 70876

[startup+619.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1191760/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=65516 CPUtime=578.63
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 15979 0 0 0 57852 11 0 0 25 0 1 0 154613786 67088384 15965 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 16379 15965 77 172 0 16204 0
Current children cumulated CPU time (s) 619.02
Current children cumulated vsize (KiB) 70876

[startup+619.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27086
/proc/meminfo: memFree=1191760/2055920 swapFree=4181360/4192956
[pid=27083] ppid=27081 vsize=5360 CPUtime=40.39
/proc/27083/stat : 27083 (glucose.sh) S 27081 27083 27010 0 -1 4194304 313 53648 0 0 0 0 3992 47 16 0 1 0 154609744 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27083/statm: 1340 238 195 169 0 51 0
[pid=27086] ppid=27083 vsize=65516 CPUtime=578.73
/proc/27086/stat : 27086 (glucose_static) R 27083 27083 27010 0 -1 4194304 15980 0 0 0 57862 11 0 0 25 0 1 0 154613786 67088384 15966 1992294400 134512640 135217611 4294956288 18446744073709551615 134537420 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27086/statm: 16379 15966 77 172 0 16204 0
Current children cumulated CPU time (s) 619.12
Current children cumulated vsize (KiB) 70876

Child status: 20
Real time (s): 619.459
CPU time (s): 619.192
CPU user time (s): 618.576
CPU system time (s): 0.615906
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 236484

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

runsolver used 0.495924 second user time and 1.76673 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-02 14:02:44
IDJOB=1774484
IDBENCH=70951
IDSOLVER=610
FILE ID=node17/1774484-1241265762
PBS_JOBID= 9224963
Free space on /tmp= 66420 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r2-noholes.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774484-1241265762/watcher-1774484-1241265762 -o /tmp/evaluation-result-1774484-1241265762/solver-1774484-1241265762 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774484-1241265762.cnf

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

MD5SUM BENCH= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED=169782277

node17.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.234
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.234
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:       1284016 kB
Buffers:         71328 kB
Cached:         598960 kB
SwapCached:       5428 kB
Active:          91656 kB
Inactive:       586464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1284016 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:           34548 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            79788 kB
Committed_AS:   677180 kB
PageTables:       1452 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= 66416 MiB
End job on node17 at 2009-05-02 14:13:03