Trace number 1723205

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 399.748 399.937

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 benchmark21.7277
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 Parsing...
1.19/1.20	c ==============================================================================
1.19/1.20	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.20	c ==============================================================================
1.19/1.20	c |         0 | 1204272  2809968 |  361281       0        0     nan |  0.000 % |
8.48/8.59	c |         0 |  512827  2023633 |      --       0       --      -- |     --   | -691443/-786330
8.48/8.59	c ==============================================================================
8.48/8.59	c Result  :   #vars: 64148   #clauses: 512827   #literals: 2023633
8.48/8.59	c CPU time:   8.18375 s
8.48/8.59	c ==============================================================================
9.38/9.47	This is MiniSat 2.0 beta
9.38/9.47	WARNING: for repeatability, setting FPU to use double precision
9.38/9.47	============================[ Problem Statistics ]=============================
9.38/9.47	|                                                                             |
9.38/9.47	|  Number of variables:  64148                                                |
9.38/9.47	|  Number of clauses:    512827                                               |
9.77/9.85	|  Parsing time:         0.34         s                                       |
399.59/399.87	restarts              : 21
399.59/399.87	conflicts             : 915833         (2350 /sec)
399.59/399.87	decisions             : 3407997        (1.68 % random) (8744 /sec)
399.59/399.87	propagations          : 187520781      (481104 /sec)
399.59/399.87	conflict literals     : 36664938       (15.76 % deleted)
399.59/399.87	Memory used           : 203.49 MB
399.59/399.87	CPU time              : 389.772 s
399.59/399.87	
399.59/399.87	UNSATISFIABLE
399.69/399.90	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-1723205-1240684141/watcher-1723205-1240684141 -o /tmp/evaluation-result-1723205-1240684141/solver-1723205-1240684141 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1723205-1240684141.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: 0.99 0.99 1.00 3/65 18353
/proc/meminfo: memFree=1672296/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=0
/proc/18353/stat : 18353 (lysat.sh) R 18351 18353 17810 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 96442026 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 250968861343 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18353/statm: 1339 234 194 169 0 50 0
[pid=18354] ppid=18353 vsize=956 CPUtime=0
/proc/18354/stat : 18354 (SatElite) R 18353 18353 17810 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 96442026 978944 140 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/18354/statm: 239 148 50 127 0 109 0

[startup+0.014952 s]
/proc/loadavg: 0.99 0.99 1.00 3/65 18353
/proc/meminfo: memFree=1672296/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=0
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96442026 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18353/statm: 1339 235 195 169 0 50 0
[pid=18354] ppid=18353 vsize=2608 CPUtime=0
/proc/18354/stat : 18354 (SatElite) R 18353 18353 17810 0 -1 4194304 524 0 0 0 0 0 0 0 19 0 1 0 96442026 2670592 508 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/18354/statm: 652 508 50 127 0 522 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7964

[startup+0.101959 s]
/proc/loadavg: 0.99 0.99 1.00 3/65 18353
/proc/meminfo: memFree=1672296/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=0
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96442026 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18353/statm: 1339 235 195 169 0 50 0
[pid=18354] ppid=18353 vsize=16148 CPUtime=0.09
/proc/18354/stat : 18354 (SatElite) R 18353 18353 17810 0 -1 4194304 3441 0 0 0 8 1 0 0 19 0 1 0 96442026 16535552 3425 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18354/statm: 4037 3427 50 127 0 3907 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21504

[startup+0.301978 s]
/proc/loadavg: 0.99 0.99 1.00 3/65 18353
/proc/meminfo: memFree=1672296/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=0
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96442026 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18353/statm: 1339 235 195 169 0 50 0
[pid=18354] ppid=18353 vsize=41528 CPUtime=0.28
/proc/18354/stat : 18354 (SatElite) R 18353 18353 17810 0 -1 4194304 9909 0 0 0 24 4 0 0 21 0 1 0 96442026 42524672 9893 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/18354/statm: 10382 9897 50 127 0 10252 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46884

[startup+0.702016 s]
/proc/loadavg: 0.99 0.99 1.00 3/65 18353
/proc/meminfo: memFree=1672296/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=0
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96442026 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18353/statm: 1339 235 195 169 0 50 0
[pid=18354] ppid=18353 vsize=114632 CPUtime=0.69
/proc/18354/stat : 18354 (SatElite) R 18353 18353 17810 0 -1 4194304 22669 0 0 0 58 11 0 0 25 0 1 0 96442026 117383168 22653 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/18354/statm: 28658 22657 51 127 0 28528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119988

[startup+1.5011 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 18355
/proc/meminfo: memFree=1543640/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=0
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96442026 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18353/statm: 1339 235 195 169 0 50 0
[pid=18354] ppid=18353 vsize=182344 CPUtime=1.49
/proc/18354/stat : 18354 (SatElite) R 18353 18353 17810 0 -1 4194304 43946 0 0 0 128 21 0 0 25 0 1 0 96442026 186720256 40556 1992294400 134512640 135034092 4294956096 18446744073709551615 134671344 0 0 4096 3 0 0 0 17 0 0 0
/proc/18354/statm: 45586 40556 68 127 0 45456 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 187700

[startup+3.10125 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 18355
/proc/meminfo: memFree=1501080/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=0
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96442026 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18353/statm: 1339 235 195 169 0 50 0
[pid=18354] ppid=18353 vsize=189272 CPUtime=3.08
/proc/18354/stat : 18354 (SatElite) R 18353 18353 17810 0 -1 4194304 45587 0 0 0 283 25 0 0 25 0 1 0 96442026 193814528 42197 1992294400 134512640 135034092 4294956096 18446744073709551615 134566484 0 0 4096 3 0 0 0 17 0 0 0
/proc/18354/statm: 47318 42197 68 127 0 47188 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 194628

[startup+6.30256 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 18355
/proc/meminfo: memFree=1468064/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=0
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96442026 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18353/statm: 1339 235 195 169 0 50 0
[pid=18354] ppid=18353 vsize=202472 CPUtime=6.29
/proc/18354/stat : 18354 (SatElite) R 18353 18353 17810 0 -1 4194304 48521 0 0 0 592 37 0 0 25 0 1 0 96442026 207331328 45131 1992294400 134512640 135034092 4294956096 18446744073709551615 134569440 0 0 4096 3 0 0 0 17 0 0 0
/proc/18354/statm: 50618 45131 68 127 0 50488 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 207828

[startup+12.7012 s]
/proc/loadavg: 1.15 1.02 1.01 2/67 18356
/proc/meminfo: memFree=1591200/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=34292 CPUtime=3.21
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 8127 0 0 0 317 4 0 0 25 0 1 0 96442973 35115008 8102 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 8573 8102 77 171 0 8400 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39648

[startup+25.5014 s]
/proc/loadavg: 1.20 1.04 1.01 2/67 18356
/proc/meminfo: memFree=1578528/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=48464 CPUtime=16
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 11644 0 0 0 1594 6 0 0 25 0 1 0 96442973 49627136 11619 1992294400 134512640 135214827 4294956208 18446744073709551615 134536705 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 12116 11619 77 171 0 11943 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 53820

[startup+51.1019 s]
/proc/loadavg: 1.13 1.03 1.01 2/67 18356
/proc/meminfo: memFree=1559840/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=67548 CPUtime=41.6
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 16392 0 0 0 4149 11 0 0 25 0 1 0 96442973 69169152 16367 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 16887 16367 77 171 0 16714 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 72904

[startup+102.306 s]
/proc/loadavg: 1.05 1.02 1.01 2/67 18356
/proc/meminfo: memFree=1525728/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=101420 CPUtime=92.76
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 24766 0 0 0 9257 19 0 0 25 0 1 0 96442973 103854080 24741 1992294400 134512640 135214827 4294956208 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 25355 24741 77 171 0 25182 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 106776

[startup+162.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 18356
/proc/meminfo: memFree=1502688/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=125308 CPUtime=152.74
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 30576 0 0 0 15248 26 0 0 25 0 1 0 96442973 128315392 30551 1992294400 134512640 135214827 4294956208 18446744073709551615 134529292 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 31327 30551 77 171 0 31154 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 130664

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 18356
/proc/meminfo: memFree=1475872/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=151556 CPUtime=212.72
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 37226 0 0 0 21240 32 0 0 25 0 1 0 96442973 155193344 37201 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 37889 37201 77 171 0 37716 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 156912

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 18356
/proc/meminfo: memFree=1462368/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=165224 CPUtime=272.69
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 40700 0 0 0 27234 35 0 0 25 0 1 0 96442973 169189376 40675 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 41306 40675 77 171 0 41133 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 170580

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18356
/proc/meminfo: memFree=1439776/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=188444 CPUtime=332.67
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 46217 0 0 0 33227 40 0 0 25 0 1 0 96442973 192966656 46192 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 47111 46192 77 171 0 46938 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 193800

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18356
/proc/meminfo: memFree=1435616/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=192948 CPUtime=348.66
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 47375 0 0 0 34825 41 0 0 25 0 1 0 96442973 197578752 47350 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 48237 47350 77 171 0 48064 0
Current children cumulated CPU time (s) 358.11
Current children cumulated vsize (KiB) 198304

[startup+383.905 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18356
/proc/meminfo: memFree=1423136/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=204660 CPUtime=374.25
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 50344 0 0 0 37382 43 0 0 25 0 1 0 96442973 209571840 50319 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 51165 50319 77 171 0 50992 0
Current children cumulated CPU time (s) 383.7
Current children cumulated vsize (KiB) 210016

[startup+390.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18356
/proc/meminfo: memFree=1422048/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=205984 CPUtime=380.64
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 50652 0 0 0 38021 43 0 0 25 0 1 0 96442973 210927616 50627 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 51496 50627 77 171 0 51323 0
Current children cumulated CPU time (s) 390.09
Current children cumulated vsize (KiB) 211340

[startup+396.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18356
/proc/meminfo: memFree=1420704/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=207180 CPUtime=387.05
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 50979 0 0 0 38661 44 0 0 25 0 1 0 96442973 212152320 50954 1992294400 134512640 135214827 4294956208 18446744073709551615 134527328 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 51795 50954 77 171 0 51622 0
Current children cumulated CPU time (s) 396.5
Current children cumulated vsize (KiB) 212536

[startup+398.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18356
/proc/meminfo: memFree=1420448/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=207444 CPUtime=388.64
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 51039 0 0 0 38820 44 0 0 25 0 1 0 96442973 212422656 51014 1992294400 134512640 135214827 4294956208 18446744073709551615 134528367 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 51861 51014 77 171 0 51688 0
Current children cumulated CPU time (s) 398.09
Current children cumulated vsize (KiB) 212800

[startup+399.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18356
/proc/meminfo: memFree=1420448/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=207972 CPUtime=389.44
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 51159 0 0 0 38900 44 0 0 25 0 1 0 96442973 212963328 51134 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18356/statm: 51993 51134 77 171 0 51820 0
Current children cumulated CPU time (s) 398.89
Current children cumulated vsize (KiB) 213328

[startup+399.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18356
/proc/meminfo: memFree=1419808/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=208236 CPUtime=389.83
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194304 51252 0 0 0 38939 44 0 0 25 0 1 0 96442973 213233664 51227 1992294400 134512640 135214827 4294956208 18446744073709551615 134536604 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 52059 51227 77 171 0 51886 0
Current children cumulated CPU time (s) 399.28
Current children cumulated vsize (KiB) 213592

[startup+399.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18356
/proc/meminfo: memFree=1419808/2055920 swapFree=4192812/4192956
[pid=18353] ppid=18351 vsize=5356 CPUtime=9.45
/proc/18353/stat : 18353 (lysat.sh) S 18351 18353 17810 0 -1 4194304 310 53053 0 0 0 0 897 48 16 0 1 0 96442026 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18353/statm: 1339 237 195 169 0 50 0
[pid=18356] ppid=18353 vsize=0 CPUtime=390.24
/proc/18356/stat : 18356 (LySATc) R 18353 18353 17810 0 -1 4194308 51285 0 0 0 38977 47 0 0 25 0 1 0 96442973 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/18356/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 399.69
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 399.937
CPU time (s): 399.748
CPU user time (s): 398.752
CPU system time (s): 0.995848
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 213728

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

runsolver used 0.343947 second user time and 1.11983 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-25 20:29:03
IDJOB=1723205
IDBENCH=71688
IDSOLVER=512
FILE ID=node56/1723205-1240684141
PBS_JOBID= 9186632
Free space on /tmp= 102984 MiB

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

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=746694601

node56.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.218
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.218
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:       1672776 kB
Buffers:         50712 kB
Cached:         246712 kB
SwapCached:        144 kB
Active:         135320 kB
Inactive:       176740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           24156 kB
Writeback:           0 kB
Mapped:          24472 kB
Slab:            57048 kB
Committed_AS:   299880 kB
PageTables:       1468 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= 102984 MiB
End job on node56 at 2009-04-25 20:35:43