Trace number 1773604

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 1081.62 1082.06

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand064.cnf
MD5SUM1394bf507e3ed448c81b5502d6550d78
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.2906
Satisfiable
(Un)Satisfiability was proved
Number of variables40042
Number of clauses119357
Sum of the clauses size278497
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 279570
Number of clauses of size 339785
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.05/0.10	c ==============================================================================
0.05/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.05/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.05/0.10	c ==============================================================================
0.05/0.10	c |         0 |  119355   278495 |   35806       0        0     nan |  0.000 % |
1.68/1.72	c |         0 |   48581   208867 |      --       0       --      -- |     --   | -70752/-69575
1.68/1.72	c ==============================================================================
1.68/1.72	c Result  :   #vars: 4857   #clauses: 48581   #literals: 208867
1.68/1.72	c CPU time:   1.65075 s
1.68/1.72	c ==============================================================================
1.68/1.79	c
1.68/1.79	c Starting glucose
1.68/1.79	c
1.68/1.79	
1.68/1.79	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.68/1.79	
1.68/1.79	c ============================[ Problem Statistics ]=============================
1.68/1.79	c |                                                                             |
1.68/1.79	c |  Number of variables:  4857                                                 |
1.68/1.79	c |  Number of clauses:    48581                                                |
1.78/1.83	c |  Parsing time:         0.04         s                                       |
1081.53/1082.03	c restarts              : 3614
1081.53/1082.03	c nb ReduceDB           : 55
1081.53/1082.03	c nb learnts DL2        : 1632
1081.53/1082.03	c nb learnts size 2     : 1086
1081.53/1082.03	c nb learnts size 1     : 64
1081.53/1082.03	c conflicts             : 1983005        (1837 /sec)
1081.53/1082.03	c decisions             : 5590022        (1.66 % random) (5178 /sec)
1081.53/1082.03	c propagations          : 439143587      (406745 /sec)
1081.53/1082.03	c conflict literals     : 321074677      (42.73 % deleted)
1081.53/1082.03	c Memory used           : 75.25 MB
1081.53/1082.03	c CPU time              : 1079.65 s
1081.53/1082.03	
1081.53/1082.04	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-1773604-1241258618/watcher-1773604-1241258618 -o /tmp/evaluation-result-1773604-1241258618/solver-1773604-1241258618 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773604-1241258618.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.93 0.98 0.99 3/64 21698
/proc/meminfo: memFree=1667528/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=0
/proc/21698/stat : 21698 (glucose.sh) R 21696 21698 21601 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153894499 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195329695 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21698/statm: 1340 235 194 169 0 51 0
[pid=21699] ppid=21698 vsize=1296 CPUtime=0
/proc/21699/stat : 21699 (SatELite_releas) R 21698 21698 21601 0 -1 4194304 170 0 0 0 0 0 0 0 18 0 1 0 153894499 1327104 154 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/21699/statm: 324 154 50 174 0 147 0

[startup+0.0569551 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 21698
/proc/meminfo: memFree=1667528/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=0
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153894499 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21698/statm: 1340 236 195 169 0 51 0
[pid=21699] ppid=21698 vsize=10016 CPUtime=0.05
/proc/21699/stat : 21699 (SatELite_releas) R 21698 21698 21601 0 -1 4194304 2208 0 0 0 4 1 0 0 19 0 1 0 153894499 10256384 2192 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/21699/statm: 2504 2192 50 174 0 2327 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15376

[startup+0.102957 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 21698
/proc/meminfo: memFree=1667528/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=0
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153894499 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21698/statm: 1340 236 195 169 0 51 0
[pid=21699] ppid=21698 vsize=18388 CPUtime=0.09
/proc/21699/stat : 21699 (SatELite_releas) R 21698 21698 21601 0 -1 4194304 3979 0 0 0 7 2 0 0 19 0 1 0 153894499 18829312 3963 1992294400 134512640 135225430 4294956176 18446744073709551615 134601911 0 0 4096 3 0 0 0 17 0 0 0
/proc/21699/statm: 4597 3966 73 174 0 4420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23748

[startup+0.302972 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 21698
/proc/meminfo: memFree=1667528/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=0
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153894499 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21698/statm: 1340 236 195 169 0 51 0
[pid=21699] ppid=21698 vsize=20224 CPUtime=0.28
/proc/21699/stat : 21699 (SatELite_releas) R 21698 21698 21601 0 -1 4194304 4636 0 0 0 26 2 0 0 21 0 1 0 153894499 20709376 4307 1992294400 134512640 135225430 4294956176 18446744073709551615 134549465 0 0 4096 3 0 0 0 17 0 0 0
/proc/21699/statm: 5056 4307 77 174 0 4879 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25584

[startup+0.703001 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 21698
/proc/meminfo: memFree=1667528/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=0
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153894499 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21698/statm: 1340 236 195 169 0 51 0
[pid=21699] ppid=21698 vsize=21296 CPUtime=0.68
/proc/21699/stat : 21699 (SatELite_releas) R 21698 21698 21601 0 -1 4194304 4853 0 0 0 65 3 0 0 25 0 1 0 153894499 21807104 4524 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21699/statm: 5324 4524 77 174 0 5147 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26656

[startup+1.50106 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 21700
/proc/meminfo: memFree=1642808/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=0
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153894499 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21698/statm: 1340 236 195 169 0 51 0
[pid=21699] ppid=21698 vsize=22932 CPUtime=1.49
/proc/21699/stat : 21699 (SatELite_releas) R 21698 21698 21601 0 -1 4194304 5241 0 0 0 143 6 0 0 25 0 1 0 153894499 23482368 4912 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21699/statm: 5733 4912 77 174 0 5556 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28292

[startup+3.10118 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1651320/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=8260 CPUtime=1.29
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 1946 0 0 0 128 1 0 0 25 0 1 0 153894678 8458240 1932 1992294400 134512640 135217611 4294956288 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 2065 1932 77 172 0 1890 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13620

[startup+6.30141 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1645560/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=13276 CPUtime=4.5
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 3179 0 0 0 448 2 0 0 25 0 1 0 153894678 13594624 3165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 3319 3165 77 172 0 3144 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18636

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1642296/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=15556 CPUtime=10.89
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 3744 0 0 0 1087 2 0 0 25 0 1 0 153894678 15929344 3730 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 3889 3730 77 172 0 3714 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20916

[startup+25.5028 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1636856/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=21368 CPUtime=23.69
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 5206 0 0 0 2366 3 0 0 25 0 1 0 153894678 21880832 5192 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 5342 5192 77 172 0 5167 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26728

[startup+51.1027 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1629752/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=28276 CPUtime=49.26
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 6923 0 0 0 4922 4 0 0 25 0 1 0 153894678 28954624 6909 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 7069 6909 77 172 0 6894 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 33636

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1623480/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=34564 CPUtime=100.45
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 8485 0 0 0 10040 5 0 0 25 0 1 0 153894678 35393536 8471 1992294400 134512640 135217611 4294956288 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 8641 8471 77 172 0 8466 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 39924

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1618232/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=39712 CPUtime=160.42
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 9800 0 0 0 16036 6 0 0 25 0 1 0 153894678 40665088 9786 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 9928 9786 77 172 0 9753 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 45072

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1611896/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=46168 CPUtime=220.4
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 11368 0 0 0 22033 7 0 0 25 0 1 0 153894678 47276032 11354 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 11542 11354 77 172 0 11367 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 51528

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1610552/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=47488 CPUtime=280.38
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 11713 0 0 0 28031 7 0 0 25 0 1 0 153894678 48627712 11699 1992294400 134512640 135217611 4294956288 18446744073709551615 134528065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 11872 11699 77 172 0 11697 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 52848

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1600120/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=58204 CPUtime=340.36
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 14414 0 0 0 34027 9 0 0 25 0 1 0 153894678 59600896 14400 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 14551 14400 77 172 0 14376 0
Current children cumulated CPU time (s) 342.14

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


[startup+702.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21701
/proc/meminfo: memFree=1587640/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=70312 CPUtime=700.21
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 17432 0 0 0 70009 12 0 0 25 0 1 0 153894678 71999488 17394 1992294400 134512640 135217611 4294956288 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 17578 17394 77 172 0 17403 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 75672

[startup+762.306 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1587576/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=70304 CPUtime=760.2
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 17437 0 0 0 76008 12 0 0 25 0 1 0 153894678 71991296 17399 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 17576 17399 77 172 0 17401 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 75664

[startup+822.302 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 21701
/proc/meminfo: memFree=1587576/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=70304 CPUtime=820.16
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 17437 0 0 0 82004 12 0 0 25 0 1 0 153894678 71991296 17399 1992294400 134512640 135217611 4294956288 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 17576 17399 77 172 0 17401 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 75664

[startup+882.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 21701
/proc/meminfo: memFree=1585720/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=72300 CPUtime=880.14
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 17919 0 0 0 88001 13 0 0 25 0 1 0 153894678 74035200 17881 1992294400 134512640 135217611 4294956288 18446744073709551615 134537187 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 18075 17881 77 172 0 17900 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 77660

[startup+942.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1582072/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=75864 CPUtime=940.1
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 18828 0 0 0 93996 14 0 0 25 0 1 0 153894678 77684736 18790 1992294400 134512640 135217611 4294956288 18446744073709551615 134527948 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 18966 18790 77 172 0 18791 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 81224

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1582072/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=75836 CPUtime=1000.08
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 18828 0 0 0 99994 14 0 0 25 0 1 0 153894678 77656064 18790 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 18959 18790 77 172 0 18784 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 81196

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1580856/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=77056 CPUtime=1060.06
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 19136 0 0 0 105992 14 0 0 25 0 1 0 153894678 78905344 19098 1992294400 134512640 135217611 4294956288 18446744073709551615 134533778 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 19264 19098 77 172 0 19089 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 82416

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

[startup+1075.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1580856/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=77056 CPUtime=1072.85
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 19138 0 0 0 107271 14 0 0 25 0 1 0 153894678 78905344 19100 1992294400 134512640 135217611 4294956288 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 19264 19100 77 172 0 19089 0
Current children cumulated CPU time (s) 1074.63
Current children cumulated vsize (KiB) 82416

[startup+1078.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1580856/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=77056 CPUtime=1076.06
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 19138 0 0 0 107592 14 0 0 25 0 1 0 153894678 78905344 19100 1992294400 134512640 135217611 4294956288 18446744073709551615 134528144 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 19264 19100 77 172 0 19089 0
Current children cumulated CPU time (s) 1077.84
Current children cumulated vsize (KiB) 82416

[startup+1079.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1580856/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=77056 CPUtime=1077.65
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 19138 0 0 0 107751 14 0 0 25 0 1 0 153894678 78905344 19100 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 19264 19100 77 172 0 19089 0
Current children cumulated CPU time (s) 1079.43
Current children cumulated vsize (KiB) 82416

[startup+1080.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1580856/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=77056 CPUtime=1078.45
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 19138 0 0 0 107831 14 0 0 25 0 1 0 153894678 78905344 19100 1992294400 134512640 135217611 4294956288 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 19264 19100 77 172 0 19089 0
Current children cumulated CPU time (s) 1080.23
Current children cumulated vsize (KiB) 82416

[startup+1081.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1580856/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=77056 CPUtime=1079.25
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 19138 0 0 0 107911 14 0 0 25 0 1 0 153894678 78905344 19100 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 19264 19100 77 172 0 19089 0
Current children cumulated CPU time (s) 1081.03
Current children cumulated vsize (KiB) 82416

[startup+1081.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1580856/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=77056 CPUtime=1079.65
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 19138 0 0 0 107951 14 0 0 25 0 1 0 153894678 78905344 19100 1992294400 134512640 135217611 4294956288 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 19264 19100 77 172 0 19089 0
Current children cumulated CPU time (s) 1081.43
Current children cumulated vsize (KiB) 82416

[startup+1082 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21701
/proc/meminfo: memFree=1580856/2055920 swapFree=4165120/4192956
[pid=21698] ppid=21696 vsize=5360 CPUtime=1.78
/proc/21698/stat : 21698 (glucose.sh) S 21696 21698 21601 0 -1 4194304 313 5935 0 0 0 0 171 7 16 0 1 0 153894499 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21698/statm: 1340 238 195 169 0 51 0
[pid=21701] ppid=21698 vsize=77056 CPUtime=1079.75
/proc/21701/stat : 21701 (glucose_static) R 21698 21698 21601 0 -1 4194304 19138 0 0 0 107961 14 0 0 25 0 1 0 153894678 78905344 19100 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21701/statm: 19264 19100 77 172 0 19089 0
Current children cumulated CPU time (s) 1081.53
Current children cumulated vsize (KiB) 82416

Child status: 20
Real time (s): 1082.06
CPU time (s): 1081.62
CPU user time (s): 1081.37
CPU system time (s): 0.249962
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 82416

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

runsolver used 0.834873 second user time and 3.10553 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-02 12:03:39
IDJOB=1773604
IDBENCH=70758
IDSOLVER=610
FILE ID=node34/1773604-1241258618
PBS_JOBID= 9224938
Free space on /tmp= 66496 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand064.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773604-1241258618/watcher-1773604-1241258618 -o /tmp/evaluation-result-1773604-1241258618/solver-1773604-1241258618 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773604-1241258618.cnf

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

MD5SUM BENCH= 1394bf507e3ed448c81b5502d6550d78
RANDOM SEED=858843151

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:       1668008 kB
Buffers:         67980 kB
Cached:         234660 kB
SwapCached:      21584 kB
Active:          39348 kB
Inactive:       287052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668008 kB
SwapTotal:     4192956 kB
SwapFree:      4165120 kB
Dirty:            3692 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            47568 kB
Committed_AS:   706308 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= 66496 MiB
End job on node34 at 2009-05-02 12:21:41