Trace number 1723196

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 25.1912 29.4128

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7277
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
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.99/1.08	c ==============================================================================
0.99/1.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.08	c ==============================================================================
0.99/1.08	c |         0 | 1204272  2809968 |  361281       0        0     nan |  0.000 % |
7.77/7.83	c |         0 |  512827  2023633 |      --       0       --      -- |     --   | -691443/-786330
7.77/7.84	c ==============================================================================
7.77/7.84	c Result  :   #vars: 64148   #clauses: 512827   #literals: 2023633
7.77/7.84	c CPU time:   7.31389 s
7.77/7.84	c ==============================================================================
8.48/8.53	c
8.48/8.53	c Starting glucose
8.48/8.53	c
8.48/8.54	
8.48/8.54	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
8.48/8.54	
8.48/8.55	c ============================[ Problem Statistics ]=============================
8.48/8.55	c |                                                                             |
8.48/8.55	c |  Number of variables:  64148                                                |
8.48/8.55	c |  Number of clauses:    512827                                               |
8.85/8.96	c |  Parsing time:         0.35         s                                       |
25.06/25.15	c restarts              : 64
25.06/25.15	c nb ReduceDB           : 4
25.06/25.15	c nb learnts DL2        : 1084
25.06/25.15	c nb learnts size 2     : 219
25.06/25.15	c nb learnts size 1     : 46
25.06/25.15	c conflicts             : 109662         (6646 /sec)
25.06/25.15	c decisions             : 501743         (1.54 % random) (30406 /sec)
25.06/25.15	c propagations          : 19355923       (1172980 /sec)
25.06/25.15	c conflict literals     : 2320802        (15.04 % deleted)
25.06/25.15	c Memory used           : 52.08 MB
25.06/25.15	c CPU time              : 16.5015 s
25.06/25.15	
25.06/25.16	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-1723196-1240684039/watcher-1723196-1240684039 -o /tmp/evaluation-result-1723196-1240684039/solver-1723196-1240684039 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1723196-1240684039.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: 2.37 2.42 1.85 3/64 12308
/proc/meminfo: memFree=1749796/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=0
/proc/12308/stat : 12308 (glucose.sh) R 12306 12308 12050 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 96433240 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364833439 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12308/statm: 1340 235 194 169 0 51 0
[pid=12309] ppid=12308 vsize=1140 CPUtime=0
/proc/12309/stat : 12309 (SatELite_releas) R 12308 12308 12050 0 -1 4194304 152 0 0 0 0 0 0 0 18 0 1 0 96433240 1167360 136 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/12309/statm: 285 137 50 174 0 108 0

[startup+0.0255809 s]
/proc/loadavg: 2.37 2.42 1.85 3/64 12308
/proc/meminfo: memFree=1749796/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=0
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96433240 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12308/statm: 1340 236 195 169 0 51 0
[pid=12309] ppid=12308 vsize=4900 CPUtime=0.01
/proc/12309/stat : 12309 (SatELite_releas) R 12308 12308 12050 0 -1 4194304 1000 0 0 0 1 0 0 0 18 0 1 0 96433240 5017600 984 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/12309/statm: 1225 985 50 174 0 1048 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10260

[startup+0.101588 s]
/proc/loadavg: 2.37 2.42 1.85 3/64 12308
/proc/meminfo: memFree=1749796/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=0
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96433240 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12308/statm: 1340 236 195 169 0 51 0
[pid=12309] ppid=12308 vsize=17900 CPUtime=0.09
/proc/12309/stat : 12309 (SatELite_releas) R 12308 12308 12050 0 -1 4194304 3840 0 0 0 8 1 0 0 19 0 1 0 96433240 18329600 3824 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/12309/statm: 4475 3826 50 174 0 4298 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23260

[startup+0.301607 s]
/proc/loadavg: 2.37 2.42 1.85 3/64 12308
/proc/meminfo: memFree=1749796/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=0
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96433240 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12308/statm: 1340 236 195 169 0 51 0
[pid=12309] ppid=12308 vsize=56760 CPUtime=0.29
/proc/12309/stat : 12309 (SatELite_releas) R 12308 12308 12050 0 -1 4194304 10986 0 0 0 25 4 0 0 22 0 1 0 96433240 58122240 10970 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/12309/statm: 14190 10971 50 174 0 14013 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62120

[startup+0.701649 s]
/proc/loadavg: 2.37 2.42 1.85 3/64 12308
/proc/meminfo: memFree=1749796/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=0
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96433240 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12308/statm: 1340 236 195 169 0 51 0
[pid=12309] ppid=12308 vsize=121152 CPUtime=0.69
/proc/12309/stat : 12309 (SatELite_releas) R 12308 12308 12050 0 -1 4194304 24971 0 0 0 56 13 0 0 25 0 1 0 96433240 124059648 24955 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/12309/statm: 30288 24957 50 174 0 30111 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126512

[startup+1.50273 s]
/proc/loadavg: 2.37 2.42 1.85 2/66 12310
/proc/meminfo: memFree=1600916/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=0
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96433240 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12308/statm: 1340 236 195 169 0 51 0
[pid=12309] ppid=12308 vsize=183568 CPUtime=1.49
/proc/12309/stat : 12309 (SatELite_releas) R 12308 12308 12050 0 -1 4194304 44214 0 0 0 125 24 0 0 25 0 1 0 96433240 187973632 40824 1992294400 134512640 135225430 4294956160 18446744073709551615 134587348 0 0 4096 3 0 0 0 17 0 0 0
/proc/12309/statm: 45892 40824 77 174 0 45715 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188928

[startup+3.1019 s]
/proc/loadavg: 2.37 2.42 1.85 2/66 12310
/proc/meminfo: memFree=1576980/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=0
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96433240 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12308/statm: 1340 236 195 169 0 51 0
[pid=12309] ppid=12308 vsize=190252 CPUtime=3.08
/proc/12309/stat : 12309 (SatELite_releas) R 12308 12308 12050 0 -1 4194304 45838 0 0 0 271 37 0 0 25 0 1 0 96433240 194818048 42448 1992294400 134512640 135225430 4294956160 18446744073709551615 134548977 0 0 4096 3 0 0 0 17 1 0 0
/proc/12309/statm: 47563 42448 77 174 0 47386 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 195612

[startup+6.30842 s]
/proc/loadavg: 2.42 2.43 1.85 2/66 12310
/proc/meminfo: memFree=1539924/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=0
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 96433240 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12308/statm: 1340 236 195 169 0 51 0
[pid=12309] ppid=12308 vsize=202328 CPUtime=6.27
/proc/12309/stat : 12309 (SatELite_releas) R 12308 12308 12050 0 -1 4194304 48959 0 0 0 579 48 0 0 25 0 1 0 96433240 207183872 45174 1992294400 134512640 135225430 4294956160 18446744073709551615 134587254 0 0 4096 3 0 0 0 17 0 0 0
/proc/12309/statm: 50582 45174 77 174 0 50405 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 207688

[startup+12.7019 s]
/proc/loadavg: 2.47 2.44 1.86 2/66 12311
/proc/meminfo: memFree=1653652/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=8.5
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 313 53103 0 0 0 0 793 57 16 0 1 0 96433240 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12308/statm: 1340 238 195 169 0 51 0
[pid=12311] ppid=12308 vsize=48892 CPUtime=4.16
/proc/12311/stat : 12311 (glucose_static) R 12308 12308 12050 0 -1 4194304 11672 0 0 0 407 9 0 0 25 0 1 0 96434093 50065408 11632 1992294400 134512640 135217611 4294956272 18446744073709551615 134528153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12311/statm: 12223 11632 77 172 0 12048 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 54252

[startup+25.5512 s]
/proc/loadavg: 2.36 2.42 1.86 1/66 12312
/proc/meminfo: memFree=1699604/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=25.11
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 341 65863 0 0 0 0 2443 68 19 0 1 0 96433240 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12308/statm: 1340 240 196 169 0 51 0
[pid=12312] ppid=12308 vsize=5360 CPUtime=0
/proc/12312/stat : 12312 (glucose.sh) D 12308 12308 12050 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 96435756 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364834087 0 0 4096 0 18446744071563608069 0 0 17 1 0 0
/proc/12312/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 10720

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

[startup+25.7012 s]
/proc/loadavg: 2.36 2.42 1.86 1/66 12312
/proc/meminfo: memFree=1699604/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=25.11
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 341 65863 0 0 0 0 2443 68 19 0 1 0 96433240 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12308/statm: 1340 240 196 169 0 51 0
[pid=12312] ppid=12308 vsize=5360 CPUtime=0
/proc/12312/stat : 12312 (glucose.sh) D 12308 12308 12050 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 96435756 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364834087 0 0 4096 0 18446744071563608069 0 0 17 1 0 0
/proc/12312/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 10720

[startup+27.3024 s]
/proc/loadavg: 2.36 2.42 1.86 1/66 12312
/proc/meminfo: memFree=1699604/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=25.11
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 341 65863 0 0 0 0 2443 68 19 0 1 0 96433240 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12308/statm: 1340 240 196 169 0 51 0
[pid=12312] ppid=12308 vsize=5360 CPUtime=0
/proc/12312/stat : 12312 (glucose.sh) D 12308 12308 12050 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 96435756 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364834087 0 0 4096 0 18446744071563608069 0 0 17 1 0 0
/proc/12312/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 10720

[startup+28.1025 s]
/proc/loadavg: 2.36 2.42 1.86 1/66 12312
/proc/meminfo: memFree=1699668/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=25.11
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 341 65863 0 0 0 0 2443 68 19 0 1 0 96433240 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12308/statm: 1340 240 196 169 0 51 0
[pid=12312] ppid=12308 vsize=5360 CPUtime=0
/proc/12312/stat : 12312 (glucose.sh) D 12308 12308 12050 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 96435756 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364834087 0 0 4096 0 18446744071563608069 0 0 17 1 0 0
/proc/12312/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 10720

[startup+28.9016 s]
/proc/loadavg: 2.36 2.42 1.86 1/66 12312
/proc/meminfo: memFree=1699668/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=25.11
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 341 65863 0 0 0 0 2443 68 19 0 1 0 96433240 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12308/statm: 1340 240 196 169 0 51 0
[pid=12312] ppid=12308 vsize=5360 CPUtime=0
/proc/12312/stat : 12312 (glucose.sh) D 12308 12308 12050 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 96435756 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364834087 0 0 4096 0 18446744071563608069 0 0 17 1 0 0
/proc/12312/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 10720

[startup+29.3077 s]
/proc/loadavg: 2.36 2.42 1.86 1/66 12312
/proc/meminfo: memFree=1699668/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=25.11
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 341 65863 0 0 0 0 2443 68 19 0 1 0 96433240 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12308/statm: 1340 240 196 169 0 51 0
[pid=12312] ppid=12308 vsize=5360 CPUtime=0
/proc/12312/stat : 12312 (glucose.sh) D 12308 12308 12050 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 96435756 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364834087 0 0 4096 0 18446744071563608069 0 0 17 1 0 0
/proc/12312/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 10720

[startup+29.4056 s]
/proc/loadavg: 2.36 2.42 1.86 1/66 12312
/proc/meminfo: memFree=1699668/2055920 swapFree=4192952/4192956
[pid=12308] ppid=12306 vsize=5360 CPUtime=25.11
/proc/12308/stat : 12308 (glucose.sh) S 12306 12308 12050 0 -1 4194304 341 65863 0 0 0 0 2443 68 19 0 1 0 96433240 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12308/statm: 1340 240 196 169 0 51 0
[pid=12312] ppid=12308 vsize=2536 CPUtime=0.06
/proc/12312/stat : 12312 (rm) R 12308 12308 12050 0 -1 4194304 115 0 0 0 0 6 0 0 18 0 1 0 96435756 2596864 91 1992294400 4194304 4227748 548682068800 18446744073709551615 256365007913 0 0 4096 0 0 0 0 17 1 0 0
/proc/12312/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 7896

Child status: 20
Real time (s): 29.4128
CPU time (s): 25.1912
CPU user time (s): 24.4353
CPU system time (s): 0.755885
CPU usage (%): 85.647
Max. virtual memory (cumulated for all children) (KiB): 213120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.4353
system time used= 0.755885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66331
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= 13
involuntary context switches= 112

runsolver used 0.145977 second user time and 0.362944 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-25 20:27:22
IDJOB=1723196
IDBENCH=71688
IDSOLVER=503
FILE ID=node90/1723196-1240684039
PBS_JOBID= 9186682
Free space on /tmp= 66504 MiB

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

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=1186631426

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1750340 kB
Buffers:         27716 kB
Cached:         192396 kB
SwapCached:          4 kB
Active:          71676 kB
Inactive:       165700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750340 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           23716 kB
Writeback:           0 kB
Mapped:          23976 kB
Slab:            54252 kB
Committed_AS:   236028 kB
PageTables:       1428 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= 66500 MiB
End job on node90 at 2009-04-25 20:27:51