Trace number 1723465

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 600.825 601.156

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark115.078
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
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 Parsing...
0.38/0.49	c ==============================================================================
0.38/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.38/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.38/0.49	c ==============================================================================
0.38/0.49	c |         0 |  501420  1169980 |  150425       0        0     nan |  0.000 % |
3.29/3.39	c |         0 |  215779   849690 |      --       0       --      -- |     --   | -285639/-320285
3.29/3.39	c ==============================================================================
3.29/3.39	c Result  :   #vars: 28036   #clauses: 215779   #literals: 849690
3.29/3.39	c CPU time:   3.20751 s
3.29/3.39	c ==============================================================================
3.68/3.76	This is MiniSat 2.0 beta
3.68/3.76	WARNING: for repeatability, setting FPU to use double precision
3.68/3.76	============================[ Problem Statistics ]=============================
3.68/3.76	|                                                                             |
3.68/3.76	|  Number of variables:  28036                                                |
3.68/3.76	|  Number of clauses:    215779                                               |
3.75/3.92	|  Parsing time:         0.14         s                                       |
600.76/601.12	restarts              : 22
600.76/601.12	conflicts             : 1213812        (2034 /sec)
600.76/601.12	decisions             : 4461634        (1.56 % random) (7476 /sec)
600.76/601.12	propagations          : 255204961      (427634 /sec)
600.76/601.12	conflict literals     : 42591827       (24.94 % deleted)
600.76/601.12	Memory used           : 109.55 MB
600.76/601.12	CPU time              : 596.783 s
600.76/601.12	
600.76/601.12	UNSATISFIABLE
600.76/601.13	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-1723465-1240686163/watcher-1723465-1240686163 -o /tmp/evaluation-result-1723465-1240686163/solver-1723465-1240686163 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1723465-1240686163.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.12 3/64 21680
/proc/meminfo: memFree=1611848/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=0
/proc/21680/stat : 21680 (lysat.sh) R 21678 21680 21208 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 96644987 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21680/statm: 1339 234 194 169 0 50 0
[pid=21681] ppid=21680 vsize=956 CPUtime=0
/proc/21681/stat : 21681 (SatElite) R 21680 21680 21208 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 96644988 978944 144 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/21681/statm: 239 149 50 127 0 109 0

[startup+0.0962849 s]
/proc/loadavg: 1.00 1.01 1.12 3/64 21680
/proc/meminfo: memFree=1611848/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=0
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644987 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21680/statm: 1339 235 195 169 0 50 0
[pid=21681] ppid=21680 vsize=15764 CPUtime=0.08
/proc/21681/stat : 21681 (SatElite) R 21680 21680 21208 0 -1 4194304 3287 0 0 0 7 1 0 0 19 0 1 0 96644988 16142336 3271 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21681/statm: 3941 3272 50 127 0 3811 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21120

[startup+0.102286 s]
/proc/loadavg: 1.00 1.01 1.12 3/64 21680
/proc/meminfo: memFree=1611848/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=0
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644987 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21680/statm: 1339 235 195 169 0 50 0
[pid=21681] ppid=21680 vsize=16292 CPUtime=0.09
/proc/21681/stat : 21681 (SatElite) R 21680 21680 21208 0 -1 4194304 3484 0 0 0 8 1 0 0 19 0 1 0 96644988 16683008 3468 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21681/statm: 4073 3469 50 127 0 3943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21648

[startup+0.301328 s]
/proc/loadavg: 1.00 1.01 1.12 3/64 21680
/proc/meminfo: memFree=1611848/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=0
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644987 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21680/statm: 1339 235 195 169 0 50 0
[pid=21681] ppid=21680 vsize=41664 CPUtime=0.29
/proc/21681/stat : 21681 (SatElite) R 21680 21680 21208 0 -1 4194304 9942 0 0 0 24 5 0 0 21 0 1 0 96644988 42663936 9926 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21681/statm: 10416 9927 50 127 0 10286 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47020

[startup+0.701399 s]
/proc/loadavg: 1.00 1.01 1.12 3/64 21680
/proc/meminfo: memFree=1611848/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=0
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644987 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21680/statm: 1339 235 195 169 0 50 0
[pid=21681] ppid=21680 vsize=79708 CPUtime=0.69
/proc/21681/stat : 21681 (SatElite) R 21680 21680 21208 0 -1 4194304 18520 0 0 0 60 9 0 0 25 0 1 0 96644988 81620992 17110 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/21681/statm: 19927 17110 68 127 0 19797 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85064

[startup+1.50155 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 21682
/proc/meminfo: memFree=1538680/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=0
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644987 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21680/statm: 1339 235 195 169 0 50 0
[pid=21681] ppid=21680 vsize=83620 CPUtime=1.49
/proc/21681/stat : 21681 (SatElite) R 21680 21680 21208 0 -1 4194304 19366 0 0 0 138 11 0 0 25 0 1 0 96644988 85626880 17956 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/21681/statm: 20905 17956 68 127 0 20775 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88976

[startup+3.10185 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 21682
/proc/meminfo: memFree=1525368/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=0
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644987 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21680/statm: 1339 235 195 169 0 50 0
[pid=21681] ppid=21680 vsize=86900 CPUtime=3.09
/proc/21681/stat : 21681 (SatElite) R 21680 21680 21208 0 -1 4194304 20437 0 0 0 292 17 0 0 25 0 1 0 96644988 88985600 18695 1992294400 134512640 135034092 4294956096 18446744073709551615 134569447 0 0 4096 3 0 0 0 17 0 0 0
/proc/21681/statm: 21725 18695 68 127 0 21595 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92256

[startup+6.30146 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 21683
/proc/meminfo: memFree=1575672/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=18828 CPUtime=2.53
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 4448 0 0 0 250 3 0 0 25 0 1 0 96645363 19279872 4423 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 4707 4423 77 171 0 4534 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24184

[startup+12.7017 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 21683
/proc/meminfo: memFree=1567544/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=25972 CPUtime=8.92
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 6241 0 0 0 887 5 0 0 25 0 1 0 96645363 26595328 6216 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 6493 6216 77 171 0 6320 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31328

[startup+25.5021 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 21683
/proc/meminfo: memFree=1553336/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=40020 CPUtime=21.72
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 9729 0 0 0 2164 8 0 0 25 0 1 0 96645363 40980480 9704 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 10005 9704 77 171 0 9832 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 45376

[startup+51.1029 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 21683
/proc/meminfo: memFree=1535544/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=58136 CPUtime=47.29
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 14184 0 0 0 4717 12 0 0 25 0 1 0 96645363 59531264 14159 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 14534 14159 77 171 0 14361 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 63492

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 21683
/proc/meminfo: memFree=1507768/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=85544 CPUtime=98.46
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 21046 0 0 0 9827 19 0 0 25 0 1 0 96645363 87597056 21021 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 21386 21021 77 171 0 21213 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 90900

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 21683
/proc/meminfo: memFree=1506936/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=86344 CPUtime=158.43
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 21251 0 0 0 15824 19 0 0 25 0 1 0 96645363 88416256 21226 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 21586 21226 77 171 0 21413 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 91700

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 21683
/proc/meminfo: memFree=1506872/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=86344 CPUtime=218.4
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 21252 0 0 0 21820 20 0 0 25 0 1 0 96645363 88416256 21227 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 21586 21227 77 171 0 21413 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 91700

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 21683
/proc/meminfo: memFree=1506872/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=86344 CPUtime=278.37
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 21252 0 0 0 27817 20 0 0 25 0 1 0 96645363 88416256 21227 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 21586 21227 77 171 0 21413 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 91700

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 21683
/proc/meminfo: memFree=1504056/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=89400 CPUtime=338.34
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 21985 0 0 0 33814 20 0 0 25 0 1 0 96645363 91545600 21960 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 22350 21960 77 171 0 22177 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 94756

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 21683
/proc/meminfo: memFree=1494712/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=98868 CPUtime=398.3
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 24337 0 0 0 39808 22 0 0 25 0 1 0 96645363 101240832 24312 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 24717 24312 77 171 0 24544 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 104224

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 21683
/proc/meminfo: memFree=1485944/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=108380 CPUtime=458.28
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 26481 0 0 0 45804 24 0 0 25 0 1 0 96645363 110981120 26456 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 27095 26456 77 171 0 26922 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 113736

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 21683
/proc/meminfo: memFree=1482616/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=111784 CPUtime=518.25
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 27301 0 0 0 51800 25 0 0 25 0 1 0 96645363 114466816 27276 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 27946 27276 77 171 0 27773 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 117140

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 21683
/proc/meminfo: memFree=1482616/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=111784 CPUtime=578.22
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 27301 0 0 0 57797 25 0 0 25 0 1 0 96645363 114466816 27276 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 27946 27276 77 171 0 27773 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 117140

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

[startup+588.701 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 21683
/proc/meminfo: memFree=1482552/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=111784 CPUtime=584.61
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 27327 0 0 0 58436 25 0 0 25 0 1 0 96645363 114466816 27302 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 27946 27302 77 171 0 27773 0
Current children cumulated CPU time (s) 588.36
Current children cumulated vsize (KiB) 117140

[startup+595.106 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 21683
/proc/meminfo: memFree=1482360/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=112176 CPUtime=591.02
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 27380 0 0 0 59077 25 0 0 25 0 1 0 96645363 114868224 27355 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 28044 27355 77 171 0 27871 0
Current children cumulated CPU time (s) 594.77
Current children cumulated vsize (KiB) 117532

[startup+598.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 21683
/proc/meminfo: memFree=1482360/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=112176 CPUtime=594.21
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 27381 0 0 0 59396 25 0 0 25 0 1 0 96645363 114868224 27356 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 28044 27356 77 171 0 27871 0
Current children cumulated CPU time (s) 597.96
Current children cumulated vsize (KiB) 117532

[startup+599.901 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 21683
/proc/meminfo: memFree=1482360/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=112176 CPUtime=595.81
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 27381 0 0 0 59556 25 0 0 25 0 1 0 96645363 114868224 27356 1992294400 134512640 135214827 4294956208 18446744073709551615 134529738 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 28044 27356 77 171 0 27871 0
Current children cumulated CPU time (s) 599.56
Current children cumulated vsize (KiB) 117532

[startup+600.702 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 21683
/proc/meminfo: memFree=1482360/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=112176 CPUtime=596.61
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 27381 0 0 0 59636 25 0 0 25 0 1 0 96645363 114868224 27356 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 28044 27356 77 171 0 27871 0
Current children cumulated CPU time (s) 600.36
Current children cumulated vsize (KiB) 117532

[startup+601.102 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 21683
/proc/meminfo: memFree=1482360/2055920 swapFree=4177552/4192956
[pid=21680] ppid=21678 vsize=5356 CPUtime=3.75
/proc/21680/stat : 21680 (lysat.sh) S 21678 21680 21208 0 -1 4194304 310 22157 0 0 0 0 354 21 16 0 1 0 96644987 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21680/statm: 1339 237 195 169 0 50 0
[pid=21683] ppid=21680 vsize=112176 CPUtime=597.01
/proc/21683/stat : 21683 (LySATc) R 21680 21680 21208 0 -1 4194304 27381 0 0 0 59676 25 0 0 25 0 1 0 96645363 114868224 27356 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21683/statm: 28044 27356 77 171 0 27871 0
Current children cumulated CPU time (s) 600.76
Current children cumulated vsize (KiB) 117532

Child status: 20
Real time (s): 601.156
CPU time (s): 600.825
CPU user time (s): 600.328
CPU system time (s): 0.496924
CPU usage (%): 99.945
Max. virtual memory (cumulated for all children) (KiB): 117532

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

runsolver used 0.554915 second user time and 1.63775 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-25 21:02:44
IDJOB=1723465
IDBENCH=71715
IDSOLVER=512
FILE ID=node37/1723465-1240686163
PBS_JOBID= 9186646
Free space on /tmp= 66292 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723465-1240686163/watcher-1723465-1240686163 -o /tmp/evaluation-result-1723465-1240686163/solver-1723465-1240686163 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1723465-1240686163.cnf c

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=2080089870

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:       1612328 kB
Buffers:         64956 kB
Cached:         315560 kB
SwapCached:      10280 kB
Active:         163020 kB
Inactive:       230028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612328 kB
SwapTotal:     4192956 kB
SwapFree:      4177552 kB
Dirty:           10868 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            36620 kB
Committed_AS:   417924 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= 66292 MiB
End job on node37 at 2009-04-25 21:12:45