Trace number 210244

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.08 1809.78

General information on the benchmark

NamepseudoSeries/fpga/
fpga-35-35.xml
MD5SUMfc3f9e2606e66d7964a95e1400c29494
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 benchmark1562.02
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1838
Number of constraints1330
Maximum constraint arity35
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1330
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/210244-1170097869/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/210244-1170097869/unknown.xml [Mon Jan 29 20:11:09 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/210244-1170097869/unknown.xml /tmp/evaluation/210244-1170097869/sugar26309.csp [Mon Jan 29 20:11:09 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210244-1170097869/sugar-v0-40.jar -convert /tmp/evaluation/210244-1170097869/unknown.xml /tmp/evaluation/210244-1170097869/sugar26309.csp
0.16	c BEGIN convert /tmp/evaluation/210244-1170097869/unknown.xml
0.80	c END convert (0.636233 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/210244-1170097869/sugar26309.csp 312905 bytes (1 seconds) [Mon Jan 29 20:11:10 2007]
0.81	c # CONVERT_XML  CPU : 0.73 = 0 + 0 + 0.66 + 0.07
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/210244-1170097869/sugar26309.bcnf [Mon Jan 29 20:11:10 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210244-1170097869/sugar-v0-40.jar -bcnf -map /tmp/evaluation/210244-1170097869/sugar26309.map /tmp/evaluation/210244-1170097869/sugar26309.csp /tmp/evaluation/210244-1170097869/sugar26309.bcnf
0.92	c BEGIN parse /tmp/evaluation/210244-1170097869/sugar26309.csp
3.82	c END parse (2.896613 seconds)
3.82	c BEGIN simplify
3.83	c END simplify (0.006487 seconds)
3.83	c BEGIN encode /tmp/evaluation/210244-1170097869/sugar26309.bcnf
4.01	c END encode (0.185904 seconds)
4.14	c # GENERATE_SAT  END : 18370 variables 90071 clauses 1259516 bytes (3 seconds) [Mon Jan 29 20:11:13 2007]
4.14	c # GENERATE_SAT  CPU : 3.27 = 0.07 + 0.01 + 3.1 + 0.09
4.14	
4.14	c # SOLVE_SAT  BEGIN : /tmp/evaluation/210244-1170097869/sugar26309.bcnf [Mon Jan 29 20:11:13 2007]
4.14	c # CMD : /tmp/evaluation/210244-1170097869/minisat /tmp/evaluation/210244-1170097869/sugar26309.bcnf /tmp/evaluation/210244-1170097869/sugar26309.out
4.20	c ==================================[MINISAT]===================================
4.20	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.20	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.20	c ==============================================================================
4.20	c |         0 |   70098   182547 |   23366       0        0     nan |  0.000 % |
4.22	c |       100 |   70098   182547 |   25702     100     6836    68.4 | 24.110 % |
4.24	c |       250 |   70098   182547 |   28272     250    14762    59.0 | 24.110 % |
4.27	c |       476 |   70098   182547 |   31100     476    25764    54.1 | 24.110 % |
4.31	c |       813 |   70098   182547 |   34210     813    36803    45.3 | 24.110 % |
4.36	c |      1319 |   70098   182547 |   37631    1319    55253    41.9 | 24.110 % |
4.43	c |      2080 |   70098   182547 |   41394    2080    84918    40.8 | 24.110 % |
4.56	c |      3220 |   70098   182547 |   45533    3220   130452    40.5 | 24.110 % |
4.73	c |      4928 |   70098   182547 |   50087    4928   174865    35.5 | 24.110 % |
5.03	c |      7490 |   70098   182547 |   55095    7490   281138    37.5 | 24.110 % |
5.62	c |     11334 |   70098   182547 |   60605   11334   476294    42.0 | 24.110 % |
6.33	c |     17100 |   70098   182547 |   66665   17100   621721    36.4 | 24.110 % |
9.76	c |     25750 |   70098   182547 |   73332   25750  1447755    56.2 | 24.110 % |
12.59	c |     38724 |   70098   182547 |   80665   38724  2117575    54.7 | 24.110 % |
21.13	c |     58187 |   70098   182547 |   88732   58187  3677040    63.2 | 24.110 % |
34.56	c |     87380 |   70098   182547 |   97605   87380  5351228    61.2 | 24.110 % |
52.84	c |    131169 |   70098   182547 |  107366   36525  1683240    46.1 | 24.110 % |
96.42	c |    196854 |   70098   182547 |  118102  102210  6239996    61.1 | 24.110 % |
159.00	c |    295381 |   70098   182547 |  129913   85973  4236453    49.3 | 24.110 % |
261.83	c |    443170 |   70098   182547 |  142904  110640  4372244    39.5 | 24.110 % |
490.05	c |    664853 |   70098   182547 |  157194   57844  3381801    58.5 | 24.110 % |
897.71	c |    997380 |   70100   182547 |  172914   90540  6521004    72.0 | 24.110 % |
1808.75	
1808.75	s UNKNOWN
1808.75	c # INTERRUPTED
1808.75	c # MAIN  END :  (1809 seconds) [Mon Jan 29 20:41:18 2007]
1808.75	c # MAIN  CPU : 4 = 0.07 + 0.01 + 3.76 + 0.16
1808.75	

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/node2/watcher-210244-1170097869 -o ROOT/results/node2/solver-210244-1170097869 -C 1800 -M 900 /tmp/evaluation/210244-1170097869/solver /tmp/evaluation/210244-1170097869 /tmp/evaluation/210244-1170097869/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: 1.71 1.98 2.09 5/94 26310
/proc/meminfo: memFree=1134344/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18540 CPUtime=0
/proc/26309/stat : 26309 (runsolver) R 26307 26309 26180 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29741836 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26309/statm: 4635 279 244 17 0 2626 0

[startup+0.103249 s]
/proc/loadavg: 1.71 1.98 2.09 5/94 26310
/proc/meminfo: memFree=1134344/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=13724 CPUtime=0.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 29741836 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515296 s]
/proc/loadavg: 1.71 1.98 2.09 5/94 26310
/proc/meminfo: memFree=1134344/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=13724 CPUtime=0.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29741836 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33937 s]
/proc/loadavg: 1.71 1.98 2.09 4/102 26326
/proc/meminfo: memFree=1114440/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=13724 CPUtime=0.76
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 1190 8222 0 1 3 0 66 7 15 0 1 0 29741836 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 3431 809 371 3 0 531 0
[pid=26319] ppid=26309 vsize=807064 CPUtime=0.51
/proc/26319/stat : 26319 (java) R 26309 26309 26180 0 -1 0 7401 0 1 0 47 4 0 0 25 0 8 0 29741917 826433536 7150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26319/statm: 201766 7150 1496 14 0 189044 0
[pid=26319/tid=26320] ppid=26309 vsize=807064 CPUtime=0.05
/proc/26319/task/26320/stat : 26320 (java) S 26309 26309 26180 0 -1 64 1339 0 0 0 5 0 0 0 16 0 8 0 29741921 826433536 7150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26321] ppid=26309 vsize=807064 CPUtime=0
/proc/26319/task/26321/stat : 26321 (java) S 26309 26309 26180 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29741921 826433536 7150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26322] ppid=26309 vsize=807064 CPUtime=0
/proc/26319/task/26322/stat : 26322 (java) S 26309 26309 26180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29741921 826433536 7150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26323] ppid=26309 vsize=807064 CPUtime=0
/proc/26319/task/26323/stat : 26323 (java) S 26309 26309 26180 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29741924 826433536 7150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26324] ppid=26309 vsize=807064 CPUtime=0.04
/proc/26319/task/26324/stat : 26324 (java) S 26309 26309 26180 0 -1 64 293 0 0 0 4 0 0 0 16 0 8 0 29741924 826433536 7150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26325] ppid=26309 vsize=807064 CPUtime=0
/proc/26319/task/26325/stat : 26325 (java) S 26309 26309 26180 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29741924 826433536 7150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26326] ppid=26309 vsize=807064 CPUtime=0
/proc/26319/task/26326/stat : 26326 (java) S 26309 26309 26180 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29741924 826433536 7150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 820788

[startup+2.97655 s]
/proc/loadavg: 1.71 1.98 2.09 3/102 26326
/proc/meminfo: memFree=1102728/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=13724 CPUtime=0.76
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 1190 8222 0 1 3 0 66 7 15 0 1 0 29741836 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 3431 809 371 3 0 531 0
[pid=26319] ppid=26309 vsize=807376 CPUtime=2.13
/proc/26319/stat : 26319 (java) R 26309 26309 26180 0 -1 0 9713 0 1 0 207 6 0 0 25 0 8 0 29741917 826753024 9447 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073678253 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26319/statm: 201844 9447 1506 14 0 189122 0
[pid=26319/tid=26320] ppid=26309 vsize=807376 CPUtime=0.2
/proc/26319/task/26320/stat : 26320 (java) S 26309 26309 26180 0 -1 64 3491 0 0 0 19 1 0 0 16 0 8 0 29741921 826753024 9447 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26321] ppid=26309 vsize=807376 CPUtime=0
/proc/26319/task/26321/stat : 26321 (java) S 26309 26309 26180 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29741921 826753024 9447 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26322] ppid=26309 vsize=807376 CPUtime=0
/proc/26319/task/26322/stat : 26322 (java) S 26309 26309 26180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29741921 826753024 9447 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26323] ppid=26309 vsize=807376 CPUtime=0
/proc/26319/task/26323/stat : 26323 (java) S 26309 26309 26180 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29741924 826753024 9447 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26324] ppid=26309 vsize=807376 CPUtime=0.14
/proc/26319/task/26324/stat : 26324 (java) S 26309 26309 26180 0 -1 64 419 0 0 0 13 1 0 0 16 0 8 0 29741924 826753024 9447 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26325] ppid=26309 vsize=807376 CPUtime=0
/proc/26319/task/26325/stat : 26325 (java) S 26309 26309 26180 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29741924 826753024 9447 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26319/tid=26326] ppid=26309 vsize=807376 CPUtime=0
/proc/26319/task/26326/stat : 26326 (java) S 26309 26309 26180 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29741924 826753024 9447 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 821100

[startup+6.25689 s]
/proc/loadavg: 1.73 1.98 2.09 3/95 26327
/proc/meminfo: memFree=1120200/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 15 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=7852 CPUtime=2.1
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 1900 0 0 0 209 1 0 0 25 0 1 0 29742251 8040448 1577 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/26327/statm: 1963 1577 52 112 0 1847 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 26804

[startup+12.7316 s]
/proc/loadavg: 1.75 1.98 2.09 3/95 26327
/proc/meminfo: memFree=1112392/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=15240 CPUtime=8.57
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 3764 0 0 0 854 3 0 0 25 0 1 0 29742251 15605760 3441 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134637942 0 0 4096 3 0 0 0 17 1 0 0
/proc/26327/statm: 3810 3441 52 112 0 3694 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 34192

[startup+25.6124 s]
/proc/loadavg: 1.81 1.98 2.09 3/95 26327
/proc/meminfo: memFree=1101896/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=26028 CPUtime=21.45
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 6416 0 0 0 2137 8 0 0 25 0 1 0 29742251 26652672 6093 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26327/statm: 6507 6093 52 112 0 6391 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44980

[startup+51.2559 s]
/proc/loadavg: 1.87 1.98 2.09 3/95 26327
/proc/meminfo: memFree=1092296/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=35288 CPUtime=47.09
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 8721 0 0 0 4698 11 0 0 25 0 1 0 29742251 36134912 8398 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 1 0 0
/proc/26327/statm: 8822 8398 52 112 0 8706 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 54240

[startup+102.539 s]
/proc/loadavg: 1.94 1.98 2.08 2/81 26340
/proc/meminfo: memFree=1801656/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=41528 CPUtime=98.34
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 10286 0 0 0 9821 13 0 0 25 0 1 0 29742251 42524672 9963 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528097 0 0 4096 3 0 0 0 17 1 0 0
/proc/26327/statm: 10382 9963 52 112 0 10266 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 60480

[startup+162.578 s]
/proc/loadavg: 1.82 1.94 2.06 3/88 26681
/proc/meminfo: memFree=1723376/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=43428 CPUtime=158
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 10764 0 0 0 15777 23 0 0 25 0 1 0 29742251 44470272 10441 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528438 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 10857 10441 52 112 0 10741 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 62380

[startup+222.634 s]
/proc/loadavg: 1.98 1.96 2.06 3/88 26779
/proc/meminfo: memFree=1598392/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=44700 CPUtime=217.74
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 10972 0 0 0 21748 26 0 0 25 0 1 0 29742251 45772800 10649 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528560 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 11175 10649 52 112 0 11059 0
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (KiB) 63652

[startup+282.694 s]
/proc/loadavg: 1.99 1.97 2.05 3/95 26842
/proc/meminfo: memFree=1673976/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=46872 CPUtime=277.48
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 11471 0 0 0 27719 29 0 0 25 0 1 0 29742251 47996928 11148 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 11718 11148 52 112 0 11602 0
Current children cumulated CPU time (s) 281.51
Current children cumulated vsize (KiB) 65824

[startup+342.746 s]
/proc/loadavg: 1.99 1.97 2.05 3/95 26842
/proc/meminfo: memFree=1631672/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=47476 CPUtime=337.26
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 11604 0 0 0 33697 29 0 0 25 0 1 0 29742251 48615424 11281 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 11869 11281 52 112 0 11753 0
Current children cumulated CPU time (s) 341.29
Current children cumulated vsize (KiB) 66428

[startup+402.797 s]
/proc/loadavg: 1.99 1.97 2.04 3/95 26842
/proc/meminfo: memFree=1602168/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0

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

/proc/loadavg: 2.00 2.05 2.06 3/88 27221
/proc/meminfo: memFree=1715064/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=92372 CPUtime=1114.18
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 22358 0 0 0 111343 75 0 0 25 0 1 0 29742251 94588928 22035 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 23093 22035 52 112 0 22977 0
Current children cumulated CPU time (s) 1118.21
Current children cumulated vsize (KiB) 111324

[startup+1183.55 s]
/proc/loadavg: 2.00 2.04 2.06 3/88 27221
/proc/meminfo: memFree=1710264/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=93552 CPUtime=1173.92
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 22629 0 0 0 117317 75 0 0 25 0 1 0 29742251 95797248 22306 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 23388 22306 52 112 0 23272 0
Current children cumulated CPU time (s) 1177.95
Current children cumulated vsize (KiB) 112504

[startup+1243.62 s]
/proc/loadavg: 2.00 2.03 2.05 3/88 27221
/proc/meminfo: memFree=1705976/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=94336 CPUtime=1233.71
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 22814 0 0 0 123295 76 0 0 25 0 1 0 29742251 96600064 22483 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134526974 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 23584 22483 52 112 0 23468 0
Current children cumulated CPU time (s) 1237.74
Current children cumulated vsize (KiB) 113288

[startup+1303.68 s]
/proc/loadavg: 2.00 2.02 2.05 3/88 27221
/proc/meminfo: memFree=1702712/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=94548 CPUtime=1293.49
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 22839 0 0 0 129273 76 0 0 25 0 1 0 29742251 96817152 22508 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 23637 22508 52 112 0 23521 0
Current children cumulated CPU time (s) 1297.52
Current children cumulated vsize (KiB) 113500

[startup+1363.74 s]
/proc/loadavg: 2.11 2.04 2.05 3/88 27221
/proc/meminfo: memFree=1698936/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=95156 CPUtime=1353.25
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 22987 0 0 0 135248 77 0 0 25 0 1 0 29742251 97439744 22656 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 23789 22656 52 112 0 23673 0
Current children cumulated CPU time (s) 1357.28
Current children cumulated vsize (KiB) 114108

[startup+1423.81 s]
/proc/loadavg: 2.04 2.03 2.05 3/88 27221
/proc/meminfo: memFree=1695800/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=95356 CPUtime=1413.04
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 23057 0 0 0 141227 77 0 0 25 0 1 0 29742251 97644544 22726 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 23839 22726 52 112 0 23723 0
Current children cumulated CPU time (s) 1417.07
Current children cumulated vsize (KiB) 114308

[startup+1483.87 s]
/proc/loadavg: 2.05 2.04 2.05 4/88 27223
/proc/meminfo: memFree=1692536/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=95884 CPUtime=1472.82
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 23152 0 0 0 147205 77 0 0 25 0 1 0 29742251 98185216 22821 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 23971 22821 52 112 0 23855 0
Current children cumulated CPU time (s) 1476.85
Current children cumulated vsize (KiB) 114836

[startup+1543.93 s]
/proc/loadavg: 2.05 2.04 2.04 3/88 27223
/proc/meminfo: memFree=1686840/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=98684 CPUtime=1532.55
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 23850 0 0 0 153177 78 0 0 25 0 1 0 29742251 101052416 23519 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 24671 23519 52 112 0 24555 0
Current children cumulated CPU time (s) 1536.58
Current children cumulated vsize (KiB) 117636

[startup+1604 s]
/proc/loadavg: 2.02 2.03 2.04 3/88 27223
/proc/meminfo: memFree=1682104/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=100604 CPUtime=1592.31
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 24298 0 0 0 159153 78 0 0 25 0 1 0 29742251 103018496 23967 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 25151 23967 52 112 0 25035 0
Current children cumulated CPU time (s) 1596.34
Current children cumulated vsize (KiB) 119556

[startup+1664.07 s]
/proc/loadavg: 2.00 2.02 2.03 3/88 27223
/proc/meminfo: memFree=1679224/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=100604 CPUtime=1652.1
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 24301 0 0 0 165131 79 0 0 25 0 1 0 29742251 103018496 23970 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 25151 23970 52 112 0 25035 0
Current children cumulated CPU time (s) 1656.13
Current children cumulated vsize (KiB) 119556

[startup+1724.13 s]
/proc/loadavg: 2.00 2.02 2.03 3/88 27223
/proc/meminfo: memFree=1675960/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=100904 CPUtime=1711.86
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 24369 0 0 0 171107 79 0 0 25 0 1 0 29742251 103325696 24038 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 25226 24038 52 112 0 25110 0
Current children cumulated CPU time (s) 1715.89
Current children cumulated vsize (KiB) 119856

[startup+1784.2 s]
/proc/loadavg: 2.06 2.03 2.03 3/88 27223
/proc/meminfo: memFree=1673272/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=101068 CPUtime=1771.62
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 24402 0 0 0 177083 79 0 0 25 0 1 0 29742251 103493632 24071 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 25267 24071 52 112 0 25151 0
Current children cumulated CPU time (s) 1775.65
Current children cumulated vsize (KiB) 120020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.75 s]
/proc/loadavg: 2.04 2.03 2.02 3/88 27223
/proc/meminfo: memFree=1672184/2055920 swapFree=4192812/4192956
[pid=26309] ppid=26307 vsize=18952 CPUtime=4.03
/proc/26309/stat : 26309 (sugar) S 26307 26309 26180 0 -1 4194304 2592 19925 0 2 10 1 376 16 16 0 1 0 29741836 19406848 2106 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26309/statm: 4738 2106 373 3 0 1838 0
[pid=26327] ppid=26309 vsize=101068 CPUtime=1796.03
/proc/26327/stat : 26327 (minisat) R 26309 26309 26180 0 -1 0 24402 0 0 0 179524 79 0 0 25 0 1 0 29742251 103493632 24071 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26327/statm: 25267 24071 52 112 0 25151 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 120020

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26309 and gives childrusage.ru_utime.tv_sec=3 childrusage.ru_utime.tv_usec=874411 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=181972
CPU time returned by wait4() is 4.05638
while last known CPU time is 1800.08

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

Real time (s): 1809.78
CPU time (s): 1800.08
CPU user time (s): 1799.1
CPU system time (s): 0.98
CPU usage (%): 99.4643
Max. virtual memory (cumulated for all children) (KiB): 821100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.87441
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22602
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= 1635
involuntary context switches= 1607

runsolver used 1.89171 s user time and 4.96425 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan 29 19:11:09 UTC 2007


IDJOB= 210244
IDBENCH= 4604
IDSOLVER= 86
FILE ID= node2/210244-1170097869

PBS_JOBID= 3689471

Free space on /tmp= 66480 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  fc3f9e2606e66d7964a95e1400c29494

RANDOM SEED= 436322693

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.247
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.247
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:       1134824 kB
Buffers:         36152 kB
Cached:         138200 kB
SwapCached:          0 kB
Active:         773268 kB
Inactive:        90724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1134824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:         715144 kB
Slab:            40308 kB
Committed_AS:  1052580 kB
PageTables:       3696 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= 66551 MiB



End job on node2 on Mon Jan 29 19:41:19 UTC 2007