Trace number 1774674

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 2297.58 2298.7

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1091.03
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
1.09/1.14	c ==============================================================================
1.09/1.14	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.14	c ==============================================================================
1.09/1.14	c |         0 | 1120813  2633174 |  336243       0        0     nan |  0.000 % |
6.99/7.06	c |         0 |  777919  2077798 |      --       0       --      -- |     --   | -91956/18047
6.99/7.07	c ==============================================================================
6.99/7.07	c Result  :   #vars: 158000   #clauses: 777919   #literals: 2077798
6.99/7.07	c CPU time:   6.80896 s
6.99/7.07	c ==============================================================================
7.78/7.86	c
7.78/7.86	c Starting glucose
7.78/7.86	c
7.78/7.86	
7.78/7.86	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
7.78/7.86	
7.78/7.86	c ============================[ Problem Statistics ]=============================
7.78/7.86	c |                                                                             |
7.78/7.86	c |  Number of variables:  158000                                               |
7.78/7.86	c |  Number of clauses:    777919                                               |
7.83/8.43	c |  Parsing time:         0.49         s                                       |
2297.47/2298.66	c restarts              : 98
2297.47/2298.66	c nb ReduceDB           : 13
2297.47/2298.66	c nb learnts DL2        : 1291
2297.47/2298.66	c nb learnts size 2     : 773
2297.47/2298.66	c nb learnts size 1     : 117
2297.47/2298.66	c conflicts             : 354177         (155 /sec)
2297.47/2298.66	c decisions             : 586984         (0.96 % random) (256 /sec)
2297.47/2298.66	c propagations          : 3592612326     (1569150 /sec)
2297.47/2298.66	c conflict literals     : 37040574       (62.05 % deleted)
2297.47/2298.66	c Memory used           : 94.71 MB
2297.47/2298.66	c CPU time              : 2289.53 s
2297.47/2298.66	
2297.47/2298.67	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-1774674-1241267146/watcher-1774674-1241267146 -o /tmp/evaluation-result-1774674-1241267146/solver-1774674-1241267146 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774674-1241267146.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 1532
/proc/meminfo: memFree=1906736/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=0
/proc/1532/stat : 1532 (glucose.sh) R 1530 1532 1435 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154743144 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272836913823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1532/statm: 1340 235 194 169 0 51 0
[pid=1533] ppid=1532 vsize=1740 CPUtime=0
/proc/1533/stat : 1533 (SatELite_releas) R 1532 1532 1435 0 -1 4194304 279 0 0 0 0 0 0 0 18 0 1 0 154743144 1781760 263 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/1533/statm: 435 265 50 174 0 258 0

[startup+0.0309749 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1532
/proc/meminfo: memFree=1906736/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=0
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154743144 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 236 195 169 0 51 0
[pid=1533] ppid=1532 vsize=13388 CPUtime=0.01
/proc/1533/stat : 1533 (SatELite_releas) R 1532 1532 1435 0 -1 4194304 2362 0 0 0 1 0 0 0 19 0 1 0 154743144 13709312 2242 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/1533/statm: 3347 2244 50 174 0 3170 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18748

[startup+0.101985 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1532
/proc/meminfo: memFree=1906736/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=0
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154743144 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 236 195 169 0 51 0
[pid=1533] ppid=1532 vsize=31124 CPUtime=0.09
/proc/1533/stat : 1533 (SatELite_releas) R 1532 1532 1435 0 -1 4194304 5700 0 0 0 6 3 0 0 19 0 1 0 154743144 31870976 5516 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/1533/statm: 7781 5518 50 174 0 7604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36484

[startup+0.302013 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1532
/proc/meminfo: memFree=1906736/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=0
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154743144 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 236 195 169 0 51 0
[pid=1533] ppid=1532 vsize=49292 CPUtime=0.29
/proc/1533/stat : 1533 (SatELite_releas) R 1532 1532 1435 0 -1 4194304 10092 0 0 0 24 5 0 0 21 0 1 0 154743144 50475008 9908 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/1533/statm: 12323 9909 50 174 0 12146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54652

[startup+0.701071 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1532
/proc/meminfo: memFree=1906736/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=0
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154743144 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 236 195 169 0 51 0
[pid=1533] ppid=1532 vsize=75412 CPUtime=0.69
/proc/1533/stat : 1533 (SatELite_releas) R 1532 1532 1435 0 -1 4194304 17181 0 0 0 60 9 0 0 25 0 1 0 154743144 77221888 16997 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/1533/statm: 18853 16998 51 174 0 18676 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80772

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1534
/proc/meminfo: memFree=1801120/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=0
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154743144 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 236 195 169 0 51 0
[pid=1533] ppid=1532 vsize=153880 CPUtime=1.49
/proc/1533/stat : 1533 (SatELite_releas) R 1532 1532 1435 0 -1 4194304 30373 0 0 0 135 14 0 0 25 0 1 0 154743144 157573120 30189 1992294400 134512640 135225430 4294956176 18446744073709551615 134586152 0 0 4096 3 0 0 0 17 0 0 0
/proc/1533/statm: 38470 30189 77 174 0 38293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159240

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1534
/proc/meminfo: memFree=1779808/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=0
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154743144 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 236 195 169 0 51 0
[pid=1533] ppid=1532 vsize=166756 CPUtime=3.09
/proc/1533/stat : 1533 (SatELite_releas) R 1532 1532 1435 0 -1 4194304 36454 0 0 0 289 20 0 0 25 0 1 0 154743144 170758144 33418 1992294400 134512640 135225430 4294956176 18446744073709551615 134587224 0 0 4096 3 0 0 0 17 0 0 0
/proc/1533/statm: 41689 33418 77 174 0 41512 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 172116

[startup+6.30189 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1534
/proc/meminfo: memFree=1767264/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=0
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154743144 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 236 195 169 0 51 0
[pid=1533] ppid=1532 vsize=177532 CPUtime=6.28
/proc/1533/stat : 1533 (SatELite_releas) R 1532 1532 1435 0 -1 4194304 42106 0 0 0 605 23 0 0 25 0 1 0 154743144 181792768 35422 1992294400 134512640 135225430 4294956176 18446744073709551615 134586156 0 0 4096 3 0 0 0 17 0 0 0
/proc/1533/statm: 44383 35422 77 174 0 44206 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 182892

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1535
/proc/meminfo: memFree=1823392/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=67136 CPUtime=4.83
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 15079 0 0 0 476 7 0 0 25 0 1 0 154743930 68747264 15057 1992294400 134512640 135217611 4294956288 18446744073709551615 134536761 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 16784 15057 77 172 0 16609 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 72496

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1535
/proc/meminfo: memFree=1820768/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=69780 CPUtime=17.62
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 15750 0 0 0 1754 8 0 0 25 0 1 0 154743930 71454720 15728 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 17445 15728 77 172 0 17270 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 75140

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1535
/proc/meminfo: memFree=1815264/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=75488 CPUtime=43.19
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 17179 0 0 0 4309 10 0 0 25 0 1 0 154743930 77299712 17157 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1535/statm: 18872 17157 77 172 0 18697 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 80848

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1535
/proc/meminfo: memFree=1803808/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=86832 CPUtime=94.37
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 20023 0 0 0 9423 14 0 0 25 0 1 0 154743930 88915968 20001 1992294400 134512640 135217611 4294956288 18446744073709551615 134527845 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 21708 20001 77 172 0 21533 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 92192

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1535
/proc/meminfo: memFree=1803744/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=86832 CPUtime=154.33
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 20023 0 0 0 15419 14 0 0 25 0 1 0 154743930 88915968 20001 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 21708 20001 77 172 0 21533 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 92192

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1535
/proc/meminfo: memFree=1797216/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=93472 CPUtime=214.3
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 21659 0 0 0 21415 15 0 0 25 0 1 0 154743930 95715328 21637 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 23368 21637 77 172 0 23193 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 98832

[startup+282.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 1535
/proc/meminfo: memFree=1795232/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=95340 CPUtime=274.27
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22140 0 0 0 27411 16 0 0 25 0 1 0 154743930 97628160 22118 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 23835 22118 77 172 0 23660 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 100700

[startup+342.301 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 1535
/proc/meminfo: memFree=1795104/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=95508 CPUtime=334.24
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22161 0 0 0 33408 16 0 0 25 0 1 0 154743930 97800192 22139 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 23877 22139 77 172 0 23702 0
Current children cumulated CPU time (s) 342.07

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


[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1537
/proc/meminfo: memFree=1793120/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96836 CPUtime=1953.51
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22460 0 0 0 195334 17 0 0 25 0 1 0 154743930 99160064 22438 1992294400 134512640 135217611 4294956288 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24209 22438 77 172 0 24034 0
Current children cumulated CPU time (s) 1961.34
Current children cumulated vsize (KiB) 102196

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1537
/proc/meminfo: memFree=1793120/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96836 CPUtime=2013.48
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22464 0 0 0 201331 17 0 0 25 0 1 0 154743930 99160064 22442 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24209 22442 77 172 0 24034 0
Current children cumulated CPU time (s) 2021.31
Current children cumulated vsize (KiB) 102196

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1537
/proc/meminfo: memFree=1793056/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96836 CPUtime=2073.45
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22464 0 0 0 207328 17 0 0 25 0 1 0 154743930 99160064 22442 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24209 22442 77 172 0 24034 0
Current children cumulated CPU time (s) 2081.28
Current children cumulated vsize (KiB) 102196

[startup+2142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1543
/proc/meminfo: memFree=1792160/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96836 CPUtime=2133.41
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22479 0 0 0 213324 17 0 0 25 0 1 0 154743930 99160064 22457 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24209 22457 77 172 0 24034 0
Current children cumulated CPU time (s) 2141.24
Current children cumulated vsize (KiB) 102196

[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1543
/proc/meminfo: memFree=1792096/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96976 CPUtime=2193.38
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22483 0 0 0 219321 17 0 0 25 0 1 0 154743930 99303424 22461 1992294400 134512640 135217611 4294956288 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1535/statm: 24244 22461 77 172 0 24069 0
Current children cumulated CPU time (s) 2201.21
Current children cumulated vsize (KiB) 102336

[startup+2262.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 1543
/proc/meminfo: memFree=1792096/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96976 CPUtime=2253.35
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22483 0 0 0 225318 17 0 0 25 0 1 0 154743930 99303424 22461 1992294400 134512640 135217611 4294956288 18446744073709551615 134532889 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24244 22461 77 172 0 24069 0
Current children cumulated CPU time (s) 2261.18
Current children cumulated vsize (KiB) 102336

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

[startup+2278.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 1543
/proc/meminfo: memFree=1792032/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96976 CPUtime=2269.35
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22483 0 0 0 226917 18 0 0 25 0 1 0 154743930 99303424 22461 1992294400 134512640 135217611 4294956288 18446744073709551615 134532855 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24244 22461 77 172 0 24069 0
Current children cumulated CPU time (s) 2277.18
Current children cumulated vsize (KiB) 102336

[startup+2291.1 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 1543
/proc/meminfo: memFree=1792032/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96976 CPUtime=2282.15
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22483 0 0 0 228197 18 0 0 25 0 1 0 154743930 99303424 22461 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24244 22461 77 172 0 24069 0
Current children cumulated CPU time (s) 2289.98
Current children cumulated vsize (KiB) 102336

[startup+2294.3 s]
/proc/loadavg: 1.10 1.03 1.00 2/66 1543
/proc/meminfo: memFree=1792032/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96976 CPUtime=2285.34
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22483 0 0 0 228516 18 0 0 25 0 1 0 154743930 99303424 22461 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24244 22461 77 172 0 24069 0
Current children cumulated CPU time (s) 2293.17
Current children cumulated vsize (KiB) 102336

[startup+2295.9 s]
/proc/loadavg: 1.10 1.03 1.00 2/66 1543
/proc/meminfo: memFree=1792032/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96976 CPUtime=2286.94
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22483 0 0 0 228676 18 0 0 25 0 1 0 154743930 99303424 22461 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24244 22461 77 172 0 24069 0
Current children cumulated CPU time (s) 2294.77
Current children cumulated vsize (KiB) 102336

[startup+2297.5 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 1543
/proc/meminfo: memFree=1792032/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96976 CPUtime=2288.54
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22483 0 0 0 228836 18 0 0 25 0 1 0 154743930 99303424 22461 1992294400 134512640 135217611 4294956288 18446744073709551615 134522371 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24244 22461 77 172 0 24069 0
Current children cumulated CPU time (s) 2296.37
Current children cumulated vsize (KiB) 102336

[startup+2298.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 1543
/proc/meminfo: memFree=1792032/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96976 CPUtime=2289.34
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22483 0 0 0 228916 18 0 0 25 0 1 0 154743930 99303424 22461 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24244 22461 77 172 0 24069 0
Current children cumulated CPU time (s) 2297.17
Current children cumulated vsize (KiB) 102336

[startup+2298.5 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 1543
/proc/meminfo: memFree=1792032/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96976 CPUtime=2289.54
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22483 0 0 0 228936 18 0 0 25 0 1 0 154743930 99303424 22461 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24244 22461 77 172 0 24069 0
Current children cumulated CPU time (s) 2297.37
Current children cumulated vsize (KiB) 102336

[startup+2298.6 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 1543
/proc/meminfo: memFree=1792032/2055920 swapFree=4149780/4192956
[pid=1532] ppid=1530 vsize=5360 CPUtime=7.83
/proc/1532/stat : 1532 (glucose.sh) S 1530 1532 1435 0 -1 4194304 313 44200 0 0 0 0 750 33 16 0 1 0 154743144 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1532/statm: 1340 238 195 169 0 51 0
[pid=1535] ppid=1532 vsize=96976 CPUtime=2289.64
/proc/1535/stat : 1535 (glucose_static) R 1532 1532 1435 0 -1 4194304 22483 0 0 0 228946 18 0 0 25 0 1 0 154743930 99303424 22461 1992294400 134512640 135217611 4294956288 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1535/statm: 24244 22461 77 172 0 24069 0
Current children cumulated CPU time (s) 2297.47
Current children cumulated vsize (KiB) 102336

Child status: 20
Real time (s): 2298.7
CPU time (s): 2297.58
CPU user time (s): 2297.04
CPU system time (s): 0.545917
CPU usage (%): 99.9516
Max. virtual memory (cumulated for all children) (KiB): 183724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2297.04
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67162
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= 39
involuntary context switches= 5356

runsolver used 2.30165 second user time and 6.06508 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-02 14:25:47
IDJOB=1774674
IDBENCH=70988
IDSOLVER=610
FILE ID=node39/1774674-1241267146
PBS_JOBID= 9224964
Free space on /tmp= 66536 MiB

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

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

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED=544404442

node39.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.281
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.281
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:       1907152 kB
Buffers:          1696 kB
Cached:          42992 kB
SwapCached:      36912 kB
Active:          36852 kB
Inactive:        47092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907152 kB
SwapTotal:     4192956 kB
SwapFree:      4149780 kB
Dirty:           22172 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            50804 kB
Committed_AS:   763572 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= 66532 MiB
End job on node39 at 2009-05-02 15:04:06