Trace number 1579858

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 43.9583 43.9776

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.3953
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c Parsing...
0.48/0.56	c ==============================================================================
0.48/0.56	c |           |     ORIGINAL     |              LEARNT              |          |
0.48/0.56	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.48/0.56	c ==============================================================================
0.48/0.56	c |         0 |  495031  1168838 |  148509       0        0     nan |  0.000 % |
3.49/3.53	c |         0 |  300405   831416 |      --       0       --      -- |     --   | -44710/7696
3.49/3.53	c ==============================================================================
3.49/3.53	c Result  :   #vars: 49462   #clauses: 300405   #literals: 831416
3.49/3.53	c CPU time:   3.40648 s
3.49/3.53	c ==============================================================================
3.88/3.93	c lySAT 0.1
3.88/3.93	c minisat core +  additionnal features
3.88/3.93	c ============================[ Problem Statistics ]=============================
3.88/3.93	c |                                                                             |
3.88/3.94	c |  Number of variables:  49462                                                |
3.88/3.94	c |  Number of clauses:    300405                                               |
3.92/4.14	c |  Parsing time:         0.18         s                                       |
43.86/43.96	c restarts              : 535
43.86/43.96	c conflicts             : 23348          (584 /sec)
43.86/43.96	c decisions             : 283913         (15.91 % random) (7104 /sec)
43.86/43.96	c euip                  : 1529        
43.86/43.96	c propagations          : 71607748       (1791765 /sec)
43.86/43.96	c conflict literals     : 2186654        (28.39 % deleted)
43.86/43.96	c Memory used           : 27.80 MB
43.86/43.96	c CPU time              : 39.9649 s
43.86/43.96	c 
43.86/43.97	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-1579858-1238912173/watcher-1579858-1238912173 -o /tmp/evaluation-result-1579858-1238912173/solver-1579858-1238912173 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1579858-1238912173.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.92 0.99 1.11 3/76 30001
/proc/meminfo: memFree=1570760/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=0
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163878463 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30001/statm: 1339 235 195 169 0 50 0
[pid=30002] ppid=30001 vsize=2352 CPUtime=0
/proc/30002/stat : 30002 (SatElite) R 30001 30001 29712 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 1163878463 2408448 464 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 1 0 0
/proc/30002/statm: 588 466 50 127 0 458 0

[startup+0.104393 s]
/proc/loadavg: 0.92 0.99 1.11 3/76 30001
/proc/meminfo: memFree=1570760/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=0
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163878463 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30001/statm: 1339 235 195 169 0 50 0
[pid=30002] ppid=30001 vsize=20624 CPUtime=0.09
/proc/30002/stat : 30002 (SatElite) R 30001 30001 29712 0 -1 4194304 4238 0 0 0 7 2 0 0 18 0 1 0 1163878463 21118976 4118 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/30002/statm: 5156 4119 50 127 0 5026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25980

[startup+0.201407 s]
/proc/loadavg: 0.92 0.99 1.11 3/76 30001
/proc/meminfo: memFree=1570760/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=0
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163878463 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30001/statm: 1339 235 195 169 0 50 0
[pid=30002] ppid=30001 vsize=26944 CPUtime=0.19
/proc/30002/stat : 30002 (SatElite) R 30001 30001 29712 0 -1 4194304 5808 0 0 0 16 3 0 0 18 0 1 0 1163878463 27590656 5688 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/30002/statm: 6736 5689 50 127 0 6606 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 32300

[startup+0.301422 s]
/proc/loadavg: 0.92 0.99 1.11 3/76 30001
/proc/meminfo: memFree=1570760/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=0
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163878463 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30001/statm: 1339 235 195 169 0 50 0
[pid=30002] ppid=30001 vsize=33380 CPUtime=0.29
/proc/30002/stat : 30002 (SatElite) R 30001 30001 29712 0 -1 4194304 7279 0 0 0 25 4 0 0 19 0 1 0 1163878463 34181120 7159 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/30002/statm: 8378 7160 50 127 0 8248 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38736

[startup+0.701486 s]
/proc/loadavg: 0.92 0.99 1.11 3/76 30001
/proc/meminfo: memFree=1570760/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=0
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163878463 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30001/statm: 1339 235 195 169 0 50 0
[pid=30002] ppid=30001 vsize=50488 CPUtime=0.69
/proc/30002/stat : 30002 (SatElite) R 30001 30001 29712 0 -1 4194304 11713 0 0 0 62 7 0 0 22 0 1 0 1163878463 51699712 11593 1992294400 134512640 135034092 4294956096 18446744073709551615 134541585 0 0 4096 3 0 0 0 17 1 0 0
/proc/30002/statm: 12622 11594 64 127 0 12492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55844

[startup+1.50162 s]
/proc/loadavg: 0.92 0.99 1.11 2/78 30003
/proc/meminfo: memFree=1516984/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=0
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163878463 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30001/statm: 1339 235 195 169 0 50 0
[pid=30002] ppid=30001 vsize=59416 CPUtime=1.48
/proc/30002/stat : 30002 (SatElite) R 30001 30001 29712 0 -1 4194304 14844 0 0 0 139 9 0 0 25 0 1 0 1163878463 60841984 13499 1992294400 134512640 135034092 4294956096 18446744073709551615 134529233 0 0 4096 3 0 0 0 17 1 0 0
/proc/30002/statm: 14854 13499 68 127 0 14724 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 64772

[startup+3.10287 s]
/proc/loadavg: 0.92 0.99 1.11 2/78 30003
/proc/meminfo: memFree=1514040/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=0
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163878463 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30001/statm: 1339 235 195 169 0 50 0
[pid=30002] ppid=30001 vsize=65956 CPUtime=3.09
/proc/30002/stat : 30002 (SatElite) R 30001 30001 29712 0 -1 4194304 17210 0 0 0 297 12 0 0 25 0 1 0 1163878463 67538944 14471 1992294400 134512640 135034092 4294956096 18446744073709551615 134569439 0 0 4096 3 0 0 0 17 1 0 0
/proc/30002/statm: 16489 14471 68 127 0 16359 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71312

[startup+6.30138 s]
/proc/loadavg: 1.01 1.00 1.12 2/78 30004
/proc/meminfo: memFree=1540352/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=22576 CPUtime=2.35
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 5331 0 0 0 232 3 0 0 25 0 1 0 1163878857 23117824 5300 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 5644 5300 81 174 0 5467 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27932

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.11 2/78 30004
/proc/meminfo: memFree=1539456/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=23624 CPUtime=8.75
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 5566 0 0 0 872 3 0 0 25 0 1 0 1163878857 24190976 5535 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 5906 5535 81 174 0 5729 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28980

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 30004
/proc/meminfo: memFree=1535616/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=27292 CPUtime=21.54
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 6506 0 0 0 2150 4 0 0 25 0 1 0 1163878857 27947008 6475 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 6823 6475 81 174 0 6646 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 32648

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

[startup+25.6015 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 30004
/proc/meminfo: memFree=1535616/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=27424 CPUtime=21.64
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 6514 0 0 0 2160 4 0 0 25 0 1 0 1163878857 28082176 6483 1992294400 134512640 135226915 4294956208 18446744073709551615 134538566 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 6856 6483 81 174 0 6679 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 32780

[startup+32.0065 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 30004
/proc/meminfo: memFree=1535360/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=27552 CPUtime=28.05
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 6575 0 0 0 2801 4 0 0 25 0 1 0 1163878857 28213248 6544 1992294400 134512640 135226915 4294956208 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 6888 6544 81 174 0 6711 0
Current children cumulated CPU time (s) 31.97
Current children cumulated vsize (KiB) 32908

[startup+38.4015 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 30004
/proc/meminfo: memFree=1535360/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=27944 CPUtime=34.44
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 6649 0 0 0 3440 4 0 0 25 0 1 0 1163878857 28614656 6618 1992294400 134512640 135226915 4294956208 18446744073709551615 134527662 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 6986 6618 81 174 0 6809 0
Current children cumulated CPU time (s) 38.36
Current children cumulated vsize (KiB) 33300

[startup+41.602 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 30004
/proc/meminfo: memFree=1534528/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=28464 CPUtime=37.64
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 6788 0 0 0 3760 4 0 0 25 0 1 0 1163878857 29147136 6757 1992294400 134512640 135226915 4294956208 18446744073709551615 134536727 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 7116 6757 81 174 0 6939 0
Current children cumulated CPU time (s) 41.56
Current children cumulated vsize (KiB) 33820

[startup+43.2013 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 30004
/proc/meminfo: memFree=1534528/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=28464 CPUtime=39.24
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 6788 0 0 0 3920 4 0 0 25 0 1 0 1163878857 29147136 6757 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 7116 6757 81 174 0 6939 0
Current children cumulated CPU time (s) 43.16
Current children cumulated vsize (KiB) 33820

[startup+43.6013 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 30004
/proc/meminfo: memFree=1534528/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=28464 CPUtime=39.63
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 6788 0 0 0 3959 4 0 0 25 0 1 0 1163878857 29147136 6757 1992294400 134512640 135226915 4294956208 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 7116 6757 81 174 0 6939 0
Current children cumulated CPU time (s) 43.55
Current children cumulated vsize (KiB) 33820

[startup+43.8024 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 30004
/proc/meminfo: memFree=1534528/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=28464 CPUtime=39.84
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 6788 0 0 0 3980 4 0 0 25 0 1 0 1163878857 29147136 6757 1992294400 134512640 135226915 4294956208 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 7116 6757 81 174 0 6939 0
Current children cumulated CPU time (s) 43.76
Current children cumulated vsize (KiB) 33820

[startup+43.9024 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 30004
/proc/meminfo: memFree=1534528/2055920 swapFree=4173468/4192956
[pid=30001] ppid=29999 vsize=5356 CPUtime=3.92
/proc/30001/stat : 30001 (lysat.sh) S 29999 30001 29712 0 -1 4194304 310 18116 0 0 0 0 377 15 16 0 1 0 1163878463 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30001/statm: 1339 237 195 169 0 50 0
[pid=30004] ppid=30001 vsize=28464 CPUtime=39.94
/proc/30004/stat : 30004 (LySATi) R 30001 30001 29712 0 -1 4194304 6788 0 0 0 3990 4 0 0 25 0 1 0 1163878857 29147136 6757 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/30004/statm: 7116 6757 81 174 0 6939 0
Current children cumulated CPU time (s) 43.86
Current children cumulated vsize (KiB) 33820

Child status: 20
Real time (s): 43.9776
CPU time (s): 43.9583
CPU user time (s): 43.7414
CPU system time (s): 0.216967
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 71312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.7413
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25376
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= 11
involuntary context switches= 82

runsolver used 0.057991 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-05 08:16:14
IDJOB=1579858
IDBENCH=71006
IDSOLVER=511
FILE ID=node69/1579858-1238912173
PBS_JOBID= 9101360
Free space on /tmp= 66532 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579858-1238912173/watcher-1579858-1238912173 -o /tmp/evaluation-result-1579858-1238912173/solver-1579858-1238912173 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1579858-1238912173.cnf i

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=1418476715

node69.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.261
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	: 5931.00
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.261
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:       1571240 kB
Buffers:         50944 kB
Cached:         361848 kB
SwapCached:      10100 kB
Active:         141992 kB
Inactive:       282656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571240 kB
SwapTotal:     4192956 kB
SwapFree:      4173468 kB
Dirty:           10668 kB
Writeback:           0 kB
Mapped:          17376 kB
Slab:            44720 kB
Committed_AS:  3725404 kB
PageTables:       2356 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= 66528 MiB
End job on node69 at 2009-04-05 08:16:58