Trace number 1773474

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 46.6529 46.6911

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.6529
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
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.19/0.24	c ==============================================================================
0.19/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.24	c ==============================================================================
0.19/0.24	c |         0 |  283992   662648 |   85197       0        0     nan |  0.000 % |
1.59/1.66	c |         0 |  123658   481466 |      --       0       --      -- |     --   | -160332/-181177
1.59/1.66	c ==============================================================================
1.59/1.66	c Result  :   #vars: 16584   #clauses: 123658   #literals: 481466
1.59/1.66	c CPU time:   1.58576 s
1.59/1.66	c ==============================================================================
1.79/1.83	c
1.79/1.83	c Starting glucose
1.79/1.83	c
1.79/1.83	
1.79/1.83	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.79/1.83	
1.79/1.83	c ============================[ Problem Statistics ]=============================
1.79/1.83	c |                                                                             |
1.79/1.83	c |  Number of variables:  16584                                                |
1.79/1.83	c |  Number of clauses:    123658                                               |
1.83/1.94	c |  Parsing time:         0.09         s                                       |
46.54/46.67	c restarts              : 204
46.54/46.67	c nb ReduceDB           : 11
46.54/46.67	c nb learnts DL2        : 2501
46.54/46.67	c nb learnts size 2     : 418
46.54/46.67	c nb learnts size 1     : 54
46.54/46.67	c conflicts             : 296121         (6615 /sec)
46.54/46.67	c decisions             : 1240908        (1.56 % random) (27720 /sec)
46.54/46.67	c propagations          : 52466936       (1172048 /sec)
46.54/46.67	c conflict literals     : 5539579        (23.31 % deleted)
46.54/46.67	c Memory used           : 21.03 MB
46.54/46.67	c CPU time              : 44.7652 s
46.54/46.67	
46.54/46.68	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-1773474-1241257680/watcher-1773474-1241257680 -o /tmp/evaluation-result-1773474-1241257680/solver-1773474-1241257680 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773474-1241257680.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 1.00 1.00 3/64 24634
/proc/meminfo: memFree=1122696/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=0
/proc/24634/stat : 24634 (glucose.sh) R 24632 24634 24565 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153802745 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24634/statm: 1340 235 194 169 0 51 0
[pid=24635] ppid=24634 vsize=1284 CPUtime=0
/proc/24635/stat : 24635 (SatELite_releas) R 24634 24634 24565 0 -1 4194304 178 0 0 0 0 0 0 0 18 0 1 0 153802745 1314816 162 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/24635/statm: 321 163 50 174 0 144 0

[startup+0.08287 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 24634
/proc/meminfo: memFree=1122696/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=0
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153802745 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24634/statm: 1340 236 195 169 0 51 0
[pid=24635] ppid=24634 vsize=15428 CPUtime=0.07
/proc/24635/stat : 24635 (SatELite_releas) R 24634 24634 24565 0 -1 4194304 3133 0 0 0 6 1 0 0 19 0 1 0 153802745 15798272 3117 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24635/statm: 3857 3120 50 174 0 3680 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20788

[startup+0.101874 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 24634
/proc/meminfo: memFree=1122696/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=0
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153802745 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24634/statm: 1340 236 195 169 0 51 0
[pid=24635] ppid=24634 vsize=17920 CPUtime=0.09
/proc/24635/stat : 24635 (SatELite_releas) R 24634 24634 24565 0 -1 4194304 3820 0 0 0 8 1 0 0 19 0 1 0 153802745 18350080 3804 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24635/statm: 4480 3805 50 174 0 4303 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23280

[startup+0.301912 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 24634
/proc/meminfo: memFree=1122696/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=0
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153802745 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24634/statm: 1340 236 195 169 0 51 0
[pid=24635] ppid=24634 vsize=44468 CPUtime=0.29
/proc/24635/stat : 24635 (SatELite_releas) R 24634 24634 24565 0 -1 4194304 10505 0 0 0 25 4 0 0 21 0 1 0 153802745 45535232 9698 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24635/statm: 11117 9699 77 174 0 10940 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49828

[startup+0.701991 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 24634
/proc/meminfo: memFree=1122696/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=0
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153802745 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24634/statm: 1340 236 195 169 0 51 0
[pid=24635] ppid=24634 vsize=46924 CPUtime=0.69
/proc/24635/stat : 24635 (SatELite_releas) R 24634 24634 24565 0 -1 4194304 11047 0 0 0 63 6 0 0 25 0 1 0 153802745 48050176 10240 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24635/statm: 11731 10240 77 174 0 11554 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52284

[startup+1.50115 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24636
/proc/meminfo: memFree=1074232/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=0
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153802745 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24634/statm: 1340 236 195 169 0 51 0
[pid=24635] ppid=24634 vsize=49008 CPUtime=1.49
/proc/24635/stat : 24635 (SatELite_releas) R 24634 24634 24565 0 -1 4194304 11695 0 0 0 142 7 0 0 25 0 1 0 153802745 50184192 10700 1992294400 134512640 135225430 4294956176 18446744073709551615 134586107 0 0 4096 3 0 0 0 17 0 0 0
/proc/24635/statm: 12252 10700 77 174 0 12075 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54368

[startup+3.10147 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1099832/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=13648 CPUtime=1.25
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 3239 0 0 0 124 1 0 0 25 0 1 0 153802929 13975552 3225 1992294400 134512640 135217611 4294956288 18446744073709551615 134537010 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 3412 3225 77 172 0 3237 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19008

[startup+6.3011 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1095864/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=16532 CPUtime=4.44
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 3957 0 0 0 442 2 0 0 25 0 1 0 153802929 16928768 3943 1992294400 134512640 135217611 4294956288 18446744073709551615 134533081 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 4133 3943 77 172 0 3958 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21892

[startup+12.7024 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1094200/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=18072 CPUtime=10.83
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 4317 0 0 0 1081 2 0 0 25 0 1 0 153802929 18505728 4303 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 4518 4303 77 172 0 4343 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 23432

[startup+25.5019 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1092984/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=19396 CPUtime=23.63
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 4678 0 0 0 2360 3 0 0 25 0 1 0 153802929 19861504 4664 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 4849 4664 77 172 0 4674 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24756

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

[startup+38.3015 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1091256/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=21004 CPUtime=36.42
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 5068 0 0 0 3639 3 0 0 25 0 1 0 153802929 21508096 5054 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 5251 5054 77 172 0 5076 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 26364

[startup+41.5011 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1091256/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=21004 CPUtime=39.62
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 5088 0 0 0 3959 3 0 0 25 0 1 0 153802929 21508096 5074 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 5251 5074 77 172 0 5076 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 26364

[startup+44.7017 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1090680/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=21532 CPUtime=42.81
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 5209 0 0 0 4278 3 0 0 25 0 1 0 153802929 22048768 5195 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 5383 5195 77 172 0 5208 0
Current children cumulated CPU time (s) 44.64
Current children cumulated vsize (KiB) 26892

[startup+45.5019 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1090680/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=21532 CPUtime=43.61
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 5212 0 0 0 4358 3 0 0 25 0 1 0 153802929 22048768 5198 1992294400 134512640 135217611 4294956288 18446744073709551615 134538344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 5383 5198 77 172 0 5208 0
Current children cumulated CPU time (s) 45.44
Current children cumulated vsize (KiB) 26892

[startup+46.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1090680/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=21532 CPUtime=44.41
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 5217 0 0 0 4438 3 0 0 25 0 1 0 153802929 22048768 5203 1992294400 134512640 135217611 4294956288 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 5383 5203 77 172 0 5208 0
Current children cumulated CPU time (s) 46.24
Current children cumulated vsize (KiB) 26892

[startup+46.5011 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1090680/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=21532 CPUtime=44.61
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 5217 0 0 0 4458 3 0 0 25 0 1 0 153802929 22048768 5203 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 5383 5203 77 172 0 5208 0
Current children cumulated CPU time (s) 46.44
Current children cumulated vsize (KiB) 26892

[startup+46.6011 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 24637
/proc/meminfo: memFree=1090680/2055920 swapFree=4180228/4192956
[pid=24634] ppid=24632 vsize=5360 CPUtime=1.83
/proc/24634/stat : 24634 (glucose.sh) S 24632 24634 24565 0 -1 4194304 313 12056 0 0 0 0 174 9 16 0 1 0 153802745 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24634/statm: 1340 238 195 169 0 51 0
[pid=24637] ppid=24634 vsize=21532 CPUtime=44.71
/proc/24637/stat : 24637 (glucose_static) R 24634 24634 24565 0 -1 4194304 5217 0 0 0 4468 3 0 0 25 0 1 0 153802929 22048768 5203 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24637/statm: 5383 5203 77 172 0 5208 0
Current children cumulated CPU time (s) 46.54
Current children cumulated vsize (KiB) 26892

Child status: 20
Real time (s): 46.6911
CPU time (s): 46.6529
CPU user time (s): 46.5109
CPU system time (s): 0.141978
CPU usage (%): 99.9181
Max. virtual memory (cumulated for all children) (KiB): 54900

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

runsolver used 0.057991 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-02 11:48:01
IDJOB=1773474
IDBENCH=69599
IDSOLVER=610
FILE ID=node1/1773474-1241257680
PBS_JOBID= 9224913
Free space on /tmp= 66544 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773474-1241257680/watcher-1773474-1241257680 -o /tmp/evaluation-result-1773474-1241257680/solver-1773474-1241257680 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773474-1241257680.cnf

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=1956968725

node1.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.259
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.259
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:       1123176 kB
Buffers:         78588 kB
Cached:         776848 kB
SwapCached:       6940 kB
Active:          61264 kB
Inactive:       802468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123176 kB
SwapTotal:     4192956 kB
SwapFree:      4180228 kB
Dirty:            6232 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            55076 kB
Committed_AS:   713708 kB
PageTables:       1436 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= 66540 MiB
End job on node1 at 2009-05-02 11:48:47