Trace number 1723464

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 127.915 127.99

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark115.078
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.39/0.49	c ==============================================================================
0.39/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.49	c ==============================================================================
0.39/0.49	c |         0 |  501420  1169980 |  150425       0        0     nan |  0.000 % |
3.39/3.40	c |         0 |  215779   849690 |      --       0       --      -- |     --   | -285639/-320285
3.39/3.40	c ==============================================================================
3.39/3.40	c Result  :   #vars: 28036   #clauses: 215779   #literals: 849690
3.39/3.40	c CPU time:   3.22651 s
3.39/3.40	c ==============================================================================
3.69/3.77	c lySAT 0.1
3.69/3.77	c minisat core +  additionnal features
3.69/3.77	c ============================[ Problem Statistics ]=============================
3.69/3.77	c |                                                                             |
3.69/3.77	c |  Number of variables:  28036                                                |
3.69/3.77	c |  Number of clauses:    215779                                               |
3.76/3.93	c |  Parsing time:         0.15         s                                       |
127.83/127.95	c restarts              : 2924
127.83/127.95	c conflicts             : 428945         (3457 /sec)
127.83/127.95	c decisions             : 2987757        (5.54 % random) (24081 /sec)
127.83/127.95	c euip                  : 11792       
127.83/127.95	c propagations          : 139100516      (1121153 /sec)
127.83/127.95	c conflict literals     : 7888942        (22.85 % deleted)
127.83/127.95	c Memory used           : 35.83 MB
127.83/127.95	c CPU time              : 124.069 s
127.83/127.95	c 
127.83/127.96	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-1723464-1240686154/watcher-1723464-1240686154 -o /tmp/evaluation-result-1723464-1240686154/solver-1723464-1240686154 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1723464-1240686154.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.98 1.08 3/64 2409
/proc/meminfo: memFree=1085848/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=0
/proc/2409/stat : 2409 (lysat.sh) R 2407 2409 2132 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 96644313 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 231882680991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/2409/statm: 1339 234 194 169 0 50 0
[pid=2410] ppid=2409 vsize=956 CPUtime=0
/proc/2410/stat : 2410 (SatElite) R 2409 2409 2132 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 96644313 978944 126 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/2410/statm: 239 127 50 127 0 109 0

[startup+0.02192 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 2409
/proc/meminfo: memFree=1085848/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=0
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644313 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2409/statm: 1339 235 195 169 0 50 0
[pid=2410] ppid=2409 vsize=4176 CPUtime=0.01
/proc/2410/stat : 2410 (SatElite) R 2409 2409 2132 0 -1 4194304 794 0 0 0 1 0 0 0 19 0 1 0 96644313 4276224 778 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/2410/statm: 1044 779 50 127 0 914 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9532

[startup+0.101928 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 2409
/proc/meminfo: memFree=1085848/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=0
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644313 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2409/statm: 1339 235 195 169 0 50 0
[pid=2410] ppid=2409 vsize=16160 CPUtime=0.09
/proc/2410/stat : 2410 (SatElite) R 2409 2409 2132 0 -1 4194304 3446 0 0 0 8 1 0 0 19 0 1 0 96644313 16547840 3430 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/2410/statm: 4040 3431 50 127 0 3910 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21516

[startup+0.301952 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 2409
/proc/meminfo: memFree=1085848/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=0
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644313 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2409/statm: 1339 235 195 169 0 50 0
[pid=2410] ppid=2409 vsize=41532 CPUtime=0.29
/proc/2410/stat : 2410 (SatElite) R 2409 2409 2132 0 -1 4194304 9896 0 0 0 24 5 0 0 21 0 1 0 96644313 42528768 9880 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/2410/statm: 10383 9881 50 127 0 10253 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46888

[startup+0.701997 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 2409
/proc/meminfo: memFree=1085848/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=0
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644313 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2409/statm: 1339 235 195 169 0 50 0
[pid=2410] ppid=2409 vsize=79708 CPUtime=0.69
/proc/2410/stat : 2410 (SatElite) R 2409 2409 2132 0 -1 4194304 18519 0 0 0 60 9 0 0 25 0 1 0 96644313 81620992 17109 1992294400 134512640 135034092 4294956096 18446744073709551615 134566706 0 0 4096 3 0 0 0 17 0 0 0
/proc/2410/statm: 19927 17109 68 127 0 19797 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85064

[startup+1.50109 s]
/proc/loadavg: 0.92 0.98 1.08 2/66 2411
/proc/meminfo: memFree=1012744/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=0
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644313 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2409/statm: 1339 235 195 169 0 50 0
[pid=2410] ppid=2409 vsize=83620 CPUtime=1.48
/proc/2410/stat : 2410 (SatElite) R 2409 2409 2132 0 -1 4194304 19352 0 0 0 137 11 0 0 25 0 1 0 96644313 85626880 17942 1992294400 134512640 135034092 4294956096 18446744073709551615 134669977 0 0 4096 3 0 0 0 17 0 0 0
/proc/2410/statm: 20905 17942 68 127 0 20775 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 88976

[startup+3.10128 s]
/proc/loadavg: 0.92 0.98 1.08 2/66 2411
/proc/meminfo: memFree=999560/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=0
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96644313 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2409/statm: 1339 235 195 169 0 50 0
[pid=2410] ppid=2409 vsize=86900 CPUtime=3.09
/proc/2410/stat : 2410 (SatElite) R 2409 2409 2132 0 -1 4194304 20437 0 0 0 292 17 0 0 25 0 1 0 96644313 88985600 18695 1992294400 134512640 135034092 4294956096 18446744073709551615 134569541 0 0 4096 3 0 0 0 17 0 0 0
/proc/2410/statm: 21725 18695 68 127 0 21595 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92256

[startup+6.30166 s]
/proc/loadavg: 1.01 1.00 1.09 2/66 2412
/proc/meminfo: memFree=1047624/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=20140 CPUtime=2.52
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 4734 0 0 0 250 2 0 0 25 0 1 0 96644690 20623360 4719 1992294400 134512640 135226915 4294956208 18446744073709551615 134537319 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 5035 4719 81 174 0 4858 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25496

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.09 2/66 2412
/proc/meminfo: memFree=1045896/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=21324 CPUtime=8.92
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 5028 0 0 0 889 3 0 0 25 0 1 0 96644690 21835776 5013 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 5331 5013 81 174 0 5154 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26680

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 2412
/proc/meminfo: memFree=1043784/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=23596 CPUtime=21.71
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 5575 0 0 0 2168 3 0 0 25 0 1 0 96644690 24162304 5560 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 5899 5560 81 174 0 5722 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 28952

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2412
/proc/meminfo: memFree=1039816/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=27616 CPUtime=47.3
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 6595 0 0 0 4725 5 0 0 25 0 1 0 96644690 28278784 6580 1992294400 134512640 135226915 4294956208 18446744073709551615 134536902 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 6904 6580 81 174 0 6727 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 32972

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2412
/proc/meminfo: memFree=1034248/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=33124 CPUtime=98.48
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 7957 0 0 0 9843 5 0 0 25 0 1 0 96644690 33918976 7942 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 8281 7942 81 174 0 8104 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 38480

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

[startup+115.101 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2412
/proc/meminfo: memFree=1031560/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=35964 CPUtime=111.28
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 8636 0 0 0 11122 6 0 0 25 0 1 0 96644690 36827136 8621 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 8991 8621 81 174 0 8814 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 41320

[startup+121.502 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2412
/proc/meminfo: memFree=1031432/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=36100 CPUtime=117.67
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 8678 0 0 0 11761 6 0 0 25 0 1 0 96644690 36966400 8663 1992294400 134512640 135226915 4294956208 18446744073709551615 134536866 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 9025 8663 81 174 0 8848 0
Current children cumulated CPU time (s) 121.43
Current children cumulated vsize (KiB) 41456

[startup+124.702 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2412
/proc/meminfo: memFree=1031240/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=36380 CPUtime=120.87
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 8724 0 0 0 12081 6 0 0 25 0 1 0 96644690 37253120 8709 1992294400 134512640 135226915 4294956208 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 9095 8709 81 174 0 8918 0
Current children cumulated CPU time (s) 124.63
Current children cumulated vsize (KiB) 41736

[startup+126.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2412
/proc/meminfo: memFree=1031112/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=36528 CPUtime=122.47
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 8753 0 0 0 12241 6 0 0 25 0 1 0 96644690 37404672 8738 1992294400 134512640 135226915 4294956208 18446744073709551615 134536945 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 9132 8738 81 174 0 8955 0
Current children cumulated CPU time (s) 126.23
Current children cumulated vsize (KiB) 41884

[startup+127.102 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2412
/proc/meminfo: memFree=1031048/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=36528 CPUtime=123.27
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 8774 0 0 0 12321 6 0 0 25 0 1 0 96644690 37404672 8759 1992294400 134512640 135226915 4294956208 18446744073709551615 134536806 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 9132 8759 81 174 0 8955 0
Current children cumulated CPU time (s) 127.03
Current children cumulated vsize (KiB) 41884

[startup+127.502 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2412
/proc/meminfo: memFree=1030984/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=36528 CPUtime=123.68
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 8780 0 0 0 12362 6 0 0 25 0 1 0 96644690 37404672 8765 1992294400 134512640 135226915 4294956208 18446744073709551615 134538608 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 9132 8765 81 174 0 8955 0
Current children cumulated CPU time (s) 127.44
Current children cumulated vsize (KiB) 41884

[startup+127.902 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2412
/proc/meminfo: memFree=1030984/2055920 swapFree=4192812/4192956
[pid=2409] ppid=2407 vsize=5356 CPUtime=3.76
/proc/2409/stat : 2409 (lysat.sh) S 2407 2409 2132 0 -1 4194304 310 22157 0 0 0 0 356 20 16 0 1 0 96644313 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2409/statm: 1339 237 195 169 0 50 0
[pid=2412] ppid=2409 vsize=36684 CPUtime=124.07
/proc/2412/stat : 2412 (LySATi) R 2409 2409 2132 0 -1 4194304 8798 0 0 0 12401 6 0 0 25 0 1 0 96644690 37564416 8783 1992294400 134512640 135226915 4294956208 18446744073709551615 134537040 0 0 4096 3 0 0 0 17 0 0 0
/proc/2412/statm: 9171 8783 81 174 0 8994 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 42040

Child status: 20
Real time (s): 127.99
CPU time (s): 127.915
CPU user time (s): 127.632
CPU system time (s): 0.282956
CPU usage (%): 99.9407
Max. virtual memory (cumulated for all children) (KiB): 100412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.632
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31427
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= 387

runsolver used 0.138978 second user time and 0.32795 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-25 21:02:35
IDJOB=1723464
IDBENCH=71715
IDSOLVER=511
FILE ID=node75/1723464-1240686154
PBS_JOBID= 9186683
Free space on /tmp= 66424 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723464-1240686154/watcher-1723464-1240686154 -o /tmp/evaluation-result-1723464-1240686154/solver-1723464-1240686154 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1723464-1240686154.cnf i

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=866144534

node75.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1086392 kB
Buffers:         85628 kB
Cached:         790748 kB
SwapCached:        144 kB
Active:         132264 kB
Inactive:       758156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1086392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10868 kB
Writeback:           0 kB
Mapped:          23660 kB
Slab:            65148 kB
Committed_AS:   226320 kB
PageTables:       1416 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= 66420 MiB
End job on node75 at 2009-04-25 21:04:43