Trace number 1774764

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 2117.71 2118.72

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p0.cnf
MD5SUM782c70d5631cbc24bc659543ee69ca8b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1466.4
Satisfiable
(Un)Satisfiability was proved
Number of variables224569
Number of clauses1190619
Sum of the clauses size2868508
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2850703
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

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...
1.18/1.25	c ==============================================================================
1.18/1.25	c |           |     ORIGINAL     |              LEARNT              |          |
1.18/1.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.18/1.25	c ==============================================================================
1.18/1.25	c |         0 | 1178466  2855605 |  353539       0        0     nan |  0.000 % |
7.18/7.28	c |         0 |  822458  2306194 |      --       0       --      -- |     --   | -102366/26047
7.18/7.28	c ==============================================================================
7.18/7.28	c Result  :   #vars: 120834   #clauses: 822458   #literals: 2306194
7.18/7.28	c CPU time:   7.00893 s
7.18/7.28	c ==============================================================================
8.08/8.11	c
8.08/8.11	c Starting glucose
8.08/8.11	c
8.08/8.11	
8.08/8.11	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
8.08/8.11	
8.08/8.11	c ============================[ Problem Statistics ]=============================
8.08/8.11	c |                                                                             |
8.08/8.11	c |  Number of variables:  120834                                               |
8.08/8.11	c |  Number of clauses:    822458                                               |
8.66/8.76	c |  Parsing time:         0.57         s                                       |
2117.58/2118.68	c restarts              : 573
2117.58/2118.68	c nb ReduceDB           : 16
2117.58/2118.68	c nb learnts DL2        : 4910
2117.58/2118.68	c nb learnts size 2     : 2956
2117.58/2118.68	c nb learnts size 1     : 515
2117.58/2118.68	c conflicts             : 471159         (223 /sec)
2117.58/2118.68	c decisions             : 1438218        (1.19 % random) (682 /sec)
2117.58/2118.68	c propagations          : 2045049598     (969488 /sec)
2117.58/2118.68	c conflict literals     : 65727670       (61.88 % deleted)
2117.58/2118.68	c Memory used           : 91.64 MB
2117.58/2118.68	c CPU time              : 2109.41 s
2117.58/2118.68	
2117.58/2118.69	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-1774764-1241267378/watcher-1774764-1241267378 -o /tmp/evaluation-result-1774764-1241267378/solver-1774764-1241267378 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774764-1241267378.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.97 0.97 3/64 25621
/proc/meminfo: memFree=1732656/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=0
/proc/25621/stat : 25621 (glucose.sh) R 25619 25621 25493 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154771148 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 273952598687 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25621/statm: 1340 235 194 169 0 51 0
[pid=25622] ppid=25621 vsize=1744 CPUtime=0
/proc/25622/stat : 25622 (SatELite_releas) R 25621 25621 25493 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 154771148 1785856 266 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 436 269 50 174 0 259 0

[startup+0.0890471 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25621
/proc/meminfo: memFree=1732656/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=0
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154771148 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25621/statm: 1340 236 195 169 0 51 0
[pid=25622] ppid=25621 vsize=28756 CPUtime=0.08
/proc/25622/stat : 25622 (SatELite_releas) R 25621 25621 25493 0 -1 4194304 5508 0 0 0 6 2 0 0 19 0 1 0 154771148 29446144 5388 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 7189 5389 50 174 0 7012 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34116

[startup+0.102048 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25621
/proc/meminfo: memFree=1732656/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=0
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154771148 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25621/statm: 1340 236 195 169 0 51 0
[pid=25622] ppid=25621 vsize=30464 CPUtime=0.09
/proc/25622/stat : 25622 (SatELite_releas) R 25621 25621 25493 0 -1 4194304 5914 0 0 0 7 2 0 0 19 0 1 0 154771148 31195136 5794 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 7649 5795 50 174 0 7472 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35824

[startup+0.302082 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25621
/proc/meminfo: memFree=1732656/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=0
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154771148 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25621/statm: 1340 236 195 169 0 51 0
[pid=25622] ppid=25621 vsize=49952 CPUtime=0.29
/proc/25622/stat : 25622 (SatELite_releas) R 25621 25621 25493 0 -1 4194304 10622 0 0 0 24 5 0 0 22 0 1 0 154771148 51150848 10502 1992294400 134512640 135225430 4294956176 18446744073709551615 134576546 0 0 4096 3 0 0 0 17 1 0 0
/proc/25622/statm: 12488 10502 50 174 0 12311 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55312

[startup+0.702125 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25621
/proc/meminfo: memFree=1732656/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=0
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154771148 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25621/statm: 1340 236 195 169 0 51 0
[pid=25622] ppid=25621 vsize=72460 CPUtime=0.69
/proc/25622/stat : 25622 (SatELite_releas) R 25621 25621 25493 0 -1 4194304 16187 0 0 0 60 9 0 0 25 0 1 0 154771148 74199040 16067 1992294400 134512640 135225430 4294956176 18446744073709551615 134564173 0 0 4096 3 0 0 0 17 1 0 0
/proc/25622/statm: 18115 16067 50 174 0 17938 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77820

[startup+1.50121 s]
/proc/loadavg: 1.07 0.99 0.98 2/66 25623
/proc/meminfo: memFree=1632800/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=0
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154771148 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25621/statm: 1340 236 195 169 0 51 0
[pid=25622] ppid=25621 vsize=115376 CPUtime=1.48
/proc/25622/stat : 25622 (SatELite_releas) R 25621 25621 25493 0 -1 4194304 26509 0 0 0 133 15 0 0 25 0 1 0 154771148 118145024 26389 1992294400 134512640 135225430 4294956176 18446744073709551615 134548854 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 28844 26389 72 174 0 28667 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 120736

[startup+3.10139 s]
/proc/loadavg: 1.07 0.99 0.98 2/66 25623
/proc/meminfo: memFree=1612256/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=0
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154771148 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25621/statm: 1340 236 195 169 0 51 0
[pid=25622] ppid=25621 vsize=136560 CPUtime=3.08
/proc/25622/stat : 25622 (SatELite_releas) R 25621 25621 25493 0 -1 4194304 34232 0 0 0 286 22 0 0 25 0 1 0 154771148 139837440 31087 1992294400 134512640 135225430 4294956176 18446744073709551615 134604054 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 34140 31090 77 174 0 33963 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 141920

[startup+6.30175 s]
/proc/loadavg: 1.07 0.99 0.98 2/66 25623
/proc/meminfo: memFree=1600928/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=0
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154771148 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25621/statm: 1340 236 195 169 0 51 0
[pid=25622] ppid=25621 vsize=144696 CPUtime=6.28
/proc/25622/stat : 25622 (SatELite_releas) R 25621 25621 25493 0 -1 4194304 38626 0 0 0 604 24 0 0 25 0 1 0 154771148 148168704 33137 1992294400 134512640 135225430 4294956176 18446744073709551615 134548800 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 36174 33137 77 174 0 35997 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 150056

[startup+12.7015 s]
/proc/loadavg: 1.06 0.99 0.98 2/66 25624
/proc/meminfo: memFree=1648416/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=63260 CPUtime=4.56
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 14979 0 0 0 449 7 0 0 25 0 1 0 154771959 64778240 14894 1992294400 134512640 135217611 4294956288 18446744073709551615 134532693 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 15815 14894 77 172 0 15640 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 68620

[startup+25.5029 s]
/proc/loadavg: 1.05 0.99 0.98 2/66 25624
/proc/meminfo: memFree=1646688/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=65112 CPUtime=17.37
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 15462 0 0 0 1729 8 0 0 25 0 1 0 154771959 66674688 15377 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 16278 15377 77 172 0 16103 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 70472

[startup+51.1018 s]
/proc/loadavg: 1.03 0.99 0.98 2/66 25624
/proc/meminfo: memFree=1642912/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=69020 CPUtime=42.94
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 16424 0 0 0 4285 9 0 0 25 0 1 0 154771959 70676480 16339 1992294400 134512640 135217611 4294956288 18446744073709551615 134527804 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 17255 16339 77 172 0 17080 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 74380

[startup+102.307 s]
/proc/loadavg: 1.01 0.99 0.98 2/66 25624
/proc/meminfo: memFree=1636960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=75124 CPUtime=94.12
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 17952 0 0 0 9401 11 0 0 25 0 1 0 154771959 76926976 17867 1992294400 134512640 135217611 4294956288 18446744073709551615 134533404 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 18781 17867 77 172 0 18606 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 80484

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25624
/proc/meminfo: memFree=1631328/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=80804 CPUtime=154.09
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 19361 0 0 0 15397 12 0 0 25 0 1 0 154771959 82743296 19276 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 20201 19276 77 172 0 20026 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 86164

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25624
/proc/meminfo: memFree=1631008/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=81068 CPUtime=214.05
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 19449 0 0 0 21393 12 0 0 25 0 1 0 154771959 83013632 19364 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 20267 19364 77 172 0 20092 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 86428

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25624
/proc/meminfo: memFree=1625632/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=86432 CPUtime=274.03
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 20777 0 0 0 27389 14 0 0 25 0 1 0 154771959 88506368 20692 1992294400 134512640 135217611 4294956288 18446744073709551615 134532926 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 21608 20692 77 172 0 21433 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 91792

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25624
/proc/meminfo: memFree=1625640/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=86432 CPUtime=334.01
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 20780 0 0 0 33387 14 0 0 25 0 1 0 154771959 88506368 20695 1992294400 134512640 135217611 4294956288 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 21608 20695 77 172 0 21433 0
Current children cumulated CPU time (s) 342.1

################
# More data... #
################

/proc/25624/statm: 22870 21918 77 172 0 22695 0
Current children cumulated CPU time (s) 1661.48
Current children cumulated vsize (KiB) 96840

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25626
/proc/meminfo: memFree=1620520/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=91480 CPUtime=1713.36
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22003 0 0 0 171321 15 0 0 25 0 1 0 154771959 93675520 21918 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 22870 21918 77 172 0 22695 0
Current children cumulated CPU time (s) 1721.45
Current children cumulated vsize (KiB) 96840

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25626
/proc/meminfo: memFree=1620392/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=91480 CPUtime=1773.34
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22005 0 0 0 177319 15 0 0 25 0 1 0 154771959 93675520 21920 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 22870 21920 77 172 0 22695 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (KiB) 96840

[startup+1842.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25626
/proc/meminfo: memFree=1620392/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=91460 CPUtime=1833.31
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22005 0 0 0 183316 15 0 0 25 0 1 0 154771959 93655040 21920 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 22865 21920 77 172 0 22690 0
Current children cumulated CPU time (s) 1841.4
Current children cumulated vsize (KiB) 96820

[startup+1902.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1620136/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=91460 CPUtime=1893.3
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22005 0 0 0 189314 16 0 0 25 0 1 0 154771959 93655040 21920 1992294400 134512640 135217611 4294956288 18446744073709551615 134544609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 22865 21920 77 172 0 22690 0
Current children cumulated CPU time (s) 1901.39
Current children cumulated vsize (KiB) 96820

[startup+1962.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1617960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=93836 CPUtime=1953.27
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22588 0 0 0 195311 16 0 0 25 0 1 0 154771959 96088064 22503 1992294400 134512640 135217611 4294956288 18446744073709551615 134537564 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 23459 22503 77 172 0 23284 0
Current children cumulated CPU time (s) 1961.36
Current children cumulated vsize (KiB) 99196

[startup+2022.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1617960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=93836 CPUtime=2013.24
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22588 0 0 0 201308 16 0 0 25 0 1 0 154771959 96088064 22503 1992294400 134512640 135217611 4294956288 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 23459 22503 77 172 0 23284 0
Current children cumulated CPU time (s) 2021.33
Current children cumulated vsize (KiB) 99196

[startup+2082.31 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1617960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=93836 CPUtime=2073.21
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22588 0 0 0 207305 16 0 0 25 0 1 0 154771959 96088064 22503 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 23459 22503 77 172 0 23284 0
Current children cumulated CPU time (s) 2081.3
Current children cumulated vsize (KiB) 99196

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

[startup+2099.1 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1617960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=93836 CPUtime=2090
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22589 0 0 0 208984 16 0 0 25 0 1 0 154771959 96088064 22504 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 23459 22504 77 172 0 23284 0
Current children cumulated CPU time (s) 2098.09
Current children cumulated vsize (KiB) 99196

[startup+2111.9 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1617960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=93836 CPUtime=2102.79
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22589 0 0 0 210263 16 0 0 25 0 1 0 154771959 96088064 22504 1992294400 134512640 135217611 4294956288 18446744073709551615 134537355 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 23459 22504 77 172 0 23284 0
Current children cumulated CPU time (s) 2110.88
Current children cumulated vsize (KiB) 99196

[startup+2115.1 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1617960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=93836 CPUtime=2105.99
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22589 0 0 0 210583 16 0 0 25 0 1 0 154771959 96088064 22504 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 23459 22504 77 172 0 23284 0
Current children cumulated CPU time (s) 2114.08
Current children cumulated vsize (KiB) 99196

[startup+2116.7 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1617960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=93836 CPUtime=2107.59
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22589 0 0 0 210743 16 0 0 25 0 1 0 154771959 96088064 22504 1992294400 134512640 135217611 4294956288 18446744073709551615 134537311 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 23459 22504 77 172 0 23284 0
Current children cumulated CPU time (s) 2115.68
Current children cumulated vsize (KiB) 99196

[startup+2117.51 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1617960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=93836 CPUtime=2108.39
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22589 0 0 0 210823 16 0 0 25 0 1 0 154771959 96088064 22504 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 23459 22504 77 172 0 23284 0
Current children cumulated CPU time (s) 2116.48
Current children cumulated vsize (KiB) 99196

[startup+2118.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1617960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=8.09
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 313 40690 0 0 0 0 774 35 16 0 1 0 154771148 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 238 195 169 0 51 0
[pid=25624] ppid=25621 vsize=93836 CPUtime=2109.19
/proc/25624/stat : 25624 (glucose_static) R 25621 25621 25493 0 -1 4194304 22589 0 0 0 210903 16 0 0 25 0 1 0 154771959 96088064 22504 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25624/statm: 23459 22504 77 172 0 23284 0
Current children cumulated CPU time (s) 2117.28
Current children cumulated vsize (KiB) 99196

[startup+2118.7 s]
/proc/loadavg: 1.00 0.99 0.98 2/66 25632
/proc/meminfo: memFree=1617960/2055920 swapFree=4180392/4192956
[pid=25621] ppid=25619 vsize=5360 CPUtime=2117.68
/proc/25621/stat : 25621 (glucose.sh) S 25619 25621 25493 0 -1 4194304 340 63291 0 0 0 0 211715 53 19 0 1 0 154771148 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25621/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 2117.68
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 2118.72
CPU time (s): 2117.71
CPU user time (s): 2117.16
CPU system time (s): 0.555915
CPU usage (%): 99.9527
Max. virtual memory (cumulated for all children) (KiB): 153172

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

runsolver used 2.02069 second user time and 5.69213 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-02 14:29:39
IDJOB=1774764
IDBENCH=71011
IDSOLVER=610
FILE ID=node20/1774764-1241267378
PBS_JOBID= 9224965
Free space on /tmp= 66476 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-5p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774764-1241267378/watcher-1774764-1241267378 -o /tmp/evaluation-result-1774764-1241267378/solver-1774764-1241267378 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774764-1241267378.cnf

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

MD5SUM BENCH= 782c70d5631cbc24bc659543ee69ca8b
RANDOM SEED=1413081646

node20.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.214
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.214
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:       1733200 kB
Buffers:         73292 kB
Cached:         157164 kB
SwapCached:       6320 kB
Active:          79564 kB
Inactive:       158968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733200 kB
SwapTotal:     4192956 kB
SwapFree:      4180392 kB
Dirty:           24044 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            70252 kB
Committed_AS:   787244 kB
PageTables:       1408 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= 66476 MiB
End job on node20 at 2009-05-02 15:04:58