Trace number 1718864

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 250.902 251.032

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.064
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

Solver Data

0.00/0.00	c Parsing...
0.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  261472   744578 |   78441       0        0     nan |  0.000 % |
1.89/1.95	c |         0 |  244145   773136 |      --       0       --      -- |     --   | -17305/28607
1.89/1.95	c ==============================================================================
1.89/1.95	c Result  :   #vars: 16889   #clauses: 244145   #literals: 773136
1.89/1.95	c CPU time:   1.90271 s
1.89/1.95	c ==============================================================================
2.19/2.25	c lySAT 0.1
2.19/2.25	c minisat core +  additionnal features
2.19/2.25	c ============================[ Problem Statistics ]=============================
2.19/2.25	c |                                                                             |
2.19/2.25	c |  Number of variables:  16889                                                |
2.19/2.25	c |  Number of clauses:    244145                                               |
2.25/2.42	c |  Parsing time:         0.15         s                                       |
250.86/251.01	c restarts              : 7892
250.86/251.01	c conflicts             : 838167         (3373 /sec)
250.86/251.01	c decisions             : 12519173       (2.08 % random) (50374 /sec)
250.86/251.01	c euip                  : 46194       
250.86/251.01	c propagations          : 270429545      (1088137 /sec)
250.86/251.01	c conflict literals     : 29220222       (35.93 % deleted)
250.86/251.01	c Memory used           : 51.42 MB
250.86/251.01	c CPU time              : 248.525 s
250.86/251.01	c 
250.86/251.02	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-1718864-1240640412/watcher-1718864-1240640412 -o /tmp/evaluation-result-1718864-1240640412/solver-1718864-1240640412 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1718864-1240640412.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.91 1.94 1.66 3/65 16338
/proc/meminfo: memFree=1834400/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=0
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92073567 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 235 195 169 0 50 0
[pid=16339] ppid=16338 vsize=956 CPUtime=0
/proc/16339/stat : 16339 (SatElite) R 16338 16338 16083 0 -1 4194304 151 0 0 0 0 0 0 0 19 0 1 0 92073567 978944 135 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16339/statm: 239 137 51 127 0 109 0

[startup+0.0924979 s]
/proc/loadavg: 1.91 1.94 1.66 3/65 16338
/proc/meminfo: memFree=1834400/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=0
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92073567 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 235 195 169 0 50 0
[pid=16339] ppid=16338 vsize=8496 CPUtime=0.08
/proc/16339/stat : 16339 (SatElite) R 16338 16338 16083 0 -1 4194304 1986 0 0 0 8 0 0 0 19 0 1 0 92073567 8699904 1970 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16339/statm: 2124 1971 51 127 0 1994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13852

[startup+0.101498 s]
/proc/loadavg: 1.91 1.94 1.66 3/65 16338
/proc/meminfo: memFree=1834400/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=0
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92073567 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 235 195 169 0 50 0
[pid=16339] ppid=16338 vsize=9536 CPUtime=0.09
/proc/16339/stat : 16339 (SatElite) R 16338 16338 16083 0 -1 4194304 2151 0 0 0 8 1 0 0 19 0 1 0 92073567 9764864 2135 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16339/statm: 2384 2137 51 127 0 2254 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14892

[startup+0.301522 s]
/proc/loadavg: 1.91 1.94 1.66 3/65 16338
/proc/meminfo: memFree=1834400/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=0
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92073567 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 235 195 169 0 50 0
[pid=16339] ppid=16338 vsize=23460 CPUtime=0.29
/proc/16339/stat : 16339 (SatElite) R 16338 16338 16083 0 -1 4194304 5899 0 0 0 26 3 0 0 21 0 1 0 92073567 24023040 5371 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16339/statm: 5865 5371 68 127 0 5735 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28816

[startup+0.701567 s]
/proc/loadavg: 1.91 1.94 1.66 3/65 16338
/proc/meminfo: memFree=1834400/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=0
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92073567 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 235 195 169 0 50 0
[pid=16339] ppid=16338 vsize=25332 CPUtime=0.69
/proc/16339/stat : 16339 (SatElite) R 16338 16338 16083 0 -1 4194304 6356 0 0 0 66 3 0 0 25 0 1 0 92073567 25939968 5828 1992294400 134512640 135034092 4294956096 18446744073709551615 134566134 0 0 4096 3 0 0 0 17 0 0 0
/proc/16339/statm: 6333 5828 68 127 0 6203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30688

[startup+1.50166 s]
/proc/loadavg: 1.91 1.94 1.66 2/67 16340
/proc/meminfo: memFree=1810192/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=0
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92073567 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 235 195 169 0 50 0
[pid=16339] ppid=16338 vsize=28720 CPUtime=1.49
/proc/16339/stat : 16339 (SatElite) R 16338 16338 16083 0 -1 4194304 6943 0 0 0 146 3 0 0 25 0 1 0 92073567 29409280 6415 1992294400 134512640 135034092 4294956096 18446744073709551615 134679770 0 0 4096 3 0 0 0 17 0 0 0
/proc/16339/statm: 7180 6415 68 127 0 7050 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34076

[startup+3.10186 s]
/proc/loadavg: 1.91 1.94 1.66 2/67 16340
/proc/meminfo: memFree=1807376/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30123 s]
/proc/loadavg: 1.92 1.94 1.66 2/67 16341
/proc/meminfo: memFree=1810640/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=18900 CPUtime=4.02
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 4517 0 0 0 400 2 0 0 25 0 1 0 92073793 19353600 4502 1992294400 134512640 135226915 4294956208 18446744073709551615 134527823 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 4725 4502 81 174 0 4548 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24256

[startup+12.702 s]
/proc/loadavg: 1.85 1.93 1.66 2/67 16341
/proc/meminfo: memFree=1806672/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=22736 CPUtime=10.42
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 5474 0 0 0 1039 3 0 0 25 0 1 0 92073793 23281664 5459 1992294400 134512640 135226915 4294956208 18446744073709551615 134526035 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 5684 5459 81 174 0 5507 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28092

[startup+25.5015 s]
/proc/loadavg: 1.66 1.88 1.65 2/67 16341
/proc/meminfo: memFree=1802256/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=27260 CPUtime=23.22
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 6589 0 0 0 2317 5 0 0 25 0 1 0 92073793 27914240 6574 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 6815 6574 81 174 0 6638 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32616

[startup+51.1015 s]
/proc/loadavg: 1.43 1.81 1.63 2/67 16341
/proc/meminfo: memFree=1800144/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=29636 CPUtime=48.81
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 7111 0 0 0 4876 5 0 0 25 0 1 0 92073793 30347264 7096 1992294400 134512640 135226915 4294956208 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 7409 7096 81 174 0 7232 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 34992

[startup+102.307 s]
/proc/loadavg: 1.19 1.68 1.60 2/67 16341
/proc/meminfo: memFree=1789648/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=40400 CPUtime=99.99
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 9758 0 0 0 9992 7 0 0 25 0 1 0 92073793 41369600 9743 1992294400 134512640 135226915 4294956208 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 10100 9743 81 174 0 9923 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 45756

[startup+162.302 s]
/proc/loadavg: 1.07 1.55 1.56 2/67 16341
/proc/meminfo: memFree=1787088/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=43016 CPUtime=159.95
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 10392 0 0 0 15987 8 0 0 25 0 1 0 92073793 44048384 10377 1992294400 134512640 135226915 4294956208 18446744073709551615 134539775 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 10754 10377 81 174 0 10577 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 48372

[startup+222.302 s]
/proc/loadavg: 1.02 1.45 1.52 2/67 16341
/proc/meminfo: memFree=1782736/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=47636 CPUtime=219.93
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 11487 0 0 0 21984 9 0 0 25 0 1 0 92073793 48779264 11472 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 11909 11472 81 174 0 11732 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 52992

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

[startup+230.302 s]
/proc/loadavg: 1.02 1.44 1.51 2/67 16341
/proc/meminfo: memFree=1778896/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=51860 CPUtime=227.92
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 12471 0 0 0 22782 10 0 0 25 0 1 0 92073793 53104640 12456 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 12965 12456 81 174 0 12788 0
Current children cumulated CPU time (s) 230.17
Current children cumulated vsize (KiB) 57216

[startup+243.105 s]
/proc/loadavg: 1.02 1.42 1.51 2/67 16341
/proc/meminfo: memFree=1778128/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=52508 CPUtime=240.72
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 12617 0 0 0 24062 10 0 0 25 0 1 0 92073793 53768192 12602 1992294400 134512640 135226915 4294956208 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 13127 12602 81 174 0 12950 0
Current children cumulated CPU time (s) 242.97
Current children cumulated vsize (KiB) 57864

[startup+246.301 s]
/proc/loadavg: 1.01 1.41 1.50 2/67 16341
/proc/meminfo: memFree=1777872/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=52652 CPUtime=243.92
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 12670 0 0 0 24382 10 0 0 25 0 1 0 92073793 53915648 12655 1992294400 134512640 135226915 4294956208 18446744073709551615 134548453 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 13163 12655 81 174 0 12986 0
Current children cumulated CPU time (s) 246.17
Current children cumulated vsize (KiB) 58008

[startup+249.502 s]
/proc/loadavg: 1.01 1.41 1.50 2/67 16341
/proc/meminfo: memFree=1777872/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=52652 CPUtime=247.11
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 12675 0 0 0 24701 10 0 0 25 0 1 0 92073793 53915648 12660 1992294400 134512640 135226915 4294956208 18446744073709551615 134527232 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 13163 12660 81 174 0 12986 0
Current children cumulated CPU time (s) 249.36
Current children cumulated vsize (KiB) 58008

[startup+250.303 s]
/proc/loadavg: 1.01 1.41 1.50 2/67 16341
/proc/meminfo: memFree=1777872/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=52652 CPUtime=247.91
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 12675 0 0 0 24781 10 0 0 25 0 1 0 92073793 53915648 12660 1992294400 134512640 135226915 4294956208 18446744073709551615 134527222 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 13163 12660 81 174 0 12986 0
Current children cumulated CPU time (s) 250.16
Current children cumulated vsize (KiB) 58008

[startup+250.703 s]
/proc/loadavg: 1.01 1.41 1.50 2/67 16341
/proc/meminfo: memFree=1777872/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=52652 CPUtime=248.31
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 12675 0 0 0 24821 10 0 0 25 0 1 0 92073793 53915648 12660 1992294400 134512640 135226915 4294956208 18446744073709551615 134527027 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 13163 12660 81 174 0 12986 0
Current children cumulated CPU time (s) 250.56
Current children cumulated vsize (KiB) 58008

[startup+250.903 s]
/proc/loadavg: 1.01 1.41 1.50 2/67 16341
/proc/meminfo: memFree=1777872/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=52652 CPUtime=248.51
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 12675 0 0 0 24841 10 0 0 25 0 1 0 92073793 53915648 12660 1992294400 134512640 135226915 4294956208 18446744073709551615 134527232 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 13163 12660 81 174 0 12986 0
Current children cumulated CPU time (s) 250.76
Current children cumulated vsize (KiB) 58008

[startup+251.003 s]
/proc/loadavg: 1.01 1.41 1.50 2/67 16341
/proc/meminfo: memFree=1777872/2055920 swapFree=4180880/4192956
[pid=16338] ppid=16336 vsize=5356 CPUtime=2.25
/proc/16338/stat : 16338 (lysat.sh) S 16336 16338 16083 0 -1 4194304 310 8973 0 0 0 0 218 7 19 0 1 0 92073567 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16338/statm: 1339 237 195 169 0 50 0
[pid=16341] ppid=16338 vsize=52652 CPUtime=248.61
/proc/16341/stat : 16341 (LySATi) R 16338 16338 16083 0 -1 4194304 12675 0 0 0 24851 10 0 0 25 0 1 0 92073793 53915648 12660 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/16341/statm: 13163 12660 81 174 0 12986 0
Current children cumulated CPU time (s) 250.86
Current children cumulated vsize (KiB) 58008

Child status: 20
Real time (s): 251.032
CPU time (s): 250.902
CPU user time (s): 250.707
CPU system time (s): 0.19497
CPU usage (%): 99.9481
Max. virtual memory (cumulated for all children) (KiB): 58008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.707
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22120
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= 37
involuntary context switches= 921

runsolver used 0.221966 second user time and 0.711891 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-25 08:20:12
IDJOB=1718864
IDBENCH=20573
IDSOLVER=511
FILE ID=node73/1718864-1240640412
PBS_JOBID= 9186428
Free space on /tmp= 66312 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq1.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718864-1240640412/watcher-1718864-1240640412 -o /tmp/evaluation-result-1718864-1240640412/solver-1718864-1240640412 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1718864-1240640412.cnf i

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

MD5SUM BENCH= 9158de01004aff62af67cbb9db5bcbbb
RANDOM SEED=181897422

node73.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.214
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.214
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:       1834944 kB
Buffers:         23276 kB
Cached:         144512 kB
SwapCached:       5816 kB
Active:          14924 kB
Inactive:       161568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834944 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:            6984 kB
Writeback:           0 kB
Mapped:          13988 kB
Slab:            30528 kB
Committed_AS:   359536 kB
PageTables:       1396 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= 66308 MiB
End job on node73 at 2009-04-25 08:24:24