Trace number 1725564

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 87.5407 87.5995

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
MD5SUM98a64f12169bd41f7a54fe2b2f678456
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6458
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of clauses14889
Sum of the clauses size59645
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21078
Number of clauses of size 38535
Number of clauses of size 411
Number of clauses of size 513
Number of clauses of size over 55217

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   14054    55588 |    4216       0        0     nan |  0.000 % |
0.00/0.04	c |         0 |   10185    43121 |      --       0       --      -- |     --   | -236/-784
0.00/0.04	c ==============================================================================
0.00/0.04	c Result  :   #vars: 376   #clauses: 10185   #literals: 43121
0.00/0.04	c CPU time:   0.040993 s
0.00/0.04	c ==============================================================================
0.00/0.06	c lySAT 0.1
0.00/0.06	c minisat core +  additionnal features
0.00/0.06	c ============================[ Problem Statistics ]=============================
0.00/0.06	c |                                                                             |
0.00/0.06	c |  Number of variables:  376                                                  |
0.05/0.06	c |  Number of clauses:    10185                                                |
0.05/0.07	c |  Parsing time:         0.01         s                                       |
87.42/87.59	c restarts              : 359
87.42/87.59	c conflicts             : 302472         (3459 /sec)
87.42/87.59	c decisions             : 365554         (2.62 % random) (4180 /sec)
87.42/87.59	c euip                  : 19677       
87.42/87.59	c propagations          : 20981693       (239940 /sec)
87.42/87.59	c conflict literals     : 7083727        (39.75 % deleted)
87.42/87.59	c Memory used           : 17.02 MB
87.42/87.59	c CPU time              : 87.4457 s
87.42/87.59	c 
87.42/87.59	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-1725564-1240705408/watcher-1725564-1240705408 -o /tmp/evaluation-result-1725564-1240705408/solver-1725564-1240705408 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1725564-1240705408.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: 0.95 0.98 0.99 3/64 5442
/proc/meminfo: memFree=1781256/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98568084 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 235 195 169 0 50 0
[pid=5443] ppid=5442 vsize=824 CPUtime=0
/proc/5443/stat : 5443 (SatElite) R 5442 5442 5017 0 -1 4194304 119 0 0 0 0 0 0 0 19 0 1 0 98568084 843776 103 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/5443/statm: 206 104 51 127 0 76 0

[startup+0.063015 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 5442
/proc/meminfo: memFree=1781256/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.102018 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 5442
/proc/meminfo: memFree=1781256/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.302052 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 5442
/proc/meminfo: memFree=1781256/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.701123 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 5442
/proc/meminfo: memFree=1781256/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+1.50126 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1778680/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=4168 CPUtime=1.42
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 740 0 0 0 142 0 0 0 25 0 1 0 98568090 4268032 725 1992294400 134512640 135226915 4294956208 18446744073709551615 134546351 0 0 4096 3 0 0 0 17 1 0 0
/proc/5445/statm: 1042 725 81 174 0 865 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9524

[startup+3.10152 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1777784/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=5348 CPUtime=3.02
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 1021 0 0 0 302 0 0 0 25 0 1 0 98568090 5476352 1006 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 1337 1006 81 174 0 1160 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10704

[startup+6.30105 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1775672/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=6428 CPUtime=6.22
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 1302 0 0 0 622 0 0 0 25 0 1 0 98568090 6582272 1287 1992294400 134512640 135226915 4294956208 18446744073709551615 134526523 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 1607 1287 81 174 0 1430 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11784

[startup+12.7011 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1773624/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=8576 CPUtime=12.62
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 1806 0 0 0 1261 1 0 0 25 0 1 0 98568090 8781824 1791 1992294400 134512640 135226915 4294956208 18446744073709551615 134538684 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 2144 1791 81 174 0 1967 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13932

[startup+25.5023 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1771064/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=11348 CPUtime=25.4
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 2490 0 0 0 2539 1 0 0 25 0 1 0 98568090 11620352 2475 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 2837 2475 81 174 0 2660 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 16704

[startup+51.1026 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1767480/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=15144 CPUtime=51
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 3362 0 0 0 5098 2 0 0 25 0 1 0 98568090 15507456 3347 1992294400 134512640 135226915 4294956208 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 3786 3347 81 174 0 3609 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20500

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

[startup+63.9017 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1766648/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=15964 CPUtime=63.79
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 3563 0 0 0 6377 2 0 0 25 0 1 0 98568090 16347136 3548 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 3991 3548 81 174 0 3814 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 21320

[startup+76.7029 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1765624/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=16976 CPUtime=76.58
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 3832 0 0 0 7656 2 0 0 25 0 1 0 98568090 17383424 3817 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 4244 3817 81 174 0 4067 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 22332

[startup+83.1019 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1765304/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=17424 CPUtime=82.97
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 3907 0 0 0 8295 2 0 0 25 0 1 0 98568090 17842176 3892 1992294400 134512640 135226915 4294956208 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 4356 3892 81 174 0 4179 0
Current children cumulated CPU time (s) 83.02
Current children cumulated vsize (KiB) 22780

[startup+84.7052 s]
/proc/loadavg: 0.98 0.98 0.99 3/66 5445
/proc/meminfo: memFree=1765176/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=17424 CPUtime=84.58
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 3911 0 0 0 8456 2 0 0 25 0 1 0 98568090 17842176 3896 1992294400 134512640 135226915 4294956208 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 4356 3896 81 174 0 4179 0
Current children cumulated CPU time (s) 84.63
Current children cumulated vsize (KiB) 22780

[startup+86.3015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1765176/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=17424 CPUtime=86.17
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 3915 0 0 0 8615 2 0 0 25 0 1 0 98568090 17842176 3900 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 4356 3900 81 174 0 4179 0
Current children cumulated CPU time (s) 86.22
Current children cumulated vsize (KiB) 22780

[startup+87.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1765112/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=17424 CPUtime=86.97
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 3915 0 0 0 8695 2 0 0 25 0 1 0 98568090 17842176 3900 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 4356 3900 81 174 0 4179 0
Current children cumulated CPU time (s) 87.02
Current children cumulated vsize (KiB) 22780

[startup+87.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5445
/proc/meminfo: memFree=1765112/2055920 swapFree=4192956/4192956
[pid=5442] ppid=5440 vsize=5356 CPUtime=0.05
/proc/5442/stat : 5442 (lysat.sh) S 5440 5442 5017 0 -1 4194304 310 441 0 0 0 0 5 0 17 0 1 0 98568084 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5442/statm: 1339 237 195 169 0 50 0
[pid=5445] ppid=5442 vsize=17424 CPUtime=87.37
/proc/5445/stat : 5445 (LySATi) R 5442 5442 5017 0 -1 4194304 3919 0 0 0 8735 2 0 0 25 0 1 0 98568090 17842176 3904 1992294400 134512640 135226915 4294956208 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/5445/statm: 4356 3904 81 174 0 4179 0
Current children cumulated CPU time (s) 87.42
Current children cumulated vsize (KiB) 22780

Child status: 20
Real time (s): 87.5995
CPU time (s): 87.5407
CPU user time (s): 87.5017
CPU system time (s): 0.038994
CPU usage (%): 99.9329
Max. virtual memory (cumulated for all children) (KiB): 22780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.5017
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4832
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= 39
involuntary context switches= 235

runsolver used 0.070989 second user time and 0.253961 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-26 02:23:28
IDJOB=1725564
IDBENCH=24593
IDSOLVER=511
FILE ID=node57/1725564-1240705408
PBS_JOBID= 9186785
Free space on /tmp= 66440 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725564-1240705408/watcher-1725564-1240705408 -o /tmp/evaluation-result-1725564-1240705408/solver-1725564-1240705408 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1725564-1240705408.cnf i

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

MD5SUM BENCH= 98a64f12169bd41f7a54fe2b2f678456
RANDOM SEED=1421297914

node57.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.256
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.256
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:       1781736 kB
Buffers:         18752 kB
Cached:         173212 kB
SwapCached:          0 kB
Active:          68288 kB
Inactive:       137580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            54424 kB
Committed_AS:   287340 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= 66436 MiB
End job on node57 at 2009-04-26 02:24:56