Trace number 1772784

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 8771.14 8774.36

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8005.27
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

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.39/0.47	c ==============================================================================
0.39/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.47	c ==============================================================================
0.39/0.47	c |         0 |  614789  1419314 |  184436       0        0     nan |  0.000 % |
3.89/3.99	c |         0 |  248601   661061 |      --       0       --      -- |     --   | -225959/-441263
3.89/3.99	c ==============================================================================
3.89/3.99	c Result  :   #vars: 44244   #clauses: 248601   #literals: 661061
3.89/3.99	c CPU time:   3.80942 s
3.89/3.99	c ==============================================================================
4.19/4.26	c
4.19/4.26	c Starting glucose
4.19/4.26	c
4.19/4.26	
4.19/4.26	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.19/4.26	
4.19/4.26	c ============================[ Problem Statistics ]=============================
4.19/4.26	c |                                                                             |
4.19/4.26	c |  Number of variables:  44244                                                |
4.19/4.26	c |  Number of clauses:    248601                                               |
4.37/4.43	c |  Parsing time:         0.15         s                                       |
8771.06/8774.33	c restarts              : 812
8771.06/8774.33	c nb ReduceDB           : 109
8771.06/8774.33	c nb learnts DL2        : 1105
8771.06/8774.33	c nb learnts size 2     : 574
8771.06/8774.33	c nb learnts size 1     : 144
8771.06/8774.33	c conflicts             : 8182047        (933 /sec)
8771.06/8774.33	c decisions             : 9399242        (0.64 % random) (1072 /sec)
8771.06/8774.33	c propagations          : 4021408094     (458719 /sec)
8771.06/8774.33	c conflict literals     : 411586808      (52.18 % deleted)
8771.06/8774.33	c Memory used           : 88.69 MB
8771.06/8774.33	c CPU time              : 8766.61 s
8771.06/8774.33	
8771.06/8774.34	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-1772784-1241249829/watcher-1772784-1241249829 -o /tmp/evaluation-result-1772784-1241249829/solver-1772784-1241249829 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772784-1241249829.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21551
/proc/meminfo: memFree=1660680/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=0
/proc/21551/stat : 21551 (glucose.sh) R 21549 21551 21454 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153015607 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195329695 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21551/statm: 1340 235 194 169 0 51 0
[pid=21552] ppid=21551 vsize=1324 CPUtime=0
/proc/21552/stat : 21552 (SatELite_releas) R 21551 21551 21454 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 153015607 1355776 189 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/21552/statm: 331 191 50 174 0 154 0

[startup+0.0387311 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21551
/proc/meminfo: memFree=1660680/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=0
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153015607 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21551/statm: 1340 236 195 169 0 51 0
[pid=21552] ppid=21551 vsize=7564 CPUtime=0.03
/proc/21552/stat : 21552 (SatELite_releas) R 21551 21551 21454 0 -1 4194304 1711 0 0 0 2 1 0 0 19 0 1 0 153015607 7745536 1695 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/21552/statm: 1891 1697 50 174 0 1714 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12924

[startup+0.101733 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21551
/proc/meminfo: memFree=1660680/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=0
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153015607 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21551/statm: 1340 236 195 169 0 51 0
[pid=21552] ppid=21551 vsize=23096 CPUtime=0.09
/proc/21552/stat : 21552 (SatELite_releas) R 21551 21551 21454 0 -1 4194304 5510 0 0 0 6 3 0 0 19 0 1 0 153015607 23650304 5494 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/21552/statm: 5774 5496 50 174 0 5597 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28456

[startup+0.301746 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21551
/proc/meminfo: memFree=1660680/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=0
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153015607 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21551/statm: 1340 236 195 169 0 51 0
[pid=21552] ppid=21551 vsize=42452 CPUtime=0.29
/proc/21552/stat : 21552 (SatELite_releas) R 21551 21551 21454 0 -1 4194304 10316 0 0 0 23 6 0 0 21 0 1 0 153015607 43470848 10300 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/21552/statm: 10613 10301 50 174 0 10436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47812

[startup+0.701776 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21551
/proc/meminfo: memFree=1660680/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=0
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153015607 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21551/statm: 1340 236 195 169 0 51 0
[pid=21552] ppid=21551 vsize=78840 CPUtime=0.69
/proc/21552/stat : 21552 (SatELite_releas) R 21551 21551 21454 0 -1 4194304 16982 0 0 0 57 12 0 0 25 0 1 0 153015607 80732160 15512 1992294400 134512640 135225430 4294956176 18446744073709551615 134546966 0 0 4096 3 0 0 0 17 0 0 0
/proc/21552/statm: 19710 15512 77 174 0 19533 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84200

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21553
/proc/meminfo: memFree=1595128/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=0
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153015607 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21551/statm: 1340 236 195 169 0 51 0
[pid=21552] ppid=21551 vsize=82944 CPUtime=1.49
/proc/21552/stat : 21552 (SatELite_releas) R 21551 21551 21454 0 -1 4194304 18085 0 0 0 136 13 0 0 25 0 1 0 153015607 84934656 16615 1992294400 134512640 135225430 4294956176 18446744073709551615 134587611 0 0 4096 3 0 0 0 17 0 0 0
/proc/21552/statm: 20736 16615 77 174 0 20559 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88304

[startup+3.10195 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21553
/proc/meminfo: memFree=1588536/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=0
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153015607 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21551/statm: 1340 236 195 169 0 51 0
[pid=21552] ppid=21551 vsize=84884 CPUtime=3.08
/proc/21552/stat : 21552 (SatELite_releas) R 21551 21551 21454 0 -1 4194304 20247 0 0 0 294 14 0 0 25 0 1 0 153015607 86921216 17126 1992294400 134512640 135225430 4294956176 18446744073709551615 134722685 0 0 4096 3 0 0 0 17 0 0 0
/proc/21552/statm: 21221 17126 77 174 0 21044 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 90244

[startup+6.30119 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21554
/proc/meminfo: memFree=1632504/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=20860 CPUtime=2.03
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 4895 0 0 0 201 2 0 0 25 0 1 0 153016033 21360640 4876 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 5215 4876 76 172 0 5040 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26220

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21554
/proc/meminfo: memFree=1631544/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=22048 CPUtime=8.43
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 5183 0 0 0 840 3 0 0 25 0 1 0 153016033 22577152 5164 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 5512 5164 77 172 0 5337 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27408

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21554
/proc/meminfo: memFree=1628216/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=25412 CPUtime=21.23
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 6030 0 0 0 2119 4 0 0 25 0 1 0 153016033 26021888 6011 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 6353 6011 77 172 0 6178 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30772

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21554
/proc/meminfo: memFree=1626168/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=27564 CPUtime=46.77
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 6549 0 0 0 4673 4 0 0 25 0 1 0 153016033 28225536 6530 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 6891 6530 77 172 0 6716 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 32924

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21556
/proc/meminfo: memFree=1622328/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=31476 CPUtime=97.96
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 7521 0 0 0 9791 5 0 0 25 0 1 0 153016033 32231424 7502 1992294400 134512640 135217611 4294956288 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 7869 7502 77 172 0 7694 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 36836

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21556
/proc/meminfo: memFree=1621368/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=32488 CPUtime=157.94
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 7741 0 0 0 15789 5 0 0 25 0 1 0 153016033 33267712 7722 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 8122 7722 77 172 0 7947 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 37848

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21556
/proc/meminfo: memFree=1617784/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=36052 CPUtime=217.92
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 8641 0 0 0 21786 6 0 0 25 0 1 0 153016033 36917248 8622 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21554/statm: 9013 8622 77 172 0 8838 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 41412

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21556
/proc/meminfo: memFree=1613752/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=40176 CPUtime=277.9
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 9651 0 0 0 27783 7 0 0 25 0 1 0 153016033 41140224 9632 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 10044 9632 77 172 0 9869 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 45536

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21556
/proc/meminfo: memFree=1613688/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=40256 CPUtime=337.88
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 9660 0 0 0 33781 7 0 0 25 0 1 0 153016033 41222144 9641 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 10064 9641 77 172 0 9889 0
Current children cumulated CPU time (s) 342.12

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


[startup+8382.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21572
/proc/meminfo: memFree=1565688/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90116 CPUtime=8374.98
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21337 0 0 0 837474 24 0 0 25 0 1 0 153016033 92278784 21318 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22529 21318 77 172 0 22354 0
Current children cumulated CPU time (s) 8379.22
Current children cumulated vsize (KiB) 95476

[startup+8442.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21572
/proc/meminfo: memFree=1565368/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90384 CPUtime=8434.95
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21414 0 0 0 843471 24 0 0 25 0 1 0 153016033 92553216 21395 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22596 21395 77 172 0 22421 0
Current children cumulated CPU time (s) 8439.19
Current children cumulated vsize (KiB) 95744

[startup+8502.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21572
/proc/meminfo: memFree=1565304/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90384 CPUtime=8494.93
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21418 0 0 0 849469 24 0 0 25 0 1 0 153016033 92553216 21399 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22596 21399 77 172 0 22421 0
Current children cumulated CPU time (s) 8499.17
Current children cumulated vsize (KiB) 95744

[startup+8562.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21572
/proc/meminfo: memFree=1565176/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90524 CPUtime=8554.9
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21454 0 0 0 855466 24 0 0 25 0 1 0 153016033 92696576 21435 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22631 21435 77 172 0 22456 0
Current children cumulated CPU time (s) 8559.14
Current children cumulated vsize (KiB) 95884

[startup+8622.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21572
/proc/meminfo: memFree=1564920/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90812 CPUtime=8614.87
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21514 0 0 0 861463 24 0 0 25 0 1 0 153016033 92991488 21495 1992294400 134512640 135217611 4294956288 18446744073709551615 134522700 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22703 21495 77 172 0 22528 0
Current children cumulated CPU time (s) 8619.11
Current children cumulated vsize (KiB) 96172

[startup+8682.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21578
/proc/meminfo: memFree=1564728/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90812 CPUtime=8674.86
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21514 0 0 0 867461 25 0 0 25 0 1 0 153016033 92991488 21495 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22703 21495 77 172 0 22528 0
Current children cumulated CPU time (s) 8679.1
Current children cumulated vsize (KiB) 96172

[startup+8742.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21578
/proc/meminfo: memFree=1564728/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90812 CPUtime=8734.83
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21514 0 0 0 873458 25 0 0 25 0 1 0 153016033 92991488 21495 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22703 21495 77 172 0 22528 0
Current children cumulated CPU time (s) 8739.07
Current children cumulated vsize (KiB) 96172

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

[startup+8755.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21578
/proc/meminfo: memFree=1564728/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90812 CPUtime=8747.63
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21514 0 0 0 874738 25 0 0 25 0 1 0 153016033 92991488 21495 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22703 21495 77 172 0 22528 0
Current children cumulated CPU time (s) 8751.87
Current children cumulated vsize (KiB) 96172

[startup+8767.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21578
/proc/meminfo: memFree=1564728/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90812 CPUtime=8760.43
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21514 0 0 0 876018 25 0 0 25 0 1 0 153016033 92991488 21495 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22703 21495 77 172 0 22528 0
Current children cumulated CPU time (s) 8764.67
Current children cumulated vsize (KiB) 96172

[startup+8771.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21578
/proc/meminfo: memFree=1564728/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90812 CPUtime=8763.62
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21514 0 0 0 876337 25 0 0 25 0 1 0 153016033 92991488 21495 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22703 21495 77 172 0 22528 0
Current children cumulated CPU time (s) 8767.86
Current children cumulated vsize (KiB) 96172

[startup+8772.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21578
/proc/meminfo: memFree=1564728/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90812 CPUtime=8765.22
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21514 0 0 0 876497 25 0 0 25 0 1 0 153016033 92991488 21495 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22703 21495 77 172 0 22528 0
Current children cumulated CPU time (s) 8769.46
Current children cumulated vsize (KiB) 96172

[startup+8773.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21578
/proc/meminfo: memFree=1564728/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90812 CPUtime=8766.02
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21514 0 0 0 876577 25 0 0 25 0 1 0 153016033 92991488 21495 1992294400 134512640 135217611 4294956288 18446744073709551615 134532741 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22703 21495 77 172 0 22528 0
Current children cumulated CPU time (s) 8770.26
Current children cumulated vsize (KiB) 96172

[startup+8773.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21578
/proc/meminfo: memFree=1564728/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90812 CPUtime=8766.42
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21514 0 0 0 876617 25 0 0 25 0 1 0 153016033 92991488 21495 1992294400 134512640 135217611 4294956288 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22703 21495 77 172 0 22528 0
Current children cumulated CPU time (s) 8770.66
Current children cumulated vsize (KiB) 96172

[startup+8774.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21578
/proc/meminfo: memFree=1564728/2055920 swapFree=4165120/4192956
[pid=21551] ppid=21549 vsize=5360 CPUtime=4.24
/proc/21551/stat : 21551 (glucose.sh) S 21549 21551 21454 0 -1 4194304 313 26605 0 0 0 0 404 20 16 0 1 0 153015607 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21551/statm: 1340 238 195 169 0 51 0
[pid=21554] ppid=21551 vsize=90812 CPUtime=8766.82
/proc/21554/stat : 21554 (glucose_static) R 21551 21551 21454 0 -1 4194304 21514 0 0 0 876657 25 0 0 25 0 1 0 153016033 92991488 21495 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21554/statm: 22703 21495 77 172 0 22528 0
Current children cumulated CPU time (s) 8771.06
Current children cumulated vsize (KiB) 96172

Child status: 20
Real time (s): 8774.36
CPU time (s): 8771.14
CPU user time (s): 8770.66
CPU system time (s): 0.482926
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 97556

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

runsolver used 7.41687 second user time and 24.4913 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-02 09:37:10
IDJOB=1772784
IDBENCH=20387
IDSOLVER=610
FILE ID=node34/1772784-1241249829
PBS_JOBID= 9224893
Free space on /tmp= 66488 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772784-1241249829/watcher-1772784-1241249829 -o /tmp/evaluation-result-1772784-1241249829/solver-1772784-1241249829 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772784-1241249829.cnf

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=764108790

node34.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	: 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.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:       1661224 kB
Buffers:         66608 kB
Cached:         242696 kB
SwapCached:      21584 kB
Active:          44644 kB
Inactive:       288456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661224 kB
SwapTotal:     4192956 kB
SwapFree:      4165120 kB
Dirty:           12324 kB
Writeback:           0 kB
Mapped:          13504 kB
Slab:            47676 kB
Committed_AS:   703164 kB
PageTables:       1380 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= 66488 MiB
End job on node34 at 2009-05-02 12:03:24