Trace number 210348

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, and are wall clock time (not CPU 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
sugar 0.40? (TO) 1800.07 1810.94

General information on the benchmark

NamepseudoSeries/fpga/
fpga-25-25.xml
MD5SUM2e22d5d11e604e15f15a806793e2982a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark107.914
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables938
Number of constraints700
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension700
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/210348-1170097899/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/210348-1170097899/unknown.xml [Mon Jan 29 20:11:39 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/210348-1170097899/unknown.xml /tmp/evaluation/210348-1170097899/sugar27042.csp [Mon Jan 29 20:11:39 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210348-1170097899/sugar-v0-40.jar -convert /tmp/evaluation/210348-1170097899/unknown.xml /tmp/evaluation/210348-1170097899/sugar27042.csp
0.22	c BEGIN convert /tmp/evaluation/210348-1170097899/unknown.xml
0.70	c END convert (0.47348 seconds)
0.71	c # CONVERT_XML  END : /tmp/evaluation/210348-1170097899/sugar27042.csp 119414 bytes (1 seconds) [Mon Jan 29 20:11:40 2007]
0.71	c # CONVERT_XML  CPU : 0.59 = 0 + 0 + 0.52 + 0.07
0.71	
0.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/210348-1170097899/sugar27042.bcnf [Mon Jan 29 20:11:40 2007]
0.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210348-1170097899/sugar-v0-40.jar -bcnf -map /tmp/evaluation/210348-1170097899/sugar27042.map /tmp/evaluation/210348-1170097899/sugar27042.csp /tmp/evaluation/210348-1170097899/sugar27042.bcnf
0.83	c BEGIN parse /tmp/evaluation/210348-1170097899/sugar27042.csp
2.07	c END parse (1.245128 seconds)
2.07	c BEGIN simplify
2.08	c END simplify (0.004821 seconds)
2.08	c BEGIN encode /tmp/evaluation/210348-1170097899/sugar27042.bcnf
2.19	c END encode (0.112557 seconds)
2.29	c # GENERATE_SAT  END : 8006 variables 34070 clauses 467832 bytes (2 seconds) [Mon Jan 29 20:11:42 2007]
2.29	c # GENERATE_SAT  CPU : 1.53 = 0.04 + 0.01 + 1.42 + 0.06
2.29	
2.29	c # SOLVE_SAT  BEGIN : /tmp/evaluation/210348-1170097899/sugar27042.bcnf [Mon Jan 29 20:11:42 2007]
2.29	c # CMD : /tmp/evaluation/210348-1170097899/minisat /tmp/evaluation/210348-1170097899/sugar27042.bcnf /tmp/evaluation/210348-1170097899/sugar27042.out
2.31	c ==================================[MINISAT]===================================
2.31	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.31	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.31	c ==============================================================================
2.31	c |         0 |   27027    69923 |    9009       0        0     nan |  0.000 % |
2.32	c |       101 |   27027    69923 |    9909     101     4950    49.0 | 22.346 % |
2.33	c |       251 |   27027    69923 |   10900     251     8829    35.2 | 22.346 % |
2.35	c |       476 |   27027    69923 |   11990     476    10793    22.7 | 22.346 % |
2.37	c |       813 |   27027    69923 |   13190     813    20004    24.6 | 22.346 % |
2.41	c |      1321 |   27027    69923 |   14509    1321    29306    22.2 | 22.346 % |
2.46	c |      2081 |   27027    69923 |   15959    2081    44295    21.3 | 22.346 % |
2.57	c |      3221 |   27027    69923 |   17555    3221    77521    24.1 | 22.346 % |
2.72	c |      4931 |   27027    69923 |   19311    4931   140809    28.6 | 22.346 % |
3.02	c |      7494 |   27027    69923 |   21242    7494   287843    38.4 | 22.346 % |
3.53	c |     11340 |   27027    69923 |   23367   11340   449038    39.6 | 22.346 % |
4.90	c |     17107 |   27027    69923 |   25703   17107   952982    55.7 | 22.346 % |
7.37	c |     25756 |   27027    69923 |   28274   25756  1586799    61.6 | 22.346 % |
10.90	c |     38730 |   27027    69923 |   31101   18344  1285459    70.1 | 22.346 % |
16.65	c |     58192 |   27027    69923 |   34211   14230   821634    57.7 | 22.346 % |
26.86	c |     87385 |   27027    69923 |   37632   18222  1006957    55.3 | 22.346 % |
37.60	c |    131174 |   27027    69923 |   41396   33374  1100927    33.0 | 22.346 % |
61.80	c |    196858 |   27027    69923 |   45535   32377  1349508    41.7 | 22.346 % |
102.92	c |    295387 |   27027    69923 |   50089   25232   938355    37.2 | 22.346 % |
167.75	c |    443178 |   27027    69923 |   55098   49781  1300597    26.1 | 22.346 % |
298.26	c |    664862 |   27027    69923 |   60608   46604  2485820    53.3 | 22.346 % |
491.68	c |    997387 |   27027    69923 |   66668   26930   926427    34.4 | 22.346 % |
754.29	c |   1496176 |   27027    69923 |   73335   30996  1470118    47.4 | 22.346 % |
1480.12	c |   2244360 |   27027    69923 |   80669   55949  3266823    58.4 | 22.346 % |
1809.39	
1809.39	s UNKNOWN
1809.39	c # INTERRUPTED
1809.39	c # MAIN  END :  (1810 seconds) [Mon Jan 29 20:41:49 2007]
1809.39	c # MAIN  CPU : 2.12 = 0.04 + 0.01 + 1.94 + 0.13
1809.39	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-210348-1170097899 -o ROOT/results/node12/solver-210348-1170097899 -C 1800 -M 900 /tmp/evaluation/210348-1170097899/solver /tmp/evaluation/210348-1170097899 /tmp/evaluation/210348-1170097899/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.10 2.07 2.02 5/94 27043
/proc/meminfo: memFree=1124560/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=18540 CPUtime=0
/proc/27042/stat : 27042 (runsolver) R 27040 27042 26977 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29744387 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27042/statm: 4635 279 244 17 0 2626 0

[startup+0.110634 s]
/proc/loadavg: 2.10 2.07 2.02 5/94 27043
/proc/meminfo: memFree=1124560/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=13724 CPUtime=0.03
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29744387 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.518709 s]
/proc/loadavg: 2.10 2.07 2.02 5/94 27043
/proc/meminfo: memFree=1124560/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=13724 CPUtime=0.03
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29744387 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34186 s]
/proc/loadavg: 2.17 2.09 2.02 3/102 27059
/proc/meminfo: memFree=1100368/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=13724 CPUtime=0.62
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1190 7179 0 1 3 0 52 7 15 0 1 0 29744387 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 3431 809 371 3 0 531 0
[pid=27052] ppid=27042 vsize=807368 CPUtime=0.61
/proc/27052/stat : 27052 (java) R 27042 27042 26977 0 -1 0 7395 0 1 0 57 4 0 0 22 0 8 0 29744458 826744832 7144 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27052/statm: 201842 7144 1506 14 0 189120 0
[pid=27052/tid=27053] ppid=27042 vsize=807368 CPUtime=0.05
/proc/27052/task/27053/stat : 27053 (java) S 27042 27042 26977 0 -1 64 1209 0 0 0 5 0 0 0 16 0 8 0 29744461 826744832 7144 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27052/tid=27054] ppid=27042 vsize=807368 CPUtime=0
/proc/27052/task/27054/stat : 27054 (java) S 27042 27042 26977 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29744462 826744832 7144 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27052/tid=27055] ppid=27042 vsize=807368 CPUtime=0
/proc/27052/task/27055/stat : 27055 (java) S 27042 27042 26977 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29744462 826744832 7144 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27052/tid=27056] ppid=27042 vsize=807368 CPUtime=0
/proc/27052/task/27056/stat : 27056 (java) S 27042 27042 26977 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29744465 826744832 7144 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27052/tid=27057] ppid=27042 vsize=807368 CPUtime=0.13
/proc/27052/task/27057/stat : 27057 (java) R 27042 27042 26977 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29744465 826744832 7144 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153422643 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27052/tid=27058] ppid=27042 vsize=807368 CPUtime=0
/proc/27052/task/27058/stat : 27058 (java) S 27042 27042 26977 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29744465 826744832 7144 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27052/tid=27059] ppid=27042 vsize=807368 CPUtime=0
/proc/27052/task/27059/stat : 27059 (java) S 27042 27042 26977 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29744465 826744832 7144 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 821092

[startup+2.99215 s]
/proc/loadavg: 2.17 2.09 2.02 3/94 27059
/proc/meminfo: memFree=1118032/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 15 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 16284

[startup+6.27375 s]
/proc/loadavg: 2.17 2.09 2.02 3/95 27060
/proc/meminfo: memFree=1109832/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=9264 CPUtime=3.95
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 2091 0 0 0 394 1 0 0 25 0 1 0 29744616 9486336 1961 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 2316 1961 52 112 0 2200 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 25548

[startup+12.7539 s]
/proc/loadavg: 2.15 2.09 2.02 3/95 27060
/proc/meminfo: memFree=1105936/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=12588 CPUtime=10.39
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 2918 0 0 0 1038 1 0 0 25 0 1 0 29744616 12890112 2788 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 3147 2788 52 112 0 3031 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 28872

[startup+25.5902 s]
/proc/loadavg: 2.12 2.08 2.02 3/95 27060
/proc/meminfo: memFree=1104080/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=14472 CPUtime=23.18
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 3398 0 0 0 2315 3 0 0 25 0 1 0 29744616 14819328 3268 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 3618 3268 52 112 0 3502 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 30756

[startup+51.2689 s]
/proc/loadavg: 2.08 2.08 2.02 3/95 27060
/proc/meminfo: memFree=1103312/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=15372 CPUtime=48.73
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 3567 0 0 0 4870 3 0 0 25 0 1 0 29744616 15740928 3437 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 3843 3437 52 112 0 3727 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 31656

[startup+102.529 s]
/proc/loadavg: 2.07 2.08 2.02 3/95 27060
/proc/meminfo: memFree=1100432/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=18336 CPUtime=99.75
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 4281 0 0 0 9971 4 0 0 25 0 1 0 29744616 18776064 4151 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528186 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 4584 4151 52 112 0 4468 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 34620

[startup+162.621 s]
/proc/loadavg: 2.02 2.06 2.01 3/95 27060
/proc/meminfo: memFree=1098576/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=20468 CPUtime=159.54
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 4809 0 0 0 15950 4 0 0 25 0 1 0 29744616 20959232 4679 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 5117 4679 52 112 0 5001 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 36752

[startup+222.704 s]
/proc/loadavg: 2.78 2.21 2.06 3/96 27234
/proc/meminfo: memFree=1151808/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=27468 CPUtime=219.47
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 6458 0 0 0 21928 19 0 0 25 0 1 0 29744616 28127232 6328 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 6867 6328 52 112 0 6751 0
Current children cumulated CPU time (s) 221.62
Current children cumulated vsize (KiB) 43752

[startup+282.805 s]
/proc/loadavg: 3.31 2.50 2.17 3/95 27250
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=30472 CPUtime=279.09
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 7154 0 0 0 27859 50 0 0 25 0 1 0 29744616 31203328 7024 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 7618 7024 52 112 0 7502 0
Current children cumulated CPU time (s) 281.24
Current children cumulated vsize (KiB) 46756

[startup+342.855 s]
/proc/loadavg: 3.39 2.67 2.25 3/95 27259
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=32736 CPUtime=338.61
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 7660 0 0 0 33786 75 0 0 25 0 1 0 29744616 33521664 7530 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 8184 7530 52 112 0 8068 0
Current children cumulated CPU time (s) 340.76
Current children cumulated vsize (KiB) 49020

[startup+402.913 s]
/proc/loadavg: 3.22 2.75 2.30 3/95 27259
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=33020 CPUtime=398.28
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 7759 0 0 0 39733 95 0 0 25 0 1 0 29744616 33812480 7629 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522262 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 8255 7629 52 112 0 8139 0
Current children cumulated CPU time (s) 400.43
Current children cumulated vsize (KiB) 49304

[startup+462.97 s]
/proc/loadavg: 3.69 2.94 2.39 3/95 27259
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=33896 CPUtime=457.97
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 7930 0 0 0 45682 115 0 0 25 0 1 0 29744616 34709504 7800 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 8474 7800 52 112 0 8358 0
Current children cumulated CPU time (s) 460.12
Current children cumulated vsize (KiB) 50180

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

/proc/loadavg: 2.71 2.97 2.71 3/95 27259
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=56248 CPUtime=1114.23
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 13225 0 0 0 111081 342 0 0 25 0 1 0 29744616 57597952 13095 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528762 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 14062 13095 52 112 0 13946 0
Current children cumulated CPU time (s) 1116.38
Current children cumulated vsize (KiB) 72532

[startup+1183.7 s]
/proc/loadavg: 2.94 2.99 2.73 3/95 27259
/proc/meminfo: memFree=16008/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=56248 CPUtime=1173.92
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 13227 0 0 0 117029 363 0 0 25 0 1 0 29744616 57597952 13097 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 14062 13097 52 112 0 13946 0
Current children cumulated CPU time (s) 1176.07
Current children cumulated vsize (KiB) 72532

[startup+1243.77 s]
/proc/loadavg: 3.49 3.12 2.79 3/95 27259
/proc/meminfo: memFree=15432/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=56248 CPUtime=1233.79
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 13239 0 0 0 122999 380 0 0 25 0 1 0 29744616 57597952 13109 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 14062 13109 52 112 0 13946 0
Current children cumulated CPU time (s) 1235.94
Current children cumulated vsize (KiB) 72532

[startup+1303.79 s]
/proc/loadavg: 3.21 3.13 2.81 3/95 27259
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=56248 CPUtime=1293.65
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 13241 0 0 0 128959 406 0 0 25 0 1 0 29744616 57597952 13111 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 14062 13111 52 112 0 13946 0
Current children cumulated CPU time (s) 1295.8
Current children cumulated vsize (KiB) 72532

[startup+1363.83 s]
/proc/loadavg: 2.59 2.97 2.78 3/95 27259
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=56248 CPUtime=1353.54
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 13242 0 0 0 134928 426 0 0 25 0 1 0 29744616 57597952 13112 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525591 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 14062 13112 52 112 0 13946 0
Current children cumulated CPU time (s) 1355.69
Current children cumulated vsize (KiB) 72532

[startup+1423.83 s]
/proc/loadavg: 2.40 2.84 2.74 2/95 27259
/proc/meminfo: memFree=15560/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=56248 CPUtime=1413.4
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 13243 0 0 0 140893 447 0 0 25 0 1 0 29744616 57597952 13113 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 14062 13113 52 112 0 13946 0
Current children cumulated CPU time (s) 1415.55
Current children cumulated vsize (KiB) 72532

[startup+1483.87 s]
/proc/loadavg: 2.73 2.84 2.74 3/95 27261
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=56248 CPUtime=1473.27
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 13243 0 0 0 146863 464 0 0 25 0 1 0 29744616 57597952 13113 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 14062 13113 52 112 0 13946 0
Current children cumulated CPU time (s) 1475.42
Current children cumulated vsize (KiB) 72532

[startup+1543.91 s]
/proc/loadavg: 2.90 2.86 2.75 3/95 27261
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=60612 CPUtime=1533.15
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 14328 0 0 0 152829 486 0 0 25 0 1 0 29744616 62066688 14198 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 15153 14198 52 112 0 15037 0
Current children cumulated CPU time (s) 1535.3
Current children cumulated vsize (KiB) 76896

[startup+1603.91 s]
/proc/loadavg: 3.64 3.05 2.82 3/95 27261
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=67604 CPUtime=1592.97
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 15985 0 0 0 158788 509 0 0 25 0 1 0 29744616 69226496 15855 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 16901 15855 52 112 0 16785 0
Current children cumulated CPU time (s) 1595.12
Current children cumulated vsize (KiB) 83888

[startup+1663.92 s]
/proc/loadavg: 3.48 3.15 2.87 3/95 27261
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=68500 CPUtime=1652.81
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 16184 0 0 0 164752 529 0 0 25 0 1 0 29744616 70144000 16054 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 17125 16054 52 112 0 17009 0
Current children cumulated CPU time (s) 1654.96
Current children cumulated vsize (KiB) 84784

[startup+1724.01 s]
/proc/loadavg: 2.89 3.04 2.85 3/95 27261
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=68828 CPUtime=1712.76
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 16253 0 0 0 170727 549 0 0 25 0 1 0 29744616 70479872 16123 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528059 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 17207 16123 52 112 0 17091 0
Current children cumulated CPU time (s) 1714.91
Current children cumulated vsize (KiB) 85112

[startup+1784.01 s]
/proc/loadavg: 2.59 2.92 2.82 3/95 27261
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=68828 CPUtime=1772.58
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 16258 0 0 0 176691 567 0 0 25 0 1 0 29744616 70479872 16128 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 17207 16128 52 112 0 17091 0
Current children cumulated CPU time (s) 1774.73
Current children cumulated vsize (KiB) 85112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.39 s]
/proc/loadavg: 2.86 2.96 2.83 3/95 27261
/proc/meminfo: memFree=15880/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=16284 CPUtime=2.15
/proc/27042/stat : 27042 (sugar) S 27040 27042 26977 0 -1 4194304 1933 15648 0 2 7 1 194 13 16 0 1 0 29744387 16674816 1447 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4071 1447 373 3 0 1171 0
[pid=27060] ppid=27042 vsize=70024 CPUtime=1797.9
/proc/27060/stat : 27060 (minisat) R 27042 27042 26977 0 -1 0 16572 0 0 0 179214 576 0 0 25 0 1 0 29744616 71704576 16442 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 17506 16442 52 112 0 17390 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 86308

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27042 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=14693 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=151976
CPU time returned by wait4() is 2.16667
while last known CPU time is 1800.07

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1810.94
CPU time (s): 1800.07
CPU user time (s): 1794.16
CPU system time (s): 5.91
CPU usage (%): 99.3999
Max. virtual memory (cumulated for all children) (KiB): 821092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.01469
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17666
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1485
involuntary context switches= 1391

runsolver used 1.89971 s user time and 5.56615 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan 29 19:11:39 UTC 2007


IDJOB= 210348
IDBENCH= 4612
IDSOLVER= 86
FILE ID= node12/210348-1170097899

PBS_JOBID= 3689473

Free space on /tmp= 66480 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-25-25.xml
COMMAND LINE= /tmp/evaluation/210348-1170097899/solver /tmp/evaluation/210348-1170097899 /tmp/evaluation/210348-1170097899/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-210348-1170097899 -o ROOT/results/node12/solver-210348-1170097899 -C 1800 -M 900  /tmp/evaluation/210348-1170097899/solver /tmp/evaluation/210348-1170097899 /tmp/evaluation/210348-1170097899/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2e22d5d11e604e15f15a806793e2982a

RANDOM SEED= 518658524

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.285
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.285
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:       1125616 kB
Buffers:         39264 kB
Cached:         162628 kB
SwapCached:          0 kB
Active:         752620 kB
Inactive:       119748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1125616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1152 kB
Writeback:           0 kB
Mapped:         695916 kB
Slab:            41460 kB
Committed_AS:   948212 kB
PageTables:       3484 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= 40959 MiB



End job on node12 on Mon Jan 29 19:41:51 UTC 2007