Trace number 1724036

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 699.005 699.352

General information on the benchmark

Namemanol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark578.845
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
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.99/1.09	c ==============================================================================
0.99/1.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.09	c ==============================================================================
0.99/1.09	c |         0 | 1100499  2567831 |  330149       0        0     nan |  0.000 % |
7.78/7.86	c |         0 |  456317  1844839 |      --       0       --      -- |     --   | -644180/-722987
7.78/7.86	c ==============================================================================
7.78/7.86	c Result  :   #vars: 56393   #clauses: 456317   #literals: 1844839
7.78/7.86	c CPU time:   7.47486 s
7.78/7.86	c ==============================================================================
8.57/8.66	c lySAT 0.1
8.57/8.66	c minisat core +  additionnal features
8.57/8.66	c ============================[ Problem Statistics ]=============================
8.57/8.66	c |                                                                             |
8.57/8.66	c |  Number of variables:  56393                                                |
8.57/8.66	c |  Number of clauses:    456317                                               |
8.96/9.02	c |  Parsing time:         0.30         s                                       |
698.93/699.30	c restarts              : 4846
698.93/699.30	c conflicts             : 1369033        (1984 /sec)
698.93/699.30	c decisions             : 5279690        (3.64 % random) (7651 /sec)
698.93/699.30	c euip                  : 44958       
698.93/699.30	c propagations          : 543249730      (787237 /sec)
698.93/699.30	c conflict literals     : 50504460       (35.33 % deleted)
698.93/699.30	c Memory used           : 108.58 MB
698.93/699.30	c CPU time              : 690.071 s
698.93/699.30	c 
698.93/699.32	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-1724036-1240691710/watcher-1724036-1240691710 -o /tmp/evaluation-result-1724036-1240691710/solver-1724036-1240691710 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1724036-1240691710.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: 1.00 1.00 1.06 3/64 25619
/proc/meminfo: memFree=1187328/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=0
/proc/25619/stat : 25619 (lysat.sh) R 25617 25619 25401 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 97199710 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25619/statm: 1339 234 194 169 0 50 0
[pid=25620] ppid=25619 vsize=1100 CPUtime=0
/proc/25620/stat : 25620 (SatElite) R 25619 25619 25401 0 -1 4194304 166 0 0 0 0 0 0 0 18 0 1 0 97199710 1126400 150 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25620/statm: 275 159 50 127 0 145 0

[startup+0.081856 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 25619
/proc/meminfo: memFree=1187328/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=0
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97199710 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25619/statm: 1339 235 195 169 0 50 0
[pid=25620] ppid=25619 vsize=11896 CPUtime=0.07
/proc/25620/stat : 25620 (SatElite) R 25619 25619 25401 0 -1 4194304 2788 0 0 0 6 1 0 0 19 0 1 0 97199710 12181504 2772 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/25620/statm: 2974 2778 50 127 0 2844 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17252

[startup+0.101856 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 25619
/proc/meminfo: memFree=1187328/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=0
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97199710 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25619/statm: 1339 235 195 169 0 50 0
[pid=25620] ppid=25619 vsize=16196 CPUtime=0.09
/proc/25620/stat : 25620 (SatElite) R 25619 25619 25401 0 -1 4194304 3458 0 0 0 8 1 0 0 19 0 1 0 97199710 16584704 3443 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25620/statm: 4049 3443 50 127 0 3919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21552

[startup+0.301865 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 25619
/proc/meminfo: memFree=1187328/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=0
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97199710 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25619/statm: 1339 235 195 169 0 50 0
[pid=25620] ppid=25619 vsize=41704 CPUtime=0.29
/proc/25620/stat : 25620 (SatElite) R 25619 25619 25401 0 -1 4194304 9956 0 0 0 25 4 0 0 21 0 1 0 97199710 42704896 9940 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25620/statm: 10426 9940 50 127 0 10296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47060

[startup+0.701905 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 25619
/proc/meminfo: memFree=1187328/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=0
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97199710 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25619/statm: 1339 235 195 169 0 50 0
[pid=25620] ppid=25619 vsize=114808 CPUtime=0.69
/proc/25620/stat : 25620 (SatElite) R 25619 25619 25401 0 -1 4194304 22706 0 0 0 58 11 0 0 25 0 1 0 97199710 117563392 22690 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25620/statm: 28702 22691 50 127 0 28572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120164

[startup+1.502 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25621
/proc/meminfo: memFree=1054896/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=0
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97199710 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25619/statm: 1339 235 195 169 0 50 0
[pid=25620] ppid=25619 vsize=172596 CPUtime=1.49
/proc/25620/stat : 25620 (SatElite) R 25619 25619 25401 0 -1 4194304 40346 0 0 0 130 19 0 0 25 0 1 0 97199710 176738304 37278 1992294400 134512640 135034092 4294956096 18446744073709551615 134566194 0 0 4096 3 0 0 0 17 1 0 0
/proc/25620/statm: 43149 37278 68 127 0 43019 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 177952

[startup+3.10114 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25621
/proc/meminfo: memFree=1029552/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=0
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97199710 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25619/statm: 1339 235 195 169 0 50 0
[pid=25620] ppid=25619 vsize=178608 CPUtime=3.08
/proc/25620/stat : 25620 (SatElite) R 25619 25619 25401 0 -1 4194304 41794 0 0 0 284 24 0 0 25 0 1 0 97199710 182894592 38726 1992294400 134512640 135034092 4294956096 18446744073709551615 134560593 0 0 4096 3 0 0 0 17 0 0 0
/proc/25620/statm: 44652 38726 68 127 0 44522 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 183964

[startup+6.30147 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25621
/proc/meminfo: memFree=997040/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=0
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97199710 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25619/statm: 1339 235 195 169 0 50 0
[pid=25620] ppid=25619 vsize=189196 CPUtime=6.27
/proc/25620/stat : 25620 (SatElite) R 25619 25619 25401 0 -1 4194304 44423 0 0 0 592 35 0 0 25 0 1 0 97199710 193736704 40994 1992294400 134512640 135034092 4294956096 18446744073709551615 134540825 0 0 4096 3 0 0 0 17 0 0 0
/proc/25620/statm: 47299 40994 68 127 0 47169 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 194552

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25622
/proc/meminfo: memFree=1105840/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=38168 CPUtime=4.02
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 9314 0 0 0 396 6 0 0 25 0 1 0 97200577 39084032 9299 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 9542 9299 81 174 0 9365 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 43524

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25622
/proc/meminfo: memFree=1104112/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=39868 CPUtime=16.81
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 9726 0 0 0 1675 6 0 0 25 0 1 0 97200577 40824832 9711 1992294400 134512640 135226915 4294956208 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 9967 9711 81 174 0 9790 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 45224

[startup+51.1029 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 25622
/proc/meminfo: memFree=1099568/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=44468 CPUtime=42.38
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 10876 0 0 0 4231 7 0 0 25 0 1 0 97200577 45535232 10861 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 11117 10861 81 174 0 10940 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 49824

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 25622
/proc/meminfo: memFree=1092400/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=52012 CPUtime=93.57
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 12724 0 0 0 9348 9 0 0 25 0 1 0 97200577 53260288 12709 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 13003 12709 81 174 0 12826 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 57368

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 25622
/proc/meminfo: memFree=1083568/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=60844 CPUtime=153.53
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 14905 0 0 0 15342 11 0 0 25 0 1 0 97200577 62304256 14890 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 15211 14890 81 174 0 15034 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 66200

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 25624
/proc/meminfo: memFree=1075696/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=68872 CPUtime=213.5
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 16887 0 0 0 21337 13 0 0 25 0 1 0 97200577 70524928 16872 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 17218 16872 81 174 0 17041 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 74228

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 25624
/proc/meminfo: memFree=1073264/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=71468 CPUtime=273.48
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 17510 0 0 0 27335 13 0 0 25 0 1 0 97200577 73183232 17495 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 17867 17495 81 174 0 17690 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 76824

[startup+342.303 s]
/proc/loadavg: 1.05 1.01 1.03 2/66 25624
/proc/meminfo: memFree=1065776/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=78912 CPUtime=333.45
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 19378 0 0 0 33329 16 0 0 25 0 1 0 97200577 80805888 19363 1992294400 134512640 135226915 4294956208 18446744073709551615 134538700 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 19728 19363 81 174 0 19551 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 84268

[startup+402.302 s]
/proc/loadavg: 1.06 1.02 1.03 2/66 25624
/proc/meminfo: memFree=1060784/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=84132 CPUtime=393.42
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 20665 0 0 0 39325 17 0 0 25 0 1 0 97200577 86151168 20650 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 21033 20650 81 174 0 20856 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 89488

[startup+462.302 s]
/proc/loadavg: 1.06 1.03 1.03 2/66 25624
/proc/meminfo: memFree=1050544/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=94588 CPUtime=453.4
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 23174 0 0 0 45321 19 0 0 25 0 1 0 97200577 96858112 23159 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 23647 23159 81 174 0 23470 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 99944

[startup+522.302 s]
/proc/loadavg: 1.05 1.04 1.03 2/66 25624
/proc/meminfo: memFree=1049072/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=96216 CPUtime=513.37
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 23533 0 0 0 51318 19 0 0 25 0 1 0 97200577 98525184 23518 1992294400 134512640 135226915 4294956208 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 24054 23518 81 174 0 23877 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 101572

[startup+582.302 s]
/proc/loadavg: 1.18 1.07 1.04 2/66 25624
/proc/meminfo: memFree=1041840/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=103764 CPUtime=573.35
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 25369 0 0 0 57314 21 0 0 25 0 1 0 97200577 106254336 25354 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 25941 25354 81 174 0 25764 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 109120

[startup+642.302 s]
/proc/loadavg: 1.07 1.06 1.03 2/66 25624
/proc/meminfo: memFree=1034416/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=111036 CPUtime=633.33
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 27199 0 0 0 63310 23 0 0 25 0 1 0 97200577 113700864 27184 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 27759 27184 81 174 0 27582 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 116392

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

[startup+665.506 s]
/proc/loadavg: 1.05 1.05 1.03 2/66 25624
/proc/meminfo: memFree=1034352/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=111036 CPUtime=656.52
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 27199 0 0 0 65629 23 0 0 25 0 1 0 97200577 113700864 27184 1992294400 134512640 135226915 4294956208 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 27759 27184 81 174 0 27582 0
Current children cumulated CPU time (s) 665.16
Current children cumulated vsize (KiB) 116392

[startup+678.301 s]
/proc/loadavg: 1.04 1.05 1.03 2/66 25624
/proc/meminfo: memFree=1034352/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=111036 CPUtime=669.31
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 27199 0 0 0 66908 23 0 0 25 0 1 0 97200577 113700864 27184 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 27759 27184 81 174 0 27582 0
Current children cumulated CPU time (s) 677.95
Current children cumulated vsize (KiB) 116392

[startup+691.102 s]
/proc/loadavg: 1.03 1.05 1.03 2/66 25624
/proc/meminfo: memFree=1034288/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=111036 CPUtime=682.1
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 27208 0 0 0 68187 23 0 0 25 0 1 0 97200577 113700864 27193 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 27759 27193 81 174 0 27582 0
Current children cumulated CPU time (s) 690.74
Current children cumulated vsize (KiB) 116392

[startup+694.302 s]
/proc/loadavg: 1.03 1.05 1.03 2/66 25624
/proc/meminfo: memFree=1034224/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=111180 CPUtime=685.3
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 27237 0 0 0 68507 23 0 0 25 0 1 0 97200577 113848320 27222 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 27795 27222 81 174 0 27618 0
Current children cumulated CPU time (s) 693.94
Current children cumulated vsize (KiB) 116536

[startup+697.501 s]
/proc/loadavg: 1.02 1.05 1.03 2/66 25624
/proc/meminfo: memFree=1034224/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=111180 CPUtime=688.5
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 27237 0 0 0 68827 23 0 0 25 0 1 0 97200577 113848320 27222 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 27795 27222 81 174 0 27618 0
Current children cumulated CPU time (s) 697.14
Current children cumulated vsize (KiB) 116536

[startup+698.301 s]
/proc/loadavg: 1.02 1.05 1.03 2/66 25624
/proc/meminfo: memFree=1034224/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=111180 CPUtime=689.29
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 27237 0 0 0 68906 23 0 0 25 0 1 0 97200577 113848320 27222 1992294400 134512640 135226915 4294956208 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 27795 27222 81 174 0 27618 0
Current children cumulated CPU time (s) 697.93
Current children cumulated vsize (KiB) 116536

[startup+699.101 s]
/proc/loadavg: 1.02 1.05 1.03 2/66 25624
/proc/meminfo: memFree=1034224/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=111180 CPUtime=690.09
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 27237 0 0 0 68986 23 0 0 25 0 1 0 97200577 113848320 27222 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 27795 27222 81 174 0 27618 0
Current children cumulated CPU time (s) 698.73
Current children cumulated vsize (KiB) 116536

[startup+699.301 s]
/proc/loadavg: 1.02 1.05 1.03 2/66 25624
/proc/meminfo: memFree=1034224/2055920 swapFree=4192956/4192956
[pid=25619] ppid=25617 vsize=5356 CPUtime=8.64
/proc/25619/stat : 25619 (lysat.sh) S 25617 25619 25401 0 -1 4194304 310 48199 0 0 0 0 819 45 16 0 1 0 97199710 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25619/statm: 1339 237 195 169 0 50 0
[pid=25622] ppid=25619 vsize=111180 CPUtime=690.29
/proc/25622/stat : 25622 (LySATi) R 25619 25619 25401 0 -1 4194304 27237 0 0 0 69006 23 0 0 25 0 1 0 97200577 113848320 27222 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25622/statm: 27795 27222 81 174 0 27618 0
Current children cumulated CPU time (s) 698.93
Current children cumulated vsize (KiB) 116536

Child status: 20
Real time (s): 699.352
CPU time (s): 699.005
CPU user time (s): 698.268
CPU system time (s): 0.736887
CPU usage (%): 99.9504
Max. virtual memory (cumulated for all children) (KiB): 198788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 698.268
system time used= 0.736887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75908
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 2116

runsolver used 0.614906 second user time and 1.9367 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-25 22:35:11
IDJOB=1724036
IDBENCH=71749
IDSOLVER=511
FILE ID=node36/1724036-1240691710
PBS_JOBID= 9186710
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= b99a5b8844b4e1d2656eb1422e6e888f
RANDOM SEED=872273989

node36.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.232
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.232
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:       1187872 kB
Buffers:         76472 kB
Cached:         698048 kB
SwapCached:          0 kB
Active:         198100 kB
Inactive:       590292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1187872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           22144 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            65796 kB
Committed_AS:   339684 kB
PageTables:       1356 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= 66340 MiB
End job on node36 at 2009-04-25 22:46:51