Trace number 1773233

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 3577.9 3579.5

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3577.9
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c Parsing...
3.08/3.15	c ==============================================================================
3.08/3.15	c |           |     ORIGINAL     |              LEARNT              |          |
3.08/3.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.08/3.15	c ==============================================================================
3.08/3.15	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
40.04/40.11	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
40.04/40.12	c ==============================================================================
40.04/40.12	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
40.04/40.12	c CPU time:   39.409 s
40.04/40.12	c ==============================================================================
44.52/44.61	c lySAT 0.1
44.52/44.61	c minisat core +  additionnal features
44.52/44.61	c ============================[ Problem Statistics ]=============================
44.52/44.61	c |                                                                             |
44.52/44.61	c |  Number of variables:  168000                                               |
44.52/44.61	c |  Number of clauses:    3532144                                              |
46.81/46.93	c |  Parsing time:         2.01         s                                       |
3577.71/3579.37	c restarts              : 20394
3577.71/3579.37	c conflicts             : 1787719        (506 /sec)
3577.71/3579.37	c decisions             : 85442828       (1.16 % random) (24187 /sec)
3577.71/3579.37	c euip                  : 102331      
3577.71/3579.37	c propagations          : 4549961856     (1288005 /sec)
3577.71/3579.37	c conflict literals     : 112298038      (50.01 % deleted)
3577.71/3579.37	c Memory used           : 333.35 MB
3577.71/3579.37	c CPU time              : 3532.56 s
3577.71/3579.37	c 
3577.82/3579.42	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-1773233-1241233605/watcher-1773233-1241233605 -o /tmp/evaluation-result-1773233-1241233605/solver-1773233-1241233605 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773233-1241233605.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.86 0.97 0.99 3/64 407
/proc/meminfo: memFree=1837104/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=0
/proc/407/stat : 407 (lysat.sh) R 405 407 370 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 0 151388690 5484544 147 1992294400 4194304 4889804 548682068816 18446744073709551615 255539335519 0 0 4096 0 0 0 0 17 1 0 0
/proc/407/statm: 1339 153 126 169 0 50 0

[startup+0.0176019 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 407
/proc/meminfo: memFree=1837104/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=0
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151388690 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/407/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101606 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 407
/proc/meminfo: memFree=1837104/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=0
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151388690 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/407/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301634 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 407
/proc/meminfo: memFree=1837104/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=0
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151388690 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/407/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701673 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 407
/proc/meminfo: memFree=1837104/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=0
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151388690 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/407/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50174 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 409
/proc/meminfo: memFree=1767008/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=0
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151388690 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/407/statm: 1339 235 195 169 0 50 0
[pid=409] ppid=407 vsize=115728 CPUtime=1.48
/proc/409/stat : 409 (SatElite) R 407 407 370 0 -1 4194304 25635 0 0 0 127 21 0 0 25 0 1 0 151388691 118505472 25619 1992294400 134512640 135034092 4294956112 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/409/statm: 28932 25620 51 127 0 28802 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 121084

[startup+3.10289 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 409
/proc/meminfo: memFree=1693792/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=0
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151388690 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/407/statm: 1339 235 195 169 0 50 0
[pid=409] ppid=407 vsize=235252 CPUtime=3.08
/proc/409/stat : 409 (SatElite) R 407 407 370 0 -1 4194304 56640 0 0 0 265 43 0 0 25 0 1 0 151388691 240898048 56624 1992294400 134512640 135034092 4294956112 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 1 0 0
/proc/409/statm: 58813 56624 52 127 0 58683 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 240608

[startup+6.30118 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 409
/proc/meminfo: memFree=1579744/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=0
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151388690 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/407/statm: 1339 235 195 169 0 50 0
[pid=409] ppid=407 vsize=284716 CPUtime=6.27
/proc/409/stat : 409 (SatElite) R 407 407 370 0 -1 4194304 72728 0 0 0 576 51 0 0 25 0 1 0 151388691 291549184 65067 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/409/statm: 71179 65067 68 127 0 71049 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 290072

[startup+12.7028 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 409
/proc/meminfo: memFree=1550624/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=0
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151388690 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/407/statm: 1339 235 195 169 0 50 0
[pid=409] ppid=407 vsize=310452 CPUtime=12.67
/proc/409/stat : 409 (SatElite) R 407 407 370 0 -1 4194304 78564 0 0 0 1210 57 0 0 25 0 1 0 151388691 317902848 70903 1992294400 134512640 135034092 4294956112 18446744073709551615 134566588 0 0 4096 3 0 0 0 17 0 0 0
/proc/409/statm: 77613 70903 68 127 0 77483 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 315808

[startup+25.502 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 409
/proc/meminfo: memFree=1516000/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=0
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151388690 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/407/statm: 1339 235 195 169 0 50 0
[pid=409] ppid=407 vsize=358920 CPUtime=25.46
/proc/409/stat : 409 (SatElite) R 407 407 370 0 -1 4194304 87065 0 0 0 2485 61 0 0 25 0 1 0 151388691 367534080 78787 1992294400 134512640 135034092 4294956112 18446744073709551615 134540968 0 0 4096 3 0 0 0 17 0 0 0
/proc/409/statm: 89730 78787 68 127 0 89600 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 364276

[startup+51.1014 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 410
/proc/meminfo: memFree=1551456/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=203480 CPUtime=6.45
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 49662 0 0 0 614 31 0 0 25 0 1 0 151393151 208363520 49626 1992294400 134512640 135226915 4294956224 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 1 0 0
/proc/410/statm: 50870 49626 80 174 0 50693 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 208836

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 410
/proc/meminfo: memFree=1544224/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=210868 CPUtime=57.62
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 51504 0 0 0 5729 33 0 0 25 0 1 0 151393151 215928832 51468 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 52717 51468 80 174 0 52540 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 216224

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 410
/proc/meminfo: memFree=1540000/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=215256 CPUtime=117.59
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 52583 0 0 0 11725 34 0 0 25 0 1 0 151393151 220422144 52547 1992294400 134512640 135226915 4294956224 18446744073709551615 134536663 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 53814 52547 80 174 0 53637 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 220612

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 410
/proc/meminfo: memFree=1535136/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=220260 CPUtime=177.57
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 53808 0 0 0 17721 36 0 0 25 0 1 0 151393151 225546240 53772 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 55065 53772 80 174 0 54888 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 225616

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 410
/proc/meminfo: memFree=1534496/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=221060 CPUtime=237.55
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 54005 0 0 0 23719 36 0 0 25 0 1 0 151393151 226365440 53969 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 55265 53969 80 174 0 55088 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 226416

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 410
/proc/meminfo: memFree=1531744/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=223744 CPUtime=297.51
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 54636 0 0 0 29715 36 0 0 25 0 1 0 151393151 229113856 54600 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 55936 54600 80 174 0 55759 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 229100

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 410
/proc/meminfo: memFree=1529376/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=226172 CPUtime=357.49
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 55245 0 0 0 35712 37 0 0 25 0 1 0 151393151 231600128 55209 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 56543 55209 80 174 0 56366 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 231528

[startup+462.302 s]

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


[startup+3282.3 s]
/proc/loadavg: 1.03 1.04 1.01 2/66 418
/proc/meminfo: memFree=1414880/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=340696 CPUtime=3236.3
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83400 0 0 0 323562 68 0 0 25 0 1 0 151393151 348872704 83364 1992294400 134512640 135226915 4294956224 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85174 83364 80 174 0 84997 0
Current children cumulated CPU time (s) 3280.84
Current children cumulated vsize (KiB) 346052

[startup+3342.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 418
/proc/meminfo: memFree=1414880/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=340696 CPUtime=3296.27
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83404 0 0 0 329559 68 0 0 25 0 1 0 151393151 348872704 83368 1992294400 134512640 135226915 4294956224 18446744073709551615 134527533 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85174 83368 80 174 0 84997 0
Current children cumulated CPU time (s) 3340.81
Current children cumulated vsize (KiB) 346052

[startup+3402.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 418
/proc/meminfo: memFree=1414880/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=340696 CPUtime=3356.25
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83405 0 0 0 335557 68 0 0 25 0 1 0 151393151 348872704 83369 1992294400 134512640 135226915 4294956224 18446744073709551615 134526328 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85174 83369 80 174 0 84997 0
Current children cumulated CPU time (s) 3400.79
Current children cumulated vsize (KiB) 346052

[startup+3462.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 418
/proc/meminfo: memFree=1414816/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=340696 CPUtime=3416.22
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83408 0 0 0 341554 68 0 0 25 0 1 0 151393151 348872704 83372 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85174 83372 80 174 0 84997 0
Current children cumulated CPU time (s) 3460.76
Current children cumulated vsize (KiB) 346052

[startup+3522.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 418
/proc/meminfo: memFree=1414560/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=341128 CPUtime=3476.2
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83488 0 0 0 347552 68 0 0 25 0 1 0 151393151 349315072 83452 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85282 83452 80 174 0 85105 0
Current children cumulated CPU time (s) 3520.74
Current children cumulated vsize (KiB) 346484

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

[startup+3532.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 418
/proc/meminfo: memFree=1414496/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=341128 CPUtime=3486.59
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83489 0 0 0 348591 68 0 0 25 0 1 0 151393151 349315072 83453 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85282 83453 80 174 0 85105 0
Current children cumulated CPU time (s) 3531.13
Current children cumulated vsize (KiB) 346484

[startup+3558.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 418
/proc/meminfo: memFree=1414432/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=341128 CPUtime=3512.18
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83496 0 0 0 351150 68 0 0 25 0 1 0 151393151 349315072 83460 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85282 83460 80 174 0 85105 0
Current children cumulated CPU time (s) 3556.72
Current children cumulated vsize (KiB) 346484

[startup+3571.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 418
/proc/meminfo: memFree=1414240/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=341344 CPUtime=3524.98
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83546 0 0 0 352430 68 0 0 25 0 1 0 151393151 349536256 83510 1992294400 134512640 135226915 4294956224 18446744073709551615 134525873 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85336 83510 80 174 0 85159 0
Current children cumulated CPU time (s) 3569.52
Current children cumulated vsize (KiB) 346700

[startup+3574.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 418
/proc/meminfo: memFree=1414240/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=341344 CPUtime=3528.17
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83546 0 0 0 352749 68 0 0 25 0 1 0 151393151 349536256 83510 1992294400 134512640 135226915 4294956224 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 1 0 0
/proc/410/statm: 85336 83510 80 174 0 85159 0
Current children cumulated CPU time (s) 3572.71
Current children cumulated vsize (KiB) 346700

[startup+3577.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 418
/proc/meminfo: memFree=1414240/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=341344 CPUtime=3531.37
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83549 0 0 0 353069 68 0 0 25 0 1 0 151393151 349536256 83513 1992294400 134512640 135226915 4294956224 18446744073709551615 134536762 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85336 83513 80 174 0 85159 0
Current children cumulated CPU time (s) 3575.91
Current children cumulated vsize (KiB) 346700

[startup+3578.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 418
/proc/meminfo: memFree=1414240/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=341344 CPUtime=3532.18
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83549 0 0 0 353150 68 0 0 25 0 1 0 151393151 349536256 83513 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85336 83513 80 174 0 85159 0
Current children cumulated CPU time (s) 3576.72
Current children cumulated vsize (KiB) 346700

[startup+3579.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 418
/proc/meminfo: memFree=1414240/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=341344 CPUtime=3532.97
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83549 0 0 0 353229 68 0 0 25 0 1 0 151393151 349536256 83513 1992294400 134512640 135226915 4294956224 18446744073709551615 134526766 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85336 83513 80 174 0 85159 0
Current children cumulated CPU time (s) 3577.51
Current children cumulated vsize (KiB) 346700

[startup+3579.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 418
/proc/meminfo: memFree=1414240/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=341344 CPUtime=3533.17
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194304 83549 0 0 0 353249 68 0 0 25 0 1 0 151393151 349536256 83513 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 85336 83513 80 174 0 85159 0
Current children cumulated CPU time (s) 3577.71
Current children cumulated vsize (KiB) 346700

[startup+3579.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 418
/proc/meminfo: memFree=1414240/2055920 swapFree=4181312/4192956
[pid=407] ppid=405 vsize=5356 CPUtime=44.54
/proc/407/stat : 407 (lysat.sh) S 405 407 370 0 -1 4194304 310 95009 0 0 0 0 4354 100 16 0 1 0 151388690 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/407/statm: 1339 237 195 169 0 50 0
[pid=410] ppid=407 vsize=0 CPUtime=3533.28
/proc/410/stat : 410 (LySATi) R 407 407 370 0 -1 4194308 83557 0 0 0 353256 72 0 0 25 0 1 0 151393151 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/410/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3577.82
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 3579.5
CPU time (s): 3577.9
CPU user time (s): 3576.12
CPU system time (s): 1.78673
CPU usage (%): 99.9554
Max. virtual memory (cumulated for all children) (KiB): 364788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.12
system time used= 1.78673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179031
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= 44
involuntary context switches= 8995

runsolver used 3.2595 second user time and 9.76351 second system time

The end

Launcher Data

Begin job on node48 at 2009-05-02 05:06:50
IDJOB=1773233
IDBENCH=20576
IDSOLVER=609
FILE ID=node48/1773233-1241233605
PBS_JOBID= 9224825
Free space on /tmp= 66344 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773233-1241233605/watcher-1773233-1241233605 -o /tmp/evaluation-result-1773233-1241233605/solver-1773233-1241233605 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773233-1241233605.cnf i

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=995754556

node48.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.209
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.209
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:       1837520 kB
Buffers:         11360 kB
Cached:         140480 kB
SwapCached:       5444 kB
Active:         104452 kB
Inactive:        55212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837520 kB
SwapTotal:     4192956 kB
SwapFree:      4181312 kB
Dirty:           79240 kB
Writeback:           0 kB
Mapped:          13404 kB
Slab:            44720 kB
Committed_AS:   754900 kB
PageTables:       1368 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= 66340 MiB
End job on node48 at 2009-05-02 06:06:29