Trace number 1775213

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.1661 32.1828

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_06_UNSAT.cnf
MD5SUM540450986cd3d9879ae19d42219d1fab
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.9167
Satisfiable
(Un)Satisfiability was proved
Number of variables980
Number of clauses47620
Sum of the clauses size141221
Maximum clause length7
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21731
Number of clauses of size 345866
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.01/0.03	c ==============================================================================
0.01/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.03	c ==============================================================================
0.01/0.03	c |         0 |   47620   141221 |   14285       0        0     nan |  0.000 % |
0.29/0.33	c |         0 |   46872   196179 |      --       0       --      -- |     --   | -748/54958
0.29/0.33	c ==============================================================================
0.29/0.33	c Result  :   #vars: 532   #clauses: 46872   #literals: 196179
0.29/0.33	c CPU time:   0.318951 s
0.29/0.33	c ==============================================================================
0.39/0.40	c lySAT 0.1
0.39/0.40	c minisat core +  additionnal features
0.39/0.40	c ============================[ Problem Statistics ]=============================
0.39/0.40	c |                                                                             |
0.39/0.40	c |  Number of variables:  532                                                  |
0.39/0.40	c |  Number of clauses:    46872                                                |
0.39/0.43	c |  Parsing time:         0.02         s                                       |
32.05/32.17	c restarts              : 277
32.05/32.17	c conflicts             : 123274         (3885 /sec)
32.05/32.17	c decisions             : 185410         (5.04 % random) (5843 /sec)
32.05/32.17	c euip                  : 11045       
32.05/32.17	c propagations          : 9770359        (307881 /sec)
32.05/32.17	c conflict literals     : 1792288        (21.16 % deleted)
32.05/32.17	c Memory used           : 10.54 MB
32.05/32.17	c CPU time              : 31.7342 s
32.05/32.17	c 
32.05/32.18	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-1775213-1241247571/watcher-1775213-1241247571 -o /tmp/evaluation-result-1775213-1241247571/solver-1775213-1241247571 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1775213-1241247571.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30905
/proc/meminfo: memFree=1464256/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152790959 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30905/statm: 1339 235 195 169 0 50 0
[pid=30906] ppid=30905 vsize=1232 CPUtime=0
/proc/30906/stat : 30906 (SatElite) R 30905 30905 30838 0 -1 4194304 230 0 0 0 0 0 0 0 18 0 1 0 152790960 1261568 214 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/30906/statm: 308 215 50 127 0 178 0

[startup+0.0188841 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30905
/proc/meminfo: memFree=1464256/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152790959 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30905/statm: 1339 235 195 169 0 50 0
[pid=30906] ppid=30905 vsize=2008 CPUtime=0.01
/proc/30906/stat : 30906 (SatElite) R 30905 30905 30838 0 -1 4194304 425 0 0 0 1 0 0 0 18 0 1 0 152790960 2056192 409 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/30906/statm: 502 410 50 127 0 372 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7364

[startup+0.101899 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30905
/proc/meminfo: memFree=1464256/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152790959 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30905/statm: 1339 235 195 169 0 50 0
[pid=30906] ppid=30905 vsize=4700 CPUtime=0.09
/proc/30906/stat : 30906 (SatElite) R 30905 30905 30838 0 -1 4194304 1098 0 0 0 9 0 0 0 18 0 1 0 152790960 4812800 1082 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 1 0 0
/proc/30906/statm: 1175 1082 68 127 0 1045 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10056

[startup+0.301934 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30905
/proc/meminfo: memFree=1464256/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152790959 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30905/statm: 1339 235 195 169 0 50 0
[pid=30906] ppid=30905 vsize=5460 CPUtime=0.29
/proc/30906/stat : 30906 (SatElite) R 30905 30905 30838 0 -1 4194304 1266 0 0 0 28 1 0 0 19 0 1 0 152790960 5591040 1250 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/30906/statm: 1365 1250 68 127 0 1235 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10816

[startup+0.702017 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30905
/proc/meminfo: memFree=1464256/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 5356

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30908
/proc/meminfo: memFree=1458160/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
[pid=30908] ppid=30905 vsize=5932 CPUtime=1.08
/proc/30908/stat : 30908 (LySATi) R 30905 30905 30838 0 -1 4194304 1326 0 0 0 108 0 0 0 25 0 1 0 152791000 6074368 1311 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/30908/statm: 1483 1311 81 174 0 1306 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11288

[startup+3.10245 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30908
/proc/meminfo: memFree=1457456/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
[pid=30908] ppid=30905 vsize=6492 CPUtime=2.68
/proc/30908/stat : 30908 (LySATi) R 30905 30905 30838 0 -1 4194304 1459 0 0 0 267 1 0 0 25 0 1 0 152791000 6647808 1444 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/30908/statm: 1623 1444 81 174 0 1446 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11848

[startup+6.30104 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30908
/proc/meminfo: memFree=1456816/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
[pid=30908] ppid=30905 vsize=7048 CPUtime=5.88
/proc/30908/stat : 30908 (LySATi) R 30905 30905 30838 0 -1 4194304 1604 0 0 0 587 1 0 0 25 0 1 0 152791000 7217152 1589 1992294400 134512640 135226915 4294956224 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 1 0 0
/proc/30908/statm: 1762 1589 81 174 0 1585 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12404

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30908
/proc/meminfo: memFree=1455160/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
[pid=30908] ppid=30905 vsize=8796 CPUtime=12.27
/proc/30908/stat : 30908 (LySATi) R 30905 30905 30838 0 -1 4194304 1999 0 0 0 1226 1 0 0 25 0 1 0 152791000 9007104 1984 1992294400 134512640 135226915 4294956224 18446744073709551615 134531436 0 0 4096 3 0 0 0 17 1 0 0
/proc/30908/statm: 2199 1984 81 174 0 2022 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14152

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30908
/proc/meminfo: memFree=1453688/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
[pid=30908] ppid=30905 vsize=10308 CPUtime=25.07
/proc/30908/stat : 30908 (LySATi) R 30905 30905 30838 0 -1 4194304 2336 0 0 0 2506 1 0 0 25 0 1 0 152791000 10555392 2321 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/30908/statm: 2577 2321 81 174 0 2400 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 15664

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

[startup+28.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30908
/proc/meminfo: memFree=1453304/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
[pid=30908] ppid=30905 vsize=10624 CPUtime=28.27
/proc/30908/stat : 30908 (LySATi) R 30905 30905 30838 0 -1 4194304 2414 0 0 0 2826 1 0 0 25 0 1 0 152791000 10878976 2399 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 1 0 0
/proc/30908/statm: 2656 2399 81 174 0 2479 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 15980

[startup+30.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30908
/proc/meminfo: memFree=1453304/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
[pid=30908] ppid=30905 vsize=10624 CPUtime=29.86
/proc/30908/stat : 30908 (LySATi) R 30905 30905 30838 0 -1 4194304 2414 0 0 0 2985 1 0 0 25 0 1 0 152791000 10878976 2399 1992294400 134512640 135226915 4294956224 18446744073709551615 134536966 0 0 4096 3 0 0 0 17 1 0 0
/proc/30908/statm: 2656 2399 81 174 0 2479 0
Current children cumulated CPU time (s) 30.25
Current children cumulated vsize (KiB) 15980

[startup+31.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30908
/proc/meminfo: memFree=1453304/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
[pid=30908] ppid=30905 vsize=10624 CPUtime=30.66
/proc/30908/stat : 30908 (LySATi) R 30905 30905 30838 0 -1 4194304 2414 0 0 0 3065 1 0 0 25 0 1 0 152791000 10878976 2399 1992294400 134512640 135226915 4294956224 18446744073709551615 134544471 0 0 4096 3 0 0 0 17 1 0 0
/proc/30908/statm: 2656 2399 81 174 0 2479 0
Current children cumulated CPU time (s) 31.05
Current children cumulated vsize (KiB) 15980

[startup+31.9058 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30908
/proc/meminfo: memFree=1453240/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
[pid=30908] ppid=30905 vsize=10624 CPUtime=31.47
/proc/30908/stat : 30908 (LySATi) R 30905 30905 30838 0 -1 4194304 2437 0 0 0 3146 1 0 0 25 0 1 0 152791000 10878976 2422 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/30908/statm: 2656 2422 81 174 0 2479 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 15980

[startup+32.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30908
/proc/meminfo: memFree=1453240/2055920 swapFree=4180196/4192956
[pid=30905] ppid=30903 vsize=5356 CPUtime=0.39
/proc/30905/stat : 30905 (lysat.sh) S 30903 30905 30838 0 -1 4194304 310 1271 0 0 0 0 38 1 16 0 1 0 152790959 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30905/statm: 1339 237 195 169 0 50 0
[pid=30908] ppid=30905 vsize=10792 CPUtime=31.66
/proc/30908/stat : 30908 (LySATi) R 30905 30905 30838 0 -1 4194304 2449 0 0 0 3165 1 0 0 25 0 1 0 152791000 11051008 2434 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/30908/statm: 2698 2434 81 174 0 2521 0
Current children cumulated CPU time (s) 32.05
Current children cumulated vsize (KiB) 16148

Child status: 20
Real time (s): 32.1828
CPU time (s): 32.1661
CPU user time (s): 32.1221
CPU system time (s): 0.043993
CPU usage (%): 99.948
Max. virtual memory (cumulated for all children) (KiB): 16148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1221
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 89

runsolver used 0.031995 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-02 08:59:31
IDJOB=1775213
IDBENCH=71102
IDSOLVER=609
FILE ID=node7/1775213-1241247571
PBS_JOBID= 9224885
Free space on /tmp= 66560 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_06_UNSAT.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775213-1241247571/watcher-1775213-1241247571 -o /tmp/evaluation-result-1775213-1241247571/solver-1775213-1241247571 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1775213-1241247571.cnf i

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

MD5SUM BENCH= 540450986cd3d9879ae19d42219d1fab
RANDOM SEED=914662565

node7.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.256
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.256
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:       1464808 kB
Buffers:         81052 kB
Cached:         412728 kB
SwapCached:       7108 kB
Active:          58952 kB
Inactive:       443292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464808 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:            2852 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            74920 kB
Committed_AS:  1018476 kB
PageTables:       1444 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= 66560 MiB
End job on node7 at 2009-05-02 09:00:03