Trace number 199630

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.09 1815.64

General information on the benchmark

Namerandom/rand-2-23/
rand-23-23-253-131-50021_ext.xml
MD5SUM9d7243f439de1098a0ff6467e2301618
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.8029
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c # Sugar v0-40 (/tmp/evaluation/199630-1170094137/sugar-v0-40.jar)
0.15	
0.15	c # MAIN  BEGIN : /tmp/evaluation/199630-1170094137/unknown.xml [Mon Jan 29 19:08:59 2007]
0.15	c # CONVERT_XML  BEGIN : /tmp/evaluation/199630-1170094137/unknown.xml /tmp/evaluation/199630-1170094137/sugar27748.csp [Mon Jan 29 19:08:59 2007]
0.15	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199630-1170094137/sugar-v0-40.jar -convert /tmp/evaluation/199630-1170094137/unknown.xml /tmp/evaluation/199630-1170094137/sugar27748.csp
0.37	c BEGIN convert /tmp/evaluation/199630-1170094137/unknown.xml
0.90	c END convert (0.529359 seconds)
0.95	c # CONVERT_XML  END : /tmp/evaluation/199630-1170094137/sugar27748.csp 1069668 bytes (1 seconds) [Mon Jan 29 19:09:00 2007]
0.95	c # CONVERT_XML  CPU : 0.59 = 0 + 0 + 0.52 + 0.07
0.95	
0.95	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199630-1170094137/sugar27748.bcnf [Mon Jan 29 19:09:00 2007]
0.95	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199630-1170094137/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199630-1170094137/sugar27748.map /tmp/evaluation/199630-1170094137/sugar27748.csp /tmp/evaluation/199630-1170094137/sugar27748.bcnf
1.07	c BEGIN parse /tmp/evaluation/199630-1170094137/sugar27748.csp
5.08	c END parse (4.009281 seconds)
5.08	c BEGIN simplify
5.10	c END simplify (0.02021 seconds)
5.10	c BEGIN encode /tmp/evaluation/199630-1170094137/sugar27748.bcnf
5.30	c END encode (0.19732 seconds)
5.36	c # GENERATE_SAT  END : 506 variables 33626 clauses 645520 bytes (4 seconds) [Mon Jan 29 19:09:04 2007]
5.36	c # GENERATE_SAT  CPU : 4.35 = 0 + 0 + 4.22 + 0.13
5.36	
5.36	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199630-1170094137/sugar27748.bcnf [Mon Jan 29 19:09:04 2007]
5.36	c # CMD : /tmp/evaluation/199630-1170094137/minisat /tmp/evaluation/199630-1170094137/sugar27748.bcnf /tmp/evaluation/199630-1170094137/sugar27748.out
5.38	c ==================================[MINISAT]===================================
5.38	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.38	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.38	c ==============================================================================
5.38	c |         0 |   33626   127748 |   11208       0        0     nan |  0.000 % |
5.40	c |       100 |   33626   127748 |   12328     100      853     8.5 |  0.000 % |
5.43	c |       251 |   33626   127748 |   13561     251     2236     8.9 |  0.014 % |
5.46	c |       478 |   33626   127748 |   14917     478     4400     9.2 |  0.014 % |
5.50	c |       815 |   33626   127748 |   16409     815     7472     9.2 |  0.014 % |
5.58	c |      1322 |   33626   127748 |   18050    1322    12443     9.4 |  0.014 % |
5.70	c |      2083 |   33626   127748 |   19855    2083    20152     9.7 |  0.001 % |
5.87	c |      3222 |   33627   127748 |   21841    3221    31345     9.7 |  0.014 % |
6.16	c |      4930 |   33628   127748 |   24025    4928    48554     9.9 |  0.007 % |
6.60	c |      7492 |   33628   127748 |   26427    7490    77268    10.3 |  0.014 % |
7.26	c |     11336 |   33630   127748 |   29070   11332   119580    10.6 |  0.008 % |
8.41	c |     17103 |   33630   127748 |   31977   17099   187449    11.0 |  0.016 % |
10.51	c |     25754 |   33632   127748 |   35175   25748   286654    11.1 |  0.016 % |
14.30	c |     38728 |   33633   127748 |   38693   15582   187634    12.0 |  0.016 % |
19.99	c |     58189 |   33637   127748 |   42562   35039   451696    12.9 |  0.017 % |
30.46	c |     87381 |   33642   127748 |   46818   35248   442464    12.6 |  0.019 % |
48.50	c |    131171 |   33647   127748 |   51500   46135   589078    12.8 |  0.020 % |
75.45	c |    196857 |   33657   127748 |   56650   39216   483411    12.3 |  0.030 % |
111.96	c |    295387 |   33515   127361 |   62315   43450   645124    14.8 |  0.198 % |
180.08	c |    443177 |   33402   127013 |   68547   11006   121788    11.1 |  0.396 % |
285.17	c |    664860 |   33420   127013 |   75401   20758   267778    12.9 |  0.409 % |
455.12	c |    997385 |   33445   127013 |   82942   58138   858324    14.8 |  0.402 % |
739.99	c |   1496173 |   33453   127013 |   91236   20174   318251    15.8 |  0.403 % |
1189.01	c |   2244355 |   33463   127013 |  100359   27170   397519    14.6 |  0.408 % |
1814.63	
1814.63	s UNKNOWN
1814.63	c # INTERRUPTED
1814.63	c # MAIN  END :  (1814 seconds) [Mon Jan 29 19:39:13 2007]
1814.63	c # MAIN  CPU : 4.95 = 0.01 + 0 + 4.74 + 0.2
1814.63	

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/node10/watcher-199630-1170094137 -o ROOT/results/node10/solver-199630-1170094137 -C 1800 -M 900 /tmp/evaluation/199630-1170094137/solver /tmp/evaluation/199630-1170094137 /tmp/evaluation/199630-1170094137/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.64 3.05 2.86 5/88 27749
/proc/meminfo: memFree=1584456/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=5352 CPUtime=0
/proc/27748/stat : 27748 (solver) R 27746 27748 25285 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29368869 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214919867687 0 0 4096 0 0 0 0 17 1 0 0
/proc/27748/statm: 1338 231 193 169 0 49 0

[startup+0.104462 s]
/proc/loadavg: 2.64 3.05 2.86 5/88 27749
/proc/meminfo: memFree=1584456/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=12272 CPUtime=0
/proc/27748/stat : 27748 (sugar) R 27746 27748 25285 0 -1 4194304 646 0 4 0 0 0 0 0 18 0 1 0 29368869 12566528 369 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214919713505 0 0 4224 0 0 0 0 17 0 0 0
/proc/27748/statm: 3068 370 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.512524 s]
/proc/loadavg: 2.64 3.05 2.86 5/88 27749
/proc/meminfo: memFree=1584456/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=0.04
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 29368869 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27748/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33564 s]
/proc/loadavg: 2.64 3.05 2.86 4/96 27765
/proc/meminfo: memFree=1568264/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=0.63
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1186 7428 4 29 3 1 52 7 15 0 1 0 29368869 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27748/statm: 3431 809 371 3 0 531 0
[pid=27758] ppid=27748 vsize=807064 CPUtime=0.36
/proc/27758/stat : 27758 (java) R 27748 27748 25285 0 -1 0 6509 0 1 0 33 3 0 0 24 0 8 0 29368965 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073481342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27758/statm: 201766 6259 1494 14 0 189044 0
[pid=27758/tid=27759] ppid=27748 vsize=807064 CPUtime=0.02
/proc/27758/task/27759/stat : 27759 (java) S 27748 27748 25285 0 -1 64 457 0 0 0 2 0 0 0 16 0 8 0 29368968 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27760] ppid=27748 vsize=807064 CPUtime=0
/proc/27758/task/27760/stat : 27760 (java) S 27748 27748 25285 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29368968 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27761] ppid=27748 vsize=807064 CPUtime=0
/proc/27758/task/27761/stat : 27761 (java) S 27748 27748 25285 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29368968 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27762] ppid=27748 vsize=807064 CPUtime=0
/proc/27758/task/27762/stat : 27762 (java) S 27748 27748 25285 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29368972 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27763] ppid=27748 vsize=807064 CPUtime=0.05
/proc/27758/task/27763/stat : 27763 (java) S 27748 27748 25285 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 29368972 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27764] ppid=27748 vsize=807064 CPUtime=0
/proc/27758/task/27764/stat : 27764 (java) S 27748 27748 25285 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29368972 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27765] ppid=27748 vsize=807064 CPUtime=0
/proc/27758/task/27765/stat : 27765 (java) S 27748 27748 25285 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29368972 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 820788

[startup+2.98886 s]
/proc/loadavg: 2.59 3.03 2.85 3/96 27765
/proc/meminfo: memFree=1537544/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=0.63
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1186 7428 4 29 3 1 52 7 15 0 1 0 29368869 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27748/statm: 3431 809 371 3 0 531 0
[pid=27758] ppid=27748 vsize=807336 CPUtime=2.01
/proc/27758/stat : 27758 (java) R 27748 27748 25285 0 -1 0 12385 0 2 0 194 7 0 0 25 0 8 0 29368965 826712064 12122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153444968 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27758/statm: 201834 12122 1507 14 0 189112 0
[pid=27758/tid=27759] ppid=27748 vsize=807336 CPUtime=0.43
/proc/27758/task/27759/stat : 27759 (java) S 27748 27748 25285 0 -1 64 6186 0 1 0 40 3 0 0 16 0 8 0 29368968 826712064 12122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27760] ppid=27748 vsize=807336 CPUtime=0
/proc/27758/task/27760/stat : 27760 (java) S 27748 27748 25285 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29368968 826712064 12122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27761] ppid=27748 vsize=807336 CPUtime=0
/proc/27758/task/27761/stat : 27761 (java) S 27748 27748 25285 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29368968 826712064 12122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27762] ppid=27748 vsize=807336 CPUtime=0
/proc/27758/task/27762/stat : 27762 (java) S 27748 27748 25285 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29368972 826712064 12122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27763] ppid=27748 vsize=807336 CPUtime=0.12
/proc/27758/task/27763/stat : 27763 (java) S 27748 27748 25285 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29368972 826712064 12122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27764] ppid=27748 vsize=807336 CPUtime=0
/proc/27758/task/27764/stat : 27764 (java) S 27748 27748 25285 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29368972 826712064 12122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27758/tid=27765] ppid=27748 vsize=807336 CPUtime=0
/proc/27758/task/27765/stat : 27765 (java) S 27748 27748 25285 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29368972 826712064 12122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 821060

[startup+6.27229 s]
/proc/loadavg: 2.59 3.03 2.85 3/89 27766
/proc/meminfo: memFree=1571008/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 15 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=3448 CPUtime=0.89
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 695 0 0 0 89 0 0 0 25 0 1 0 29369406 3530752 523 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 862 523 51 112 0 746 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 17172

[startup+12.7492 s]
/proc/loadavg: 2.50 2.99 2.84 3/89 27766
/proc/meminfo: memFree=1568520/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=5768 CPUtime=7.3
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 1247 0 0 0 730 0 0 0 25 0 1 0 29369406 5906432 1075 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 1442 1075 51 112 0 1326 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 19492

[startup+25.5789 s]
/proc/loadavg: 2.42 2.96 2.83 3/89 27766
/proc/meminfo: memFree=1567432/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=7044 CPUtime=20.02
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 1568 0 0 0 2001 1 0 0 25 0 1 0 29369406 7213056 1396 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528406 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 1761 1396 51 112 0 1645 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 20768

[startup+51.2614 s]
/proc/loadavg: 2.28 2.88 2.81 3/89 27766
/proc/meminfo: memFree=1566472/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=8160 CPUtime=45.46
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 1850 0 0 0 4545 1 0 0 25 0 1 0 29369406 8355840 1678 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 2040 1678 51 112 0 1924 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 21884

[startup+102.557 s]
/proc/loadavg: 2.11 2.73 2.76 3/89 27766
/proc/meminfo: memFree=1564936/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=9800 CPUtime=96.29
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 2247 0 0 0 9627 2 0 0 25 0 1 0 29369406 10035200 2075 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 2450 2075 51 112 0 2334 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 23524

[startup+162.593 s]
/proc/loadavg: 2.04 2.60 2.71 3/89 27766
/proc/meminfo: memFree=1563400/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=11416 CPUtime=155.77
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 2624 0 0 0 15574 3 0 0 25 0 1 0 29369406 11689984 2452 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 2854 2452 51 112 0 2738 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 25140

[startup+222.595 s]
/proc/loadavg: 2.05 2.50 2.67 3/89 27766
/proc/meminfo: memFree=1562504/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=12264 CPUtime=215.23
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 2836 0 0 0 21519 4 0 0 25 0 1 0 29369406 12558336 2664 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 3066 2664 51 112 0 2950 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 25988

[startup+282.699 s]
/proc/loadavg: 2.02 2.40 2.62 3/89 27766
/proc/meminfo: memFree=1561224/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=13508 CPUtime=274.78
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 3140 0 0 0 27473 5 0 0 25 0 1 0 29369406 13832192 2968 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 3377 2968 51 112 0 3261 0
Current children cumulated CPU time (s) 279.76
Current children cumulated vsize (KiB) 27232

[startup+342.797 s]
/proc/loadavg: 2.00 2.33 2.58 3/89 27766
/proc/meminfo: memFree=1559816/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=14904 CPUtime=334.32
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 3458 0 0 0 33425 7 0 0 25 0 1 0 29369406 15261696 3286 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 3726 3286 51 112 0 3610 0
Current children cumulated CPU time (s) 339.3
Current children cumulated vsize (KiB) 28628

[startup+402.828 s]
/proc/loadavg: 2.00 2.27 2.54 3/89 27766
/proc/meminfo: memFree=1559048/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0

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

/proc/loadavg: 2.04 2.05 2.25 3/89 27766
/proc/meminfo: memFree=1551368/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=22244 CPUtime=1107.69
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 5231 0 0 0 110754 15 0 0 25 0 1 0 29369406 22777856 5059 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 5561 5059 51 112 0 5445 0
Current children cumulated CPU time (s) 1112.67
Current children cumulated vsize (KiB) 35968

[startup+1183.41 s]
/proc/loadavg: 2.01 2.04 2.23 3/89 27766
/proc/meminfo: memFree=1550664/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.98
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 3 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=22816 CPUtime=1167.24
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 5367 0 0 0 116709 15 0 0 25 0 1 0 29369406 23363584 5195 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 5704 5195 51 112 0 5588 0
Current children cumulated CPU time (s) 1172.22
Current children cumulated vsize (KiB) 36540

[startup+1243.48 s]
/proc/loadavg: 2.02 2.03 2.21 5/95 27864
/proc/meminfo: memFree=1458328/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=23324 CPUtime=1226.88
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 5465 0 0 0 122669 19 0 0 25 0 1 0 29369406 23883776 5293 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 5831 5293 51 112 0 5715 0
Current children cumulated CPU time (s) 1231.87
Current children cumulated vsize (KiB) 37048

[startup+1303.58 s]
/proc/loadavg: 2.12 2.05 2.21 3/95 27864
/proc/meminfo: memFree=1173272/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=23604 CPUtime=1286.66
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 5516 0 0 0 128646 20 0 0 25 0 1 0 29369406 24170496 5344 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 5901 5344 51 112 0 5785 0
Current children cumulated CPU time (s) 1291.65
Current children cumulated vsize (KiB) 37328

[startup+1363.68 s]
/proc/loadavg: 2.04 2.04 2.19 3/95 27864
/proc/meminfo: memFree=1173080/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=23888 CPUtime=1346.47
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 5572 0 0 0 134627 20 0 0 25 0 1 0 29369406 24461312 5400 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 5972 5400 51 112 0 5856 0
Current children cumulated CPU time (s) 1351.46
Current children cumulated vsize (KiB) 37612

[startup+1423.77 s]
/proc/loadavg: 2.05 2.05 2.18 3/95 27864
/proc/meminfo: memFree=1172440/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=24392 CPUtime=1406.28
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 5686 0 0 0 140608 20 0 0 25 0 1 0 29369406 24977408 5514 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 6098 5514 51 112 0 5982 0
Current children cumulated CPU time (s) 1411.27
Current children cumulated vsize (KiB) 38116

[startup+1483.87 s]
/proc/loadavg: 2.05 2.05 2.17 3/95 27864
/proc/meminfo: memFree=1171928/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=24804 CPUtime=1466.1
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 5789 0 0 0 146589 21 0 0 25 0 1 0 29369406 25399296 5617 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 6201 5617 51 112 0 6085 0
Current children cumulated CPU time (s) 1471.09
Current children cumulated vsize (KiB) 38528

[startup+1543.97 s]
/proc/loadavg: 2.02 2.04 2.16 3/95 27864
/proc/meminfo: memFree=1170904/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=25784 CPUtime=1525.92
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 6015 0 0 0 152571 21 0 0 25 0 1 0 29369406 26402816 5843 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/27766/statm: 6446 5843 51 112 0 6330 0
Current children cumulated CPU time (s) 1530.91
Current children cumulated vsize (KiB) 39508

[startup+1604.07 s]
/proc/loadavg: 2.18 2.07 2.16 4/89 27928
/proc/meminfo: memFree=1811848/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=26064 CPUtime=1585.72
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 6076 0 0 0 158550 22 0 0 25 0 1 0 29369406 26689536 5904 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/27766/statm: 6516 5904 51 112 0 6400 0
Current children cumulated CPU time (s) 1590.71
Current children cumulated vsize (KiB) 39788

[startup+1664.16 s]
/proc/loadavg: 2.06 2.06 2.15 3/89 27930
/proc/meminfo: memFree=1807432/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=26748 CPUtime=1645.44
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 6233 0 0 0 164522 22 0 0 25 0 1 0 29369406 27389952 6061 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27766/statm: 6687 6061 51 112 0 6571 0
Current children cumulated CPU time (s) 1650.43
Current children cumulated vsize (KiB) 40472

[startup+1724.25 s]
/proc/loadavg: 2.02 2.05 2.14 3/89 27930
/proc/meminfo: memFree=1806152/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=26880 CPUtime=1705.21
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 6254 0 0 0 170499 22 0 0 25 0 1 0 29369406 27525120 6082 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27766/statm: 6720 6082 51 112 0 6604 0
Current children cumulated CPU time (s) 1710.2
Current children cumulated vsize (KiB) 40604

[startup+1784.33 s]
/proc/loadavg: 2.01 2.03 2.13 3/89 27930
/proc/meminfo: memFree=1803080/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=27548 CPUtime=1764.96
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 6410 0 0 0 176474 22 0 0 25 0 1 0 29369406 28209152 6238 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27766/statm: 6887 6238 51 112 0 6771 0
Current children cumulated CPU time (s) 1769.95
Current children cumulated vsize (KiB) 41272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.62 s]
/proc/loadavg: 2.06 2.04 2.13 3/89 27930
/proc/meminfo: memFree=1801096/2055920 swapFree=4192812/4192956
[pid=27748] ppid=27746 vsize=13724 CPUtime=4.99
/proc/27748/stat : 27748 (sugar) S 27746 27748 25285 0 -1 4194304 1272 26025 4 33 4 1 474 20 16 0 1 0 29368869 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27748/statm: 3431 815 373 3 0 531 0
[pid=27766] ppid=27748 vsize=27548 CPUtime=1795.1
/proc/27766/stat : 27766 (minisat) R 27748 27748 25285 0 -1 0 6411 0 0 0 179487 23 0 0 25 0 1 0 29369406 28209152 6239 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27766/statm: 6887 6239 51 112 0 6771 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 41272

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27748 and gives childrusage.ru_utime.tv_sec=4 childrusage.ru_utime.tv_usec=786272 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=215967
CPU time returned by wait4() is 5.00224
while last known CPU time is 1800.09

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

Real time (s): 1815.64
CPU time (s): 1800.09
CPU user time (s): 1799.65
CPU system time (s): 0.44
CPU usage (%): 99.1436
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.78627
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27380
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1608
involuntary context switches= 1511

runsolver used 2.09968 s user time and 5.9481 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan 29 18:08:58 UTC 2007


IDJOB= 199630
IDBENCH= 3629
IDSOLVER= 86
FILE ID= node10/199630-1170094137

PBS_JOBID= 3689421

Free space on /tmp= 66416 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-23/rand-23-23-253-131-50021_ext.xml
COMMAND LINE= /tmp/evaluation/199630-1170094137/solver /tmp/evaluation/199630-1170094137 /tmp/evaluation/199630-1170094137/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-199630-1170094137 -o ROOT/results/node10/solver-199630-1170094137 -C 1800 -M 900  /tmp/evaluation/199630-1170094137/solver /tmp/evaluation/199630-1170094137 /tmp/evaluation/199630-1170094137/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9d7243f439de1098a0ff6467e2301618

RANDOM SEED= 281178793

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.232
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.232
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:       1585064 kB
Buffers:         33296 kB
Cached:          37356 kB
SwapCached:          0 kB
Active:         379984 kB
Inactive:        34636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1348 kB
Writeback:           0 kB
Mapped:         363612 kB
Slab:            40584 kB
Committed_AS:   707464 kB
PageTables:       2796 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= 66556 MiB



End job on node10 on Mon Jan 29 18:39:14 UTC 2007