Trace number 1553474

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
ManySAT 1.1 aimd 2/2009-03-20UNSAT 1119.03 563.774

General information on the benchmark

NameAPPLICATIONS/
bitverif/minxor/minxor128.cnf
MD5SUM10b48467ea3d951975cb9264f0b654fe
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark611.334
Satisfiable
(Un)Satisfiability was proved
Number of variables54258
Number of clauses160469
Sum of the clauses size374425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2106978
Number of clauses of size 353489
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.08/0.15	c ==============================================================================
0.08/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.15	c ==============================================================================
0.08/0.15	c |         0 |  160467   374423 |   48140       0        0     nan |  0.000 % |
4.78/4.84	c |         0 |   63354   307031 |      --       0       --      -- |     --   | -97071/-67291
4.78/4.84	c ==============================================================================
4.78/4.84	c Result  :   #vars: 5505   #clauses: 63354   #literals: 307031
4.78/4.84	c CPU time:   4.72728 s
4.78/4.84	c ==============================================================================
1118.74/563.69	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1118.74/563.69	c ============================[ Problem Statistics ]=============================
1118.74/563.69	c |                                                                             |
1118.74/563.69	c threadId              : 0
1118.74/563.69	c restarts              : 2525
1118.74/563.69	c conflicts             : 1018416        (915 /sec)
1118.74/563.69	c decisions             : 4132114        (1.73 % random) (3712 /sec)
1118.74/563.69	c propagations          : 213353736      (191683 /sec)
1118.74/563.69	c conflict literals     : 255766017      (16.11 % deleted)
1118.74/563.69	c Memory used           : 408.73 MB
1118.74/563.69	c CPU time              : 1113.05 s
1118.74/563.69	
1118.74/563.69	c --->m=2, e=8, aimd=2, HOME/22992_many.cnf	time: 556.527	conflicts: 1018416      
1118.93/563.75	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-1553474-1238715463/watcher-1553474-1238715463 -o /tmp/evaluation-result-1553474-1238715463/solver-1553474-1238715463 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1553474-1238715463.cnf aimd 2 

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.83 1.82 1.47 3/81 22992
/proc/meminfo: memFree=1297896/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=0
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1144210108 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 235 195 169 0 50 0
[pid=22993] ppid=22992 vsize=988 CPUtime=0
/proc/22993/stat : 22993 (SatElite) R 22992 22992 22745 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 1144210108 1011712 127 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/22993/statm: 247 129 50 127 0 117 0

[startup+0.02625 s]
/proc/loadavg: 1.83 1.82 1.47 3/81 22992
/proc/meminfo: memFree=1297896/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=0
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1144210108 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 235 195 169 0 50 0
[pid=22993] ppid=22992 vsize=4352 CPUtime=0.01
/proc/22993/stat : 22993 (SatElite) R 22992 22992 22745 0 -1 4194304 881 0 0 0 1 0 0 0 18 0 1 0 1144210108 4456448 865 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/22993/statm: 1088 867 50 127 0 958 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9708

[startup+0.101257 s]
/proc/loadavg: 1.83 1.82 1.47 3/81 22992
/proc/meminfo: memFree=1297896/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=0
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1144210108 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 235 195 169 0 50 0
[pid=22993] ppid=22992 vsize=16224 CPUtime=0.08
/proc/22993/stat : 22993 (SatElite) R 22992 22992 22745 0 -1 4194304 3469 0 0 0 7 1 0 0 18 0 1 0 1144210108 16613376 3453 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/22993/statm: 4056 3455 50 127 0 3926 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21580

[startup+0.301279 s]
/proc/loadavg: 1.83 1.82 1.47 3/81 22992
/proc/meminfo: memFree=1297896/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=0
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1144210108 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 235 195 169 0 50 0
[pid=22993] ppid=22992 vsize=24580 CPUtime=0.28
/proc/22993/stat : 22993 (SatElite) R 22992 22992 22745 0 -1 4194304 6027 0 0 0 26 2 0 0 20 0 1 0 1144210108 25169920 5591 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/22993/statm: 6145 5591 68 127 0 6015 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29936

[startup+0.701325 s]
/proc/loadavg: 1.83 1.82 1.47 3/81 22992
/proc/meminfo: memFree=1297896/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=0
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1144210108 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 235 195 169 0 50 0
[pid=22993] ppid=22992 vsize=25340 CPUtime=0.69
/proc/22993/stat : 22993 (SatElite) R 22992 22992 22745 0 -1 4194304 6206 0 0 0 66 3 0 0 23 0 1 0 1144210108 25948160 5770 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/22993/statm: 6335 5770 68 127 0 6205 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30696

[startup+1.50141 s]
/proc/loadavg: 1.83 1.82 1.47 2/83 22994
/proc/meminfo: memFree=1269848/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=0
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1144210108 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 235 195 169 0 50 0
[pid=22993] ppid=22992 vsize=26684 CPUtime=1.49
/proc/22993/stat : 22993 (SatElite) R 22992 22992 22745 0 -1 4194304 6524 0 0 0 144 5 0 0 25 0 1 0 1144210108 27324416 6088 1992294400 134512640 135034092 4294956096 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 1 0 0
/proc/22993/statm: 6671 6088 68 127 0 6541 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32040

[startup+3.1016 s]
/proc/loadavg: 1.83 1.82 1.47 2/83 22994
/proc/meminfo: memFree=1263384/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=0
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1144210108 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 235 195 169 0 50 0
[pid=22993] ppid=22992 vsize=28896 CPUtime=3.09
/proc/22993/stat : 22993 (SatElite) R 22992 22992 22745 0 -1 4194304 7003 0 0 0 301 8 0 0 25 0 1 0 1144210108 29589504 6567 1992294400 134512640 135034092 4294956096 18446744073709551615 134529260 0 0 4096 3 0 0 0 17 0 0 0
/proc/22993/statm: 7224 6567 68 127 0 7094 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34252

[startup+6.30196 s]
/proc/loadavg: 1.93 1.84 1.48 3/84 22996
/proc/meminfo: memFree=1265232/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=28684 CPUtime=2.55
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 4048 0 0 0 252 3 0 0 17 0 2 0 1144210604 29372416 4034 1992294400 134512640 135305190 4294956144 18446744073709551615 134551822 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 7171 4034 83 193 0 6975 0
[pid=22995/tid=22996] ppid=22992 vsize=28684 CPUtime=1.22
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 692 0 0 0 122 0 0 0 17 0 2 0 1144210613 29372416 4034 1992294400 134512640 135305190 4294956144 18446744073709551615 134531056 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 34040

[startup+12.7027 s]
/proc/loadavg: 2.01 1.86 1.48 3/84 22996
/proc/meminfo: memFree=1238744/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=51412 CPUtime=15.31
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 9817 0 0 0 1523 8 0 0 17 0 2 0 1144210604 52645888 9803 1992294400 134512640 135305190 4294956144 18446744073709551615 134541909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 12853 9803 83 193 0 12657 0
[pid=22995/tid=22996] ppid=22992 vsize=51412 CPUtime=7.61
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 3694 0 0 0 758 3 0 0 17 0 2 0 1144210613 52645888 9803 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.25
Current children cumulated vsize (KiB) 56768

[startup+25.5011 s]
/proc/loadavg: 2.01 1.87 1.49 3/84 22996
/proc/meminfo: memFree=1208280/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=82632 CPUtime=40.83
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 17485 0 0 0 4070 13 0 0 17 0 2 0 1144210604 84615168 17471 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 20658 17471 83 193 0 20462 0
[pid=22995/tid=22996] ppid=22992 vsize=82632 CPUtime=20.4
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 7281 0 0 0 2034 6 0 0 16 0 2 0 1144210613 84615168 17471 1992294400 134512640 135305190 4294956144 18446744073709551615 134538593 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.77
Current children cumulated vsize (KiB) 87988

[startup+51.102 s]
/proc/loadavg: 2.00 1.88 1.50 3/84 22996
/proc/meminfo: memFree=1204824/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=85168 CPUtime=91.84
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 18312 0 0 0 9168 16 0 0 18 0 2 0 1144210604 87212032 18298 1992294400 134512640 135305190 4294956144 18446744073709551615 134551980 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 21292 18298 83 193 0 21096 0
[pid=22995/tid=22996] ppid=22992 vsize=85168 CPUtime=45.96
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 7660 0 0 0 4589 7 0 0 22 0 2 0 1144210613 87212032 18298 1992294400 134512640 135305190 4294956144 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.78
Current children cumulated vsize (KiB) 90524

[startup+102.307 s]
/proc/loadavg: 2.00 1.89 1.53 3/84 22996
/proc/meminfo: memFree=1143000/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=147636 CPUtime=193.88
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 33782 0 0 0 19359 29 0 0 17 0 2 0 1144210604 151179264 33768 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 36909 33768 83 193 0 36713 0
[pid=22995/tid=22996] ppid=22992 vsize=147636 CPUtime=97.12
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 15229 0 0 0 9700 12 0 0 17 0 2 0 1144210613 151179264 33768 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.82
Current children cumulated vsize (KiB) 152992

[startup+162.301 s]
/proc/loadavg: 2.00 1.91 1.56 3/84 22996
/proc/meminfo: memFree=1061272/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=228604 CPUtime=313.5
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 54130 0 0 0 31305 45 0 0 21 0 2 0 1144210604 234090496 54116 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 57151 54116 83 193 0 56955 0
[pid=22995/tid=22996] ppid=22992 vsize=228604 CPUtime=157.06
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 24481 0 0 0 15685 21 0 0 17 0 2 0 1144210613 234090496 54116 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 318.44
Current children cumulated vsize (KiB) 233960

[startup+222.301 s]
/proc/loadavg: 2.00 1.92 1.58 3/84 22996
/proc/meminfo: memFree=999320/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=291332 CPUtime=433.13
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 69578 0 0 0 43255 58 0 0 25 0 2 0 1144210604 298323968 69564 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 72833 69564 83 193 0 72637 0
[pid=22995/tid=22996] ppid=22992 vsize=291332 CPUtime=217.02
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 32131 0 0 0 21675 27 0 0 25 0 2 0 1144210613 298323968 69564 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 438.07
Current children cumulated vsize (KiB) 296688

[startup+282.302 s]
/proc/loadavg: 2.00 1.93 1.60 3/84 22996
/proc/meminfo: memFree=939992/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=350356 CPUtime=552.78

################
# More data... #
################

Current children cumulated CPU time (s) 557.72
Current children cumulated vsize (KiB) 355712

[startup+342.301 s]
/proc/loadavg: 2.00 1.94 1.63 3/84 22996
/proc/meminfo: memFree=928472/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=362472 CPUtime=672.47
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 87434 0 0 0 67171 76 0 0 20 0 2 0 1144210604 371171328 87420 1992294400 134512640 135305190 4294956144 18446744073709551615 134528397 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 90618 87420 83 193 0 90422 0
[pid=22995/tid=22996] ppid=22992 vsize=362472 CPUtime=336.97
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 39500 0 0 0 33661 36 0 0 21 0 2 0 1144210613 371171328 87420 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 677.41
Current children cumulated vsize (KiB) 367828

[startup+402.301 s]
/proc/loadavg: 2.00 1.95 1.65 3/84 22996
/proc/meminfo: memFree=894104/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=398080 CPUtime=792.14
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 96242 0 0 0 79129 85 0 0 25 0 2 0 1144210604 407633920 96228 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 99520 96228 83 193 0 99324 0
[pid=22995/tid=22996] ppid=22992 vsize=398080 CPUtime=396.93
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 43439 0 0 0 39652 41 0 0 17 0 2 0 1144210613 407633920 96228 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 797.08
Current children cumulated vsize (KiB) 403436

[startup+462.302 s]
/proc/loadavg: 2.00 1.96 1.66 3/84 22997
/proc/meminfo: memFree=884696/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=405872 CPUtime=911.74
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 98167 0 0 0 91087 87 0 0 25 0 2 0 1144210604 415612928 98153 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 101468 98153 83 193 0 101272 0
[pid=22995/tid=22996] ppid=22992 vsize=405872 CPUtime=456.89
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 44453 0 0 0 45646 43 0 0 19 0 2 0 1144210613 415612928 98153 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 916.68
Current children cumulated vsize (KiB) 411228

[startup+522.301 s]
/proc/loadavg: 2.00 1.96 1.68 3/84 22998
/proc/meminfo: memFree=879512/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=411704 CPUtime=1031.44
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 99605 0 0 0 103054 90 0 0 25 0 2 0 1144210604 421584896 99591 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 102926 99591 83 193 0 102730 0
[pid=22995/tid=22996] ppid=22992 vsize=411704 CPUtime=516.87
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 45291 0 0 0 51643 44 0 0 25 0 2 0 1144210613 421584896 99592 1992294400 134512640 135305190 4294956144 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1036.38
Current children cumulated vsize (KiB) 417060

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

[startup+537.501 s]
/proc/loadavg: 2.00 1.96 1.69 3/84 22998
/proc/meminfo: memFree=874712/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=416268 CPUtime=1061.75
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 100754 0 0 0 106083 92 0 0 25 0 2 0 1144210604 426258432 100740 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 104067 100740 83 193 0 103871 0
[pid=22995/tid=22996] ppid=22992 vsize=416268 CPUtime=532.07
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 46040 0 0 0 53161 46 0 0 25 0 2 0 1144210613 426258432 100740 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1066.69
Current children cumulated vsize (KiB) 421624

[startup+550.302 s]
/proc/loadavg: 2.00 1.96 1.69 3/84 22998
/proc/meminfo: memFree=872600/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=418532 CPUtime=1087.26
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 101235 0 0 0 108633 93 0 0 16 0 2 0 1144210604 428576768 101221 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 104633 101221 83 193 0 104437 0
[pid=22995/tid=22996] ppid=22992 vsize=418532 CPUtime=544.84
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 46339 0 0 0 54438 46 0 0 17 0 2 0 1144210613 428576768 101221 1992294400 134512640 135305190 4294956144 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1092.2
Current children cumulated vsize (KiB) 423888

[startup+556.701 s]
/proc/loadavg: 2.00 1.96 1.69 3/84 22998
/proc/meminfo: memFree=872600/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=418532 CPUtime=1100.02
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 101239 0 0 0 109909 93 0 0 25 0 2 0 1144210604 428576768 101225 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 104633 101225 83 193 0 104437 0
[pid=22995/tid=22996] ppid=22992 vsize=418532 CPUtime=551.23
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 46339 0 0 0 55077 46 0 0 25 0 2 0 1144210613 428576768 101225 1992294400 134512640 135305190 4294956144 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1104.96
Current children cumulated vsize (KiB) 423888

[startup+559.908 s]
/proc/loadavg: 2.00 1.97 1.69 3/84 22998
/proc/meminfo: memFree=872600/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=418532 CPUtime=1106.43
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 101241 0 0 0 110549 94 0 0 25 0 2 0 1144210604 428576768 101227 1992294400 134512640 135305190 4294956144 18446744073709551615 134530558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 104633 101227 83 193 0 104437 0
[pid=22995/tid=22996] ppid=22992 vsize=418532 CPUtime=554.44
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 46339 0 0 0 55398 46 0 0 17 0 2 0 1144210613 428576768 101227 1992294400 134512640 135305190 4294956144 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1111.37
Current children cumulated vsize (KiB) 423888

[startup+561.503 s]
/proc/loadavg: 2.00 1.97 1.69 3/84 22998
/proc/meminfo: memFree=872600/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=418532 CPUtime=1109.61
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 101243 0 0 0 110867 94 0 0 25 0 2 0 1144210604 428576768 101229 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 104633 101229 83 193 0 104437 0
[pid=22995/tid=22996] ppid=22992 vsize=418532 CPUtime=556.03
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 46340 0 0 0 55557 46 0 0 19 0 2 0 1144210613 428576768 101229 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1114.55
Current children cumulated vsize (KiB) 423888

[startup+563.102 s]
/proc/loadavg: 2.00 1.97 1.69 3/84 22998
/proc/meminfo: memFree=872536/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=418532 CPUtime=1112.81
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 101250 0 0 0 111187 94 0 0 17 0 2 0 1144210604 428576768 101236 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 104633 101236 83 193 0 104437 0
[pid=22995/tid=22996] ppid=22992 vsize=418532 CPUtime=557.64
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 46346 0 0 0 55718 46 0 0 24 0 2 0 1144210613 428576768 101236 1992294400 134512640 135305190 4294956144 18446744073709551615 134528184 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1117.75
Current children cumulated vsize (KiB) 423888

[startup+563.501 s]
/proc/loadavg: 2.00 1.97 1.69 3/84 22998
/proc/meminfo: memFree=872536/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=418532 CPUtime=1113.6
/proc/22995/stat : 22995 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194304 101251 0 0 0 111266 94 0 0 17 0 2 0 1144210604 428576768 101237 1992294400 134512640 135305190 4294956144 18446744073709551615 134528363 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 104633 101237 83 193 0 104437 0
[pid=22995/tid=22996] ppid=22992 vsize=418532 CPUtime=558.03
/proc/22995/task/22996/stat : 22996 (manysat1.1_stat) R 22992 22992 22745 0 -1 4194368 46346 0 0 0 55757 46 0 0 17 0 2 0 1144210613 428576768 101237 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1118.54
Current children cumulated vsize (KiB) 423888

[startup+563.701 s]
/proc/loadavg: 2.00 1.97 1.69 3/84 22998
/proc/meminfo: memFree=872536/2055920 swapFree=4172780/4192956
[pid=22992] ppid=22990 vsize=5356 CPUtime=4.94
/proc/22992/stat : 22992 (manysat.sh) S 22990 22992 22745 0 -1 4194304 312 8090 0 0 0 0 483 11 16 0 1 0 1144210108 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22992/statm: 1339 238 195 169 0 50 0
[pid=22995] ppid=22992 vsize=0 CPUtime=1113.99
/proc/22995/stat : 22995 (manysat1.1_stat) Z 22992 22992 22745 0 -1 4194316 101266 0 0 0 111305 94 0 0 17 0 2 0 1144210604 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1118.93
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 563.774
CPU time (s): 1119.03
CPU user time (s): 1117.89
CPU system time (s): 1.13283
CPU usage (%): 198.488
Max. virtual memory (cumulated for all children) (KiB): 423888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1117.89
system time used= 1.13283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109822
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= 5873
involuntary context switches= 8610

runsolver used 0.648901 second user time and 1.92071 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-03 01:37:43
IDJOB=1553474
IDBENCH=70762
IDSOLVER=515
FILE ID=node87/1553474-1238715463
PBS_JOBID= 9085321
Free space on /tmp= 66084 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxor/minxor128.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553474-1238715463/watcher-1553474-1238715463 -o /tmp/evaluation-result-1553474-1238715463/solver-1553474-1238715463 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1553474-1238715463.cnf aimd 2

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

MD5SUM BENCH= 10b48467ea3d951975cb9264f0b654fe
RANDOM SEED=1186550962

node87.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.236
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.236
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:       1298448 kB
Buffers:         80544 kB
Cached:         584064 kB
SwapCached:       9408 kB
Active:         212244 kB
Inactive:       463324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1298448 kB
SwapTotal:     4192956 kB
SwapFree:      4172780 kB
Dirty:            4076 kB
Writeback:           0 kB
Mapped:          16456 kB
Slab:            66192 kB
Committed_AS:  2845160 kB
PageTables:       2676 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= 66080 MiB
End job on node87 at 2009-04-03 01:47:07