Trace number 1773794

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 2488.68 2489.42

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand032.cnf
MD5SUMfc00df719c8630009723cd295f7c0c3b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark596.394
Satisfiable
(Un)Satisfiability was proved
Number of variables23696
Number of clauses70703
Sum of the clauses size164971
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 247134
Number of clauses of size 323567
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 |   70701   164969 |   21210       0        0     nan |  0.000 % |
0.48/0.56	c |         0 |   35182   121457 |      --       0       --      -- |     --   | -35497/-43459
0.48/0.56	c ==============================================================================
0.48/0.56	c Result  :   #vars: 6588   #clauses: 35182   #literals: 121457
0.48/0.56	c CPU time:   0.529919 s
0.48/0.56	c ==============================================================================
0.59/0.60	c
0.59/0.60	c Starting glucose
0.59/0.60	c
0.59/0.60	
0.59/0.60	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.59/0.60	
0.59/0.60	c ============================[ Problem Statistics ]=============================
0.59/0.60	c |                                                                             |
0.59/0.60	c |  Number of variables:  6588                                                 |
0.59/0.60	c |  Number of clauses:    35182                                                |
0.59/0.63	c |  Parsing time:         0.02         s                                       |
2488.54/2489.39	c restarts              : 8394
2488.54/2489.39	c nb ReduceDB           : 75
2488.54/2489.39	c nb learnts DL2        : 9894
2488.54/2489.39	c nb learnts size 2     : 5314
2488.54/2489.39	c nb learnts size 1     : 59
2488.54/2489.39	c conflicts             : 3290444        (1323 /sec)
2488.54/2489.39	c decisions             : 7998877        (1.46 % random) (3215 /sec)
2488.54/2489.39	c propagations          : 1005418943     (404145 /sec)
2488.54/2489.39	c conflict literals     : 471212381      (47.47 % deleted)
2488.54/2489.39	c Memory used           : 83.18 MB
2488.54/2489.39	c CPU time              : 2487.77 s
2488.54/2489.39	
2488.64/2489.40	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-1773794-1241259251/watcher-1773794-1241259251 -o /tmp/evaluation-result-1773794-1241259251/solver-1773794-1241259251 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773794-1241259251.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.85 0.97 0.99 3/64 21184
/proc/meminfo: memFree=1287096/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153957942 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21184/statm: 1340 236 195 169 0 51 0
[pid=21185] ppid=21184 vsize=1800 CPUtime=0
/proc/21185/stat : 21185 (SatELite_releas) R 21184 21184 21147 0 -1 4194304 291 0 0 0 0 0 0 0 18 0 1 0 153957942 1843200 275 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/21185/statm: 450 277 50 174 0 273 0

[startup+0.0963231 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21184
/proc/meminfo: memFree=1287096/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153957942 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21184/statm: 1340 236 195 169 0 51 0
[pid=21185] ppid=21184 vsize=12044 CPUtime=0.08
/proc/21185/stat : 21185 (SatELite_releas) R 21184 21184 21147 0 -1 4194304 2735 0 0 0 7 1 0 0 18 0 1 0 153957942 12333056 2579 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21185/statm: 3011 2579 77 174 0 2834 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17404

[startup+0.101323 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21184
/proc/meminfo: memFree=1287096/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153957942 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21184/statm: 1340 236 195 169 0 51 0
[pid=21185] ppid=21184 vsize=12044 CPUtime=0.09
/proc/21185/stat : 21185 (SatELite_releas) R 21184 21184 21147 0 -1 4194304 2735 0 0 0 7 2 0 0 18 0 1 0 153957942 12333056 2579 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21185/statm: 3011 2579 77 174 0 2834 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17404

[startup+0.301352 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21184
/proc/meminfo: memFree=1287096/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153957942 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21184/statm: 1340 236 195 169 0 51 0
[pid=21185] ppid=21184 vsize=12504 CPUtime=0.29
/proc/21185/stat : 21185 (SatELite_releas) R 21184 21184 21147 0 -1 4194304 2845 0 0 0 27 2 0 0 19 0 1 0 153957942 12804096 2689 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21185/statm: 3126 2689 77 174 0 2949 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17864

[startup+0.701417 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21184
/proc/meminfo: memFree=1287096/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 5360

[startup+1.50152 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1279016/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=6316 CPUtime=0.88
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 1354 0 0 0 88 0 0 0 25 0 1 0 153958003 6467584 1340 1992294400 134512640 135217611 4294956288 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 1579 1340 77 172 0 1404 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11676

[startup+3.10175 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1278248/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=6844 CPUtime=2.48
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 1491 0 0 0 248 0 0 0 25 0 1 0 153958003 7008256 1477 1992294400 134512640 135217611 4294956288 18446744073709551615 134624361 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 1711 1477 77 172 0 1536 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12204

[startup+6.3012 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1276648/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=8568 CPUtime=5.68
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 1909 0 0 0 567 1 0 0 25 0 1 0 153958003 8773632 1895 1992294400 134512640 135217611 4294956288 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 2142 1895 77 172 0 1967 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13928

[startup+12.7011 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1275304/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=9168 CPUtime=12.08
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 2047 0 0 0 1207 1 0 0 25 0 1 0 153958003 9388032 2033 1992294400 134512640 135217611 4294956288 18446744073709551615 134527948 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 2292 2033 77 172 0 2117 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14528

[startup+25.5019 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1273064/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=11444 CPUtime=24.88
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 2613 0 0 0 2486 2 0 0 25 0 1 0 153958003 11718656 2599 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 2861 2599 77 172 0 2686 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16804

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1269352/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=15140 CPUtime=50.46
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 3550 0 0 0 5044 2 0 0 25 0 1 0 153958003 15503360 3536 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 3785 3536 77 172 0 3610 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20500

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1262696/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=21828 CPUtime=101.65
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 5227 0 0 0 10162 3 0 0 25 0 1 0 153958003 22351872 5213 1992294400 134512640 135217611 4294956288 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 5457 5213 77 172 0 5282 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 27188

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1258792/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=25656 CPUtime=161.63
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 6200 0 0 0 16159 4 0 0 25 0 1 0 153958003 26271744 6186 1992294400 134512640 135217611 4294956288 18446744073709551615 134537010 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 6414 6186 77 172 0 6239 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 31016

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1249320/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=35296 CPUtime=221.61
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 8557 0 0 0 22155 6 0 0 25 0 1 0 153958003 36143104 8543 1992294400 134512640 135217611 4294956288 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 8824 8543 77 172 0 8649 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 40656

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1249256/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=35296 CPUtime=281.59
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 8565 0 0 0 28153 6 0 0 25 0 1 0 153958003 36143104 8551 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 8824 8551 77 172 0 8649 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 40656

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21187
/proc/meminfo: memFree=1247080/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=37276 CPUtime=341.58
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 9095 0 0 0 34151 7 0 0 25 0 1 0 153958003 38170624 9081 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 9319 9081 77 172 0 9144 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 42636

[startup+402.301 s]

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


[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199144/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2201.04
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21071 0 0 0 220077 27 0 0 25 0 1 0 153958003 87212032 21007 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21007 77 172 0 21117 0
Current children cumulated CPU time (s) 2201.63
Current children cumulated vsize (KiB) 90528

[startup+2262.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199208/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2261.02
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21074 0 0 0 226075 27 0 0 25 0 1 0 153958003 87212032 21010 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21010 77 172 0 21117 0
Current children cumulated CPU time (s) 2261.61
Current children cumulated vsize (KiB) 90528

[startup+2322.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199208/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2321.01
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21075 0 0 0 232073 28 0 0 25 0 1 0 153958003 87212032 21011 1992294400 134512640 135217611 4294956288 18446744073709551615 134536761 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21011 77 172 0 21117 0
Current children cumulated CPU time (s) 2321.6
Current children cumulated vsize (KiB) 90528

[startup+2382.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199208/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2380.99
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21075 0 0 0 238071 28 0 0 25 0 1 0 153958003 87212032 21011 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21011 77 172 0 21117 0
Current children cumulated CPU time (s) 2381.58
Current children cumulated vsize (KiB) 90528

[startup+2442.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199208/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2440.97
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21076 0 0 0 244069 28 0 0 25 0 1 0 153958003 87212032 21012 1992294400 134512640 135217611 4294956288 18446744073709551615 134539576 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21012 77 172 0 21117 0
Current children cumulated CPU time (s) 2441.56
Current children cumulated vsize (KiB) 90528

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

[startup+2457.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199208/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2456.16
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21076 0 0 0 245588 28 0 0 25 0 1 0 153958003 87212032 21012 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21012 77 172 0 21117 0
Current children cumulated CPU time (s) 2456.75
Current children cumulated vsize (KiB) 90528

[startup+2470.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199208/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2468.96
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21076 0 0 0 246868 28 0 0 25 0 1 0 153958003 87212032 21012 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21012 77 172 0 21117 0
Current children cumulated CPU time (s) 2469.55
Current children cumulated vsize (KiB) 90528

[startup+2483.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199144/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2481.75
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21076 0 0 0 248147 28 0 0 25 0 1 0 153958003 87212032 21012 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21012 77 172 0 21117 0
Current children cumulated CPU time (s) 2482.34
Current children cumulated vsize (KiB) 90528

[startup+2486.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199144/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2484.95
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21076 0 0 0 248467 28 0 0 25 0 1 0 153958003 87212032 21012 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21012 77 172 0 21117 0
Current children cumulated CPU time (s) 2485.54
Current children cumulated vsize (KiB) 90528

[startup+2487.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199144/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2486.55
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21076 0 0 0 248627 28 0 0 25 0 1 0 153958003 87212032 21012 1992294400 134512640 135217611 4294956288 18446744073709551615 134533322 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21012 77 172 0 21117 0
Current children cumulated CPU time (s) 2487.14
Current children cumulated vsize (KiB) 90528

[startup+2488.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199144/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2487.35
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21076 0 0 0 248707 28 0 0 25 0 1 0 153958003 87212032 21012 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21012 77 172 0 21117 0
Current children cumulated CPU time (s) 2487.94
Current children cumulated vsize (KiB) 90528

[startup+2489.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199144/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2487.75
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21076 0 0 0 248747 28 0 0 25 0 1 0 153958003 87212032 21012 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21012 77 172 0 21117 0
Current children cumulated CPU time (s) 2488.34
Current children cumulated vsize (KiB) 90528

[startup+2489.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199144/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=85168 CPUtime=2487.95
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194304 21076 0 0 0 248767 28 0 0 25 0 1 0 153958003 87212032 21012 1992294400 134512640 135217611 4294956288 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 21292 21012 77 172 0 21117 0
Current children cumulated CPU time (s) 2488.54
Current children cumulated vsize (KiB) 90528

[startup+2489.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21189
/proc/meminfo: memFree=1199144/2055920 swapFree=4181364/4192956
[pid=21184] ppid=21182 vsize=5360 CPUtime=0.59
/proc/21184/stat : 21184 (glucose.sh) S 21182 21184 21147 0 -1 4194304 313 3234 0 0 0 0 56 3 16 0 1 0 153957942 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21184/statm: 1340 238 195 169 0 51 0
[pid=21187] ppid=21184 vsize=0 CPUtime=2488.05
/proc/21187/stat : 21187 (glucose_static) R 21184 21184 21147 0 -1 4194308 21089 0 0 0 248776 29 0 0 25 0 1 0 153958003 0 0 1992294400 0 0 0 0 0 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21187/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2488.64
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 2489.42
CPU time (s): 2488.68
CPU user time (s): 2488.34
CPU system time (s): 0.344947
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 90836

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

runsolver used 2.96755 second user time and 6.06808 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-02 12:14:11
IDJOB=1773794
IDBENCH=70796
IDSOLVER=610
FILE ID=node29/1773794-1241259251
PBS_JOBID= 9224944
Free space on /tmp= 66464 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand032.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773794-1241259251/watcher-1773794-1241259251 -o /tmp/evaluation-result-1773794-1241259251/solver-1773794-1241259251 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773794-1241259251.cnf

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

MD5SUM BENCH= fc00df719c8630009723cd295f7c0c3b
RANDOM SEED=2080937105

node29.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.281
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.281
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:       1287648 kB
Buffers:         73852 kB
Cached:         597668 kB
SwapCached:       5420 kB
Active:          80228 kB
Inactive:       599056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1287648 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:            2804 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            74972 kB
Committed_AS:   755328 kB
PageTables:       1468 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= 66460 MiB
End job on node29 at 2009-05-02 12:55:40