Trace number 199564

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.12 1809.33

General information on the benchmark

NameallIntervalSeries/
series-90.xml
MD5SUMea84be857cd7136aa0d986a32f32c0a9
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 benchmark13.36
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables179
Number of constraints8010
Maximum constraint arity3
Maximum domain size90
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8010
Global constraints used (with number of constraints)

Solver Data (download as text)

0.10	c # Sugar v0-40 (/tmp/evaluation/199564-1170094131/sugar-v0-40.jar)
0.10	
0.11	c # MAIN  BEGIN : /tmp/evaluation/199564-1170094131/unknown.xml [Mon Jan 29 19:08:51 2007]
0.11	c # CONVERT_XML  BEGIN : /tmp/evaluation/199564-1170094131/unknown.xml /tmp/evaluation/199564-1170094131/sugar24037.csp [Mon Jan 29 19:08:51 2007]
0.11	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199564-1170094131/sugar-v0-40.jar -convert /tmp/evaluation/199564-1170094131/unknown.xml /tmp/evaluation/199564-1170094131/sugar24037.csp
0.29	c BEGIN convert /tmp/evaluation/199564-1170094131/unknown.xml
0.99	c END convert (0.704047 seconds)
1.03	c # CONVERT_XML  END : /tmp/evaluation/199564-1170094131/sugar24037.csp 123065 bytes (1 seconds) [Mon Jan 29 19:08:52 2007]
1.03	c # CONVERT_XML  CPU : 0.81 = 0 + 0.01 + 0.74 + 0.06
1.03	
1.03	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199564-1170094131/sugar24037.bcnf [Mon Jan 29 19:08:52 2007]
1.03	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199564-1170094131/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199564-1170094131/sugar24037.map /tmp/evaluation/199564-1170094131/sugar24037.csp /tmp/evaluation/199564-1170094131/sugar24037.bcnf
1.14	c BEGIN parse /tmp/evaluation/199564-1170094131/sugar24037.csp
1.90	c END parse (0.755462 seconds)
1.90	c BEGIN simplify
1.94	c END simplify (0.043306 seconds)
1.94	c BEGIN encode /tmp/evaluation/199564-1170094131/sugar24037.bcnf
6.17	c END encode (4.221755 seconds)
6.37	c # GENERATE_SAT  END : 47704 variables 4356371 clauses 74867304 bytes (6 seconds) [Mon Jan 29 19:08:58 2007]
6.37	c # GENERATE_SAT  CPU : 5.25 = 0.14 + 0.01 + 4.75 + 0.35
6.37	
6.37	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199564-1170094131/sugar24037.bcnf [Mon Jan 29 19:08:58 2007]
6.37	c # CMD : /tmp/evaluation/199564-1170094131/minisat /tmp/evaluation/199564-1170094131/sugar24037.bcnf /tmp/evaluation/199564-1170094131/sugar24037.out
9.69	c ==================================[MINISAT]===================================
9.69	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.69	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.69	c ==============================================================================
9.69	c |         0 | 3611619 12205636 | 1203873       0        0     nan |  0.000 % |
10.66	c |       100 | 3611619 12205636 | 1324260     100     2861    28.6 | 16.791 % |
11.41	c |       252 | 3611619 12205636 | 1456686     252     6555    26.0 | 16.791 % |
12.03	c |       478 | 3611619 12205636 | 1602354     478    11532    24.1 | 16.791 % |
12.54	c |       815 | 3611619 12205636 | 1762590     815    18300    22.5 | 16.791 % |
12.94	c |      1322 | 3611619 12205636 | 1938849    1322    28054    21.2 | 16.791 % |
13.35	c |      2081 | 3611619 12205636 | 2132734    2081    41906    20.1 | 16.791 % |
17.31	c |      3221 | 3611619 12205636 | 2346007    3221    80189    24.9 | 16.791 % |
23.36	c |      4930 | 3611619 12205636 | 2580608    4930   167797    34.0 | 16.791 % |
35.75	c |      7492 | 3611619 12205636 | 2838669    7492   438485    58.5 | 16.791 % |
53.13	c |     11336 | 3611619 12205636 | 3122536   11336   730412    64.4 | 16.791 % |
71.52	c |     17102 | 3611619 12205636 | 3434790   17102   915799    53.5 | 16.791 % |
101.36	c |     25752 | 3611619 12205636 | 3778269   25752  1476576    57.3 | 16.791 % |
173.70	c |     38726 | 3611619 12205636 | 4156096   38726  2450835    63.3 | 16.791 % |
251.03	c |     58188 | 3611621 12205636 | 4571705   58186  3608837    62.0 | 16.791 % |
363.16	c |     87380 | 3611621 12205636 | 5028876   87378  6468298    74.0 | 16.791 % |
534.04	c |    131169 | 3611621 12205636 | 5531763  131167 10213433    77.9 | 16.791 % |
865.30	c |    196853 | 3611621 12205636 | 6084940  196851 16728390    85.0 | 16.791 % |
1408.61	c |    295379 | 3611621 12205636 | 6693434  295377 26712156    90.4 | 16.791 % |
1808.29	
1808.29	s UNKNOWN
1808.29	c # INTERRUPTED
1808.29	c # MAIN  END :  (1809 seconds) [Mon Jan 29 19:39:00 2007]
1808.29	c # MAIN  CPU : 6.06 = 0.14 + 0.02 + 5.49 + 0.41
1808.29	

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/node7/watcher-199564-1170094131 -o ROOT/results/node7/solver-199564-1170094131 -C 1800 -M 900 /tmp/evaluation/199564-1170094131/solver /tmp/evaluation/199564-1170094131 /tmp/evaluation/199564-1170094131/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.45 2.92 2.82 5/88 24038
/proc/meminfo: memFree=1865208/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=18540 CPUtime=0
/proc/24037/stat : 24037 (runsolver) R 24035 24037 23538 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29367845 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24037/statm: 4635 279 244 17 0 2626 0

[startup+0.108607 s]
/proc/loadavg: 2.45 2.92 2.82 5/88 24038
/proc/meminfo: memFree=1865208/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=13592 CPUtime=0.03
/proc/24037/stat : 24037 (sugar) R 24035 24037 23538 0 -1 4194304 1059 0 0 0 3 0 0 0 18 0 1 0 29367845 13918208 778 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244691480871 0 0 4224 0 0 0 0 17 0 0 0
/proc/24037/statm: 3398 778 344 3 0 498 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13592

[startup+0.52065 s]
/proc/loadavg: 2.45 2.92 2.82 5/88 24038
/proc/meminfo: memFree=1865208/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=13724 CPUtime=0.04
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29367845 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24037/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34574 s]
/proc/loadavg: 2.45 2.92 2.82 3/96 24054
/proc/meminfo: memFree=1857912/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=13724 CPUtime=0.84
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 1190 9191 0 2 3 1 74 6 15 0 1 0 29367845 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24037/statm: 3431 809 371 3 0 531 0
[pid=24047] ppid=24037 vsize=807064 CPUtime=0.29
/proc/24047/stat : 24047 (java) R 24037 24037 23538 0 -1 0 6250 0 1 0 26 3 0 0 25 0 8 0 29367948 826433536 6001 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24047/statm: 201766 6001 1491 14 0 189044 0
[pid=24047/tid=24048] ppid=24037 vsize=807064 CPUtime=0
/proc/24047/task/24048/stat : 24048 (java) R 24037 24037 23538 0 -1 64 203 0 0 0 0 0 0 0 16 0 8 0 29367951 826433536 6002 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24049] ppid=24037 vsize=807064 CPUtime=0
/proc/24047/task/24049/stat : 24049 (java) S 24037 24037 23538 0 -1 64 10 0 0 0 0 0 0 0 22 0 8 0 29367952 826433536 6003 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24050] ppid=24037 vsize=807064 CPUtime=0
/proc/24047/task/24050/stat : 24050 (java) S 24037 24037 23538 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 29367952 826433536 6004 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24051] ppid=24037 vsize=807064 CPUtime=0
/proc/24047/task/24051/stat : 24051 (java) S 24037 24037 23538 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29367955 826433536 6005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24052] ppid=24037 vsize=807064 CPUtime=0.04
/proc/24047/task/24052/stat : 24052 (java) S 24037 24037 23538 0 -1 64 292 0 0 0 4 0 0 0 19 0 8 0 29367955 826433536 6006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24053] ppid=24037 vsize=807064 CPUtime=0
/proc/24047/task/24053/stat : 24053 (java) S 24037 24037 23538 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29367955 826433536 6007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24054] ppid=24037 vsize=807064 CPUtime=0
/proc/24047/task/24054/stat : 24054 (java) S 24037 24037 23538 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 29367955 826433536 6008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 820788

[startup+2.98291 s]
/proc/loadavg: 2.45 2.92 2.82 3/96 24054
/proc/meminfo: memFree=1827512/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=13724 CPUtime=0.84
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 1190 9191 0 2 3 1 74 6 16 0 1 0 29367845 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24037/statm: 3431 809 371 3 0 531 0
[pid=24047] ppid=24037 vsize=807336 CPUtime=1.92
/proc/24047/stat : 24047 (java) R 24037 24037 23538 0 -1 0 9596 0 1 0 181 11 0 0 25 0 8 0 29367948 826712064 9342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24047/statm: 201834 9342 1510 14 0 189112 0
[pid=24047/tid=24048] ppid=24037 vsize=807336 CPUtime=0.15
/proc/24047/task/24048/stat : 24048 (java) S 24037 24037 23538 0 -1 64 3364 0 0 0 14 1 0 0 16 0 8 0 29367951 826712064 9342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24049] ppid=24037 vsize=807336 CPUtime=0
/proc/24047/task/24049/stat : 24049 (java) S 24037 24037 23538 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29367952 826712064 9342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24050] ppid=24037 vsize=807336 CPUtime=0
/proc/24047/task/24050/stat : 24050 (java) S 24037 24037 23538 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29367952 826712064 9342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24051] ppid=24037 vsize=807336 CPUtime=0
/proc/24047/task/24051/stat : 24051 (java) S 24037 24037 23538 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29367955 826712064 9342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24052] ppid=24037 vsize=807336 CPUtime=0.15
/proc/24047/task/24052/stat : 24052 (java) S 24037 24037 23538 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 29367955 826712064 9342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24053] ppid=24037 vsize=807336 CPUtime=0
/proc/24047/task/24053/stat : 24053 (java) S 24037 24037 23538 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29367955 826712064 9342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24047/tid=24054] ppid=24037 vsize=807336 CPUtime=0
/proc/24047/task/24054/stat : 24054 (java) S 24037 24037 23538 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29367955 826712064 9342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 821060

[startup+6.27425 s]
/proc/loadavg: 2.42 2.91 2.81 3/96 24054
/proc/meminfo: memFree=1759928/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=17352 CPUtime=5.99
/proc/24037/stat : 24037 (sugar) R 24035 24037 23538 0 -1 4194304 2135 20215 0 3 8 1 549 41 18 0 1 0 29367845 17768448 1705 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244670960353 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24037/statm: 4338 1705 371 3 0 1438 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 17352

[startup+12.7509 s]
/proc/loadavg: 2.38 2.89 2.81 3/89 24055
/proc/meminfo: memFree=1623216/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 15 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=162940 CPUtime=6.33
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 40178 0 0 0 609 24 0 0 25 0 1 0 29368482 166850560 39115 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 40735 39115 52 112 0 40619 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 185948

[startup+25.5853 s]
/proc/loadavg: 2.30 2.85 2.80 3/89 24055
/proc/meminfo: memFree=1618288/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=168064 CPUtime=19.1
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 41409 0 0 0 1885 25 0 0 25 0 1 0 29368482 172097536 40346 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 42016 40346 52 112 0 41900 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 191072

[startup+51.257 s]
/proc/loadavg: 2.19 2.78 2.77 3/89 24055
/proc/meminfo: memFree=1617840/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=168556 CPUtime=44.66
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 41518 0 0 0 4440 26 0 0 25 0 1 0 29368482 172601344 40455 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 42139 40455 52 112 0 42023 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 191564

[startup+102.493 s]
/proc/loadavg: 2.08 2.66 2.73 3/89 24055
/proc/meminfo: memFree=1615280/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=171104 CPUtime=95.65
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 42125 0 0 0 9538 27 0 0 25 0 1 0 29368482 175210496 41062 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528274 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 42776 41062 52 112 0 42660 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 194112

[startup+162.562 s]
/proc/loadavg: 2.03 2.53 2.68 3/89 24055
/proc/meminfo: memFree=1612272/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=174040 CPUtime=155.45
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 42851 0 0 0 15516 29 0 0 25 0 1 0 29368482 178216960 41788 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 43510 41788 52 112 0 43394 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 197048

[startup+222.637 s]
/proc/loadavg: 2.05 2.45 2.64 3/89 24055
/proc/meminfo: memFree=1607920/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=177832 CPUtime=215.23
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 43797 0 0 0 21493 30 0 0 25 0 1 0 29368482 182099968 42734 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 44458 42734 52 112 0 44342 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 200840

[startup+282.708 s]
/proc/loadavg: 2.02 2.36 2.60 3/89 24055
/proc/meminfo: memFree=1601968/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=183652 CPUtime=275.02
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 45205 0 0 0 27470 32 0 0 25 0 1 0 29368482 188059648 44142 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 45913 44142 52 112 0 45797 0
Current children cumulated CPU time (s) 281.11
Current children cumulated vsize (KiB) 206660

[startup+342.777 s]
/proc/loadavg: 2.04 2.31 2.56 3/89 24055
/proc/meminfo: memFree=1595120/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=190376 CPUtime=334.81
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 46898 0 0 0 33446 35 0 0 25 0 1 0 29368482 194945024 45835 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 47594 45835 52 112 0 47478 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 213384

[startup+402.849 s]
/proc/loadavg: 2.01 2.25 2.53 3/89 24055
/proc/meminfo: memFree=1589296/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=196132 CPUtime=394.6
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 48271 0 0 0 39423 37 0 0 25 0 1 0 29368482 200839168 47208 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 49033 47208 52 112 0 48917 0

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

/proc/loadavg: 2.00 2.01 2.22 3/89 24055
/proc/meminfo: memFree=1523504/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=258380 CPUtime=1112.1
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 63774 0 0 0 111151 59 0 0 25 0 1 0 29368482 264581120 62711 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 64595 62711 52 112 0 64479 0
Current children cumulated CPU time (s) 1118.19
Current children cumulated vsize (KiB) 281388

[startup+1183.79 s]
/proc/loadavg: 2.08 2.02 2.21 3/89 24055
/proc/meminfo: memFree=1518512/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=262996 CPUtime=1171.88
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 64937 0 0 0 117128 60 0 0 25 0 1 0 29368482 269307904 63874 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525943 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 65749 63874 52 112 0 65633 0
Current children cumulated CPU time (s) 1177.97
Current children cumulated vsize (KiB) 286004

[startup+1243.86 s]
/proc/loadavg: 2.03 2.02 2.19 3/89 24055
/proc/meminfo: memFree=1514032/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=267188 CPUtime=1231.68
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 65998 0 0 0 123106 62 0 0 25 0 1 0 29368482 273600512 64935 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 66797 64935 52 112 0 66681 0
Current children cumulated CPU time (s) 1237.77
Current children cumulated vsize (KiB) 290196

[startup+1303.93 s]
/proc/loadavg: 2.05 2.03 2.18 3/89 24055
/proc/meminfo: memFree=1509360/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=271656 CPUtime=1291.46
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 67107 0 0 0 129083 63 0 0 25 0 1 0 29368482 278175744 66044 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 67914 66044 52 112 0 67798 0
Current children cumulated CPU time (s) 1297.55
Current children cumulated vsize (KiB) 294664

[startup+1364.01 s]
/proc/loadavg: 2.02 2.02 2.17 3/89 24055
/proc/meminfo: memFree=1504112/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=276656 CPUtime=1351.26
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 68378 0 0 0 135061 65 0 0 25 0 1 0 29368482 283295744 67315 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 69164 67315 52 112 0 69048 0
Current children cumulated CPU time (s) 1357.35
Current children cumulated vsize (KiB) 299664

[startup+1424.08 s]
/proc/loadavg: 2.00 2.01 2.15 3/89 24055
/proc/meminfo: memFree=1499824/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=280828 CPUtime=1411.04
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 69389 0 0 0 141038 66 0 0 25 0 1 0 29368482 287567872 68326 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 70207 68326 52 112 0 70091 0
Current children cumulated CPU time (s) 1417.13
Current children cumulated vsize (KiB) 303836

[startup+1484.15 s]
/proc/loadavg: 2.07 2.02 2.15 3/89 24055
/proc/meminfo: memFree=1494960/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=286044 CPUtime=1470.83
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 70556 0 0 0 147015 68 0 0 25 0 1 0 29368482 292909056 69493 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 71511 69493 52 112 0 71395 0
Current children cumulated CPU time (s) 1476.92
Current children cumulated vsize (KiB) 309052

[startup+1544.22 s]
/proc/loadavg: 2.02 2.02 2.14 3/89 24055
/proc/meminfo: memFree=1489776/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=290812 CPUtime=1530.63
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 71767 0 0 0 152993 70 0 0 25 0 1 0 29368482 297791488 70704 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24055/statm: 72703 70704 52 112 0 72587 0
Current children cumulated CPU time (s) 1536.72
Current children cumulated vsize (KiB) 313820

[startup+1604.29 s]
/proc/loadavg: 2.01 2.01 2.12 3/89 24121
/proc/meminfo: memFree=1475760/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=295300 CPUtime=1590.55
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 72907 0 0 0 158982 73 0 0 25 0 1 0 29368482 302387200 71844 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24055/statm: 73825 71844 52 112 0 73709 0
Current children cumulated CPU time (s) 1596.64
Current children cumulated vsize (KiB) 318308

[startup+1664.38 s]
/proc/loadavg: 2.06 2.02 2.12 3/89 24121
/proc/meminfo: memFree=1468016/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=299768 CPUtime=1650.58
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 74022 0 0 0 164983 75 0 0 25 0 1 0 29368482 306962432 72959 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24055/statm: 74942 72959 52 112 0 74826 0
Current children cumulated CPU time (s) 1656.67
Current children cumulated vsize (KiB) 322776

[startup+1724.47 s]
/proc/loadavg: 2.02 2.02 2.11 3/89 24121
/proc/meminfo: memFree=1463216/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=304120 CPUtime=1710.6
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 75117 0 0 0 170983 77 0 0 25 0 1 0 29368482 311418880 74054 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525582 0 0 4096 3 0 0 0 17 0 0 0
/proc/24055/statm: 76030 74054 52 112 0 75914 0
Current children cumulated CPU time (s) 1716.69
Current children cumulated vsize (KiB) 327128

[startup+1784.56 s]
/proc/loadavg: 2.00 2.01 2.09 3/89 24121
/proc/meminfo: memFree=1455664/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=308196 CPUtime=1770.36
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 76158 0 0 0 176958 78 0 0 25 0 1 0 29368482 315592704 75095 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24055/statm: 77049 75095 52 112 0 76933 0
Current children cumulated CPU time (s) 1776.45
Current children cumulated vsize (KiB) 331204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.28 s]
/proc/loadavg: 2.00 2.01 2.09 3/89 24121
/proc/meminfo: memFree=1452848/2055920 swapFree=4192812/4192956
[pid=24037] ppid=24035 vsize=23008 CPUtime=6.09
/proc/24037/stat : 24037 (sugar) S 24035 24037 23538 0 -1 4194304 3547 20215 0 3 17 2 549 41 16 0 1 0 29367845 23560192 3058 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24037/statm: 5752 3058 373 3 0 2852 0
[pid=24055] ppid=24037 vsize=310176 CPUtime=1793.96
/proc/24055/stat : 24055 (minisat) R 24037 24037 23538 0 -1 0 76637 0 0 0 179317 79 0 0 25 0 1 0 29368482 317620224 75574 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24055/statm: 77544 75574 52 112 0 77428 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 333184

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24037 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=669138 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=474927
CPU time returned by wait4() is 6.14406
while last known CPU time is 1800.12

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

Real time (s): 1809.33
CPU time (s): 1800.12
CPU user time (s): 1798.83
CPU system time (s): 1.29
CPU usage (%): 99.4907
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.66914
system time used= 0.474927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23847
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= 1606
involuntary context switches= 1518

runsolver used 1.75273 s user time and 6.26205 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan 29 18:08:51 UTC 2007


IDJOB= 199564
IDBENCH= 3626
IDSOLVER= 86
FILE ID= node7/199564-1170094131

PBS_JOBID= 3689422

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ea84be857cd7136aa0d986a32f32c0a9

RANDOM SEED= 871958561

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:       1865816 kB
Buffers:         32392 kB
Cached:          39212 kB
SwapCached:          0 kB
Active:         108552 kB
Inactive:        35444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:          92088 kB
Slab:            31044 kB
Committed_AS:   254480 kB
PageTables:       2176 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= 66555 MiB



End job on node7 on Mon Jan 29 18:39:01 UTC 2007