Trace number 1773003

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 1182.98 1182.99

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark471.155
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

0.00/0.00	c Parsing...
0.09/0.19	c ==============================================================================
0.09/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.19	c ==============================================================================
0.09/0.19	c |         0 |  207960   486008 |   62387       0        0     nan |  0.000 % |
1.59/1.60	c |         0 |  121498   417368 |      --       0       --      -- |     --   | -86462/-68640
1.59/1.60	c ==============================================================================
1.59/1.60	c Result  :   #vars: 18081   #clauses: 121498   #literals: 417368
1.59/1.60	c CPU time:   1.55976 s
1.59/1.60	c ==============================================================================
1.69/1.78	c lySAT 0.1
1.69/1.78	c minisat core +  additionnal features
1.69/1.78	c ============================[ Problem Statistics ]=============================
1.69/1.78	c |                                                                             |
1.69/1.79	c |  Number of variables:  18081                                                |
1.69/1.79	c |  Number of clauses:    121498                                               |
1.77/1.87	c |  Parsing time:         0.07         s                                       |
1182.86/1182.96	c restarts              : 1264
1182.86/1182.96	c conflicts             : 842423         (713 /sec)
1182.86/1182.96	c decisions             : 1565858        (3.23 % random) (1326 /sec)
1182.86/1182.96	c euip                  : 23563       
1182.86/1182.96	c propagations          : 1314766951     (1113291 /sec)
1182.86/1182.96	c conflict literals     : 42969279       (58.99 % deleted)
1182.86/1182.96	c Memory used           : 67.64 MB
1182.86/1182.96	c CPU time              : 1180.97 s
1182.86/1182.96	c 
1182.86/1182.98	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-1773003-1241232609/watcher-1773003-1241232609 -o /tmp/evaluation-result-1773003-1241232609/solver-1773003-1241232609 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773003-1241232609.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25647
/proc/meminfo: memFree=1330480/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=0
/proc/25647/stat : 25647 (lysat.sh) R 25645 25647 25610 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 151294284 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25647/statm: 1339 234 194 169 0 50 0
[pid=25648] ppid=25647 vsize=1172 CPUtime=0
/proc/25648/stat : 25648 (SatElite) R 25647 25647 25610 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 151294285 1200128 176 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 293 178 51 127 0 163 0

[startup+0.0552349 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25647
/proc/meminfo: memFree=1330480/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=0
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151294284 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25647/statm: 1339 235 195 169 0 50 0
[pid=25648] ppid=25647 vsize=8776 CPUtime=0.04
/proc/25648/stat : 25648 (SatElite) R 25647 25647 25610 0 -1 4194304 1966 0 0 0 4 0 0 0 19 0 1 0 151294285 8986624 1950 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 2194 1953 51 127 0 2064 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14132

[startup+0.101221 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25647
/proc/meminfo: memFree=1330480/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=0
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151294284 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25647/statm: 1339 235 195 169 0 50 0
[pid=25648] ppid=25647 vsize=16000 CPUtime=0.09
/proc/25648/stat : 25648 (SatElite) R 25647 25647 25610 0 -1 4194304 3492 0 0 0 8 1 0 0 19 0 1 0 151294285 16384000 3476 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 4000 3477 52 127 0 3870 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21356

[startup+0.301163 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25647
/proc/meminfo: memFree=1330480/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=0
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151294284 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25647/statm: 1339 235 195 169 0 50 0
[pid=25648] ppid=25647 vsize=34424 CPUtime=0.29
/proc/25648/stat : 25648 (SatElite) R 25647 25647 25610 0 -1 4194304 7079 0 0 0 27 2 0 0 21 0 1 0 151294285 35250176 6889 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 8606 6889 68 127 0 8476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39780

[startup+0.701049 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25647
/proc/meminfo: memFree=1330480/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=0
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151294284 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25647/statm: 1339 235 195 169 0 50 0
[pid=25648] ppid=25647 vsize=37064 CPUtime=0.69
/proc/25648/stat : 25648 (SatElite) R 25647 25647 25610 0 -1 4194304 7724 0 0 0 66 3 0 0 25 0 1 0 151294285 37953536 7534 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 9266 7534 68 127 0 9136 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42420

[startup+1.50182 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 25649
/proc/meminfo: memFree=1293984/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=0
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151294284 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25647/statm: 1339 235 195 169 0 50 0
[pid=25648] ppid=25647 vsize=40040 CPUtime=1.49
/proc/25648/stat : 25648 (SatElite) R 25647 25647 25610 0 -1 4194304 8708 0 0 0 145 4 0 0 25 0 1 0 151294285 41000960 8178 1992294400 134512640 135034092 4294956112 18446744073709551615 134566708 0 0 4096 3 0 0 0 17 0 0 0
/proc/25648/statm: 10010 8178 68 127 0 9880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45396

[startup+3.10238 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 25650
/proc/meminfo: memFree=1313056/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=11396 CPUtime=1.3
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 2716 0 0 0 128 2 0 0 25 0 1 0 151294463 11669504 2701 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 2849 2701 82 174 0 2672 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16752

[startup+6.30146 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 25650
/proc/meminfo: memFree=1311456/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=12064 CPUtime=4.5
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 2895 0 0 0 447 3 0 0 25 0 1 0 151294463 12353536 2880 1992294400 134512640 135226915 4294956224 18446744073709551615 134526541 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 3016 2880 82 174 0 2839 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17420

[startup+12.7016 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 25650
/proc/meminfo: memFree=1310640/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=13400 CPUtime=10.9
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 3223 0 0 0 1087 3 0 0 25 0 1 0 151294463 13721600 3208 1992294400 134512640 135226915 4294956224 18446744073709551615 134539775 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 3350 3208 82 174 0 3173 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18756

[startup+25.501 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 25650
/proc/meminfo: memFree=1309104/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=14968 CPUtime=23.69
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 3615 0 0 0 2366 3 0 0 25 0 1 0 151294463 15327232 3600 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 3742 3600 82 174 0 3565 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 20324

[startup+51.1018 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 25650
/proc/meminfo: memFree=1306032/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=18032 CPUtime=49.3
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 4377 0 0 0 4925 5 0 0 25 0 1 0 151294463 18464768 4362 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 4508 4362 82 174 0 4331 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23388

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 25650
/proc/meminfo: memFree=1299440/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=24692 CPUtime=100.51
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 6017 0 0 0 10045 6 0 0 25 0 1 0 151294463 25284608 6002 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 6173 6002 82 174 0 5996 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 30048

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25650
/proc/meminfo: memFree=1296560/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=27556 CPUtime=160.5
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 6719 0 0 0 16043 7 0 0 25 0 1 0 151294463 28217344 6704 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 6889 6704 82 174 0 6712 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 32912

[startup+222.301 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 25650
/proc/meminfo: memFree=1291376/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=32864 CPUtime=220.51
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 8029 0 0 0 22042 9 0 0 25 0 1 0 151294463 33652736 8014 1992294400 134512640 135226915 4294956224 18446744073709551615 134539976 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 8216 8014 82 174 0 8039 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 38220

[startup+282.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 25650
/proc/meminfo: memFree=1290096/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=34228 CPUtime=280.51
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 8372 0 0 0 28042 9 0 0 25 0 1 0 151294463 35049472 8357 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 8557 8357 82 174 0 8380 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 39584

[startup+342.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 25650
/proc/meminfo: memFree=1285936/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=38468 CPUtime=340.48
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 9384 0 0 0 34038 10 0 0 25 0 1 0 151294463 39391232 9369 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 9617 9369 82 174 0 9440 0
Current children cumulated CPU time (s) 342.25

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


[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25650
/proc/meminfo: memFree=1279536/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=45016 CPUtime=520.49
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 10976 0 0 0 52036 13 0 0 25 0 1 0 151294463 46096384 10961 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 11254 10961 82 174 0 11077 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 50372

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25650
/proc/meminfo: memFree=1277040/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=47412 CPUtime=580.49
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 11601 0 0 0 58035 14 0 0 25 0 1 0 151294463 48549888 11586 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 11853 11586 82 174 0 11676 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 52768

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25650
/proc/meminfo: memFree=1272688/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=52240 CPUtime=640.5
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 12674 0 0 0 64035 15 0 0 25 0 1 0 151294463 53493760 12659 1992294400 134512640 135226915 4294956224 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 13060 12659 82 174 0 12883 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 57596

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1272424/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=52240 CPUtime=700.49
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 12674 0 0 0 70034 15 0 0 25 0 1 0 151294463 53493760 12659 1992294400 134512640 135226915 4294956224 18446744073709551615 134536715 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 13060 12659 82 174 0 12883 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 57596

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1272232/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=52600 CPUtime=760.5
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 12751 0 0 0 76035 15 0 0 25 0 1 0 151294463 53862400 12736 1992294400 134512640 135226915 4294956224 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 13150 12736 82 174 0 12973 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 57956

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1268328/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=56584 CPUtime=820.49
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 13770 0 0 0 82033 16 0 0 25 0 1 0 151294463 57942016 13755 1992294400 134512640 135226915 4294956224 18446744073709551615 134536915 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 14146 13755 82 174 0 13969 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 61940

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1265448/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=59500 CPUtime=880.49
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 14466 0 0 0 88032 17 0 0 25 0 1 0 151294463 60928000 14451 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 14875 14451 82 174 0 14698 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 64856

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1265448/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=59500 CPUtime=940.5
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 14466 0 0 0 94033 17 0 0 25 0 1 0 151294463 60928000 14451 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 14875 14451 82 174 0 14698 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 64856

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1265264/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=59644 CPUtime=1000.5
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 14516 0 0 0 100033 17 0 0 25 0 1 0 151294463 61075456 14501 1992294400 134512640 135226915 4294956224 18446744073709551615 134538588 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 14911 14501 82 174 0 14734 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 65000

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1264944/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=60040 CPUtime=1060.5
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 14605 0 0 0 106033 17 0 0 25 0 1 0 151294463 61480960 14590 1992294400 134512640 135226915 4294956224 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 15010 14590 82 174 0 14833 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 65396

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1262640/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=62648 CPUtime=1120.5
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 15203 0 0 0 112032 18 0 0 25 0 1 0 151294463 64151552 15188 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 15662 15188 82 174 0 15485 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 68004

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1256368/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=69256 CPUtime=1180.49
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 16754 0 0 0 118030 19 0 0 25 0 1 0 151294463 70918144 16739 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 17314 16739 82 174 0 17137 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 74612

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

[startup+1182.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1256304/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=69256 CPUtime=1180.89
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 16758 0 0 0 118070 19 0 0 25 0 1 0 151294463 70918144 16743 1992294400 134512640 135226915 4294956224 18446744073709551615 134539753 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 17314 16743 82 174 0 17137 0
Current children cumulated CPU time (s) 1182.66
Current children cumulated vsize (KiB) 74612

[startup+1182.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25656
/proc/meminfo: memFree=1256304/2055920 swapFree=4179172/4192956
[pid=25647] ppid=25645 vsize=5356 CPUtime=1.77
/proc/25647/stat : 25647 (lysat.sh) S 25645 25647 25610 0 -1 4194304 310 9226 0 0 0 0 172 5 16 0 1 0 151294284 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25647/statm: 1339 237 195 169 0 50 0
[pid=25650] ppid=25647 vsize=69256 CPUtime=1181.09
/proc/25650/stat : 25650 (LySATi) R 25647 25647 25610 0 -1 4194304 16760 0 0 0 118090 19 0 0 25 0 1 0 151294463 70918144 16745 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/25650/statm: 17314 16745 82 174 0 17137 0
Current children cumulated CPU time (s) 1182.86
Current children cumulated vsize (KiB) 74612

Child status: 20
Real time (s): 1182.99
CPU time (s): 1182.98
CPU user time (s): 1182.71
CPU system time (s): 0.275958
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 74612

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

runsolver used 0.968852 second user time and 3.33949 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-02 04:50:09
IDJOB=1773003
IDBENCH=20425
IDSOLVER=609
FILE ID=node16/1773003-1241232609
PBS_JOBID= 9224812
Free space on /tmp= 66560 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773003-1241232609/watcher-1773003-1241232609 -o /tmp/evaluation-result-1773003-1241232609/solver-1773003-1241232609 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773003-1241232609.cnf i

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=1097357062

node16.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.234
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.234
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:       1330968 kB
Buffers:         74932 kB
Cached:         576112 kB
SwapCached:       8080 kB
Active:         116812 kB
Inactive:       543492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1330968 kB
SwapTotal:     4192956 kB
SwapFree:      4179172 kB
Dirty:            5772 kB
Writeback:           0 kB
Mapped:          13388 kB
Slab:            50648 kB
Committed_AS:   679704 kB
PageTables:       1436 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= 66556 MiB
End job on node16 at 2009-05-02 05:09:52