Trace number 1720736

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 i/2009-03-20UNSAT 487.154 491.865

General information on the benchmark

Namemanol-pipe-c10nid_i.cnf
MD5SUM5845608382cee59cce4973c50f16416c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark443.688
Satisfiable
(Un)Satisfiability was proved
Number of variables252516
Number of clauses750877
Sum of the clauses size1752045
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500584
Number of clauses of size 3250292
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.69/0.74	c ==============================================================================
0.69/0.74	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.74	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.74	c ==============================================================================
0.69/0.74	c |         0 |  750876  1752044 |  225262       0        0     nan |  0.000 % |
5.18/5.25	c |         0 |  320735  1252421 |      --       0       --      -- |     --   | -430139/-499618
5.18/5.26	c ==============================================================================
5.18/5.26	c Result  :   #vars: 41437   #clauses: 320735   #literals: 1252421
5.18/5.26	c CPU time:   5.01524 s
5.18/5.26	c ==============================================================================
5.69/10.29	c lySAT 0.1
5.69/10.29	c minisat core +  additionnal features
5.69/10.29	c ============================[ Problem Statistics ]=============================
5.69/10.29	c |                                                                             |
5.69/10.29	c |  Number of variables:  41437                                                |
5.69/10.29	c |  Number of clauses:    320735                                               |
5.79/10.54	c |  Parsing time:         0.22         s                                       |
487.08/491.83	c restarts              : 6229
487.08/491.83	c conflicts             : 1133840        (2356 /sec)
487.08/491.83	c decisions             : 8264804        (3.30 % random) (17176 /sec)
487.08/491.83	c euip                  : 31874       
487.08/491.83	c propagations          : 485965120      (1009934 /sec)
487.08/491.83	c conflict literals     : 23532709       (22.01 % deleted)
487.08/491.83	c Memory used           : 64.15 MB
487.08/491.83	c CPU time              : 481.185 s
487.08/491.83	c 
487.08/491.84	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-1720736-1240659370/watcher-1720736-1240659370 -o /tmp/evaluation-result-1720736-1240659370/solver-1720736-1240659370 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1720736-1240659370.cnf i 

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.82 1.79 1.44 3/65 17916
/proc/meminfo: memFree=1693296/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=0
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967435 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17916/statm: 1339 235 195 169 0 50 0
[pid=17917] ppid=17916 vsize=692 CPUtime=0
/proc/17917/stat : 17917 (SatElite) R 17916 17916 17294 0 -1 4194304 84 0 0 0 0 0 0 0 19 0 1 0 93967435 708608 68 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17917/statm: 173 70 50 127 0 43 0

[startup+0.063572 s]
/proc/loadavg: 1.82 1.79 1.44 3/65 17916
/proc/meminfo: memFree=1693296/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=0
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967435 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17916/statm: 1339 235 195 169 0 50 0
[pid=17917] ppid=17916 vsize=9564 CPUtime=0.05
/proc/17917/stat : 17917 (SatElite) R 17916 17916 17294 0 -1 4194304 2119 0 0 0 5 0 0 0 20 0 1 0 93967435 9793536 2103 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17917/statm: 2391 2104 50 127 0 2261 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14920

[startup+0.101578 s]
/proc/loadavg: 1.82 1.79 1.44 3/65 17916
/proc/meminfo: memFree=1693296/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=0
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967435 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17916/statm: 1339 235 195 169 0 50 0
[pid=17917] ppid=17916 vsize=16024 CPUtime=0.09
/proc/17917/stat : 17917 (SatElite) R 17916 17916 17294 0 -1 4194304 3402 0 0 0 8 1 0 0 20 0 1 0 93967435 16408576 3386 1992294400 134512640 135034092 4294956096 18446744073709551615 134544739 0 0 4096 3 0 0 0 17 0 0 0
/proc/17917/statm: 4006 3388 50 127 0 3876 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21380

[startup+0.301617 s]
/proc/loadavg: 1.82 1.79 1.44 3/65 17916
/proc/meminfo: memFree=1693296/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=0
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967435 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17916/statm: 1339 235 195 169 0 50 0
[pid=17917] ppid=17916 vsize=41440 CPUtime=0.28
/proc/17917/stat : 17917 (SatElite) R 17916 17916 17294 0 -1 4194304 9868 0 0 0 24 4 0 0 21 0 1 0 93967435 42434560 9852 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17917/statm: 10360 9853 50 127 0 10230 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46796

[startup+0.701695 s]
/proc/loadavg: 1.82 1.79 1.44 3/65 17916
/proc/meminfo: memFree=1693296/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=0
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967435 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17916/statm: 1339 235 195 169 0 50 0
[pid=17917] ppid=17916 vsize=94992 CPUtime=0.69
/proc/17917/stat : 17917 (SatElite) R 17916 17916 17294 0 -1 4194304 23146 0 0 0 59 10 0 0 25 0 1 0 93967435 97271808 23130 1992294400 134512640 135034092 4294956096 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 0 0 0
/proc/17917/statm: 23748 23130 51 127 0 23618 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100348

[startup+1.50185 s]
/proc/loadavg: 1.82 1.79 1.44 2/67 17918
/proc/meminfo: memFree=1590176/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=0
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967435 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17916/statm: 1339 235 195 169 0 50 0
[pid=17917] ppid=17916 vsize=109564 CPUtime=1.49
/proc/17917/stat : 17917 (SatElite) R 17916 17916 17294 0 -1 4194304 28100 0 0 0 135 14 0 0 25 0 1 0 93967435 112193536 25966 1992294400 134512640 135034092 4294956096 18446744073709551615 134548773 0 0 4096 3 0 0 0 17 0 0 0
/proc/17917/statm: 27391 25966 68 127 0 27261 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114920

[startup+3.10117 s]
/proc/loadavg: 1.82 1.79 1.44 2/67 17918
/proc/meminfo: memFree=1577376/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=0
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967435 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17916/statm: 1339 235 195 169 0 50 0
[pid=17917] ppid=17916 vsize=116360 CPUtime=3.08
/proc/17917/stat : 17917 (SatElite) R 17916 17916 17294 0 -1 4194304 29649 0 0 0 289 19 0 0 25 0 1 0 93967435 119152640 27515 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/17917/statm: 29090 27516 68 127 0 28960 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121716

[startup+6.30279 s]
/proc/loadavg: 1.91 1.81 1.45 1/67 17918
/proc/meminfo: memFree=1557856/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=0
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93967435 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17916/statm: 1339 235 195 169 0 50 0
[pid=17917] ppid=17916 vsize=118988 CPUtime=5.24
/proc/17917/stat : 17917 (SatElite) D 17916 17916 17294 0 -1 4194304 33122 0 0 0 501 23 0 0 25 0 1 0 93967435 121843712 28139 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/17917/statm: 29747 28139 68 127 0 29617 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 124344

[startup+12.701 s]
/proc/loadavg: 2.00 1.83 1.46 2/67 17919
/proc/meminfo: memFree=1636456/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=28236 CPUtime=2.39
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 6669 0 0 0 236 3 0 0 25 0 1 0 93968464 28913664 6645 1992294400 134512640 135226915 4294956208 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 7059 6645 81 174 0 6882 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 33592
heavy processes:

[startup+25.5016 s]
/proc/loadavg: 2.00 1.84 1.47 2/67 17919
/proc/meminfo: memFree=1632872/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=31200 CPUtime=15.17
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 7384 0 0 0 1512 5 0 0 25 0 1 0 93968464 31948800 7360 1992294400 134512640 135226915 4294956208 18446744073709551615 134539675 0 0 4096 3 0 0 0 17 1 0 0
/proc/17919/statm: 7800 7360 81 174 0 7623 0
Current children cumulated CPU time (s) 20.96
Current children cumulated vsize (KiB) 36556

[startup+51.1016 s]
/proc/loadavg: 1.92 1.83 1.47 2/67 17919
/proc/meminfo: memFree=1630568/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=34460 CPUtime=40.76
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 8173 0 0 0 4070 6 0 0 25 0 1 0 93968464 35287040 8149 1992294400 134512640 135226915 4294956208 18446744073709551615 134537003 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 8615 8149 81 174 0 8438 0
Current children cumulated CPU time (s) 46.55
Current children cumulated vsize (KiB) 39816

[startup+102.306 s]
/proc/loadavg: 1.40 1.70 1.45 2/67 17919
/proc/meminfo: memFree=1624744/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=40784 CPUtime=91.94
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 9764 0 0 0 9187 7 0 0 25 0 1 0 93968464 41762816 9740 1992294400 134512640 135226915 4294956208 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 10196 9740 81 174 0 10019 0
Current children cumulated CPU time (s) 97.73
Current children cumulated vsize (KiB) 46140

[startup+162.301 s]
/proc/loadavg: 1.14 1.57 1.42 2/67 17921
/proc/meminfo: memFree=1620456/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=45424 CPUtime=151.91
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 10912 0 0 0 15183 8 0 0 25 0 1 0 93968464 46514176 10888 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 11356 10888 81 174 0 11179 0
Current children cumulated CPU time (s) 157.7
Current children cumulated vsize (KiB) 50780

[startup+222.301 s]
/proc/loadavg: 1.05 1.46 1.39 2/67 17921
/proc/meminfo: memFree=1615208/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=50592 CPUtime=211.89
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 12170 0 0 0 21180 9 0 0 25 0 1 0 93968464 51806208 12146 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 12648 12146 81 174 0 12471 0
Current children cumulated CPU time (s) 217.68
Current children cumulated vsize (KiB) 55948

[startup+282.302 s]
/proc/loadavg: 1.02 1.38 1.36 2/67 17921
/proc/meminfo: memFree=1613416/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=52416 CPUtime=271.87
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 12634 0 0 0 27177 10 0 0 25 0 1 0 93968464 53673984 12610 1992294400 134512640 135226915 4294956208 18446744073709551615 134537354 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 13104 12610 81 174 0 12927 0
Current children cumulated CPU time (s) 277.66
Current children cumulated vsize (KiB) 57772

[startup+342.302 s]
/proc/loadavg: 1.00 1.31 1.33 2/67 17921
/proc/meminfo: memFree=1608424/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=57224 CPUtime=331.84
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 13835 0 0 0 33172 12 0 0 25 0 1 0 93968464 58597376 13811 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 14306 13811 81 174 0 14129 0
Current children cumulated CPU time (s) 337.63
Current children cumulated vsize (KiB) 62580

[startup+402.302 s]
/proc/loadavg: 1.00 1.25 1.31 2/67 17921
/proc/meminfo: memFree=1601064/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=64924 CPUtime=391.82
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 15688 0 0 0 39168 14 0 0 25 0 1 0 93968464 66482176 15664 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 16231 15664 81 174 0 16054 0
Current children cumulated CPU time (s) 397.61
Current children cumulated vsize (KiB) 70280

[startup+462.301 s]
/proc/loadavg: 1.00 1.20 1.29 2/67 17921
/proc/meminfo: memFree=1600488/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=65388 CPUtime=451.8
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 15814 0 0 0 45166 14 0 0 25 0 1 0 93968464 66957312 15790 1992294400 134512640 135226915 4294956208 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 16347 15790 81 174 0 16170 0
Current children cumulated CPU time (s) 457.59
Current children cumulated vsize (KiB) 70744

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

[startup+473.502 s]
/proc/loadavg: 1.00 1.19 1.28 2/67 17921
/proc/meminfo: memFree=1600232/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=65688 CPUtime=462.99
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 15888 0 0 0 46285 14 0 0 25 0 1 0 93968464 67264512 15864 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 16422 15864 81 174 0 16245 0
Current children cumulated CPU time (s) 468.78
Current children cumulated vsize (KiB) 71044

[startup+479.902 s]
/proc/loadavg: 1.00 1.19 1.28 2/67 17921
/proc/meminfo: memFree=1600232/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=65688 CPUtime=469.39
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 15891 0 0 0 46925 14 0 0 25 0 1 0 93968464 67264512 15867 1992294400 134512640 135226915 4294956208 18446744073709551615 134537299 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 16422 15867 81 174 0 16245 0
Current children cumulated CPU time (s) 475.18
Current children cumulated vsize (KiB) 71044

[startup+486.302 s]
/proc/loadavg: 1.00 1.18 1.28 2/67 17921
/proc/meminfo: memFree=1600232/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=65688 CPUtime=475.79
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 15892 0 0 0 47565 14 0 0 25 0 1 0 93968464 67264512 15868 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 16422 15868 81 174 0 16245 0
Current children cumulated CPU time (s) 481.58
Current children cumulated vsize (KiB) 71044

[startup+489.506 s]
/proc/loadavg: 1.00 1.18 1.28 2/67 17921
/proc/meminfo: memFree=1600232/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=65688 CPUtime=478.99
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 15892 0 0 0 47885 14 0 0 25 0 1 0 93968464 67264512 15868 1992294400 134512640 135226915 4294956208 18446744073709551615 134537140 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 16422 15868 81 174 0 16245 0
Current children cumulated CPU time (s) 484.78
Current children cumulated vsize (KiB) 71044

[startup+491.102 s]
/proc/loadavg: 1.00 1.18 1.28 2/67 17921
/proc/meminfo: memFree=1600232/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=65688 CPUtime=480.59
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 15892 0 0 0 48045 14 0 0 25 0 1 0 93968464 67264512 15868 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 16422 15868 81 174 0 16245 0
Current children cumulated CPU time (s) 486.38
Current children cumulated vsize (KiB) 71044

[startup+491.502 s]
/proc/loadavg: 1.00 1.18 1.28 2/67 17921
/proc/meminfo: memFree=1600232/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=65688 CPUtime=480.99
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 15892 0 0 0 48085 14 0 0 25 0 1 0 93968464 67264512 15868 1992294400 134512640 135226915 4294956208 18446744073709551615 134537003 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 16422 15868 81 174 0 16245 0
Current children cumulated CPU time (s) 486.78
Current children cumulated vsize (KiB) 71044

[startup+491.706 s]
/proc/loadavg: 1.00 1.18 1.28 2/67 17921
/proc/meminfo: memFree=1600232/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=65688 CPUtime=481.19
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 15892 0 0 0 48105 14 0 0 25 0 1 0 93968464 67264512 15868 1992294400 134512640 135226915 4294956208 18446744073709551615 134525873 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 16422 15868 81 174 0 16245 0
Current children cumulated CPU time (s) 486.98
Current children cumulated vsize (KiB) 71044

[startup+491.802 s]
/proc/loadavg: 1.00 1.18 1.28 2/67 17921
/proc/meminfo: memFree=1600232/2055920 swapFree=4181424/4192956
[pid=17916] ppid=17914 vsize=5356 CPUtime=5.79
/proc/17916/stat : 17916 (lysat.sh) S 17914 17916 17294 0 -1 4194304 310 33125 0 0 0 0 550 29 16 0 1 0 93967435 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17916/statm: 1339 237 195 169 0 50 0
[pid=17919] ppid=17916 vsize=65688 CPUtime=481.29
/proc/17919/stat : 17919 (LySATi) R 17916 17916 17294 0 -1 4194304 15892 0 0 0 48115 14 0 0 25 0 1 0 93968464 67264512 15868 1992294400 134512640 135226915 4294956208 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 0 0 0
/proc/17919/statm: 16422 15868 81 174 0 16245 0
Current children cumulated CPU time (s) 487.08
Current children cumulated vsize (KiB) 71044

Child status: 20
Real time (s): 491.865
CPU time (s): 487.154
CPU user time (s): 486.689
CPU system time (s): 0.464929
CPU usage (%): 99.0421
Max. virtual memory (cumulated for all children) (KiB): 126960

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

runsolver used 0.444932 second user time and 1.35579 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-25 13:36:11
IDJOB=1720736
IDBENCH=69630
IDSOLVER=511
FILE ID=node77/1720736-1240659370
PBS_JOBID= 9186481
Free space on /tmp= 66200 MiB

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

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=1759220031

node77.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1693776 kB
Buffers:         19624 kB
Cached:         271512 kB
SwapCached:       5412 kB
Active:          80088 kB
Inactive:       218912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693776 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:           15584 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            49152 kB
Committed_AS:   400060 kB
PageTables:       1376 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= 66196 MiB
End job on node77 at 2009-04-25 13:44:23