Trace number 1720156

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 91.6881 91.7657

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark91.6881
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
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.56	c ==============================================================================
0.00/0.56	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.56	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.56	c ==============================================================================
0.00/0.56	c |         0 |  646227  1507863 |  193868       0        0     nan |  0.000 % |
3.87/3.96	c |         0 |  276775  1085434 |      --       0       --      -- |     --   | -369450/-422424
3.87/3.96	c ==============================================================================
3.87/3.96	c Result  :   #vars: 35740   #clauses: 276775   #literals: 1085434
3.87/3.96	c CPU time:   3.71644 s
3.87/3.96	c ==============================================================================
4.26/4.37	c
4.26/4.37	c Starting glucose
4.26/4.37	c
4.26/4.37	
4.26/4.37	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.26/4.37	
4.26/4.37	c ============================[ Problem Statistics ]=============================
4.26/4.37	c |                                                                             |
4.26/4.37	c |  Number of variables:  35740                                                |
4.26/4.37	c |  Number of clauses:    276775                                               |
4.33/4.61	c |  Parsing time:         0.20         s                                       |
91.60/91.73	c restarts              : 361
91.60/91.73	c nb ReduceDB           : 16
91.60/91.73	c nb learnts DL2        : 2816
91.60/91.73	c nb learnts size 2     : 761
91.60/91.73	c nb learnts size 1     : 162
91.60/91.73	c conflicts             : 456015         (5228 /sec)
91.60/91.73	c decisions             : 2005704        (1.70 % random) (22993 /sec)
91.60/91.73	c propagations          : 111113106      (1273755 /sec)
91.60/91.73	c conflict literals     : 12167080       (26.90 % deleted)
91.60/91.73	c Memory used           : 38.51 MB
91.60/91.73	c CPU time              : 87.2327 s
91.60/91.73	
91.60/91.74	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-1720156-1240653100/watcher-1720156-1240653100 -o /tmp/evaluation-result-1720156-1240653100/solver-1720156-1240653100 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1720156-1240653100.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16763
/proc/meminfo: memFree=1760248/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5356 CPUtime=0
/proc/16763/stat : 16763 (glucose.sh) R 16761 16763 16436 0 -1 4194304 254 0 0 0 0 0 0 0 20 0 1 0 93343050 5484544 222 1992294400 4194304 4889804 548682068832 18446744073709551615 4351488 0 0 4100 65536 0 0 0 17 1 0 0
/proc/16763/statm: 1339 231 192 169 0 50 0

[startup+0.029469 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16763
/proc/meminfo: memFree=1760248/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=0
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93343050 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102479 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16763
/proc/meminfo: memFree=1760248/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=0
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93343050 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301511 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16763
/proc/meminfo: memFree=1760248/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=0
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93343050 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701576 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16763
/proc/meminfo: memFree=1760248/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=0
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93343050 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16765
/proc/meminfo: memFree=1668072/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=0
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93343050 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1340 236 195 169 0 51 0
[pid=16765] ppid=16763 vsize=100804 CPUtime=1.49
/proc/16765/stat : 16765 (SatELite_releas) R 16763 16763 16436 0 -1 4194304 24689 0 0 0 134 15 0 0 25 0 1 0 93343051 103223296 22876 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16765/statm: 25201 22876 77 174 0 25024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106164

[startup+3.10196 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16765
/proc/meminfo: memFree=1653352/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=0
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 93343050 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1340 236 195 169 0 51 0
[pid=16765] ppid=16763 vsize=106988 CPUtime=3.08
/proc/16765/stat : 16765 (SatELite_releas) R 16763 16763 16436 0 -1 4194304 26351 0 0 0 287 21 0 0 25 0 1 0 93343051 109555712 24325 1992294400 134512640 135225430 4294956176 18446744073709551615 134587200 0 0 4096 3 0 0 0 17 0 0 0
/proc/16765/statm: 26747 24325 77 174 0 26570 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 112348

[startup+6.30147 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1709928/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=26368 CPUtime=1.91
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 6330 0 0 0 187 4 0 0 25 0 1 0 93343488 27000832 6299 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 6592 6299 77 172 0 6417 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 31728

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1705640/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=30248 CPUtime=8.31
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 7265 0 0 0 827 4 0 0 25 0 1 0 93343488 30973952 7234 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 7562 7234 77 172 0 7387 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 35608

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1704424/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=31668 CPUtime=21.1
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 7630 0 0 0 2105 5 0 0 25 0 1 0 93343488 32428032 7599 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 7917 7599 77 172 0 7742 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 37028

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1701288/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=34628 CPUtime=46.68
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 8369 0 0 0 4662 6 0 0 25 0 1 0 93343488 35459072 8338 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 8657 8338 77 172 0 8482 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 39988

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

[startup+76.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1697896/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=38204 CPUtime=72.28
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 9261 0 0 0 7220 8 0 0 25 0 1 0 93343488 39120896 9230 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 9551 9230 77 172 0 9376 0
Current children cumulated CPU time (s) 76.61
Current children cumulated vsize (KiB) 43564

[startup+83.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1697576/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=38608 CPUtime=78.68
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 9327 0 0 0 7860 8 0 0 25 0 1 0 93343488 39534592 9296 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 9652 9296 77 172 0 9477 0
Current children cumulated CPU time (s) 83.01
Current children cumulated vsize (KiB) 43968

[startup+86.3023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1697256/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=39016 CPUtime=81.87
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 9405 0 0 0 8179 8 0 0 25 0 1 0 93343488 39952384 9374 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 9754 9374 77 172 0 9579 0
Current children cumulated CPU time (s) 86.2
Current children cumulated vsize (KiB) 44376

[startup+89.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1696872/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=39292 CPUtime=85.07
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 9500 0 0 0 8499 8 0 0 25 0 1 0 93343488 40235008 9469 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 9823 9469 77 172 0 9648 0
Current children cumulated CPU time (s) 89.4
Current children cumulated vsize (KiB) 44652

[startup+91.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1696808/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=39432 CPUtime=86.67
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 9512 0 0 0 8659 8 0 0 25 0 1 0 93343488 40378368 9481 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 9858 9481 77 172 0 9683 0
Current children cumulated CPU time (s) 91
Current children cumulated vsize (KiB) 44792

[startup+91.5021 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1696744/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=39432 CPUtime=87.07
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 9512 0 0 0 8699 8 0 0 25 0 1 0 93343488 40378368 9481 1992294400 134512640 135217611 4294956304 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 9858 9481 77 172 0 9683 0
Current children cumulated CPU time (s) 91.4
Current children cumulated vsize (KiB) 44792

[startup+91.7021 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16766
/proc/meminfo: memFree=1696744/2055920 swapFree=4181132/4192956
[pid=16763] ppid=16761 vsize=5360 CPUtime=4.33
/proc/16763/stat : 16763 (glucose.sh) S 16761 16763 16436 0 -1 4194304 313 29718 0 0 0 0 406 27 16 0 1 0 93343050 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16763/statm: 1340 238 195 169 0 51 0
[pid=16766] ppid=16763 vsize=39432 CPUtime=87.27
/proc/16766/stat : 16766 (glucose_static) R 16763 16763 16436 0 -1 4194304 9512 0 0 0 8719 8 0 0 25 0 1 0 93343488 40378368 9481 1992294400 134512640 135217611 4294956304 18446744073709551615 134524251 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16766/statm: 9858 9481 77 172 0 9683 0
Current children cumulated CPU time (s) 91.6
Current children cumulated vsize (KiB) 44792

Child status: 20
Real time (s): 91.7657
CPU time (s): 91.6881
CPU user time (s): 91.2991
CPU system time (s): 0.38894
CPU usage (%): 99.9154
Max. virtual memory (cumulated for all children) (KiB): 114516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.2991
system time used= 0.38894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39709
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= 42
involuntary context switches= 261

runsolver used 0.093985 second user time and 0.246962 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-25 11:51:41
IDJOB=1720156
IDBENCH=69595
IDSOLVER=503
FILE ID=node26/1720156-1240653100
PBS_JOBID= 9186474
Free space on /tmp= 66020 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-g10nid.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720156-1240653100/watcher-1720156-1240653100 -o /tmp/evaluation-result-1720156-1240653100/solver-1720156-1240653100 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1720156-1240653100.cnf

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

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED=847442266

node26.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.261
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.261
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:       1760664 kB
Buffers:         34612 kB
Cached:         189400 kB
SwapCached:       5760 kB
Active:          68412 kB
Inactive:       163880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760664 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:           13012 kB
Writeback:           0 kB
Mapped:          13584 kB
Slab:            48932 kB
Committed_AS:   287476 kB
PageTables:       1376 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= 66020 MiB
End job on node26 at 2009-04-25 11:53:13