Trace number 1824949

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
LySAT c/2009-03-20UNSAT 1027.32 1027.71

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark95.5065
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

Solver Data

0.00/0.00	c Parsing...
0.99/1.01	c ==============================================================================
0.99/1.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.01	c ==============================================================================
0.99/1.01	c |         0 |  861366  1745389 |  258409       0        0     nan |  0.000 % |
4.79/4.85	c |         0 |  813835  2298271 |      --       0       --      -- |     --   | -47531/552882
4.79/4.85	c ==============================================================================
4.79/4.85	c Result  :   #vars: 25516   #clauses: 813835   #literals: 2298271
4.79/4.85	c CPU time:   4.68329 s
4.79/4.85	c ==============================================================================
5.79/5.88	This is MiniSat 2.0 beta
5.79/5.88	WARNING: for repeatability, setting FPU to use double precision
5.79/5.88	============================[ Problem Statistics ]=============================
5.79/5.88	|                                                                             |
5.79/5.89	|  Number of variables:  25516                                                |
5.79/5.89	|  Number of clauses:    813835                                               |
6.48/6.56	|  Parsing time:         0.61         s                                       |
1027.20/1027.67	restarts              : 20
1027.20/1027.67	conflicts             : 466884         (457 /sec)
1027.20/1027.67	decisions             : 1209074        (1.56 % random) (1184 /sec)
1027.20/1027.67	propagations          : 322394118      (315735 /sec)
1027.20/1027.67	conflict literals     : 19965295       (49.74 % deleted)
1027.20/1027.67	Memory used           : 121.64 MB
1027.20/1027.67	CPU time              : 1021.09 s
1027.20/1027.67	
1027.20/1027.67	UNSATISFIABLE
1027.20/1027.69	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-1824949-1242473853/watcher-1824949-1242473853 -o /tmp/evaluation-result-1824949-1242473853/solver-1824949-1242473853 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824949-1242473853.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.08 1.08 0.97 3/64 29311
/proc/meminfo: memFree=1867384/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=0
/proc/29311/stat : 29311 (lysat.sh) R 29309 29311 29205 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 275414079 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/29311/statm: 1339 234 194 169 0 50 0
[pid=29312] ppid=29311 vsize=984 CPUtime=0
/proc/29312/stat : 29312 (SatElite) R 29311 29311 29205 0 -1 4194304 145 0 0 0 0 0 0 0 20 0 1 0 275414080 1007616 129 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/29312/statm: 246 137 51 127 0 116 0

[startup+0.016025 s]
/proc/loadavg: 1.08 1.08 0.97 3/64 29311
/proc/meminfo: memFree=1867384/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=0
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275414079 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 235 195 169 0 50 0
[pid=29312] ppid=29311 vsize=4056 CPUtime=0
/proc/29312/stat : 29312 (SatElite) R 29311 29311 29205 0 -1 4194304 866 0 0 0 0 0 0 0 21 0 1 0 275414080 4153344 850 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29312/statm: 1014 851 50 127 0 884 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9412

[startup+0.101041 s]
/proc/loadavg: 1.08 1.08 0.97 3/64 29311
/proc/meminfo: memFree=1867384/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=0
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275414079 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 235 195 169 0 50 0
[pid=29312] ppid=29311 vsize=8736 CPUtime=0.09
/proc/29312/stat : 29312 (SatElite) R 29311 29311 29205 0 -1 4194304 2018 0 0 0 8 1 0 0 21 0 1 0 275414080 8945664 2002 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29312/statm: 2184 2003 50 127 0 2054 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14092

[startup+0.301077 s]
/proc/loadavg: 1.08 1.08 0.97 3/64 29311
/proc/meminfo: memFree=1867384/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=0
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275414079 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 235 195 169 0 50 0
[pid=29312] ppid=29311 vsize=18324 CPUtime=0.28
/proc/29312/stat : 29312 (SatElite) R 29311 29311 29205 0 -1 4194304 4228 0 0 0 26 2 0 0 22 0 1 0 275414080 18763776 4212 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29312/statm: 4581 4212 50 127 0 4451 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23680

[startup+0.701152 s]
/proc/loadavg: 1.08 1.08 0.97 3/64 29311
/proc/meminfo: memFree=1867384/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=0
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275414079 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 235 195 169 0 50 0
[pid=29312] ppid=29311 vsize=35552 CPUtime=0.69
/proc/29312/stat : 29312 (SatElite) R 29311 29311 29205 0 -1 4194304 8444 0 0 0 64 5 0 0 25 0 1 0 275414080 36405248 8428 1992294400 134512640 135034092 4294956112 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 1 0 0
/proc/29312/statm: 8888 8429 50 127 0 8758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40908

[startup+1.5013 s]
/proc/loadavg: 1.08 1.08 0.97 2/66 29313
/proc/meminfo: memFree=1821928/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=0
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275414079 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 235 195 169 0 50 0
[pid=29312] ppid=29311 vsize=62204 CPUtime=1.48
/proc/29312/stat : 29312 (SatElite) R 29311 29311 29205 0 -1 4194304 14410 0 0 0 139 9 0 0 25 0 1 0 275414080 63696896 14336 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29312/statm: 15551 14336 68 127 0 15421 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 67560

[startup+3.10161 s]
/proc/loadavg: 1.07 1.08 0.97 2/66 29313
/proc/meminfo: memFree=1796648/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=0
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275414079 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 235 195 169 0 50 0
[pid=29312] ppid=29311 vsize=87732 CPUtime=3.09
/proc/29312/stat : 29312 (SatElite) R 29311 29311 29205 0 -1 4194304 18235 0 0 0 298 11 0 0 25 0 1 0 275414080 89837568 18161 1992294400 134512640 135034092 4294956112 18446744073709551615 134569265 0 0 4096 3 0 0 0 17 1 0 0
/proc/29312/statm: 21933 18161 68 127 0 21803 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93088

[startup+6.30122 s]
/proc/loadavg: 1.07 1.08 0.97 2/66 29313
/proc/meminfo: memFree=1791720/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 5356

[startup+12.7014 s]
/proc/loadavg: 1.06 1.07 0.97 2/66 29314
/proc/meminfo: memFree=1811112/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=40220 CPUtime=6.8
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 9666 0 0 0 673 7 0 0 25 0 1 0 275414668 41185280 9651 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 10055 9651 76 171 0 9882 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45576

[startup+25.5018 s]
/proc/loadavg: 1.05 1.07 0.97 2/66 29314
/proc/meminfo: memFree=1809704/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=41636 CPUtime=19.59
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 10014 0 0 0 1952 7 0 0 25 0 1 0 275414668 42635264 9999 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 10409 9999 76 171 0 10236 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 46992

[startup+51.1017 s]
/proc/loadavg: 1.03 1.06 0.97 2/66 29314
/proc/meminfo: memFree=1807720/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=43720 CPUtime=45.15
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 10548 0 0 0 4507 8 0 0 25 0 1 0 275414668 44769280 10533 1992294400 134512640 135214827 4294956224 18446744073709551615 134528463 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 10930 10533 76 171 0 10757 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 49076

[startup+102.305 s]
/proc/loadavg: 1.01 1.05 0.97 2/66 29314
/proc/meminfo: memFree=1803176/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=48508 CPUtime=96.34
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 11697 0 0 0 9624 10 0 0 25 0 1 0 275414668 49672192 11682 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 12127 11682 76 171 0 11954 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 53864

[startup+162.302 s]
/proc/loadavg: 1.00 1.04 0.97 2/66 29314
/proc/meminfo: memFree=1797928/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=53528 CPUtime=156.32
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 13016 0 0 0 15621 11 0 0 25 0 1 0 275414668 54812672 13001 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 13382 13001 76 171 0 13209 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 58884

[startup+222.303 s]
/proc/loadavg: 1.00 1.03 0.97 2/66 29314
/proc/meminfo: memFree=1792680/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=58820 CPUtime=216.3
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 14283 0 0 0 21617 13 0 0 25 0 1 0 275414668 60231680 14268 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 14705 14268 76 171 0 14532 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 64176

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 0.97 2/66 29314
/proc/meminfo: memFree=1786664/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=64760 CPUtime=276.28
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 15814 0 0 0 27612 16 0 0 25 0 1 0 275414668 66314240 15799 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 16190 15799 76 171 0 16017 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 70116

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 0.97 2/66 29316
/proc/meminfo: memFree=1779688/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=71904 CPUtime=336.25
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 17519 0 0 0 33608 17 0 0 25 0 1 0 275414668 73629696 17504 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 17976 17504 76 171 0 17803 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 77260

[startup+402.302 s]

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

/proc/29314/statm: 23687 23127 76 171 0 23514 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 100104

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1751208/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=100556 CPUtime=636.15
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 24615 0 0 0 63590 25 0 0 25 0 1 0 275414668 102969344 24600 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 25139 24600 76 171 0 24966 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 105912

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1745512/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=106116 CPUtime=696.13
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 26023 0 0 0 69586 27 0 0 25 0 1 0 275414668 108662784 26008 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 26529 26008 76 171 0 26356 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 111472

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1740072/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=111308 CPUtime=756.12
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 27358 0 0 0 75584 28 0 0 25 0 1 0 275414668 113979392 27343 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 27827 27343 76 171 0 27654 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 116664

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1735400/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=116092 CPUtime=816.09
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 28549 0 0 0 81580 29 0 0 25 0 1 0 275414668 118878208 28534 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 29023 28534 76 171 0 28850 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 121448

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1731560/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=119744 CPUtime=876.07
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 29485 0 0 0 87577 30 0 0 25 0 1 0 275414668 122617856 29470 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 29936 29470 76 171 0 29763 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 125100

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1728040/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=123180 CPUtime=936.05
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 30355 0 0 0 93574 31 0 0 25 0 1 0 275414668 126136320 30340 1992294400 134512640 135214827 4294956224 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 30795 30340 76 171 0 30622 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 128536

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1726696/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=124556 CPUtime=996.03
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 30688 0 0 0 99572 31 0 0 25 0 1 0 275414668 127545344 30673 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 31139 30673 76 171 0 30966 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 129912

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

[startup+1011.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1726632/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=124556 CPUtime=1004.83
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 30698 0 0 0 100452 31 0 0 25 0 1 0 275414668 127545344 30683 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 31139 30683 76 171 0 30966 0
Current children cumulated CPU time (s) 1010.71
Current children cumulated vsize (KiB) 129912

[startup+1017.51 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1726632/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=124556 CPUtime=1011.23
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 30700 0 0 0 101092 31 0 0 25 0 1 0 275414668 127545344 30685 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 31139 30685 76 171 0 30966 0
Current children cumulated CPU time (s) 1017.11
Current children cumulated vsize (KiB) 129912

[startup+1023.9 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1726632/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=124556 CPUtime=1017.62
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 30703 0 0 0 101731 31 0 0 25 0 1 0 275414668 127545344 30688 1992294400 134512640 135214827 4294956224 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 31139 30688 76 171 0 30966 0
Current children cumulated CPU time (s) 1023.5
Current children cumulated vsize (KiB) 129912

[startup+1025.5 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1726632/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=124556 CPUtime=1019.22
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 30704 0 0 0 101891 31 0 0 25 0 1 0 275414668 127545344 30689 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 31139 30689 76 171 0 30966 0
Current children cumulated CPU time (s) 1025.1
Current children cumulated vsize (KiB) 129912

[startup+1027.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1726632/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=124556 CPUtime=1020.82
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 30705 0 0 0 102051 31 0 0 25 0 1 0 275414668 127545344 30690 1992294400 134512640 135214827 4294956224 18446744073709551615 134529292 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 31139 30690 76 171 0 30966 0
Current children cumulated CPU time (s) 1026.7
Current children cumulated vsize (KiB) 129912

[startup+1027.5 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1726632/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5356 CPUtime=5.88
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 310 26745 0 0 0 0 564 24 19 0 1 0 275414079 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29311/statm: 1339 237 195 169 0 50 0
[pid=29314] ppid=29311 vsize=124556 CPUtime=1021.22
/proc/29314/stat : 29314 (LySATc) R 29311 29311 29205 0 -1 4194304 30705 0 0 0 102091 31 0 0 25 0 1 0 275414668 127545344 30690 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/29314/statm: 31139 30690 76 171 0 30966 0
Current children cumulated CPU time (s) 1027.1
Current children cumulated vsize (KiB) 129912

[startup+1027.7 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 29316
/proc/meminfo: memFree=1726632/2055920 swapFree=4180040/4192956
[pid=29311] ppid=29309 vsize=5360 CPUtime=1027.3
/proc/29311/stat : 29311 (lysat.sh) S 29309 29311 29205 0 -1 4194304 338 57459 0 0 0 0 102673 57 18 0 1 0 275414079 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29311/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 1027.3
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1027.71
CPU time (s): 1027.32
CPU user time (s): 1026.73
CPU system time (s): 0.58791
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 129912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1026.73
system time used= 0.58791
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57924
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= 40
involuntary context switches= 1234

runsolver used 1.17782 second user time and 2.56761 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-16 13:37:35
IDJOB=1824949
IDBENCH=24634
IDSOLVER=667
FILE ID=node37/1824949-1242473853
PBS_JOBID= 9306797
Free space on /tmp= 66320 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824949-1242473853/watcher-1824949-1242473853 -o /tmp/evaluation-result-1824949-1242473853/solver-1824949-1242473853 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824949-1242473853.cnf c

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=1898397344

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1867800 kB
Buffers:         31996 kB
Cached:         106072 kB
SwapCached:       7792 kB
Active:          61852 kB
Inactive:        86192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867800 kB
SwapTotal:     4192956 kB
SwapFree:      4180040 kB
Dirty:           14336 kB
Writeback:           0 kB
Mapped:          13988 kB
Slab:            26116 kB
Committed_AS:  1070464 kB
PageTables:       1392 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= 66316 MiB
End job on node37 at 2009-05-16 13:54:43