Trace number 1772803

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 1239.08 1239.45

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.131
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

0.00/0.00	c Parsing...
0.09/0.12	c ==============================================================================
0.09/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.28/1.30	c |         0 |  114078   411814 |      --       0       --      -- |     --   | -21277/56123
1.28/1.30	c ==============================================================================
1.28/1.30	c Result  :   #vars: 18800   #clauses: 114078   #literals: 411814
1.28/1.30	c CPU time:   1.26181 s
1.28/1.30	c ==============================================================================
1.39/1.47	c lySAT 0.1
1.39/1.47	c minisat core +  additionnal features
1.39/1.47	c ============================[ Problem Statistics ]=============================
1.39/1.47	c |                                                                             |
1.39/1.47	c |  Number of variables:  18800                                                |
1.39/1.47	c |  Number of clauses:    114078                                               |
1.46/1.56	c |  Parsing time:         0.08         s                                       |
1239.01/1239.43	c restarts              : 3726
1239.01/1239.43	c conflicts             : 1740326        (1406 /sec)
1239.01/1239.43	c decisions             : 7646238        (1.63 % random) (6180 /sec)
1239.01/1239.43	c euip                  : 63972       
1239.01/1239.43	c propagations          : 1459971041     (1179915 /sec)
1239.01/1239.43	c conflict literals     : 74209223       (56.90 % deleted)
1239.01/1239.43	c Memory used           : 97.85 MB
1239.01/1239.43	c CPU time              : 1237.35 s
1239.01/1239.43	c 
1239.01/1239.44	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-1772803-1241228156/watcher-1772803-1241228156 -o /tmp/evaluation-result-1772803-1241228156/solver-1772803-1241228156 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1772803-1241228156.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.99 0.97 0.99 3/64 22304
/proc/meminfo: memFree=1246208/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=0
/proc/22304/stat : 22304 (lysat.sh) R 22302 22304 22237 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 150849333 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 215418989215 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22304/statm: 1339 234 194 169 0 50 0
[pid=22305] ppid=22304 vsize=1556 CPUtime=0
/proc/22305/stat : 22305 (SatElite) R 22304 22304 22237 0 -1 4194304 293 0 0 0 0 0 0 0 18 0 1 0 150849333 1593344 277 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/22305/statm: 389 279 50 127 0 259 0

[startup+0.065415 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22304
/proc/meminfo: memFree=1246208/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=0
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150849333 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22304/statm: 1339 235 195 169 0 50 0
[pid=22305] ppid=22304 vsize=10888 CPUtime=0.06
/proc/22305/stat : 22305 (SatElite) R 22304 22304 22237 0 -1 4194304 1976 0 0 0 5 1 0 0 19 0 1 0 150849333 11149312 1913 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22305/statm: 2722 1914 52 127 0 2592 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16244

[startup+0.102419 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22304
/proc/meminfo: memFree=1246208/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=0
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150849333 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22304/statm: 1339 235 195 169 0 50 0
[pid=22305] ppid=22304 vsize=13660 CPUtime=0.09
/proc/22305/stat : 22305 (SatElite) R 22304 22304 22237 0 -1 4194304 2722 0 0 0 8 1 0 0 19 0 1 0 150849333 13987840 2659 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22305/statm: 3415 2660 52 127 0 3285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19016

[startup+0.302441 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22304
/proc/meminfo: memFree=1246208/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=0
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150849333 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22304/statm: 1339 235 195 169 0 50 0
[pid=22305] ppid=22304 vsize=20512 CPUtime=0.29
/proc/22305/stat : 22305 (SatElite) R 22304 22304 22237 0 -1 4194304 4521 0 0 0 27 2 0 0 21 0 1 0 150849333 21004288 4065 1992294400 134512640 135034092 4294956112 18446744073709551615 134566209 0 0 4096 3 0 0 0 17 0 0 0
/proc/22305/statm: 5128 4065 68 127 0 4998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25868

[startup+0.701496 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22304
/proc/meminfo: memFree=1246208/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=0
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 150849333 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22304/statm: 1339 235 195 169 0 50 0
[pid=22305] ppid=22304 vsize=23568 CPUtime=0.69
/proc/22305/stat : 22305 (SatElite) R 22304 22304 22237 0 -1 4194304 5152 0 0 0 66 3 0 0 25 0 1 0 150849333 24133632 4696 1992294400 134512640 135034092 4294956112 18446744073709551615 134563416 0 0 4096 3 0 0 0 17 0 0 0
/proc/22305/statm: 5892 4696 68 127 0 5762 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28924

[startup+1.50158 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22306
/proc/meminfo: memFree=1225712/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 5356

[startup+3.10175 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22307
/proc/meminfo: memFree=1232176/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=11184 CPUtime=1.62
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 2615 0 0 0 161 1 0 0 25 0 1 0 150849481 11452416 2600 1992294400 134512640 135226915 4294956224 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 2796 2600 82 174 0 2619 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16540

[startup+6.30111 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22307
/proc/meminfo: memFree=1229936/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=13200 CPUtime=4.81
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 3124 0 0 0 480 1 0 0 25 0 1 0 150849481 13516800 3109 1992294400 134512640 135226915 4294956224 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 3300 3109 82 174 0 3123 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18556

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22307
/proc/meminfo: memFree=1228208/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=14392 CPUtime=11.21
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 3405 0 0 0 1120 1 0 0 25 0 1 0 150849481 14737408 3390 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 3598 3390 82 174 0 3421 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19748

[startup+25.5022 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22307
/proc/meminfo: memFree=1224368/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=18376 CPUtime=24.01
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 4394 0 0 0 2399 2 0 0 25 0 1 0 150849481 18817024 4379 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 4594 4379 82 174 0 4417 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23732

[startup+51.1021 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22307
/proc/meminfo: memFree=1219120/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=23588 CPUtime=49.61
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 5689 0 0 0 4957 4 0 0 25 0 1 0 150849481 24154112 5674 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 5897 5674 82 174 0 5720 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28944

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22307
/proc/meminfo: memFree=1213168/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=29844 CPUtime=100.79
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 7198 0 0 0 10074 5 0 0 25 0 1 0 150849481 30560256 7183 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 7461 7183 82 174 0 7284 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 35200

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22307
/proc/meminfo: memFree=1204208/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=38800 CPUtime=160.77
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 9412 0 0 0 16070 7 0 0 25 0 1 0 150849481 39731200 9397 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 9700 9397 82 174 0 9523 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 44156

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1197424/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=45716 CPUtime=220.75
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 11111 0 0 0 22066 9 0 0 25 0 1 0 150849481 46813184 11096 1992294400 134512640 135226915 4294956224 18446744073709551615 134549544 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 11429 11096 82 174 0 11252 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 51072

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1194928/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=48668 CPUtime=280.73
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 11788 0 0 0 28064 9 0 0 25 0 1 0 150849481 49836032 11773 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 12167 11773 82 174 0 11990 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 54024

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1194032/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=49324 CPUtime=340.71
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 11958 0 0 0 34062 9 0 0 25 0 1 0 150849481 50507776 11943 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 12331 11943 82 174 0 12154 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 54680

[startup+402.302 s]

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


[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1152176/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=92552 CPUtime=940.54
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 22407 0 0 0 94034 20 0 0 25 0 1 0 150849481 94773248 22392 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 23138 22392 82 174 0 22961 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 97908

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1152048/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=92720 CPUtime=1000.52
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 22444 0 0 0 100031 21 0 0 25 0 1 0 150849481 94945280 22429 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 23180 22429 82 174 0 23003 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 98076

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1151920/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=93024 CPUtime=1060.5
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 22482 0 0 0 106029 21 0 0 25 0 1 0 150849481 95256576 22467 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 23256 22467 82 174 0 23079 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 98380

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1149744/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=95072 CPUtime=1120.49
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 23034 0 0 0 112027 22 0 0 25 0 1 0 150849481 97353728 23019 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 23768 23019 82 174 0 23591 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 100428

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1145648/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=99548 CPUtime=1180.47
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 24017 0 0 0 118024 23 0 0 25 0 1 0 150849481 101937152 24002 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 24887 24002 82 174 0 24710 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 104904

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

[startup+1203.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1145584/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=99692 CPUtime=1201.26
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 24072 0 0 0 120103 23 0 0 25 0 1 0 150849481 102084608 24057 1992294400 134512640 135226915 4294956224 18446744073709551615 134537032 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 24923 24057 82 174 0 24746 0
Current children cumulated CPU time (s) 1202.72
Current children cumulated vsize (KiB) 105048

[startup+1215.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1145200/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=99836 CPUtime=1214.06
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 24100 0 0 0 121383 23 0 0 25 0 1 0 150849481 102232064 24085 1992294400 134512640 135226915 4294956224 18446744073709551615 134536915 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 24959 24085 82 174 0 24782 0
Current children cumulated CPU time (s) 1215.52
Current children cumulated vsize (KiB) 105192

[startup+1228.71 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1145136/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=99980 CPUtime=1226.86
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 24124 0 0 0 122663 23 0 0 25 0 1 0 150849481 102379520 24109 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 24995 24109 82 174 0 24818 0
Current children cumulated CPU time (s) 1228.32
Current children cumulated vsize (KiB) 105336

[startup+1235.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1144944/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=100196 CPUtime=1233.25
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 24164 0 0 0 123302 23 0 0 25 0 1 0 150849481 102600704 24149 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 25049 24149 82 174 0 24872 0
Current children cumulated CPU time (s) 1234.71
Current children cumulated vsize (KiB) 105552

[startup+1236.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1144944/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=100196 CPUtime=1234.85
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 24164 0 0 0 123462 23 0 0 25 0 1 0 150849481 102600704 24149 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 25049 24149 82 174 0 24872 0
Current children cumulated CPU time (s) 1236.31
Current children cumulated vsize (KiB) 105552

[startup+1238.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1144944/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=100196 CPUtime=1236.45
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 24164 0 0 0 123622 23 0 0 25 0 1 0 150849481 102600704 24149 1992294400 134512640 135226915 4294956224 18446744073709551615 134527276 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 25049 24149 82 174 0 24872 0
Current children cumulated CPU time (s) 1237.91
Current children cumulated vsize (KiB) 105552

[startup+1239.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1144944/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=100196 CPUtime=1237.25
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 24164 0 0 0 123702 23 0 0 25 0 1 0 150849481 102600704 24149 1992294400 134512640 135226915 4294956224 18446744073709551615 134539996 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 25049 24149 82 174 0 24872 0
Current children cumulated CPU time (s) 1238.71
Current children cumulated vsize (KiB) 105552

[startup+1239.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1144944/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=100196 CPUtime=1237.45
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 24164 0 0 0 123722 23 0 0 25 0 1 0 150849481 102600704 24149 1992294400 134512640 135226915 4294956224 18446744073709551615 134539925 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 25049 24149 82 174 0 24872 0
Current children cumulated CPU time (s) 1238.91
Current children cumulated vsize (KiB) 105552

[startup+1239.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22309
/proc/meminfo: memFree=1144944/2055920 swapFree=4192812/4192956
[pid=22304] ppid=22302 vsize=5356 CPUtime=1.46
/proc/22304/stat : 22304 (lysat.sh) S 22302 22304 22237 0 -1 4194304 310 5682 0 0 0 0 142 4 16 0 1 0 150849333 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22304/statm: 1339 237 195 169 0 50 0
[pid=22307] ppid=22304 vsize=100196 CPUtime=1237.55
/proc/22307/stat : 22307 (LySATi) R 22304 22304 22237 0 -1 4194304 24164 0 0 0 123732 23 0 0 25 0 1 0 150849481 102600704 24149 1992294400 134512640 135226915 4294956224 18446744073709551615 134537354 0 0 4096 3 0 0 0 17 0 0 0
/proc/22307/statm: 25049 24149 82 174 0 24872 0
Current children cumulated CPU time (s) 1239.01
Current children cumulated vsize (KiB) 105552

Child status: 20
Real time (s): 1239.45
CPU time (s): 1239.08
CPU user time (s): 1238.78
CPU system time (s): 0.303953
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 105552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1238.78
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30317
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= 38
involuntary context switches= 1867

runsolver used 1.06084 second user time and 3.45247 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-02 03:35:56
IDJOB=1772803
IDBENCH=20390
IDSOLVER=609
FILE ID=node9/1772803-1241228156
PBS_JOBID= 9224797
Free space on /tmp= 66540 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772803-1241228156/watcher-1772803-1241228156 -o /tmp/evaluation-result-1772803-1241228156/solver-1772803-1241228156 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1772803-1241228156.cnf i

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=276625111

node9.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.240
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.240
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:       1246688 kB
Buffers:         84852 kB
Cached:         610720 kB
SwapCached:          0 kB
Active:          51412 kB
Inactive:       658044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1246688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4980 kB
Writeback:           0 kB
Mapped:          23656 kB
Slab:            85780 kB
Committed_AS:   652796 kB
PageTables:       1388 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= 66536 MiB
End job on node9 at 2009-05-02 03:56:35