Trace number 1775244

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 25.8971 25.9217

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3664
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
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...
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 | 1204272  2809968 |  361281       0        0     nan |  0.000 % |
8.09/8.17	c |         0 |  512827  2023633 |      --       0       --      -- |     --   | -691443/-786330
8.09/8.18	c ==============================================================================
8.09/8.18	c Result  :   #vars: 64148   #clauses: 512827   #literals: 2023633
8.09/8.18	c CPU time:   7.72783 s
8.09/8.18	c ==============================================================================
8.87/8.95	c
8.87/8.95	c Starting glucose
8.87/8.95	c
8.87/8.95	
8.87/8.95	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
8.87/8.95	
8.87/8.95	c ============================[ Problem Statistics ]=============================
8.87/8.95	c |                                                                             |
8.87/8.95	c |  Number of variables:  64148                                                |
8.87/8.95	c |  Number of clauses:    512827                                               |
8.92/9.40	c |  Parsing time:         0.38         s                                       |
25.76/25.88	c restarts              : 64
25.76/25.88	c nb ReduceDB           : 4
25.76/25.88	c nb learnts DL2        : 1084
25.76/25.88	c nb learnts size 2     : 219
25.76/25.88	c nb learnts size 1     : 46
25.76/25.88	c conflicts             : 109662         (6511 /sec)
25.76/25.88	c decisions             : 501743         (1.54 % random) (29789 /sec)
25.76/25.88	c propagations          : 19355923       (1149167 /sec)
25.76/25.88	c conflict literals     : 2320802        (15.04 % deleted)
25.76/25.88	c Memory used           : 52.08 MB
25.76/25.88	c CPU time              : 16.8434 s
25.76/25.88	
25.76/25.89	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-1775244-1241270387/watcher-1775244-1241270387 -o /tmp/evaluation-result-1775244-1241270387/solver-1775244-1241270387 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775244-1241270387.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26537
/proc/meminfo: memFree=1287992/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=0
/proc/26537/stat : 26537 (glucose.sh) R 26535 26537 26470 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155071800 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 233588714143 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26537/statm: 1340 235 194 169 0 51 0
[pid=26538] ppid=26537 vsize=1140 CPUtime=0
/proc/26538/stat : 26538 (SatELite_releas) R 26537 26537 26470 0 -1 4194304 152 0 0 0 0 0 0 0 18 0 1 0 155071800 1167360 136 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/26538/statm: 285 137 50 174 0 108 0

[startup+0.066895 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26537
/proc/meminfo: memFree=1287992/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=0
/proc/26537/stat : 26537 (glucose.sh) S 26535 26537 26470 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155071800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26537/statm: 1340 236 195 169 0 51 0
[pid=26538] ppid=26537 vsize=10672 CPUtime=0.06
/proc/26538/stat : 26538 (SatELite_releas) R 26537 26537 26470 0 -1 4194304 2402 0 0 0 5 1 0 0 19 0 1 0 155071800 10928128 2386 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/26538/statm: 2668 2387 50 174 0 2491 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16032

[startup+0.102898 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26537
/proc/meminfo: memFree=1287992/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=0
/proc/26537/stat : 26537 (glucose.sh) S 26535 26537 26470 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155071800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26537/statm: 1340 236 195 169 0 51 0
[pid=26538] ppid=26537 vsize=16992 CPUtime=0.09
/proc/26538/stat : 26538 (SatELite_releas) R 26537 26537 26470 0 -1 4194304 3695 0 0 0 7 2 0 0 19 0 1 0 155071800 17399808 3679 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/26538/statm: 4248 3680 50 174 0 4071 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22352

[startup+0.302917 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26537
/proc/meminfo: memFree=1287992/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=0
/proc/26537/stat : 26537 (glucose.sh) S 26535 26537 26470 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155071800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26537/statm: 1340 236 195 169 0 51 0
[pid=26538] ppid=26537 vsize=43424 CPUtime=0.29
/proc/26538/stat : 26538 (SatELite_releas) R 26537 26537 26470 0 -1 4194304 10517 0 0 0 23 6 0 0 21 0 1 0 155071800 44466176 10501 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/26538/statm: 10856 10502 50 174 0 10679 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48784

[startup+0.702957 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26537
/proc/meminfo: memFree=1287992/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=0
/proc/26537/stat : 26537 (glucose.sh) S 26535 26537 26470 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155071800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26537/statm: 1340 236 195 169 0 51 0
[pid=26538] ppid=26537 vsize=117852 CPUtime=0.69
/proc/26538/stat : 26538 (SatELite_releas) R 26537 26537 26470 0 -1 4194304 23759 0 0 0 55 14 0 0 25 0 1 0 155071800 120680448 23743 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/26538/statm: 29463 23745 50 174 0 29286 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123212

[startup+1.50104 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26539
/proc/meminfo: memFree=1152424/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=0
/proc/26537/stat : 26537 (glucose.sh) S 26535 26537 26470 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155071800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26537/statm: 1340 236 195 169 0 51 0
[pid=26538] ppid=26537 vsize=183048 CPUtime=1.49
/proc/26538/stat : 26538 (SatELite_releas) R 26537 26537 26470 0 -1 4194304 44077 0 0 0 126 23 0 0 25 0 1 0 155071800 187441152 40687 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26538/statm: 45762 40687 77 174 0 45585 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188408

[startup+3.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26539
/proc/meminfo: memFree=1116264/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=0
/proc/26537/stat : 26537 (glucose.sh) S 26535 26537 26470 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155071800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26537/statm: 1340 236 195 169 0 51 0
[pid=26538] ppid=26537 vsize=189988 CPUtime=3.09
/proc/26538/stat : 26538 (SatELite_releas) R 26537 26537 26470 0 -1 4194304 45756 0 0 0 280 29 0 0 25 0 1 0 155071800 194547712 42366 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26538/statm: 47497 42366 77 174 0 47320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 195348

[startup+6.30153 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 26539
/proc/meminfo: memFree=1081192/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=0
/proc/26537/stat : 26537 (glucose.sh) S 26535 26537 26470 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155071800 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26537/statm: 1340 236 195 169 0 51 0
[pid=26538] ppid=26537 vsize=203440 CPUtime=6.29
/proc/26538/stat : 26538 (SatELite_releas) R 26537 26537 26470 0 -1 4194304 48804 0 0 0 587 42 0 0 25 0 1 0 155071800 208322560 45414 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26538/statm: 50860 45414 77 174 0 50683 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 208800

[startup+12.7012 s]
/proc/loadavg: 1.15 1.02 1.01 2/66 26540
/proc/meminfo: memFree=1194472/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=8.92
/proc/26537/stat : 26537 (glucose.sh) S 26535 26537 26470 0 -1 4194304 313 53103 0 0 0 0 840 52 16 0 1 0 155071800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26537/statm: 1340 238 195 169 0 51 0
[pid=26540] ppid=26537 vsize=48464 CPUtime=3.73
/proc/26540/stat : 26540 (glucose_static) R 26537 26537 26470 0 -1 4194304 11584 0 0 0 366 7 0 0 25 0 1 0 155072696 49627136 11544 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26540/statm: 12116 11544 77 172 0 11941 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 53824

[startup+25.5025 s]
/proc/loadavg: 1.18 1.03 1.01 2/66 26540
/proc/meminfo: memFree=1188840/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=8.92
/proc/26537/stat : 26537 (glucose.sh) S 26535 26537 26470 0 -1 4194304 313 53103 0 0 0 0 840 52 16 0 1 0 155071800 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26537/statm: 1340 238 195 169 0 51 0
[pid=26540] ppid=26537 vsize=53064 CPUtime=16.54
/proc/26540/stat : 26540 (glucose_static) R 26537 26537 26470 0 -1 4194304 12690 0 0 0 1646 8 0 0 25 0 1 0 155072696 54337536 12650 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26540/statm: 13266 12650 77 172 0 13091 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 58424

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

[startup+25.9025 s]
/proc/loadavg: 1.18 1.03 1.01 2/66 26540
/proc/meminfo: memFree=1188840/2055920 swapFree=4180900/4192956
[pid=26537] ppid=26535 vsize=5360 CPUtime=25.86
/proc/26537/stat : 26537 (glucose.sh) S 26535 26537 26470 0 -1 4194304 340 65863 0 0 0 0 2525 61 16 0 1 0 155071800 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26537/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 25.86
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 25.9217
CPU time (s): 25.8971
CPU user time (s): 25.2522
CPU system time (s): 0.644901
CPU usage (%): 99.905
Max. virtual memory (cumulated for all children) (KiB): 213120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.2522
system time used= 0.644901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66330
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= 11
involuntary context switches= 67

runsolver used 0.022996 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-02 15:19:49
IDJOB=1775244
IDBENCH=71688
IDSOLVER=610
FILE ID=node27/1775244-1241270387
PBS_JOBID= 9224986
Free space on /tmp= 66276 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/manol-pipe-c10nidw_s.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775244-1241270387/watcher-1775244-1241270387 -o /tmp/evaluation-result-1775244-1241270387/solver-1775244-1241270387 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775244-1241270387.cnf

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=1080591561

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1288408 kB
Buffers:         74468 kB
Cached:         605356 kB
SwapCached:       5072 kB
Active:          84204 kB
Inactive:       603680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1288408 kB
SwapTotal:     4192956 kB
SwapFree:      4180900 kB
Dirty:           23556 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            65548 kB
Committed_AS:   672376 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66276 MiB
End job on node27 at 2009-05-02 15:20:15