Trace number 1774844

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 3542.12 3543.4

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3542.12
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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.39/1.48	c ==============================================================================
1.39/1.48	c |           |     ORIGINAL     |              LEARNT              |          |
1.39/1.48	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.39/1.48	c ==============================================================================
1.39/1.48	c |         0 | 1360580  3295883 |  408173       0        0     nan |  0.000 % |
8.57/8.66	c |         0 |  942285  2636352 |      --       0       --      -- |     --   | -116200/27697
8.57/8.66	c ==============================================================================
8.57/8.66	c Result  :   #vars: 138309   #clauses: 942285   #literals: 2636352
8.57/8.66	c CPU time:   8.33573 s
8.57/8.66	c ==============================================================================
9.67/9.72	c
9.67/9.72	c Starting glucose
9.67/9.72	c
9.67/9.72	
9.67/9.72	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
9.67/9.72	
9.67/9.72	c ============================[ Problem Statistics ]=============================
9.67/9.72	c |                                                                             |
9.67/9.72	c |  Number of variables:  138309                                               |
9.67/9.72	c |  Number of clauses:    942285                                               |
10.36/10.46	c |  Parsing time:         0.64         s                                       |
3542.01/3543.35	c restarts              : 2404
3542.01/3543.35	c nb ReduceDB           : 34
3542.01/3543.35	c nb learnts DL2        : 15169
3542.01/3543.35	c nb learnts size 2     : 9614
3542.01/3543.35	c nb learnts size 1     : 672
3542.01/3543.35	c conflicts             : 1257677        (356 /sec)
3542.01/3543.35	c decisions             : 4333449        (1.30 % random) (1227 /sec)
3542.01/3543.35	c propagations          : 2477973530     (701573 /sec)
3542.01/3543.35	c conflict literals     : 275112673      (42.78 % deleted)
3542.01/3543.35	c Memory used           : 134.65 MB
3542.01/3543.35	c CPU time              : 3532.03 s
3542.01/3543.35	
3542.01/3543.37	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-1774844-1241267924/watcher-1774844-1241267924 -o /tmp/evaluation-result-1774844-1241267924/solver-1774844-1241267924 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774844-1241267924.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.98 0.99 3/64 24779
/proc/meminfo: memFree=1090440/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=0
/proc/24779/stat : 24779 (glucose.sh) R 24777 24779 24712 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154827308 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/24779/statm: 1340 235 194 169 0 51 0
[pid=24780] ppid=24779 vsize=1740 CPUtime=0
/proc/24780/stat : 24780 (SatELite_releas) R 24779 24779 24712 0 -1 4194304 247 0 0 0 0 0 0 0 18 0 1 0 154827309 1781760 232 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 1 0 0
/proc/24780/statm: 435 241 50 174 0 258 0

[startup+0.016485 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24779
/proc/meminfo: memFree=1090440/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=0
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154827308 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24779/statm: 1340 236 195 169 0 51 0
[pid=24780] ppid=24779 vsize=7244 CPUtime=0
/proc/24780/stat : 24780 (SatELite_releas) R 24779 24779 24712 0 -1 4194304 1166 0 0 0 0 0 0 0 18 0 1 0 154827309 7417856 1110 1992294400 134512640 135225430 4294956176 18446744073709551615 134543812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24780/statm: 1811 1112 50 174 0 1634 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12604

[startup+0.101501 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24779
/proc/meminfo: memFree=1090440/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=0
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154827308 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24779/statm: 1340 236 195 169 0 51 0
[pid=24780] ppid=24779 vsize=28624 CPUtime=0.09
/proc/24780/stat : 24780 (SatELite_releas) R 24779 24779 24712 0 -1 4194304 6201 0 0 0 7 2 0 0 19 0 1 0 154827309 29310976 6017 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24780/statm: 7156 6017 50 174 0 6979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33984

[startup+0.301541 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24779
/proc/meminfo: memFree=1090440/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=0
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154827308 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24779/statm: 1340 236 195 169 0 51 0
[pid=24780] ppid=24779 vsize=51536 CPUtime=0.29
/proc/24780/stat : 24780 (SatELite_releas) R 24779 24779 24712 0 -1 4194304 11719 0 0 0 24 5 0 0 21 0 1 0 154827309 52772864 11535 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24780/statm: 12884 11535 50 174 0 12707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56896

[startup+0.70162 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24779
/proc/meminfo: memFree=1090440/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=0
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154827308 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24779/statm: 1340 236 195 169 0 51 0
[pid=24780] ppid=24779 vsize=73120 CPUtime=0.69
/proc/24780/stat : 24780 (SatELite_releas) R 24779 24779 24712 0 -1 4194304 16991 0 0 0 59 10 0 0 25 0 1 0 154827309 74874880 16807 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24780/statm: 18280 16808 50 174 0 18103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78480

[startup+1.50178 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24781
/proc/meminfo: memFree=1004088/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=0
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154827308 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24779/statm: 1340 236 195 169 0 51 0
[pid=24780] ppid=24779 vsize=125736 CPUtime=1.48
/proc/24780/stat : 24780 (SatELite_releas) R 24779 24779 24712 0 -1 4194304 29801 0 0 0 130 18 0 0 25 0 1 0 154827309 128753664 29617 1992294400 134512640 135225430 4294956176 18446744073709551615 134546966 0 0 4096 3 0 0 0 17 1 0 0
/proc/24780/statm: 31434 29617 72 174 0 31257 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 131096

[startup+3.10211 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24781
/proc/meminfo: memFree=962232/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=0
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154827308 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24779/statm: 1340 236 195 169 0 51 0
[pid=24780] ppid=24779 vsize=149252 CPUtime=3.09
/proc/24780/stat : 24780 (SatELite_releas) R 24779 24779 24712 0 -1 4194304 38697 0 0 0 284 25 0 0 25 0 1 0 154827309 152834048 35220 1992294400 134512640 135225430 4294956176 18446744073709551615 134587340 0 0 4096 3 0 0 0 17 0 0 0
/proc/24780/statm: 37313 35220 77 174 0 37136 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 154612

[startup+6.30173 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 24781
/proc/meminfo: memFree=942136/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=0
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154827308 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24779/statm: 1340 236 195 169 0 51 0
[pid=24780] ppid=24779 vsize=151368 CPUtime=6.27
/proc/24780/stat : 24780 (SatELite_releas) R 24779 24779 24712 0 -1 4194304 42633 0 0 0 598 29 0 0 25 0 1 0 154827309 155000832 35887 1992294400 134512640 135225430 4294956176 18446744073709551615 134587259 0 0 4096 3 0 0 0 17 1 0 0
/proc/24780/statm: 37842 35887 77 174 0 37665 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 156728

[startup+12.702 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 24782
/proc/meminfo: memFree=993728/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=71992 CPUtime=2.96
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 17112 0 0 0 287 9 0 0 25 0 1 0 154828281 73719808 17021 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 17998 17021 77 172 0 17823 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 77352

[startup+25.5015 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 24782
/proc/meminfo: memFree=990784/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=75208 CPUtime=15.76
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 17900 0 0 0 1566 10 0 0 25 0 1 0 154828281 77012992 17809 1992294400 134512640 135217611 4294956288 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 18802 17809 77 172 0 18627 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 80568

[startup+51.1016 s]
/proc/loadavg: 1.37 1.08 1.02 2/66 24784
/proc/meminfo: memFree=985792/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=80152 CPUtime=41.33
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 19152 0 0 0 4122 11 0 0 25 0 1 0 154828281 82075648 19061 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 20038 19061 77 172 0 19863 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 85512

[startup+102.306 s]
/proc/loadavg: 1.28 1.11 1.04 2/66 24784
/proc/meminfo: memFree=979136/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=86916 CPUtime=92.52
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 20841 0 0 0 9239 13 0 0 25 0 1 0 154828281 89001984 20750 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 21729 20750 77 172 0 21554 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 92276

[startup+162.302 s]
/proc/loadavg: 1.14 1.10 1.04 2/66 24784
/proc/meminfo: memFree=974656/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=91404 CPUtime=152.49
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 21958 0 0 0 15235 14 0 0 25 0 1 0 154828281 93597696 21867 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 22851 21867 77 172 0 22676 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 96764

[startup+222.303 s]
/proc/loadavg: 1.08 1.09 1.03 2/66 24784
/proc/meminfo: memFree=970496/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=95496 CPUtime=212.47
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 22997 0 0 0 21232 15 0 0 25 0 1 0 154828281 97787904 22906 1992294400 134512640 135217611 4294956288 18446744073709551615 134542195 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 23874 22906 77 172 0 23699 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 100856

[startup+282.301 s]
/proc/loadavg: 1.14 1.10 1.04 2/66 24784
/proc/meminfo: memFree=969664/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=96636 CPUtime=272.45
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 23250 0 0 0 27229 16 0 0 25 0 1 0 154828281 98955264 23159 1992294400 134512640 135217611 4294956288 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 24159 23159 77 172 0 23984 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 101996

[startup+342.301 s]
/proc/loadavg: 1.12 1.10 1.04 2/66 24784
/proc/meminfo: memFree=965184/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=100860 CPUtime=332.43
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 24309 0 0 0 33226 17 0 0 25 0 1 0 154828281 103280640 24218 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 25215 24218 77 172 0 25040 0
Current children cumulated CPU time (s) 342.13

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


[startup+3102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927936/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3091.46
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33585 0 0 0 309113 33 0 0 25 0 1 0 154828281 141185024 33494 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33494 77 172 0 34294 0
Current children cumulated CPU time (s) 3101.16
Current children cumulated vsize (KiB) 143236

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927936/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3151.44
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33586 0 0 0 315111 33 0 0 25 0 1 0 154828281 141185024 33495 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33495 77 172 0 34294 0
Current children cumulated CPU time (s) 3161.14
Current children cumulated vsize (KiB) 143236

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927872/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3211.42
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33586 0 0 0 321109 33 0 0 25 0 1 0 154828281 141185024 33495 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33495 77 172 0 34294 0
Current children cumulated CPU time (s) 3221.12
Current children cumulated vsize (KiB) 143236

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927872/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3271.4
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33586 0 0 0 327107 33 0 0 25 0 1 0 154828281 141185024 33495 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33495 77 172 0 34294 0
Current children cumulated CPU time (s) 3281.1
Current children cumulated vsize (KiB) 143236

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927872/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3331.37
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33586 0 0 0 333104 33 0 0 25 0 1 0 154828281 141185024 33495 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33495 77 172 0 34294 0
Current children cumulated CPU time (s) 3341.07
Current children cumulated vsize (KiB) 143236

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927808/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3391.35
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33590 0 0 0 339102 33 0 0 25 0 1 0 154828281 141185024 33499 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33499 77 172 0 34294 0
Current children cumulated CPU time (s) 3401.05
Current children cumulated vsize (KiB) 143236

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927808/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3451.33
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33590 0 0 0 345100 33 0 0 25 0 1 0 154828281 141185024 33499 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33499 77 172 0 34294 0
Current children cumulated CPU time (s) 3461.03
Current children cumulated vsize (KiB) 143236

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927872/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3511.31
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33594 0 0 0 351097 34 0 0 25 0 1 0 154828281 141185024 33503 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33503 77 172 0 34294 0
Current children cumulated CPU time (s) 3521.01
Current children cumulated vsize (KiB) 143236

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

[startup+3532.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927872/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3521.71
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33594 0 0 0 352137 34 0 0 25 0 1 0 154828281 141185024 33503 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33503 77 172 0 34294 0
Current children cumulated CPU time (s) 3531.41
Current children cumulated vsize (KiB) 143236

[startup+3539.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927872/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3528.11
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33594 0 0 0 352777 34 0 0 25 0 1 0 154828281 141185024 33503 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33503 77 172 0 34294 0
Current children cumulated CPU time (s) 3537.81
Current children cumulated vsize (KiB) 143236

[startup+3540.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927872/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3529.71
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33594 0 0 0 352937 34 0 0 25 0 1 0 154828281 141185024 33503 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33503 77 172 0 34294 0
Current children cumulated CPU time (s) 3539.41
Current children cumulated vsize (KiB) 143236

[startup+3542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927872/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3531.31
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33594 0 0 0 353097 34 0 0 25 0 1 0 154828281 141185024 33503 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33503 77 172 0 34294 0
Current children cumulated CPU time (s) 3541.01
Current children cumulated vsize (KiB) 143236

[startup+3543.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927872/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3532.11
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33594 0 0 0 353177 34 0 0 25 0 1 0 154828281 141185024 33503 1992294400 134512640 135217611 4294956288 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33503 77 172 0 34294 0
Current children cumulated CPU time (s) 3541.81
Current children cumulated vsize (KiB) 143236

[startup+3543.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24790
/proc/meminfo: memFree=927872/2055920 swapFree=4180228/4192956
[pid=24779] ppid=24777 vsize=5360 CPUtime=9.7
/proc/24779/stat : 24779 (glucose.sh) S 24777 24779 24712 0 -1 4194304 313 47925 0 0 0 0 928 42 16 0 1 0 154827308 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24779/statm: 1340 238 195 169 0 51 0
[pid=24782] ppid=24779 vsize=137876 CPUtime=3532.31
/proc/24782/stat : 24782 (glucose_static) R 24779 24779 24712 0 -1 4194304 33594 0 0 0 353197 34 0 0 25 0 1 0 154828281 141185024 33503 1992294400 134512640 135217611 4294956288 18446744073709551615 134541465 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24782/statm: 34469 33503 77 172 0 34294 0
Current children cumulated CPU time (s) 3542.01
Current children cumulated vsize (KiB) 143236

Child status: 20
Real time (s): 3543.4
CPU time (s): 3542.12
CPU user time (s): 3541.31
CPU system time (s): 0.806877
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 174136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3541.31
system time used= 0.806877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81998
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= 38
involuntary context switches= 5908

runsolver used 4.00239 second user time and 8.88865 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-02 14:38:46
IDJOB=1774844
IDBENCH=71037
IDSOLVER=610
FILE ID=node1/1774844-1241267924
PBS_JOBID= 9224973
Free space on /tmp= 66520 MiB

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

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=945965425

node1.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1090984 kB
Buffers:         79108 kB
Cached:         808084 kB
SwapCached:       6940 kB
Active:          85624 kB
Inactive:       809832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1090984 kB
SwapTotal:     4192956 kB
SwapFree:      4180228 kB
Dirty:           27632 kB
Writeback:           0 kB
Mapped:          13464 kB
Slab:            55564 kB
Committed_AS:   716852 kB
PageTables:       1436 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node1 at 2009-05-02 15:37:50