Trace number 1563351

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 856.576 856.887

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.6579
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
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.28/0.39	c ==============================================================================
0.28/0.39	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.39	c ==============================================================================
0.28/0.39	c |         0 |  404200   943125 |  121259       0        0     nan |  0.000 % |
4.18/4.25	c |         0 |  103664   388086 |      --       0       --      -- |     --   | -300210/-554257
4.18/4.25	c ==============================================================================
4.18/4.25	c Result  :   #vars: 14948   #clauses: 103664   #literals: 388086
4.18/4.25	c CPU time:   4.06038 s
4.18/4.25	c ==============================================================================
4.38/4.44	This is MiniSat 2.0 beta
4.38/4.44	WARNING: for repeatability, setting FPU to use double precision
4.38/4.44	============================[ Problem Statistics ]=============================
4.38/4.44	|                                                                             |
4.38/4.44	|  Number of variables:  14948                                                |
4.38/4.44	|  Number of clauses:    103664                                               |
4.42/4.51	|  Parsing time:         0.06         s                                       |
856.48/856.86	restarts              : 21
856.48/856.86	conflicts             : 883142         (1037 /sec)
856.48/856.86	decisions             : 1321926        (1.57 % random) (1552 /sec)
856.48/856.86	propagations          : 371905342      (436533 /sec)
856.48/856.86	conflict literals     : 45509296       (53.06 % deleted)
856.48/856.86	Memory used           : 64.86 MB
856.48/856.86	CPU time              : 851.952 s
856.48/856.86	
856.48/856.86	UNSATISFIABLE
856.48/856.87	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-1563351-1238785350/watcher-1563351-1238785350 -o /tmp/evaluation-result-1563351-1238785350/solver-1563351-1238785350 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1563351-1238785350.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.85 0.97 1.09 3/76 21054
/proc/meminfo: memFree=1805832/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=0
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151196130 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 235 195 169 0 50 0
[pid=21055] ppid=21054 vsize=1604 CPUtime=0
/proc/21055/stat : 21055 (SatElite) R 21054 21054 21017 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 1151196130 1642496 281 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/21055/statm: 401 281 51 127 0 271 0

[startup+0.078125 s]
/proc/loadavg: 0.85 0.97 1.09 3/76 21054
/proc/meminfo: memFree=1805832/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=0
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151196130 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 235 195 169 0 50 0
[pid=21055] ppid=21054 vsize=10568 CPUtime=0.06
/proc/21055/stat : 21055 (SatElite) R 21054 21054 21017 0 -1 4194304 2481 0 0 0 6 0 0 0 18 0 1 0 1151196130 10821632 2465 1992294400 134512640 135034092 4294956112 18446744073709551615 134545092 0 0 4096 3 0 0 0 17 1 0 0
/proc/21055/statm: 2642 2466 51 127 0 2512 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15924

[startup+0.101124 s]
/proc/loadavg: 0.85 0.97 1.09 3/76 21054
/proc/meminfo: memFree=1805832/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=0
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151196130 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 235 195 169 0 50 0
[pid=21055] ppid=21054 vsize=15420 CPUtime=0.09
/proc/21055/stat : 21055 (SatElite) R 21054 21054 21017 0 -1 4194304 3234 0 0 0 8 1 0 0 18 0 1 0 1151196130 15790080 3218 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/21055/statm: 3855 3219 51 127 0 3725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20776

[startup+0.301156 s]
/proc/loadavg: 0.85 0.97 1.09 3/76 21054
/proc/meminfo: memFree=1805832/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=0
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151196130 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 235 195 169 0 50 0
[pid=21055] ppid=21054 vsize=39684 CPUtime=0.28
/proc/21055/stat : 21055 (SatElite) R 21054 21054 21017 0 -1 4194304 9415 0 0 0 24 4 0 0 19 0 1 0 1151196130 40636416 9399 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/21055/statm: 9921 9400 51 127 0 9791 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45040

[startup+0.70122 s]
/proc/loadavg: 0.85 0.97 1.09 3/76 21054
/proc/meminfo: memFree=1805832/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=0
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151196130 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 235 195 169 0 50 0
[pid=21055] ppid=21054 vsize=66560 CPUtime=0.69
/proc/21055/stat : 21055 (SatElite) R 21054 21054 21017 0 -1 4194304 13592 0 0 0 62 7 0 0 23 0 1 0 1151196130 68157440 13232 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/21055/statm: 16640 13232 68 127 0 16510 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71916

[startup+1.50135 s]
/proc/loadavg: 0.86 0.97 1.09 2/78 21056
/proc/meminfo: memFree=1745592/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=0
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151196130 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 235 195 169 0 50 0
[pid=21055] ppid=21054 vsize=74264 CPUtime=1.48
/proc/21055/stat : 21055 (SatElite) R 21054 21054 21017 0 -1 4194304 15361 0 0 0 138 10 0 0 25 0 1 0 1151196130 76046336 14987 1992294400 134512640 135034092 4294956112 18446744073709551615 134566687 0 0 4096 3 0 0 0 17 1 0 0
/proc/21055/statm: 18566 14987 68 127 0 18436 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 79620

[startup+3.1016 s]
/proc/loadavg: 0.86 0.97 1.09 2/78 21056
/proc/meminfo: memFree=1737144/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=0
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151196130 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 235 195 169 0 50 0
[pid=21055] ppid=21054 vsize=73928 CPUtime=3.07
/proc/21055/stat : 21055 (SatElite) R 21054 21054 21017 0 -1 4194304 18775 0 0 0 295 12 0 0 25 0 1 0 1151196130 75702272 15042 1992294400 134512640 135034092 4294956112 18446744073709551615 134566493 0 0 4096 3 0 0 0 17 1 0 0
/proc/21055/statm: 18482 15042 68 127 0 18352 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 79284

[startup+6.30112 s]
/proc/loadavg: 0.86 0.97 1.09 2/78 21057
/proc/meminfo: memFree=1783040/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=9904 CPUtime=1.85
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 2287 0 0 0 184 1 0 0 25 0 1 0 1151196574 10141696 2272 1992294400 134512640 135214827 4294956224 18446744073709551615 134537510 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 2476 2272 77 171 0 2303 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15260

[startup+12.7011 s]
/proc/loadavg: 0.95 0.99 1.09 2/78 21057
/proc/meminfo: memFree=1777920/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=14620 CPUtime=8.25
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 3491 0 0 0 823 2 0 0 25 0 1 0 1151196574 14970880 3476 1992294400 134512640 135214827 4294956224 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 3655 3476 77 171 0 3482 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19976

[startup+25.5012 s]
/proc/loadavg: 0.96 0.99 1.09 2/78 21057
/proc/meminfo: memFree=1771584/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=20828 CPUtime=21.04
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 5002 0 0 0 2101 3 0 0 25 0 1 0 1151196574 21327872 4987 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 5207 4987 77 171 0 5034 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 26184

[startup+51.1013 s]
/proc/loadavg: 0.97 0.99 1.09 2/78 21057
/proc/meminfo: memFree=1762176/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=30272 CPUtime=46.63
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 7375 0 0 0 4658 5 0 0 25 0 1 0 1151196574 30998528 7360 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 7568 7360 77 171 0 7395 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 35628

[startup+102.306 s]
/proc/loadavg: 1.03 1.00 1.09 2/78 21057
/proc/meminfo: memFree=1750528/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=41944 CPUtime=97.82
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 10250 0 0 0 9774 8 0 0 25 0 1 0 1151196574 42950656 10235 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 10486 10235 77 171 0 10313 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 47300

[startup+162.302 s]
/proc/loadavg: 1.05 1.01 1.09 2/78 21057
/proc/meminfo: memFree=1749824/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=42604 CPUtime=157.8
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 10411 0 0 0 15771 9 0 0 25 0 1 0 1151196574 43626496 10396 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 10651 10396 77 171 0 10478 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 47960

[startup+222.302 s]
/proc/loadavg: 1.02 1.01 1.08 2/78 21057
/proc/meminfo: memFree=1745664/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=46716 CPUtime=217.78
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 11451 0 0 0 21768 10 0 0 25 0 1 0 1151196574 47837184 11436 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 11679 11436 77 171 0 11506 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 52072

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 21057
/proc/meminfo: memFree=1737280/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=54940 CPUtime=277.75
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 13521 0 0 0 27763 12 0 0 25 0 1 0 1151196574 56258560 13506 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 13735 13506 77 171 0 13562 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 60296

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 21057
/proc/meminfo: memFree=1737216/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=54940 CPUtime=337.74
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 13522 0 0 0 33761 13 0 0 25 0 1 0 1151196574 56258560 13507 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 13735 13507 77 171 0 13562 0

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


[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 21057
/proc/meminfo: memFree=1729856/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=62644 CPUtime=517.67
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 15356 0 0 0 51752 15 0 0 25 0 1 0 1151196574 64147456 15341 1992294400 134512640 135214827 4294956224 18446744073709551615 134527575 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 15661 15341 77 171 0 15488 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 68000

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 21057
/proc/meminfo: memFree=1729792/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=62644 CPUtime=577.65
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 15358 0 0 0 57750 15 0 0 25 0 1 0 1151196574 64147456 15343 1992294400 134512640 135214827 4294956224 18446744073709551615 134527318 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 15661 15343 77 171 0 15488 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 68000

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 21057
/proc/meminfo: memFree=1729792/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=62644 CPUtime=637.63
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 15358 0 0 0 63748 15 0 0 25 0 1 0 1151196574 64147456 15343 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 15661 15343 77 171 0 15488 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 68000

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 21057
/proc/meminfo: memFree=1725824/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=697.61
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 69744 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134527625 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 71768

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 21057
/proc/meminfo: memFree=1725824/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=757.6
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 75743 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134540713 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 71768

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 21057
/proc/meminfo: memFree=1725760/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=817.57
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 81740 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 71768

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

[startup+831.901 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 21057
/proc/meminfo: memFree=1725760/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=827.16
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 82699 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134527464 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 831.58
Current children cumulated vsize (KiB) 71768

[startup+844.701 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 21057
/proc/meminfo: memFree=1725760/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=839.97
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 83980 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134527359 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 844.39
Current children cumulated vsize (KiB) 71768

[startup+851.101 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 21057
/proc/meminfo: memFree=1725760/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=846.36
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 84619 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 850.78
Current children cumulated vsize (KiB) 71768

[startup+854.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 21057
/proc/meminfo: memFree=1725760/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=849.56
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 84939 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 853.98
Current children cumulated vsize (KiB) 71768

[startup+855.901 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 21057
/proc/meminfo: memFree=1725760/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=851.16
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 85099 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134529379 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 855.58
Current children cumulated vsize (KiB) 71768

[startup+856.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 21057
/proc/meminfo: memFree=1725760/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=851.56
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 85139 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 855.98
Current children cumulated vsize (KiB) 71768

[startup+856.701 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 21057
/proc/meminfo: memFree=1725760/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=851.96
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 85179 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 856.38
Current children cumulated vsize (KiB) 71768

[startup+856.801 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 21057
/proc/meminfo: memFree=1725760/2055920 swapFree=4173552/4192956
[pid=21054] ppid=21052 vsize=5356 CPUtime=4.42
/proc/21054/stat : 21054 (lysat.sh) S 21052 21054 21017 0 -1 4194304 310 28383 0 0 0 0 422 20 16 0 1 0 1151196130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21054/statm: 1339 237 195 169 0 50 0
[pid=21057] ppid=21054 vsize=66412 CPUtime=852.06
/proc/21057/stat : 21057 (LySATc) R 21054 21054 21017 0 -1 4194304 16330 0 0 0 85189 17 0 0 25 0 1 0 1151196574 68005888 16315 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/21057/statm: 16603 16315 77 171 0 16430 0
Current children cumulated CPU time (s) 856.48
Current children cumulated vsize (KiB) 71768

Child status: 20
Real time (s): 856.887
CPU time (s): 856.576
CPU user time (s): 856.175
CPU system time (s): 0.400939
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 86864

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

runsolver used 0.866868 second user time and 2.27565 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-03 21:02:31
IDJOB=1563351
IDBENCH=70952
IDSOLVER=512
FILE ID=node69/1563351-1238785350
PBS_JOBID= 9085625
Free space on /tmp= 66484 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563351-1238785350/watcher-1563351-1238785350 -o /tmp/evaluation-result-1563351-1238785350/solver-1563351-1238785350 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1563351-1238785350.cnf c

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1166380401

node69.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.261
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	: 5931.00
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.261
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:       1806312 kB
Buffers:         22848 kB
Cached:         150348 kB
SwapCached:       9656 kB
Active:          87820 kB
Inactive:        96796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806312 kB
SwapTotal:     4192956 kB
SwapFree:      4173552 kB
Dirty:            9336 kB
Writeback:           0 kB
Mapped:          17144 kB
Slab:            49728 kB
Committed_AS:  3609440 kB
PageTables:       2336 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= 66480 MiB
End job on node69 at 2009-04-03 21:16:47