Trace number 1775364

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 196.292 196.4

General information on the benchmark

Namesimon-s02b-dp11u10.cnf
MD5SUMbd35ccd857138682818061a3fbcb7546
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.171
Satisfiable
(Un)Satisfiability was proved
Number of variables8513
Number of clauses25271
Sum of the clauses size59561
Maximum clause length11
Minimum clause length1
Number of clauses of size 122
Number of clauses of size 216216
Number of clauses of size 39032
Number of clauses of size 40
Number of clauses of size 50
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 |   24658    57931 |    7397       0        0     nan |  0.000 % |
0.08/0.18	c |         0 |   10352    31518 |      --       0       --      -- |     --   | -12019/-20697
0.08/0.18	c ==============================================================================
0.08/0.18	c Result  :   #vars: 2123   #clauses: 10352   #literals: 31518
0.08/0.18	c CPU time:   0.169974 s
0.08/0.18	c ==============================================================================
0.08/0.19	c
0.08/0.19	c Starting glucose
0.08/0.19	c
0.08/0.19	
0.08/0.19	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.08/0.19	
0.08/0.19	c ============================[ Problem Statistics ]=============================
0.08/0.19	c |                                                                             |
0.08/0.19	c |  Number of variables:  2123                                                 |
0.08/0.19	c |  Number of clauses:    10352                                                |
0.18/0.20	c |  Parsing time:         0.01         s                                       |
196.17/196.39	c restarts              : 53
196.17/196.39	c nb ReduceDB           : 31
196.17/196.39	c nb learnts DL2        : 900
196.17/196.39	c nb learnts size 2     : 441
196.17/196.39	c nb learnts size 1     : 17
196.17/196.39	c conflicts             : 647647         (3303 /sec)
196.17/196.39	c decisions             : 803466         (1.36 % random) (4098 /sec)
196.17/196.39	c propagations          : 154648039      (788754 /sec)
196.17/196.39	c conflict literals     : 15695287       (51.01 % deleted)
196.17/196.39	c Memory used           : 14.40 MB
196.17/196.39	c CPU time              : 196.066 s
196.17/196.39	
196.17/196.39	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-1775364-1241270807/watcher-1775364-1241270807 -o /tmp/evaluation-result-1775364-1241270807/solver-1775364-1241270807 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775364-1241270807.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: 1.03 1.06 1.02 3/64 29639
/proc/meminfo: memFree=1606888/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0
/proc/29639/stat : 29639 (glucose.sh) R 29637 29639 29542 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155114400 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29639/statm: 1340 235 194 169 0 51 0
[pid=29640] ppid=29639 vsize=1744 CPUtime=0
/proc/29640/stat : 29640 (SatELite_releas) R 29639 29639 29542 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 155114400 1785856 267 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/29640/statm: 436 271 50 174 0 259 0

[startup+0.0892939 s]
/proc/loadavg: 1.03 1.06 1.02 3/64 29639
/proc/meminfo: memFree=1606888/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155114400 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29639/statm: 1340 236 195 169 0 51 0
[pid=29640] ppid=29639 vsize=5336 CPUtime=0.07
/proc/29640/stat : 29640 (SatELite_releas) R 29639 29639 29542 0 -1 4194304 1155 0 0 0 7 0 0 0 19 0 1 0 155114400 5464064 1080 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29640/statm: 1334 1080 77 174 0 1157 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10696

[startup+0.101295 s]
/proc/loadavg: 1.03 1.06 1.02 3/64 29639
/proc/meminfo: memFree=1606888/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155114400 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29639/statm: 1340 236 195 169 0 51 0
[pid=29640] ppid=29639 vsize=5492 CPUtime=0.08
/proc/29640/stat : 29640 (SatELite_releas) R 29639 29639 29542 0 -1 4194304 1174 0 0 0 8 0 0 0 19 0 1 0 155114400 5623808 1099 1992294400 134512640 135225430 4294956176 18446744073709551615 134549988 0 0 4096 3 0 0 0 17 0 0 0
/proc/29640/statm: 1373 1099 77 174 0 1196 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10852

[startup+0.301342 s]
/proc/loadavg: 1.03 1.06 1.02 3/64 29639
/proc/meminfo: memFree=1606888/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5360

[startup+0.701427 s]
/proc/loadavg: 1.03 1.06 1.02 3/64 29639
/proc/meminfo: memFree=1606888/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5360

[startup+1.50259 s]
/proc/loadavg: 1.03 1.06 1.02 2/66 29642
/proc/meminfo: memFree=1603800/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=3984 CPUtime=1.3
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 673 0 0 0 130 0 0 0 25 0 1 0 155114419 4079616 659 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 996 659 76 172 0 821 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9344

[startup+3.10194 s]
/proc/loadavg: 1.03 1.06 1.02 2/66 29642
/proc/meminfo: memFree=1603096/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=4908 CPUtime=2.9
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 897 0 0 0 290 0 0 0 25 0 1 0 155114419 5025792 883 1992294400 134512640 135217611 4294956288 18446744073709551615 134533577 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 1227 883 76 172 0 1052 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10268

[startup+6.30162 s]
/proc/loadavg: 1.02 1.06 1.02 2/66 29642
/proc/meminfo: memFree=1602072/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=5868 CPUtime=6.09
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 1131 0 0 0 609 0 0 0 25 0 1 0 155114419 6008832 1117 1992294400 134512640 135217611 4294956288 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 1467 1117 76 172 0 1292 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11228

[startup+12.702 s]
/proc/loadavg: 1.02 1.06 1.02 2/66 29642
/proc/meminfo: memFree=1600736/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=6600 CPUtime=12.49
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 1318 0 0 0 1249 0 0 0 25 0 1 0 155114419 6758400 1304 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 1650 1304 76 172 0 1475 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11960

[startup+25.5017 s]
/proc/loadavg: 1.02 1.06 1.02 2/66 29642
/proc/meminfo: memFree=1599328/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=8048 CPUtime=25.29
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 1678 0 0 0 2528 1 0 0 25 0 1 0 155114419 8241152 1664 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 2012 1664 76 172 0 1837 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13408

[startup+51.1012 s]
/proc/loadavg: 1.01 1.05 1.02 2/66 29642
/proc/meminfo: memFree=1598112/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=9376 CPUtime=50.87
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 2005 0 0 0 5086 1 0 0 25 0 1 0 155114419 9601024 1991 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 2344 1991 76 172 0 2169 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14736

[startup+102.305 s]
/proc/loadavg: 1.00 1.04 1.01 2/66 29642
/proc/meminfo: memFree=1594912/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=12608 CPUtime=102.04
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 2772 0 0 0 10203 1 0 0 25 0 1 0 155114419 12910592 2758 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 3152 2758 76 172 0 2977 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 17968

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 29642
/proc/meminfo: memFree=1593888/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=13720 CPUtime=162.01
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 3023 0 0 0 16199 2 0 0 25 0 1 0 155114419 14049280 3009 1992294400 134512640 135217611 4294956288 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 3430 3009 76 172 0 3255 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 19080

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

[startup+179.102 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 29642
/proc/meminfo: memFree=1593248/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=14432 CPUtime=178.8
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 3180 0 0 0 17878 2 0 0 25 0 1 0 155114419 14778368 3166 1992294400 134512640 135217611 4294956288 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 3608 3166 76 172 0 3433 0
Current children cumulated CPU time (s) 178.98
Current children cumulated vsize (KiB) 19792

[startup+185.502 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 29642
/proc/meminfo: memFree=1593120/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=14740 CPUtime=185.2
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 3228 0 0 0 18518 2 0 0 25 0 1 0 155114419 15093760 3214 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 3685 3214 76 172 0 3510 0
Current children cumulated CPU time (s) 185.38
Current children cumulated vsize (KiB) 20100

[startup+191.901 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 29642
/proc/meminfo: memFree=1593056/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=14740 CPUtime=191.59
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 3236 0 0 0 19157 2 0 0 25 0 1 0 155114419 15093760 3222 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 3685 3222 76 172 0 3510 0
Current children cumulated CPU time (s) 191.77
Current children cumulated vsize (KiB) 20100

[startup+193.502 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 29642
/proc/meminfo: memFree=1593056/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=14740 CPUtime=193.2
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 3237 0 0 0 19318 2 0 0 25 0 1 0 155114419 15093760 3223 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 3685 3223 76 172 0 3510 0
Current children cumulated CPU time (s) 193.38
Current children cumulated vsize (KiB) 20100

[startup+195.103 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 29642
/proc/meminfo: memFree=1593056/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=14740 CPUtime=194.8
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 3237 0 0 0 19478 2 0 0 25 0 1 0 155114419 15093760 3223 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 3685 3223 76 172 0 3510 0
Current children cumulated CPU time (s) 194.98
Current children cumulated vsize (KiB) 20100

[startup+195.901 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 29642
/proc/meminfo: memFree=1593056/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=14740 CPUtime=195.59
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 3237 0 0 0 19557 2 0 0 25 0 1 0 155114419 15093760 3223 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 3685 3223 76 172 0 3510 0
Current children cumulated CPU time (s) 195.77
Current children cumulated vsize (KiB) 20100

[startup+196.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 29642
/proc/meminfo: memFree=1593056/2055920 swapFree=4178716/4192956
[pid=29639] ppid=29637 vsize=5360 CPUtime=0.18
/proc/29639/stat : 29639 (glucose.sh) S 29637 29639 29542 0 -1 4194304 313 1255 0 0 0 0 18 0 16 0 1 0 155114400 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29639/statm: 1340 238 195 169 0 51 0
[pid=29642] ppid=29639 vsize=14740 CPUtime=195.99
/proc/29642/stat : 29642 (glucose_static) R 29639 29639 29542 0 -1 4194304 3237 0 0 0 19597 2 0 0 25 0 1 0 155114419 15093760 3223 1992294400 134512640 135217611 4294956288 18446744073709551615 134532855 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29642/statm: 3685 3223 76 172 0 3510 0
Current children cumulated CPU time (s) 196.17
Current children cumulated vsize (KiB) 20100

Child status: 20
Real time (s): 196.4
CPU time (s): 196.292
CPU user time (s): 196.251
CPU system time (s): 0.040993
CPU usage (%): 99.9449
Max. virtual memory (cumulated for all children) (KiB): 20100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.251
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4972
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= 37
involuntary context switches= 563

runsolver used 0.174973 second user time and 0.544917 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 15:26:47
IDJOB=1775364
IDBENCH=71741
IDSOLVER=610
FILE ID=node10/1775364-1241270807
PBS_JOBID= 9224995
Free space on /tmp= 66556 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/simon-s02b-dp11u10.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775364-1241270807/watcher-1775364-1241270807 -o /tmp/evaluation-result-1775364-1241270807/solver-1775364-1241270807 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775364-1241270807.cnf

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

MD5SUM BENCH= bd35ccd857138682818061a3fbcb7546
RANDOM SEED=1740972173

node10.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.263
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.263
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:       1607368 kB
Buffers:         73852 kB
Cached:         277640 kB
SwapCached:       8024 kB
Active:          75188 kB
Inactive:       285988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607368 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            73480 kB
Committed_AS:   688980 kB
PageTables:       1372 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= 66556 MiB
End job on node10 at 2009-05-02 15:30:04