Trace number 1783984

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 2926.46 2927.45

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark506.672
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 47545
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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7545    30180 |    2263       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    7072    28213 |      --       0       --      -- |     --   | -473/-1967
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 987   #clauses: 7072   #literals: 28213
0.00/0.01	c CPU time:   0.011998 s
0.00/0.01	c ==============================================================================
0.00/0.02	c
0.00/0.02	c Starting glucose
0.00/0.02	c
0.00/0.02	
0.00/0.02	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.02	
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  987                                                  |
0.00/0.02	c |  Number of clauses:    7072                                                 |
0.00/0.03	c |  Parsing time:         0.00         s                                       |
2926.40/2927.43	c restarts              : 94
2926.40/2927.43	c nb ReduceDB           : 82
2926.40/2927.43	c nb learnts DL2        : 1783
2926.40/2927.43	c nb learnts size 2     : 529
2926.40/2927.43	c nb learnts size 1     : 17
2926.40/2927.43	c conflicts             : 3737851        (1277 /sec)
2926.40/2927.43	c decisions             : 4321990        (1.74 % random) (1477 /sec)
2926.40/2927.43	c propagations          : 379312415      (129624 /sec)
2926.40/2927.43	c conflict literals     : 80053326       (41.12 % deleted)
2926.40/2927.43	c Memory used           : 36.87 MB
2926.40/2927.43	c CPU time              : 2926.25 s
2926.40/2927.43	
2926.40/2927.44	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-1783984-1241907787/watcher-1783984-1241907787 -o /tmp/evaluation-result-1783984-1241907787/solver-1783984-1241907787 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783984-1241907787.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: 1.00 1.00 1.00 3/64 30568
/proc/meminfo: memFree=1426000/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218806723 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 236 195 169 0 51 0
[pid=30569] ppid=30568 vsize=1140 CPUtime=0
/proc/30569/stat : 30569 (SatELite_releas) R 30568 30568 30462 0 -1 4194304 156 0 0 0 0 0 0 0 19 0 1 0 218806723 1167360 140 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30569/statm: 285 142 50 174 0 108 0

[startup+0.0346039 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30568
/proc/meminfo: memFree=1426000/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5360

[startup+0.101612 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30568
/proc/meminfo: memFree=1426000/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5360

[startup+0.301648 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30568
/proc/meminfo: memFree=1426000/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5360

[startup+0.70172 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30568
/proc/meminfo: memFree=1426000/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5360

[startup+1.50187 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1423680/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=3508 CPUtime=1.46
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 555 0 0 0 146 0 0 0 25 0 1 0 218806725 3592192 541 1992294400 134512640 135217611 4294956304 18446744073709551615 134533717 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 877 541 76 172 0 702 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8868

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1423232/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=4340 CPUtime=3.06
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 749 0 0 0 306 0 0 0 25 0 1 0 218806725 4444160 735 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 1085 735 76 172 0 910 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9700

[startup+6.30174 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1422336/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=5000 CPUtime=6.26
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 909 0 0 0 626 0 0 0 25 0 1 0 218806725 5120000 895 1992294400 134512640 135217611 4294956304 18446744073709551615 134533174 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 1250 895 76 172 0 1075 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10360

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1421056/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=5796 CPUtime=12.67
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 1125 0 0 0 1266 1 0 0 25 0 1 0 218806725 5935104 1111 1992294400 134512640 135217611 4294956304 18446744073709551615 134538357 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 1449 1111 76 172 0 1274 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11156

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1419712/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=7196 CPUtime=25.46
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 1458 0 0 0 2545 1 0 0 25 0 1 0 218806725 7368704 1444 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 1799 1444 76 172 0 1624 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12556

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1418112/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=8844 CPUtime=51.05
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 1857 0 0 0 5103 2 0 0 25 0 1 0 218806725 9056256 1843 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 2211 1843 76 172 0 2036 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14204

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1415744/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=11268 CPUtime=102.24
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 2432 0 0 0 10221 3 0 0 25 0 1 0 218806725 11538432 2418 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 2817 2418 76 172 0 2642 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 16628

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1413568/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=13252 CPUtime=162.21
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 2948 0 0 0 16218 3 0 0 25 0 1 0 218806725 13570048 2934 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 3313 2934 76 172 0 3138 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 18612

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1412096/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=14876 CPUtime=222.19
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 3306 0 0 0 22215 4 0 0 25 0 1 0 218806725 15233024 3292 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 3719 3292 76 172 0 3544 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20236

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1411008/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=16056 CPUtime=282.18
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 3581 0 0 0 28213 5 0 0 25 0 1 0 218806725 16441344 3567 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 4014 3567 76 172 0 3839 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 21416

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1409984/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=17004 CPUtime=342.15
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 3824 0 0 0 34210 5 0 0 25 0 1 0 218806725 17412096 3810 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 4251 3810 76 172 0 4076 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 22364

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30571
/proc/meminfo: memFree=1409344/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=17704 CPUtime=402.13
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 3988 0 0 0 40208 5 0 0 25 0 1 0 218806725 18128896 3974 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 4426 3974 76 172 0 4251 0
Current children cumulated CPU time (s) 402.15

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


[startup+2442.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1392768/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=35660 CPUtime=2441.44
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8049 0 0 0 244129 15 0 0 25 0 1 0 218806725 36515840 8031 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 8915 8031 76 172 0 8740 0
Current children cumulated CPU time (s) 2441.46
Current children cumulated vsize (KiB) 41020

[startup+2502.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1392576/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=35792 CPUtime=2501.43
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8095 0 0 0 250127 16 0 0 25 0 1 0 218806725 36651008 8077 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 8948 8077 76 172 0 8773 0
Current children cumulated CPU time (s) 2501.45
Current children cumulated vsize (KiB) 41152

[startup+2562.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1392000/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=36348 CPUtime=2561.4
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8222 0 0 0 256124 16 0 0 25 0 1 0 218806725 37220352 8204 1992294400 134512640 135217611 4294956304 18446744073709551615 134522603 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9087 8204 76 172 0 8912 0
Current children cumulated CPU time (s) 2561.42
Current children cumulated vsize (KiB) 41708

[startup+2622.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1391552/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=36684 CPUtime=2621.38
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8312 0 0 0 262122 16 0 0 25 0 1 0 218806725 37564416 8294 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9171 8294 76 172 0 8996 0
Current children cumulated CPU time (s) 2621.4
Current children cumulated vsize (KiB) 42044

[startup+2682.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1391488/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=36792 CPUtime=2681.36
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8337 0 0 0 268120 16 0 0 25 0 1 0 218806725 37675008 8319 1992294400 134512640 135217611 4294956304 18446744073709551615 134527693 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9198 8319 76 172 0 9023 0
Current children cumulated CPU time (s) 2681.38
Current children cumulated vsize (KiB) 42152

[startup+2742.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1391360/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=36980 CPUtime=2741.35
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8356 0 0 0 274118 17 0 0 25 0 1 0 218806725 37867520 8338 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9245 8338 76 172 0 9070 0
Current children cumulated CPU time (s) 2741.37
Current children cumulated vsize (KiB) 42340

[startup+2802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1391360/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=36980 CPUtime=2801.32
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8358 0 0 0 280115 17 0 0 25 0 1 0 218806725 37867520 8340 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9245 8340 76 172 0 9070 0
Current children cumulated CPU time (s) 2801.34
Current children cumulated vsize (KiB) 42340

[startup+2862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1391104/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=37232 CPUtime=2861.3
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8419 0 0 0 286113 17 0 0 25 0 1 0 218806725 38125568 8401 1992294400 134512640 135217611 4294956304 18446744073709551615 134533265 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9308 8401 76 172 0 9133 0
Current children cumulated CPU time (s) 2861.32
Current children cumulated vsize (KiB) 42592

[startup+2922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1390784/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=37752 CPUtime=2921.28
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8504 0 0 0 292111 17 0 0 25 0 1 0 218806725 38658048 8486 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9438 8486 76 172 0 9263 0
Current children cumulated CPU time (s) 2921.3
Current children cumulated vsize (KiB) 43112

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

[startup+2924.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1390784/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=37752 CPUtime=2923.68
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8504 0 0 0 292351 17 0 0 25 0 1 0 218806725 38658048 8486 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9438 8486 76 172 0 9263 0
Current children cumulated CPU time (s) 2923.7
Current children cumulated vsize (KiB) 43112

[startup+2926.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1390784/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=37752 CPUtime=2925.28
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8504 0 0 0 292511 17 0 0 25 0 1 0 218806725 38658048 8486 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9438 8486 76 172 0 9263 0
Current children cumulated CPU time (s) 2925.3
Current children cumulated vsize (KiB) 43112

[startup+2927.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1390720/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=37752 CPUtime=2926.08
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8504 0 0 0 292591 17 0 0 25 0 1 0 218806725 38658048 8486 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9438 8486 76 172 0 9263 0
Current children cumulated CPU time (s) 2926.1
Current children cumulated vsize (KiB) 43112

[startup+2927.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1390720/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=37752 CPUtime=2926.28
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8504 0 0 0 292611 17 0 0 25 0 1 0 218806725 38658048 8486 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9438 8486 76 172 0 9263 0
Current children cumulated CPU time (s) 2926.3
Current children cumulated vsize (KiB) 43112

[startup+2927.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30579
/proc/meminfo: memFree=1390720/2055920 swapFree=4181384/4192956
[pid=30568] ppid=30566 vsize=5360 CPUtime=0.02
/proc/30568/stat : 30568 (glucose.sh) S 30566 30568 30462 0 -1 4194304 313 332 0 0 0 0 2 0 18 0 1 0 218806723 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30568/statm: 1340 238 195 169 0 51 0
[pid=30571] ppid=30568 vsize=37752 CPUtime=2926.38
/proc/30571/stat : 30571 (glucose_static) R 30568 30568 30462 0 -1 4194304 8504 0 0 0 292621 17 0 0 25 0 1 0 218806725 38658048 8486 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/30571/statm: 9438 8486 76 172 0 9263 0
Current children cumulated CPU time (s) 2926.4
Current children cumulated vsize (KiB) 43112

Child status: 20
Real time (s): 2927.45
CPU time (s): 2926.46
CPU user time (s): 2926.27
CPU system time (s): 0.186971
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 43112

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

runsolver used 3.33749 second user time and 6.77997 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-10 00:23:07
IDJOB=1783984
IDBENCH=24750
IDSOLVER=610
FILE ID=node44/1783984-1241907787
PBS_JOBID= 9264781
Free space on /tmp= 66260 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783984-1241907787/watcher-1783984-1241907787 -o /tmp/evaluation-result-1783984-1241907787/solver-1783984-1241907787 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783984-1241907787.cnf

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

MD5SUM BENCH= 3c6e2bf4052a26ce5bdb6cfc9e1f735c
RANDOM SEED=2005485083

node44.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.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
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:       1426544 kB
Buffers:         54388 kB
Cached:         511360 kB
SwapCached:       5384 kB
Active:         107540 kB
Inactive:       466644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1426544 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          14476 kB
Slab:            41240 kB
Committed_AS:   735912 kB
PageTables:       1380 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= 66260 MiB
End job on node44 at 2009-05-10 01:11:55