Trace number 1774854

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 1582.01 1582.64

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark948.018
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

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.03	c ==============================================================================
0.99/1.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.03	c ==============================================================================
0.99/1.03	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
5.99/6.09	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
5.99/6.09	c ==============================================================================
5.99/6.09	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
5.99/6.09	c CPU time:   5.87211 s
5.99/6.09	c ==============================================================================
6.69/6.76	c
6.69/6.76	c Starting glucose
6.69/6.76	c
6.69/6.76	
6.69/6.76	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
6.69/6.76	
6.69/6.76	c ============================[ Problem Statistics ]=============================
6.69/6.76	c |                                                                             |
6.69/6.76	c |  Number of variables:  101783                                               |
6.69/6.76	c |  Number of clauses:    656617                                               |
6.75/7.26	c |  Parsing time:         0.44         s                                       |
1581.95/1582.60	c restarts              : 158
1581.95/1582.60	c nb ReduceDB           : 14
1581.95/1582.60	c nb learnts DL2        : 1285
1581.95/1582.60	c nb learnts size 2     : 807
1581.95/1582.60	c nb learnts size 1     : 162
1581.95/1582.60	c conflicts             : 378215         (240 /sec)
1581.95/1582.60	c decisions             : 668997         (1.27 % random) (425 /sec)
1581.95/1582.60	c propagations          : 2380539950     (1511406 /sec)
1581.95/1582.60	c conflict literals     : 48460474       (55.74 % deleted)
1581.95/1582.60	c Memory used           : 79.49 MB
1581.95/1582.60	c CPU time              : 1575.05 s
1581.95/1582.60	
1581.95/1582.62	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-1774854-1241267941/watcher-1774854-1241267941 -o /tmp/evaluation-result-1774854-1241267941/solver-1774854-1241267941 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774854-1241267941.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.99 3/64 10415
/proc/meminfo: memFree=1123944/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=0
/proc/10415/stat : 10415 (glucose.sh) R 10413 10415 10287 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154822350 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10415/statm: 1340 235 194 169 0 51 0
[pid=10416] ppid=10415 vsize=1740 CPUtime=0
/proc/10416/stat : 10416 (SatELite_releas) R 10415 10415 10287 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 154822350 1781760 258 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/10416/statm: 435 260 50 174 0 258 0

[startup+0.10006 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 10415
/proc/meminfo: memFree=1123944/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=0
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154822350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10415/statm: 1340 236 195 169 0 51 0
[pid=10416] ppid=10415 vsize=30860 CPUtime=0.09
/proc/10416/stat : 10416 (SatELite_releas) R 10415 10415 10287 0 -1 4194304 5626 0 0 0 7 2 0 0 19 0 1 0 154822350 31600640 5442 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/10416/statm: 7715 5442 50 174 0 7538 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36220

[startup+0.201067 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 10415
/proc/meminfo: memFree=1123944/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=0
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154822350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10415/statm: 1340 236 195 169 0 51 0
[pid=10416] ppid=10415 vsize=43780 CPUtime=0.18
/proc/10416/stat : 10416 (SatELite_releas) R 10415 10415 10287 0 -1 4194304 8850 0 0 0 15 3 0 0 21 0 1 0 154822350 44830720 8666 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/10416/statm: 10945 8667 50 174 0 10768 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 49140

[startup+0.301075 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 10415
/proc/meminfo: memFree=1123944/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=0
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154822350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10415/statm: 1340 236 195 169 0 51 0
[pid=10416] ppid=10415 vsize=49028 CPUtime=0.29
/proc/10416/stat : 10416 (SatELite_releas) R 10415 10415 10287 0 -1 4194304 10021 0 0 0 24 5 0 0 21 0 1 0 154822350 50204672 9837 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/10416/statm: 12257 9838 50 174 0 12080 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54388

[startup+0.70111 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 10415
/proc/meminfo: memFree=1123944/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=0
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154822350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10415/statm: 1340 236 195 169 0 51 0
[pid=10416] ppid=10415 vsize=74212 CPUtime=0.68
/proc/10416/stat : 10416 (SatELite_releas) R 10415 10415 10287 0 -1 4194304 16620 0 0 0 58 10 0 0 25 0 1 0 154822350 75993088 16436 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/10416/statm: 18553 16439 51 174 0 18376 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 79572

[startup+1.50118 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10417
/proc/meminfo: memFree=1034968/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=0
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154822350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10415/statm: 1340 236 195 169 0 51 0
[pid=10416] ppid=10415 vsize=104288 CPUtime=1.48
/proc/10416/stat : 10416 (SatELite_releas) R 10415 10415 10287 0 -1 4194304 26421 0 0 0 134 14 0 0 25 0 1 0 154822350 106790912 23805 1992294400 134512640 135225430 4294956176 18446744073709551615 134549555 0 0 4096 3 0 0 0 17 0 0 0
/proc/10416/statm: 26072 23805 77 174 0 25895 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 109648

[startup+3.10132 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10417
/proc/meminfo: memFree=1015896/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=0
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154822350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10415/statm: 1340 236 195 169 0 51 0
[pid=10416] ppid=10415 vsize=116632 CPUtime=3.09
/proc/10416/stat : 10416 (SatELite_releas) R 10415 10415 10287 0 -1 4194304 29389 0 0 0 292 17 0 0 25 0 1 0 154822350 119431168 26625 1992294400 134512640 135225430 4294956176 18446744073709551615 134587354 0 0 4096 3 0 0 0 17 0 0 0
/proc/10416/statm: 29158 26625 77 174 0 28981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121992

[startup+6.3026 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10417
/proc/meminfo: memFree=1011352/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=0
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154822350 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10415/statm: 1340 236 195 169 0 51 0
[pid=10416] ppid=10415 vsize=117736 CPUtime=6.29
/proc/10416/stat : 10416 (SatELite_releas) R 10415 10415 10287 0 -1 4194304 36109 0 0 0 606 23 0 0 25 0 1 0 154822350 120561664 27105 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10416/statm: 29434 27105 79 174 0 29257 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123096

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10418
/proc/meminfo: memFree=1055392/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=51140 CPUtime=5.92
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 12352 0 0 0 585 7 0 0 25 0 1 0 154823026 52367360 12330 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 12785 12330 77 172 0 12610 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 56500

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10418
/proc/meminfo: memFree=1051296/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=55268 CPUtime=18.71
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 13378 0 0 0 1863 8 0 0 25 0 1 0 154823026 56594432 13356 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 13817 13356 77 172 0 13642 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60628

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10420
/proc/meminfo: memFree=1042400/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=64192 CPUtime=44.29
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 15614 0 0 0 4418 11 0 0 25 0 1 0 154823026 65732608 15592 1992294400 134512640 135217611 4294956288 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 16048 15592 77 172 0 15873 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 69552

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10420
/proc/meminfo: memFree=1033632/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=72916 CPUtime=95.49
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 17795 0 0 0 9535 14 0 0 25 0 1 0 154823026 74665984 17773 1992294400 134512640 135217611 4294956288 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 18229 17773 77 172 0 18054 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 78276

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10420
/proc/meminfo: memFree=1026336/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=80208 CPUtime=155.45
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19609 0 0 0 15530 15 0 0 25 0 1 0 154823026 82132992 19587 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20052 19587 77 172 0 19877 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 85568

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10420
/proc/meminfo: memFree=1026336/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=80208 CPUtime=215.43
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19609 0 0 0 21528 15 0 0 25 0 1 0 154823026 82132992 19587 1992294400 134512640 135217611 4294956288 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20052 19587 77 172 0 19877 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 85568

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10420
/proc/meminfo: memFree=1026336/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=80208 CPUtime=275.41
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19616 0 0 0 27526 15 0 0 25 0 1 0 154823026 82132992 19594 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20052 19594 77 172 0 19877 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 85568

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10420
/proc/meminfo: memFree=1026272/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=80352 CPUtime=335.38
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19644 0 0 0 33523 15 0 0 25 0 1 0 154823026 82280448 19622 1992294400 134512640 135217611 4294956288 18446744073709551615 134527922 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20088 19622 77 172 0 19913 0
Current children cumulated CPU time (s) 342.13

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


[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10420
/proc/meminfo: memFree=1025568/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81224 CPUtime=1175.06
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19816 0 0 0 117490 16 0 0 25 0 1 0 154823026 83173376 19794 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20306 19794 77 172 0 20131 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 86584

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10420
/proc/meminfo: memFree=1025376/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81224 CPUtime=1235.02
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19816 0 0 0 123486 16 0 0 25 0 1 0 154823026 83173376 19794 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20306 19794 77 172 0 20131 0
Current children cumulated CPU time (s) 1241.77
Current children cumulated vsize (KiB) 86584

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 10420
/proc/meminfo: memFree=1025376/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81224 CPUtime=1295
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19816 0 0 0 129484 16 0 0 25 0 1 0 154823026 83173376 19794 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20306 19794 77 172 0 20131 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 86584

[startup+1362.3 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 10426
/proc/meminfo: memFree=1025120/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81224 CPUtime=1354.98
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19816 0 0 0 135482 16 0 0 25 0 1 0 154823026 83173376 19794 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20306 19794 77 172 0 20131 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 86584

[startup+1422.3 s]
/proc/loadavg: 1.09 1.00 1.00 2/66 10426
/proc/meminfo: memFree=1025248/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81392 CPUtime=1414.96
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19852 0 0 0 141480 16 0 0 25 0 1 0 154823026 83345408 19830 1992294400 134512640 135217611 4294956288 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20348 19830 77 172 0 20173 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 86752

[startup+1482.3 s]
/proc/loadavg: 1.09 1.02 1.00 2/66 10426
/proc/meminfo: memFree=1025248/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81392 CPUtime=1474.93
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19852 0 0 0 147477 16 0 0 25 0 1 0 154823026 83345408 19830 1992294400 134512640 135217611 4294956288 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20348 19830 77 172 0 20173 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 86752

[startup+1542.31 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 10426
/proc/meminfo: memFree=1025248/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81392 CPUtime=1534.92
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19864 0 0 0 153476 16 0 0 25 0 1 0 154823026 83345408 19842 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20348 19842 77 172 0 20173 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 86752

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

[startup+1561.6 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 10426
/proc/meminfo: memFree=1025184/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81392 CPUtime=1554.2
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19872 0 0 0 155404 16 0 0 25 0 1 0 154823026 83345408 19850 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20348 19850 77 172 0 20173 0
Current children cumulated CPU time (s) 1560.95
Current children cumulated vsize (KiB) 86752

[startup+1574.4 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 10426
/proc/meminfo: memFree=1025184/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81392 CPUtime=1567
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19872 0 0 0 156684 16 0 0 25 0 1 0 154823026 83345408 19850 1992294400 134512640 135217611 4294956288 18446744073709551615 134532918 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20348 19850 77 172 0 20173 0
Current children cumulated CPU time (s) 1573.75
Current children cumulated vsize (KiB) 86752

[startup+1577.6 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 10426
/proc/meminfo: memFree=1025184/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81392 CPUtime=1570.2
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19872 0 0 0 157004 16 0 0 25 0 1 0 154823026 83345408 19850 1992294400 134512640 135217611 4294956288 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20348 19850 77 172 0 20173 0
Current children cumulated CPU time (s) 1576.95
Current children cumulated vsize (KiB) 86752

[startup+1580.81 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 10426
/proc/meminfo: memFree=1025184/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81392 CPUtime=1573.4
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19872 0 0 0 157324 16 0 0 25 0 1 0 154823026 83345408 19850 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20348 19850 77 172 0 20173 0
Current children cumulated CPU time (s) 1580.15
Current children cumulated vsize (KiB) 86752

[startup+1581.6 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 10426
/proc/meminfo: memFree=1025184/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81392 CPUtime=1574.2
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19872 0 0 0 157404 16 0 0 25 0 1 0 154823026 83345408 19850 1992294400 134512640 135217611 4294956288 18446744073709551615 134537546 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20348 19850 77 172 0 20173 0
Current children cumulated CPU time (s) 1580.95
Current children cumulated vsize (KiB) 86752

[startup+1582.4 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 10426
/proc/meminfo: memFree=1025184/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81392 CPUtime=1575
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19872 0 0 0 157484 16 0 0 25 0 1 0 154823026 83345408 19850 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20348 19850 77 172 0 20173 0
Current children cumulated CPU time (s) 1581.75
Current children cumulated vsize (KiB) 86752

[startup+1582.6 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 10426
/proc/meminfo: memFree=1025184/2055920 swapFree=4174092/4192956
[pid=10415] ppid=10413 vsize=5360 CPUtime=6.75
/proc/10415/stat : 10415 (glucose.sh) S 10413 10415 10287 0 -1 4194304 313 36110 0 0 0 0 646 29 16 0 1 0 154822350 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10415/statm: 1340 238 195 169 0 51 0
[pid=10418] ppid=10415 vsize=81392 CPUtime=1575.2
/proc/10418/stat : 10418 (glucose_static) R 10415 10415 10287 0 -1 4194304 19872 0 0 0 157504 16 0 0 25 0 1 0 154823026 83345408 19850 1992294400 134512640 135217611 4294956288 18446744073709551615 134532955 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/10418/statm: 20348 19850 77 172 0 20173 0
Current children cumulated CPU time (s) 1581.95
Current children cumulated vsize (KiB) 86752

Child status: 20
Real time (s): 1582.64
CPU time (s): 1582.01
CPU user time (s): 1581.52
CPU system time (s): 0.488925
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 132516

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

runsolver used 1.54976 second user time and 4.21236 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-02 14:39:03
IDJOB=1774854
IDBENCH=71039
IDSOLVER=610
FILE ID=node50/1774854-1241267941
PBS_JOBID= 9224969
Free space on /tmp= 66484 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774854-1241267941/watcher-1774854-1241267941 -o /tmp/evaluation-result-1774854-1241267941/solver-1774854-1241267941 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774854-1241267941.cnf

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=546145009

node50.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.216
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.216
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:       1124360 kB
Buffers:         81404 kB
Cached:         740848 kB
SwapCached:      13128 kB
Active:          70912 kB
Inactive:       766156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1124360 kB
SwapTotal:     4192956 kB
SwapFree:      4174092 kB
Dirty:           20080 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            80420 kB
Committed_AS:   613224 kB
PageTables:       1456 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= 66484 MiB
End job on node50 at 2009-05-02 15:05:26