Trace number 1775324

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 40.4269 40.4477

General information on the benchmark

Namegoldb-heqc-term1mul.cnf
MD5SUMc356d60706abf7ddd80826e417c8de67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.8868
Satisfiable
(Un)Satisfiability was proved
Number of variables3504
Number of clauses22229
Sum of the clauses size75188
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25116
Number of clauses of size 310312
Number of clauses of size 40
Number of clauses of size 56800
Number of clauses of size over 51

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   22229    75188 |    6668       0        0     nan |  0.000 % |
0.04/0.05	c |         0 |   22219    75371 |      --       0       --      -- |     --   | -10/183
0.04/0.05	c ==============================================================================
0.04/0.05	c Result  :   #vars: 3491   #clauses: 22219   #literals: 75371
0.04/0.05	c CPU time:   0.050992 s
0.04/0.05	c ==============================================================================
0.04/0.07	c
0.04/0.07	c Starting glucose
0.04/0.07	c
0.04/0.07	
0.04/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.04/0.07	
0.04/0.07	c ============================[ Problem Statistics ]=============================
0.04/0.07	c |                                                                             |
0.04/0.07	c |  Number of variables:  3491                                                 |
0.04/0.07	c |  Number of clauses:    22219                                                |
0.04/0.09	c |  Parsing time:         0.02         s                                       |
40.37/40.44	c restarts              : 180
40.37/40.44	c nb ReduceDB           : 17
40.37/40.44	c nb learnts DL2        : 2030
40.37/40.44	c nb learnts size 2     : 687
40.37/40.44	c nb learnts size 1     : 86
40.37/40.44	c conflicts             : 240741         (5969 /sec)
40.37/40.44	c decisions             : 374917         (1.29 % random) (9296 /sec)
40.37/40.44	c propagations          : 57856965       (1434487 /sec)
40.37/40.44	c conflict literals     : 4498525        (45.32 % deleted)
40.37/40.44	c Memory used           : 9.12 MB
40.37/40.44	c CPU time              : 40.3329 s
40.37/40.44	
40.37/40.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-1775324-1241270712/watcher-1775324-1241270712 -o /tmp/evaluation-result-1775324-1241270712/solver-1775324-1241270712 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775324-1241270712.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24530
/proc/meminfo: memFree=783336/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155104785 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 236 195 169 0 51 0
[pid=24531] ppid=24530 vsize=1144 CPUtime=0
/proc/24531/stat : 24531 (SatELite_releas) R 24530 24530 24433 0 -1 4194304 162 0 0 0 0 0 0 0 19 0 1 0 155104785 1171456 146 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24531/statm: 286 148 50 174 0 109 0

[startup+0.0444671 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24530
/proc/meminfo: memFree=783336/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155104785 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 236 195 169 0 51 0
[pid=24531] ppid=24530 vsize=3104 CPUtime=0.04
/proc/24531/stat : 24531 (SatELite_releas) R 24530 24530 24433 0 -1 4194304 644 0 0 0 4 0 0 0 19 0 1 0 155104785 3178496 628 1992294400 134512640 135225430 4294956176 18446744073709551615 134587281 0 0 4096 3 0 0 0 17 0 0 0
/proc/24531/statm: 776 628 76 174 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8464

[startup+0.101519 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24530
/proc/meminfo: memFree=783336/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.301532 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24530
/proc/meminfo: memFree=783336/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.701558 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24530
/proc/meminfo: memFree=783336/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+1.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=779416/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=4756 CPUtime=1.41
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 917 0 0 0 141 0 0 0 25 0 1 0 155104793 4870144 903 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 1189 903 76 172 0 1014 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10116

[startup+3.10266 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=778904/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=5416 CPUtime=3.01
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 1087 0 0 0 301 0 0 0 25 0 1 0 155104793 5545984 1073 1992294400 134512640 135217611 4294956288 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 1354 1073 76 172 0 1179 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10776

[startup+6.30187 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=777816/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=6084 CPUtime=6.21
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 1250 0 0 0 621 0 0 0 25 0 1 0 155104793 6230016 1236 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 1521 1236 76 172 0 1346 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11444

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=776472/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=7212 CPUtime=12.6
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 1537 0 0 0 1260 0 0 0 25 0 1 0 155104793 7385088 1523 1992294400 134512640 135217611 4294956288 18446744073709551615 134537546 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 1803 1523 76 172 0 1628 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12572

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=775768/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=8188 CPUtime=25.4
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 1750 0 0 0 2540 0 0 0 25 0 1 0 155104793 8384512 1736 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 2047 1736 76 172 0 1872 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13548

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

[startup+31.9055 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=775000/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=9040 CPUtime=31.81
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 1953 0 0 0 3180 1 0 0 25 0 1 0 155104793 9256960 1939 1992294400 134512640 135217611 4294956288 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 2260 1939 76 172 0 2085 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 14400

[startup+35.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=774872/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=9172 CPUtime=35.01
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 1985 0 0 0 3500 1 0 0 25 0 1 0 155104793 9392128 1971 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 2293 1971 76 172 0 2118 0
Current children cumulated CPU time (s) 35.08
Current children cumulated vsize (KiB) 14532

[startup+38.3019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=774680/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=9340 CPUtime=38.2
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 2037 0 0 0 3819 1 0 0 25 0 1 0 155104793 9564160 2023 1992294400 134512640 135217611 4294956288 18446744073709551615 134533690 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 2335 2023 76 172 0 2160 0
Current children cumulated CPU time (s) 38.27
Current children cumulated vsize (KiB) 14700

[startup+39.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=774616/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=9340 CPUtime=39
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 2037 0 0 0 3899 1 0 0 25 0 1 0 155104793 9564160 2023 1992294400 134512640 135217611 4294956288 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 2335 2023 76 172 0 2160 0
Current children cumulated CPU time (s) 39.07
Current children cumulated vsize (KiB) 14700

[startup+39.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=774616/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=9340 CPUtime=39.8
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 2044 0 0 0 3979 1 0 0 25 0 1 0 155104793 9564160 2030 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 2335 2030 76 172 0 2160 0
Current children cumulated CPU time (s) 39.87
Current children cumulated vsize (KiB) 14700

[startup+40.3011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=774616/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=9340 CPUtime=40.2
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 2052 0 0 0 4019 1 0 0 25 0 1 0 155104793 9564160 2038 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 2335 2038 76 172 0 2160 0
Current children cumulated CPU time (s) 40.27
Current children cumulated vsize (KiB) 14700

[startup+40.4011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24533
/proc/meminfo: memFree=774616/2055920 swapFree=4181244/4192956
[pid=24530] ppid=24528 vsize=5360 CPUtime=0.07
/proc/24530/stat : 24530 (glucose.sh) S 24528 24530 24433 0 -1 4194304 313 650 0 0 0 0 7 0 17 0 1 0 155104785 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24530/statm: 1340 238 195 169 0 51 0
[pid=24533] ppid=24530 vsize=9340 CPUtime=40.3
/proc/24533/stat : 24533 (glucose_static) R 24530 24530 24433 0 -1 4194304 2052 0 0 0 4029 1 0 0 25 0 1 0 155104793 9564160 2038 1992294400 134512640 135217611 4294956288 18446744073709551615 134522443 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24533/statm: 2335 2038 76 172 0 2160 0
Current children cumulated CPU time (s) 40.37
Current children cumulated vsize (KiB) 14700

Child status: 20
Real time (s): 40.4477
CPU time (s): 40.4269
CPU user time (s): 40.4099
CPU system time (s): 0.016997
CPU usage (%): 99.9485
Max. virtual memory (cumulated for all children) (KiB): 14700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.4099
system time used= 0.016997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3182
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= 10
involuntary context switches= 127

runsolver used 0.035994 second user time and 0.117982 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-02 15:25:12
IDJOB=1775324
IDBENCH=71729
IDSOLVER=610
FILE ID=node22/1775324-1241270712
PBS_JOBID= 9224994
Free space on /tmp= 66428 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/goldb-heqc-term1mul.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775324-1241270712/watcher-1775324-1241270712 -o /tmp/evaluation-result-1775324-1241270712/solver-1775324-1241270712 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775324-1241270712.cnf

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

MD5SUM BENCH= c356d60706abf7ddd80826e417c8de67
RANDOM SEED=1996876890

node22.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        783816 kB
Buffers:         82752 kB
Cached:        1082584 kB
SwapCached:       5556 kB
Active:         241752 kB
Inactive:       931492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        783816 kB
SwapTotal:     4192956 kB
SwapFree:      4181244 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            84976 kB
Committed_AS:   768300 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66424 MiB
End job on node22 at 2009-05-02 15:25:53