Trace number 199291

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.16 1809.64

General information on the benchmark

NameallIntervalSeries/
series-80.xml
MD5SUM7d89c09191c2cd60062cf6cd8a3a21b8
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 benchmark4.86626
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables159
Number of constraints6320
Maximum constraint arity3
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6320
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/199291-1170094075/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/199291-1170094075/unknown.xml [Mon Jan 29 19:07:56 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/199291-1170094075/unknown.xml /tmp/evaluation/199291-1170094075/sugar22186.csp [Mon Jan 29 19:07:56 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199291-1170094075/sugar-v0-40.jar -convert /tmp/evaluation/199291-1170094075/unknown.xml /tmp/evaluation/199291-1170094075/sugar22186.csp
0.17	c BEGIN convert /tmp/evaluation/199291-1170094075/unknown.xml
0.84	c END convert (0.673501 seconds)
0.86	c # CONVERT_XML  END : /tmp/evaluation/199291-1170094075/sugar22186.csp 96585 bytes (1 seconds) [Mon Jan 29 19:07:57 2007]
0.86	c # CONVERT_XML  CPU : 0.78 = 0 + 0 + 0.71 + 0.07
0.86	
0.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199291-1170094075/sugar22186.bcnf [Mon Jan 29 19:07:57 2007]
0.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199291-1170094075/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199291-1170094075/sugar22186.map /tmp/evaluation/199291-1170094075/sugar22186.csp /tmp/evaluation/199291-1170094075/sugar22186.bcnf
0.98	c BEGIN parse /tmp/evaluation/199291-1170094075/sugar22186.csp
1.67	c END parse (0.689096 seconds)
1.67	c BEGIN simplify
1.72	c END simplify (0.045353 seconds)
1.72	c BEGIN encode /tmp/evaluation/199291-1170094075/sugar22186.bcnf
4.76	c END encode (3.040878 seconds)
4.92	c # GENERATE_SAT  END : 37604 variables 3057931 clauses 52497504 bytes (4 seconds) [Mon Jan 29 19:08:01 2007]
4.92	c # GENERATE_SAT  CPU : 4.01 = 0.11 + 0.02 + 3.62 + 0.26
4.92	
4.92	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199291-1170094075/sugar22186.bcnf [Mon Jan 29 19:08:01 2007]
4.92	c # CMD : /tmp/evaluation/199291-1170094075/minisat /tmp/evaluation/199291-1170094075/sugar22186.bcnf /tmp/evaluation/199291-1170094075/sugar22186.out
7.16	c ==================================[MINISAT]===================================
7.16	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.16	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.16	c ==============================================================================
7.16	c |         0 | 2533529  8555856 |  844509       0        0     nan |  0.000 % |
8.16	c |       101 | 2533529  8555856 |  928959     101     1573    15.6 | 16.807 % |
8.44	c |       252 | 2533529  8555856 | 1021855     252     3107    12.3 | 16.807 % |
9.33	c |       478 | 2533529  8555856 | 1124041     478    12525    26.2 | 16.807 % |
10.14	c |       815 | 2533529  8555856 | 1236445     815    17081    21.0 | 16.807 % |
11.93	c |      1321 | 2533529  8555856 | 1360090    1321    44626    33.8 | 16.807 % |
14.37	c |      2080 | 2533529  8555856 | 1496099    2080   103568    49.8 | 16.807 % |
19.37	c |      3219 | 2533529  8555856 | 1645709    3219   184428    57.3 | 16.807 % |
23.56	c |      4928 | 2533529  8555856 | 1810280    4928   273287    55.5 | 16.807 % |
29.65	c |      7490 | 2533529  8555856 | 1991308    7490   350732    46.8 | 16.807 % |
45.06	c |     11334 | 2533529  8555856 | 2190438   11334   651060    57.4 | 16.807 % |
64.15	c |     17100 | 2533529  8555856 | 2409482   17100  1044564    61.1 | 16.807 % |
97.13	c |     25749 | 2533529  8555856 | 2650431   25749  1812997    70.4 | 16.807 % |
135.57	c |     38723 | 2533529  8555856 | 2915474   38723  2454516    63.4 | 16.807 % |
203.05	c |     58184 | 2533529  8555856 | 3207021   58184  3926049    67.5 | 16.807 % |
343.93	c |     87376 | 2533529  8555856 | 3527723   87376  5694030    65.2 | 16.807 % |
552.62	c |    131165 | 2533529  8555856 | 3880496  131165 10015651    76.4 | 16.807 % |
865.35	c |    196851 | 2533530  8555856 | 4268545  196850 14555967    73.9 | 16.807 % |
1320.25	c |    295377 | 2533530  8555856 | 4695400  295376 24931328    84.4 | 16.807 % |
1808.61	
1808.61	s UNKNOWN
1808.61	c # INTERRUPTED
1808.61	c # MAIN  END :  (1809 seconds) [Mon Jan 29 19:38:05 2007]
1808.61	c # MAIN  CPU : 4.79 = 0.11 + 0.02 + 4.33 + 0.33
1808.61	

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/node44/watcher-199291-1170094075 -o ROOT/results/node44/solver-199291-1170094075 -C 1800 -M 900 /tmp/evaluation/199291-1170094075/solver /tmp/evaluation/199291-1170094075 /tmp/evaluation/199291-1170094075/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.08 2.37 2.55 5/81 22187
/proc/meminfo: memFree=902104/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=5352 CPUtime=0
/proc/22186/stat : 22186 (solver) R 22184 22186 21772 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 29363745 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 264840473895 0 0 4096 0 0 0 0 17 1 0 0
/proc/22186/statm: 1338 231 193 169 0 49 0

[startup+0.104826 s]
/proc/loadavg: 2.08 2.37 2.55 5/81 22187
/proc/meminfo: memFree=902104/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=13724 CPUtime=0.03
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29363745 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512898 s]
/proc/loadavg: 2.08 2.37 2.55 5/81 22187
/proc/meminfo: memFree=902104/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=13724 CPUtime=0.03
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29363745 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33905 s]
/proc/loadavg: 2.08 2.37 2.55 3/89 22203
/proc/meminfo: memFree=889432/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=13724 CPUtime=0.81
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 1190 8968 0 1 3 0 71 7 15 0 1 0 29363745 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 3431 809 371 3 0 531 0
[pid=22196] ppid=22186 vsize=807360 CPUtime=0.46
/proc/22196/stat : 22196 (java) R 22186 22186 21772 0 -1 0 6677 0 1 0 42 4 0 0 25 0 8 0 29363832 826736640 6427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22196/statm: 201840 6427 1506 14 0 189118 0
[pid=22196/tid=22197] ppid=22186 vsize=807360 CPUtime=0.02
/proc/22196/task/22197/stat : 22197 (java) S 22186 22186 21772 0 -1 64 513 0 0 0 2 0 0 0 16 0 8 0 29363835 826736640 6427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22198] ppid=22186 vsize=807360 CPUtime=0
/proc/22196/task/22198/stat : 22198 (java) S 22186 22186 21772 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29363836 826736640 6427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22199] ppid=22186 vsize=807360 CPUtime=0
/proc/22196/task/22199/stat : 22199 (java) S 22186 22186 21772 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29363836 826736640 6427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22200] ppid=22186 vsize=807360 CPUtime=0
/proc/22196/task/22200/stat : 22200 (java) S 22186 22186 21772 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29363839 826736640 6427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22201] ppid=22186 vsize=807360 CPUtime=0.1
/proc/22196/task/22201/stat : 22201 (java) R 22186 22186 21772 0 -1 64 381 0 0 0 10 0 0 0 16 0 8 0 29363839 826736640 6427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155463105 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22202] ppid=22186 vsize=807360 CPUtime=0
/proc/22196/task/22202/stat : 22202 (java) S 22186 22186 21772 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 29363839 826736640 6427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22203] ppid=22186 vsize=807360 CPUtime=0
/proc/22196/task/22203/stat : 22203 (java) S 22186 22186 21772 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29363839 826736640 6427 18446744073709551615 134512640 134570532 4294956480 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) 821084

[startup+2.97935 s]
/proc/loadavg: 2.08 2.37 2.55 3/89 22203
/proc/meminfo: memFree=864664/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=13724 CPUtime=0.81
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 1190 8968 0 1 3 0 71 7 16 0 1 0 29363745 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 3431 809 371 3 0 531 0
[pid=22196] ppid=22186 vsize=807360 CPUtime=2.09
/proc/22196/stat : 22196 (java) R 22186 22186 21772 0 -1 0 8990 0 1 0 197 12 0 0 25 0 8 0 29363832 826736640 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833886 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22196/statm: 201840 8736 1510 14 0 189118 0
[pid=22196/tid=22197] ppid=22186 vsize=807360 CPUtime=0.14
/proc/22196/task/22197/stat : 22197 (java) S 22186 22186 21772 0 -1 64 2754 0 0 0 14 0 0 0 16 0 8 0 29363835 826736640 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22198] ppid=22186 vsize=807360 CPUtime=0
/proc/22196/task/22198/stat : 22198 (java) S 22186 22186 21772 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29363836 826736640 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22199] ppid=22186 vsize=807360 CPUtime=0
/proc/22196/task/22199/stat : 22199 (java) S 22186 22186 21772 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29363836 826736640 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22200] ppid=22186 vsize=807360 CPUtime=0
/proc/22196/task/22200/stat : 22200 (java) S 22186 22186 21772 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29363839 826736640 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22201] ppid=22186 vsize=807360 CPUtime=0.16
/proc/22196/task/22201/stat : 22201 (java) S 22186 22186 21772 0 -1 64 425 0 0 0 16 0 0 0 16 0 8 0 29363839 826736640 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22202] ppid=22186 vsize=807360 CPUtime=0
/proc/22196/task/22202/stat : 22202 (java) S 22186 22186 21772 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 29363839 826736640 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22196/tid=22203] ppid=22186 vsize=807360 CPUtime=0
/proc/22196/task/22203/stat : 22203 (java) S 22186 22186 21772 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29363839 826736640 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821084

[startup+6.27096 s]
/proc/loadavg: 2.08 2.37 2.55 3/82 22204
/proc/meminfo: memFree=789072/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3016 19383 0 3 14 2 433 33 18 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=102128 CPUtime=1.33
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 23990 0 0 0 116 17 0 0 25 0 1 0 29364238 104579072 23976 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134654493 0 0 4096 0 0 0 0 17 0 0 0
/proc/22204/statm: 25532 23976 36 112 0 25416 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 123008

[startup+12.7401 s]
/proc/loadavg: 2.15 2.38 2.55 2/69 22219
/proc/meminfo: memFree=1344944/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=121352 CPUtime=7.73
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 30308 0 0 0 751 22 0 0 25 0 1 0 29364238 124264448 29268 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22204/statm: 30338 29268 52 112 0 30222 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 142232

[startup+25.5605 s]
/proc/loadavg: 1.89 2.31 2.52 2/69 22360
/proc/meminfo: memFree=1344408/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=121828 CPUtime=20.51
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 30431 0 0 0 2028 23 0 0 25 0 1 0 29364238 124751872 29391 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528267 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 30457 29391 52 112 0 30341 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 142708

[startup+51.2202 s]
/proc/loadavg: 1.87 2.27 2.50 3/76 22487
/proc/meminfo: memFree=1328768/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=123324 CPUtime=46.03
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 30774 0 0 0 4576 27 0 0 25 0 1 0 29364238 126283776 29734 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 30831 29734 52 112 0 30715 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 144204

[startup+102.453 s]
/proc/loadavg: 1.94 2.22 2.47 3/76 22487
/proc/meminfo: memFree=1315008/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=127252 CPUtime=96.99
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 31755 0 0 0 9671 28 0 0 25 0 1 0 29364238 130306048 30715 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 31813 30715 52 112 0 31697 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 148132

[startup+162.508 s]
/proc/loadavg: 2.01 2.19 2.45 3/76 22487
/proc/meminfo: memFree=1306880/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=132072 CPUtime=156.77
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 32962 0 0 0 15648 29 0 0 25 0 1 0 29364238 135241728 31922 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 33018 31922 52 112 0 32902 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 152952

[startup+222.57 s]
/proc/loadavg: 2.00 2.16 2.42 4/76 22487
/proc/meminfo: memFree=1300032/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=136164 CPUtime=216.54
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 33981 0 0 0 21623 31 0 0 25 0 1 0 29364238 139431936 32941 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525180 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 34041 32941 52 112 0 33925 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 157044

[startup+282.626 s]
/proc/loadavg: 2.00 2.12 2.39 3/76 22487
/proc/meminfo: memFree=1295616/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=139184 CPUtime=276.33
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 34733 0 0 0 27601 32 0 0 25 0 1 0 29364238 142524416 33693 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 34796 33693 52 112 0 34680 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 160064

[startup+342.686 s]
/proc/loadavg: 2.00 2.10 2.36 3/76 22487
/proc/meminfo: memFree=1291456/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=143292 CPUtime=336.12
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 35759 0 0 0 33579 33 0 0 25 0 1 0 29364238 146731008 34719 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 35823 34719 52 112 0 35707 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 164172

[startup+402.743 s]
/proc/loadavg: 2.00 2.08 2.34 3/76 22487
/proc/meminfo: memFree=1282496/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0

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

/proc/loadavg: 2.00 2.00 2.14 3/76 22487
/proc/meminfo: memFree=1213312/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=205444 CPUtime=1113.27
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 51272 0 0 0 111270 57 0 0 25 0 1 0 29364238 210374656 50232 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 51361 50232 52 112 0 51245 0
Current children cumulated CPU time (s) 1118.09
Current children cumulated vsize (KiB) 226324

[startup+1183.5 s]
/proc/loadavg: 2.00 2.00 2.13 3/76 22487
/proc/meminfo: memFree=1206400/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=210836 CPUtime=1173.06
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 52641 0 0 0 117247 59 0 0 25 0 1 0 29364238 215896064 51601 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 52709 51601 52 112 0 52593 0
Current children cumulated CPU time (s) 1177.88
Current children cumulated vsize (KiB) 231716

[startup+1243.56 s]
/proc/loadavg: 2.00 2.00 2.12 3/76 22487
/proc/meminfo: memFree=1197248/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=217792 CPUtime=1232.84
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 54391 0 0 0 123223 61 0 0 25 0 1 0 29364238 223019008 53351 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 54448 53351 52 112 0 54332 0
Current children cumulated CPU time (s) 1237.66
Current children cumulated vsize (KiB) 238672

[startup+1303.62 s]
/proc/loadavg: 2.00 2.00 2.10 3/76 22487
/proc/meminfo: memFree=1190656/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=224256 CPUtime=1292.61
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 56008 0 0 0 129198 63 0 0 25 0 1 0 29364238 229638144 54968 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525462 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 56064 54968 52 112 0 55948 0
Current children cumulated CPU time (s) 1297.43
Current children cumulated vsize (KiB) 245136

[startup+1363.67 s]
/proc/loadavg: 2.00 2.00 2.09 3/76 22487
/proc/meminfo: memFree=1186368/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=228332 CPUtime=1352.39
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 57045 0 0 0 135175 64 0 0 25 0 1 0 29364238 233811968 56005 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 57083 56005 52 112 0 56967 0
Current children cumulated CPU time (s) 1357.21
Current children cumulated vsize (KiB) 249212

[startup+1423.72 s]
/proc/loadavg: 2.00 2.00 2.09 3/76 22487
/proc/meminfo: memFree=1179712/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=233024 CPUtime=1412.17
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 58071 0 0 0 141151 66 0 0 25 0 1 0 29364238 238616576 57031 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 58256 57031 52 112 0 58140 0
Current children cumulated CPU time (s) 1416.99
Current children cumulated vsize (KiB) 253904

[startup+1483.77 s]
/proc/loadavg: 2.00 2.00 2.08 3/76 22487
/proc/meminfo: memFree=1175872/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=236688 CPUtime=1471.93
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 58996 0 0 0 147126 67 0 0 25 0 1 0 29364238 242368512 57956 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 59172 57956 52 112 0 59056 0
Current children cumulated CPU time (s) 1476.75
Current children cumulated vsize (KiB) 257568

[startup+1543.83 s]
/proc/loadavg: 2.00 2.00 2.07 3/76 22487
/proc/meminfo: memFree=1171840/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=240484 CPUtime=1531.72
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 59977 0 0 0 153104 68 0 0 25 0 1 0 29364238 246255616 58937 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 60121 58937 52 112 0 60005 0
Current children cumulated CPU time (s) 1536.54
Current children cumulated vsize (KiB) 261364

[startup+1603.89 s]
/proc/loadavg: 2.00 2.00 2.07 3/76 22487
/proc/meminfo: memFree=1167808/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=244588 CPUtime=1591.51
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 60986 0 0 0 159081 70 0 0 25 0 1 0 29364238 250458112 59946 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 61147 59946 52 112 0 61031 0
Current children cumulated CPU time (s) 1596.33
Current children cumulated vsize (KiB) 265468

[startup+1663.96 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 22489
/proc/meminfo: memFree=1162432/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=249720 CPUtime=1651.28
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 62284 0 0 0 165056 72 0 0 25 0 1 0 29364238 255713280 61244 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 62430 61244 52 112 0 62314 0
Current children cumulated CPU time (s) 1656.1
Current children cumulated vsize (KiB) 270600

[startup+1724.02 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 22489
/proc/meminfo: memFree=1152832/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=254976 CPUtime=1711.08
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 63617 0 0 0 171034 74 0 0 25 0 1 0 29364238 261095424 62577 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 63744 62577 52 112 0 63628 0
Current children cumulated CPU time (s) 1715.9
Current children cumulated vsize (KiB) 275856

[startup+1784.06 s]
/proc/loadavg: 2.00 2.00 2.05 3/76 22489
/proc/meminfo: memFree=1147328/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=259500 CPUtime=1770.86
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 64774 0 0 0 177011 75 0 0 25 0 1 0 29364238 265728000 63734 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 64875 63734 52 112 0 64759 0
Current children cumulated CPU time (s) 1775.68
Current children cumulated vsize (KiB) 280380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.05 3/76 22489
/proc/meminfo: memFree=1145344/2055920 swapFree=4192956/4192956
[pid=22186] ppid=22184 vsize=20880 CPUtime=4.82
/proc/22186/stat : 22186 (sugar) S 22184 22186 21772 0 -1 4194304 3025 19383 0 3 14 2 433 33 16 0 1 0 29363745 21381120 2537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22186/statm: 5220 2537 373 3 0 2320 0
[pid=22204] ppid=22186 vsize=261340 CPUtime=1795.27
/proc/22204/stat : 22204 (minisat) R 22186 22186 21772 0 -1 0 65240 0 0 0 179452 75 0 0 25 0 1 0 29364238 267612160 64200 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/22204/statm: 65335 64200 52 112 0 65219 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 282220

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 22186 and gives childrusage.ru_utime.tv_sec=4 childrusage.ru_utime.tv_usec=481318 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=384941
CPU time returned by wait4() is 4.86626
while last known CPU time is 1800.16

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

Real time (s): 1809.64
CPU time (s): 1800.16
CPU user time (s): 1798.99
CPU system time (s): 1.17
CPU usage (%): 99.476
Max. virtual memory (cumulated for all children) (KiB): 821084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.48132
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22492
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1530
involuntary context switches= 1430

runsolver used 1.58376 s user time and 4.85326 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Jan 29 18:07:56 UTC 2007


IDJOB= 199291
IDBENCH= 3605
IDSOLVER= 86
FILE ID= node44/199291-1170094075

PBS_JOBID= 3689596

Free space on /tmp= 66544 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-80.xml
COMMAND LINE= /tmp/evaluation/199291-1170094075/solver /tmp/evaluation/199291-1170094075 /tmp/evaluation/199291-1170094075/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-199291-1170094075 -o ROOT/results/node44/solver-199291-1170094075 -C 1800 -M 900  /tmp/evaluation/199291-1170094075/solver /tmp/evaluation/199291-1170094075 /tmp/evaluation/199291-1170094075/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  7d89c09191c2cd60062cf6cd8a3a21b8

RANDOM SEED= 437997080

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.261
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.261
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:        902584 kB
Buffers:         47964 kB
Cached:         410832 kB
SwapCached:          0 kB
Active:         774016 kB
Inactive:       306476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        902584 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:         638480 kB
Slab:            56852 kB
Committed_AS:   728788 kB
PageTables:       2996 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= 66561 MiB



End job on node44 on Mon Jan 29 18:38:06 UTC 2007