Trace number 1720269

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 c/2009-03-20UNSAT 100.389 100.443

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.7619
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
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.19/0.27	c ==============================================================================
0.19/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.27	c ==============================================================================
0.19/0.27	c |         0 |  283992   662648 |   85197       0        0     nan |  0.000 % |
1.78/1.85	c |         0 |  123658   481466 |      --       0       --      -- |     --   | -160332/-181177
1.78/1.86	c ==============================================================================
1.78/1.86	c Result  :   #vars: 16584   #clauses: 123658   #literals: 481466
1.78/1.86	c CPU time:   1.77273 s
1.78/1.86	c ==============================================================================
1.99/2.06	This is MiniSat 2.0 beta
1.99/2.06	WARNING: for repeatability, setting FPU to use double precision
1.99/2.06	============================[ Problem Statistics ]=============================
1.99/2.06	|                                                                             |
1.99/2.06	|  Number of variables:  16584                                                |
1.99/2.06	|  Number of clauses:    123658                                               |
2.07/2.15	|  Parsing time:         0.07         s                                       |
100.33/100.42	restarts              : 20
100.33/100.42	conflicts             : 468554         (4770 /sec)
100.33/100.42	decisions             : 2011265        (1.61 % random) (20477 /sec)
100.33/100.42	propagations          : 66755480       (679659 /sec)
100.33/100.42	conflict literals     : 13068598       (23.39 % deleted)
100.33/100.42	Memory used           : 46.99 MB
100.33/100.42	CPU time              : 98.2191 s
100.33/100.42	
100.33/100.42	UNSATISFIABLE
100.33/100.43	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-1720269-1240654380/watcher-1720269-1240654380 -o /tmp/evaluation-result-1720269-1240654380/solver-1720269-1240654380 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1720269-1240654380.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.80 1.81 1.44 3/64 4006
/proc/meminfo: memFree=1021256/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=0
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93466102 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 235 195 169 0 50 0
[pid=4007] ppid=4006 vsize=544 CPUtime=0
/proc/4007/stat : 4007 (SatElite) R 4006 4006 3696 0 -1 4194304 17 0 0 0 0 0 0 0 19 0 1 0 93466103 557056 2 1992294400 0 0 4294956504 18446744073709551615 269930261799 0 0 4096 0 0 0 0 17 0 0 0
/proc/4007/statm: 137 10 6 127 0 7 0

[startup+0.081916 s]
/proc/loadavg: 1.80 1.81 1.44 3/64 4006
/proc/meminfo: memFree=1021256/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=0
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93466102 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 235 195 169 0 50 0
[pid=4007] ppid=4006 vsize=11256 CPUtime=0.07
/proc/4007/stat : 4007 (SatElite) R 4006 4006 3696 0 -1 4194304 2688 0 0 0 6 1 0 0 19 0 1 0 93466103 11526144 2673 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/4007/statm: 2814 2673 50 127 0 2684 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16612

[startup+0.101918 s]
/proc/loadavg: 1.80 1.81 1.44 3/64 4006
/proc/meminfo: memFree=1021256/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=0
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93466102 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 235 195 169 0 50 0
[pid=4007] ppid=4006 vsize=16036 CPUtime=0.08
/proc/4007/stat : 4007 (SatElite) R 4006 4006 3696 0 -1 4194304 3392 0 0 0 7 1 0 0 19 0 1 0 93466103 16420864 3376 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/4007/statm: 4009 3377 50 127 0 3879 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21392

[startup+0.301942 s]
/proc/loadavg: 1.80 1.81 1.44 3/64 4006
/proc/meminfo: memFree=1021256/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=0
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93466102 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 235 195 169 0 50 0
[pid=4007] ppid=4006 vsize=42036 CPUtime=0.28
/proc/4007/stat : 4007 (SatElite) R 4006 4006 3696 0 -1 4194304 10021 0 0 0 24 4 0 0 21 0 1 0 93466103 43044864 9370 1992294400 134512640 135034092 4294956096 18446744073709551615 134561806 0 0 4096 3 0 0 0 17 0 0 0
/proc/4007/statm: 10509 9370 67 127 0 10379 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47392

[startup+0.701988 s]
/proc/loadavg: 1.80 1.81 1.44 3/64 4006
/proc/meminfo: memFree=1021256/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=0
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93466102 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 235 195 169 0 50 0
[pid=4007] ppid=4006 vsize=46228 CPUtime=0.68
/proc/4007/stat : 4007 (SatElite) R 4006 4006 3696 0 -1 4194304 10975 0 0 0 63 5 0 0 25 0 1 0 93466103 47337472 10136 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/4007/statm: 11557 10136 68 127 0 11427 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 51584

[startup+1.50108 s]
/proc/loadavg: 1.80 1.81 1.44 2/66 4008
/proc/meminfo: memFree=974200/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=0
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93466102 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 235 195 169 0 50 0
[pid=4007] ppid=4006 vsize=49276 CPUtime=1.48
/proc/4007/stat : 4007 (SatElite) R 4006 4006 3696 0 -1 4194304 11718 0 0 0 141 7 0 0 25 0 1 0 93466103 50458624 10785 1992294400 134512640 135034092 4294956096 18446744073709551615 134566170 0 0 4096 3 0 0 0 17 0 0 0
/proc/4007/statm: 12319 10785 68 127 0 12189 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54632

[startup+3.10127 s]
/proc/loadavg: 1.80 1.81 1.44 2/66 4009
/proc/meminfo: memFree=1005424/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=10492 CPUtime=1.02
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 2479 0 0 0 101 1 0 0 25 0 1 0 93466309 10743808 2464 1992294400 134512640 135214827 4294956208 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 2623 2464 78 171 0 2450 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15848

[startup+6.30164 s]
/proc/loadavg: 1.74 1.79 1.44 2/66 4009
/proc/meminfo: memFree=996656/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=15260 CPUtime=4.22
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 3643 0 0 0 420 2 0 0 25 0 1 0 93466309 15626240 3628 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 3815 3628 78 171 0 3642 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20616

[startup+12.7014 s]
/proc/loadavg: 1.68 1.78 1.43 2/66 4009
/proc/meminfo: memFree=989624/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=21460 CPUtime=10.62
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 5220 0 0 0 1059 3 0 0 25 0 1 0 93466309 21975040 5205 1992294400 134512640 135214827 4294956208 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 5365 5205 78 171 0 5192 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26816

[startup+25.5019 s]
/proc/loadavg: 1.53 1.74 1.43 2/66 4009
/proc/meminfo: memFree=979768/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=31696 CPUtime=23.42
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 7738 0 0 0 2336 6 0 0 25 0 1 0 93466309 32456704 7723 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 7924 7723 78 171 0 7751 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37052

[startup+51.1019 s]
/proc/loadavg: 1.35 1.68 1.41 2/66 4009
/proc/meminfo: memFree=973880/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=36856 CPUtime=49.01
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 9053 0 0 0 4894 7 0 0 25 0 1 0 93466309 37740544 9038 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 9214 9038 78 171 0 9041 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 42212

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

[startup+76.7019 s]
/proc/loadavg: 1.23 1.62 1.40 2/66 4009
/proc/meminfo: memFree=966328/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=45188 CPUtime=74.59
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 11042 0 0 0 7451 8 0 0 25 0 1 0 93466309 46272512 11027 1992294400 134512640 135214827 4294956208 18446744073709551615 134540751 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 11297 11027 78 171 0 11124 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 50544

[startup+89.5014 s]
/proc/loadavg: 1.18 1.59 1.39 2/66 4009
/proc/meminfo: memFree=963064/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=48112 CPUtime=87.39
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 11788 0 0 0 8730 9 0 0 25 0 1 0 93466309 49266688 11773 1992294400 134512640 135214827 4294956208 18446744073709551615 134527341 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 12028 11773 78 171 0 11855 0
Current children cumulated CPU time (s) 89.44
Current children cumulated vsize (KiB) 53468

[startup+95.9011 s]
/proc/loadavg: 1.16 1.58 1.39 2/66 4009
/proc/meminfo: memFree=963064/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=48112 CPUtime=93.78
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 11788 0 0 0 9369 9 0 0 25 0 1 0 93466309 49266688 11773 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 12028 11773 78 171 0 11855 0
Current children cumulated CPU time (s) 95.83
Current children cumulated vsize (KiB) 53468

[startup+97.5013 s]
/proc/loadavg: 1.16 1.58 1.39 2/66 4009
/proc/meminfo: memFree=963064/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=48112 CPUtime=95.38
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 11788 0 0 0 9529 9 0 0 25 0 1 0 93466309 49266688 11773 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 12028 11773 78 171 0 11855 0
Current children cumulated CPU time (s) 97.43
Current children cumulated vsize (KiB) 53468

[startup+99.1015 s]
/proc/loadavg: 1.15 1.57 1.39 2/66 4009
/proc/meminfo: memFree=963064/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=48112 CPUtime=96.98
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 11788 0 0 0 9689 9 0 0 25 0 1 0 93466309 49266688 11773 1992294400 134512640 135214827 4294956208 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 12028 11773 78 171 0 11855 0
Current children cumulated CPU time (s) 99.03
Current children cumulated vsize (KiB) 53468

[startup+99.9016 s]
/proc/loadavg: 1.15 1.57 1.39 2/66 4009
/proc/meminfo: memFree=963064/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=48112 CPUtime=97.78
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 11788 0 0 0 9769 9 0 0 25 0 1 0 93466309 49266688 11773 1992294400 134512640 135214827 4294956208 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 12028 11773 78 171 0 11855 0
Current children cumulated CPU time (s) 99.83
Current children cumulated vsize (KiB) 53468

[startup+100.302 s]
/proc/loadavg: 1.15 1.57 1.39 2/66 4009
/proc/meminfo: memFree=963064/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=48112 CPUtime=98.18
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 11788 0 0 0 9809 9 0 0 25 0 1 0 93466309 49266688 11773 1992294400 134512640 135214827 4294956208 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 12028 11773 78 171 0 11855 0
Current children cumulated CPU time (s) 100.23
Current children cumulated vsize (KiB) 53468

[startup+100.402 s]
/proc/loadavg: 1.15 1.57 1.39 2/66 4009
/proc/meminfo: memFree=963064/2055920 swapFree=4192956/4192956
[pid=4006] ppid=4004 vsize=5356 CPUtime=2.05
/proc/4006/stat : 4006 (lysat.sh) S 4004 4006 3696 0 -1 4194304 310 12099 0 0 0 0 195 10 16 0 1 0 93466102 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4006/statm: 1339 237 195 169 0 50 0
[pid=4009] ppid=4006 vsize=48112 CPUtime=98.28
/proc/4009/stat : 4009 (LySATc) R 4006 4006 3696 0 -1 4194304 11788 0 0 0 9819 9 0 0 25 0 1 0 93466309 49266688 11773 1992294400 134512640 135214827 4294956208 18446744073709551615 134528141 0 0 4096 3 0 0 0 17 0 0 0
/proc/4009/statm: 12028 11773 78 171 0 11855 0
Current children cumulated CPU time (s) 100.33
Current children cumulated vsize (KiB) 53468

Child status: 20
Real time (s): 100.443
CPU time (s): 100.389
CPU user time (s): 100.177
CPU system time (s): 0.211967
CPU usage (%): 99.9462
Max. virtual memory (cumulated for all children) (KiB): 54720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.177
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24360
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= 40
involuntary context switches= 240

runsolver used 0.105983 second user time and 0.26096 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-25 12:13:01
IDJOB=1720269
IDBENCH=69599
IDSOLVER=512
FILE ID=node53/1720269-1240654380
PBS_JOBID= 9186483
Free space on /tmp= 66472 MiB

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

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=1296763314

node53.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.245
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.245
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:       1021800 kB
Buffers:         94896 kB
Cached:         837248 kB
SwapCached:          0 kB
Active:          84488 kB
Inactive:       861572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1021800 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6832 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            74188 kB
Committed_AS:   243744 kB
PageTables:       1376 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= 66472 MiB
End job on node53 at 2009-04-25 12:14:41