Trace number 1723204

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 32.3901 33.7337

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7277
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
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...
1.09/1.20	c ==============================================================================
1.09/1.20	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.20	c ==============================================================================
1.09/1.20	c |         0 | 1204272  2809968 |  361281       0        0     nan |  0.000 % |
9.07/9.15	c |         0 |  512827  2023633 |      --       0       --      -- |     --   | -691443/-786330
9.07/9.15	c ==============================================================================
9.07/9.15	c Result  :   #vars: 64148   #clauses: 512827   #literals: 2023633
9.07/9.15	c CPU time:   8.66168 s
9.07/9.15	c ==============================================================================
9.99/10.03	c lySAT 0.1
9.99/10.03	c minisat core +  additionnal features
9.99/10.03	c ============================[ Problem Statistics ]=============================
9.99/10.03	c |                                                                             |
9.99/10.04	c |  Number of variables:  64148                                                |
9.99/10.04	c |  Number of clauses:    512827                                               |
10.00/10.47	c |  Parsing time:         0.40         s                                       |
32.12/32.24	c restarts              : 917
32.12/32.24	c conflicts             : 62092          (2809 /sec)
32.12/32.24	c decisions             : 800631         (24.34 % random) (36217 /sec)
32.12/32.24	c euip                  : 2314        
32.12/32.24	c propagations          : 26150349       (1182918 /sec)
32.12/32.24	c conflict literals     : 1071259        (16.16 % deleted)
32.12/32.24	c Memory used           : 46.19 MB
32.12/32.24	c CPU time              : 22.1066 s
32.12/32.24	c 
32.12/32.25	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-1723204-1240684138/watcher-1723204-1240684138 -o /tmp/evaluation-result-1723204-1240684138/solver-1723204-1240684138 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1723204-1240684138.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: 2.49 2.47 1.92 3/64 12338
/proc/meminfo: memFree=1749092/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=0
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96443145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 235 195 169 0 50 0
[pid=12339] ppid=12338 vsize=692 CPUtime=0
/proc/12339/stat : 12339 (SatElite) R 12338 12338 12050 0 -1 4194304 78 0 0 0 0 0 0 0 20 0 1 0 96443146 708608 63 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12339/statm: 173 64 50 127 0 43 0

[startup+0.0765281 s]
/proc/loadavg: 2.49 2.47 1.92 3/64 12338
/proc/meminfo: memFree=1749092/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=0
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96443145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 235 195 169 0 50 0
[pid=12339] ppid=12338 vsize=10848 CPUtime=0.06
/proc/12339/stat : 12339 (SatElite) R 12338 12338 12050 0 -1 4194304 2544 0 0 0 6 0 0 0 20 0 1 0 96443146 11108352 2528 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12339/statm: 2712 2530 50 127 0 2582 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16204

[startup+0.10153 s]
/proc/loadavg: 2.49 2.47 1.92 3/64 12338
/proc/meminfo: memFree=1749092/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=0
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96443145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 235 195 169 0 50 0
[pid=12339] ppid=12338 vsize=16016 CPUtime=0.09
/proc/12339/stat : 12339 (SatElite) R 12338 12338 12050 0 -1 4194304 3410 0 0 0 8 1 0 0 20 0 1 0 96443146 16400384 3394 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12339/statm: 4004 3394 50 127 0 3874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21372

[startup+0.301549 s]
/proc/loadavg: 2.49 2.47 1.92 3/64 12338
/proc/meminfo: memFree=1749092/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=0
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96443145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 235 195 169 0 50 0
[pid=12339] ppid=12338 vsize=41528 CPUtime=0.29
/proc/12339/stat : 12339 (SatElite) R 12338 12338 12050 0 -1 4194304 9901 0 0 0 24 5 0 0 22 0 1 0 96443146 42524672 9885 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12339/statm: 10382 9887 50 127 0 10252 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46884

[startup+0.70159 s]
/proc/loadavg: 2.49 2.47 1.92 3/64 12338
/proc/meminfo: memFree=1749092/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=0
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96443145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 235 195 169 0 50 0
[pid=12339] ppid=12338 vsize=114632 CPUtime=0.69
/proc/12339/stat : 12339 (SatElite) R 12338 12338 12050 0 -1 4194304 22665 0 0 0 57 12 0 0 25 0 1 0 96443146 117383168 22649 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12339/statm: 28658 22649 50 127 0 28528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119988

[startup+1.50167 s]
/proc/loadavg: 2.49 2.47 1.92 2/66 12340
/proc/meminfo: memFree=1620308/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=0
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96443145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 235 195 169 0 50 0
[pid=12339] ppid=12338 vsize=182344 CPUtime=1.49
/proc/12339/stat : 12339 (SatElite) R 12338 12338 12050 0 -1 4194304 43946 0 0 0 127 22 0 0 25 0 1 0 96443146 186720256 40556 1992294400 134512640 135034092 4294956096 18446744073709551615 134566697 0 0 4096 3 0 0 0 17 0 0 0
/proc/12339/statm: 45586 40556 68 127 0 45456 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 187700

[startup+3.10185 s]
/proc/loadavg: 2.49 2.47 1.92 2/66 12340
/proc/meminfo: memFree=1578388/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=0
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96443145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 235 195 169 0 50 0
[pid=12339] ppid=12338 vsize=188612 CPUtime=3.07
/proc/12339/stat : 12339 (SatElite) R 12338 12338 12050 0 -1 4194304 45377 0 0 0 277 30 0 0 25 0 1 0 96443146 193138688 41987 1992294400 134512640 135034092 4294956096 18446744073709551615 134529929 0 0 4096 3 0 0 0 17 1 0 0
/proc/12339/statm: 47153 41987 68 127 0 47023 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 193968

[startup+6.30117 s]
/proc/loadavg: 2.53 2.47 1.92 2/66 12340
/proc/meminfo: memFree=1549908/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=0
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 96443145 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 235 195 169 0 50 0
[pid=12339] ppid=12338 vsize=200888 CPUtime=6.27
/proc/12339/stat : 12339 (SatElite) R 12338 12338 12050 0 -1 4194304 48029 0 0 0 586 41 0 0 25 0 1 0 96443146 205709312 44639 1992294400 134512640 135034092 4294956096 18446744073709551615 134529259 0 0 4096 3 0 0 0 17 0 0 0
/proc/12339/statm: 50222 44639 68 127 0 50092 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 206244

[startup+12.7018 s]
/proc/loadavg: 2.49 2.47 1.92 2/66 12341
/proc/meminfo: memFree=1659476/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=10
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 310 53053 0 0 0 0 947 53 16 0 1 0 96443145 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 237 195 169 0 50 0
[pid=12341] ppid=12338 vsize=42620 CPUtime=2.65
/proc/12341/stat : 12341 (LySATi) R 12338 12338 12050 0 -1 4194304 10112 0 0 0 260 5 0 0 25 0 1 0 96444149 43642880 10088 1992294400 134512640 135226915 4294956208 18446744073709551615 134527823 0 0 4096 3 0 0 0 17 0 0 0
/proc/12341/statm: 10655 10088 81 174 0 10478 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 47976

[startup+25.5011 s]
/proc/loadavg: 2.38 2.44 1.92 2/66 12341
/proc/meminfo: memFree=1656084/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=10
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 310 53053 0 0 0 0 947 53 16 0 1 0 96443145 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 237 195 169 0 50 0
[pid=12341] ppid=12338 vsize=45820 CPUtime=15.43
/proc/12341/stat : 12341 (LySATi) R 12338 12338 12050 0 -1 4194304 10913 0 0 0 1537 6 0 0 25 0 1 0 96444149 46919680 10889 1992294400 134512640 135226915 4294956208 18446744073709551615 134537275 0 0 4096 3 0 0 0 17 0 0 0
/proc/12341/statm: 11455 10889 81 174 0 11278 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 51176

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

[startup+25.6012 s]
/proc/loadavg: 2.38 2.44 1.92 2/66 12341
/proc/meminfo: memFree=1656084/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=10
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 310 53053 0 0 0 0 947 53 16 0 1 0 96443145 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 237 195 169 0 50 0
[pid=12341] ppid=12338 vsize=45820 CPUtime=15.53
/proc/12341/stat : 12341 (LySATi) R 12338 12338 12050 0 -1 4194304 10919 0 0 0 1547 6 0 0 25 0 1 0 96444149 46919680 10895 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/12341/statm: 11455 10895 81 174 0 11278 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 51176

[startup+28.8015 s]
/proc/loadavg: 2.38 2.44 1.92 2/66 12341
/proc/meminfo: memFree=1655316/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=10
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 310 53053 0 0 0 0 947 53 16 0 1 0 96443145 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 237 195 169 0 50 0
[pid=12341] ppid=12338 vsize=46632 CPUtime=18.73
/proc/12341/stat : 12341 (LySATi) R 12338 12338 12050 0 -1 4194304 11108 0 0 0 1867 6 0 0 25 0 1 0 96444149 47751168 11084 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/12341/statm: 11658 11084 81 174 0 11481 0
Current children cumulated CPU time (s) 28.73
Current children cumulated vsize (KiB) 51988

[startup+32.0058 s]
/proc/loadavg: 2.43 2.45 1.93 2/66 12341
/proc/meminfo: memFree=1654868/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5356 CPUtime=10
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 310 53053 0 0 0 0 947 53 16 0 1 0 96443145 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12338/statm: 1339 237 195 169 0 50 0
[pid=12341] ppid=12338 vsize=47024 CPUtime=21.93
/proc/12341/stat : 12341 (LySATi) R 12338 12338 12050 0 -1 4194304 11212 0 0 0 2187 6 0 0 25 0 1 0 96444149 48152576 11188 1992294400 134512640 135226915 4294956208 18446744073709551615 134536984 0 0 4096 3 0 0 0 17 1 0 0
/proc/12341/statm: 11756 11188 81 174 0 11579 0
Current children cumulated CPU time (s) 31.93
Current children cumulated vsize (KiB) 52380

[startup+32.8021 s]
/proc/loadavg: 2.43 2.45 1.93 2/66 12341
/proc/meminfo: memFree=1654868/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5360 CPUtime=32.18
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 338 64329 0 0 0 0 3158 60 16 0 1 0 96443145 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12338/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 32.18
Current children cumulated vsize (KiB) 5360

[startup+33.3071 s]
/proc/loadavg: 2.43 2.45 1.93 1/66 12342
/proc/meminfo: memFree=1699220/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5360 CPUtime=32.18
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 338 64329 0 0 0 0 3158 60 16 0 1 0 96443145 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12338/statm: 1340 240 196 169 0 51 0
[pid=12342] ppid=12338 vsize=5360 CPUtime=0
/proc/12342/stat : 12342 (lysat.sh) D 12338 12338 12050 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 96446370 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364834087 0 0 4096 0 18446744071563608069 0 0 17 0 0 0
/proc/12342/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 32.18
Current children cumulated vsize (KiB) 10720

[startup+33.7109 s]
/proc/loadavg: 2.43 2.45 1.93 1/66 12342
/proc/meminfo: memFree=1699220/2055920 swapFree=4192952/4192956
[pid=12338] ppid=12336 vsize=5360 CPUtime=32.18
/proc/12338/stat : 12338 (lysat.sh) S 12336 12338 12050 0 -1 4194304 338 64329 0 0 0 0 3158 60 16 0 1 0 96443145 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12338/statm: 1340 240 196 169 0 51 0
[pid=12342] ppid=12338 vsize=2536 CPUtime=0.17
/proc/12342/stat : 12342 (rm) R 12338 12338 12050 0 -1 4194304 115 0 0 0 0 17 0 0 18 0 1 0 96446370 2596864 91 1992294400 4194304 4227748 548682068816 18446744073709551615 256365007913 0 0 4096 0 0 0 0 17 1 0 0
/proc/12342/statm: 634 91 73 8 0 42 0
Current children cumulated CPU time (s) 32.35
Current children cumulated vsize (KiB) 7896

Child status: 20
Real time (s): 33.7337
CPU time (s): 32.3901
CPU user time (s): 31.5862
CPU system time (s): 0.803877
CPU usage (%): 96.017
Max. virtual memory (cumulated for all children) (KiB): 212644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.5862
system time used= 0.803877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64794
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= 29
involuntary context switches= 184

runsolver used 0.219966 second user time and 0.52092 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-25 20:29:01
IDJOB=1723204
IDBENCH=71688
IDSOLVER=511
FILE ID=node90/1723204-1240684138
PBS_JOBID= 9186682
Free space on /tmp= 66504 MiB

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

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=183906927

node90.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.238
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.238
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:       1749572 kB
Buffers:         27912 kB
Cached:         193016 kB
SwapCached:          4 kB
Active:          78228 kB
Inactive:       159948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749572 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           24276 kB
Writeback:           0 kB
Mapped:          23976 kB
Slab:            54144 kB
Committed_AS:   237084 kB
PageTables:       1428 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= 66500 MiB
End job on node90 at 2009-04-25 20:29:35