Trace number 214101

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

General information on the benchmark

NamepseudoSeries/par/
par-32-3-c.xml
MD5SUM315a156ccbc0beaf56a30107b637b9af
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2650
Number of constraints6619
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6619
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/214101-1170099827/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/214101-1170099827/unknown.xml [Mon Jan 29 20:43:49 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/214101-1170099827/unknown.xml /tmp/evaluation/214101-1170099827/sugar29193.csp [Mon Jan 29 20:43:49 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/214101-1170099827/sugar-v0-40.jar -convert /tmp/evaluation/214101-1170099827/unknown.xml /tmp/evaluation/214101-1170099827/sugar29193.csp
0.17	c BEGIN convert /tmp/evaluation/214101-1170099827/unknown.xml
1.02	c END convert (0.85394 seconds)
1.07	c # CONVERT_XML  END : /tmp/evaluation/214101-1170099827/sugar29193.csp 263962 bytes (2 seconds) [Mon Jan 29 20:43:51 2007]
1.07	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.07	
1.07	c # GENERATE_SAT  BEGIN : /tmp/evaluation/214101-1170099827/sugar29193.bcnf [Mon Jan 29 20:43:51 2007]
1.07	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/214101-1170099827/sugar-v0-40.jar -bcnf -map /tmp/evaluation/214101-1170099827/sugar29193.map /tmp/evaluation/214101-1170099827/sugar29193.csp /tmp/evaluation/214101-1170099827/sugar29193.bcnf
1.20	c BEGIN parse /tmp/evaluation/214101-1170099827/sugar29193.csp
2.07	c END parse (0.869514 seconds)
2.07	c BEGIN simplify
2.07	c END simplify (0.005707 seconds)
2.07	c BEGIN encode /tmp/evaluation/214101-1170099827/sugar29193.bcnf
2.18	c END encode (0.102203 seconds)
2.24	c # GENERATE_SAT  END : 2650 variables 6619 clauses 99140 bytes (1 seconds) [Mon Jan 29 20:43:52 2007]
2.24	c # GENERATE_SAT  CPU : 1.11 = 0.03 + 0 + 1.02 + 0.06
2.24	
2.24	c # SOLVE_SAT  BEGIN : /tmp/evaluation/214101-1170099827/sugar29193.bcnf [Mon Jan 29 20:43:52 2007]
2.24	c # CMD : /tmp/evaluation/214101-1170099827/minisat /tmp/evaluation/214101-1170099827/sugar29193.bcnf /tmp/evaluation/214101-1170099827/sugar29193.out
2.24	c ==================================[MINISAT]===================================
2.24	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.24	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.24	c ==============================================================================
2.24	c |         0 |    6619    18160 |    2206       0        0     nan |  0.000 % |
2.26	c |       101 |    6619    18160 |    2426     101     2904    28.8 |  0.000 % |
2.29	c |       251 |    6620    18160 |    2669     250     7132    28.5 |  0.000 % |
2.33	c |       477 |    6623    18160 |    2936     473    13500    28.5 |  0.000 % |
2.39	c |       815 |    6624    18160 |    3229     810    22889    28.3 |  0.000 % |
2.47	c |      1321 |    6626    18160 |    3552    1314    41190    31.3 |  0.000 % |
2.59	c |      2080 |    6628    18160 |    3908    2071    63244    30.5 |  0.000 % |
2.78	c |      3219 |    6633    18160 |    4298    3205    94009    29.3 |  0.000 % |
3.07	c |      4928 |    6639    18160 |    4728    2709    71439    26.4 |  0.000 % |
3.52	c |      7492 |    6645    18160 |    5201    2856    72168    25.3 |  0.000 % |
4.21	c |     11336 |    6646    18160 |    5721    4040   102847    25.5 |  0.000 % |
5.30	c |     17104 |    6649    18160 |    6293    4007    95557    23.8 |  0.000 % |
6.91	c |     25753 |    6654    18160 |    6923    6232   160190    25.7 |  0.000 % |
9.49	c |     38728 |    6660    18160 |    7615    5181   119401    23.0 |  0.000 % |
13.44	c |     58189 |    6664    18160 |    8377    5357   124190    23.2 |  0.000 % |
19.68	c |     87381 |    6669    18160 |    9215    4949   109538    22.1 |  0.000 % |
29.57	c |    131170 |    6670    18154 |   10136    6768   157736    23.3 |  0.076 % |
44.30	c |    196855 |    6674    18154 |   11150    6066   128857    21.2 |  0.076 % |
67.23	c |    295382 |    6683    18154 |   12265    9115   202776    22.2 |  0.076 % |
98.60	c |    443171 |    6695    18154 |   13491    8569   181452    21.2 |  0.076 % |
147.54	c |    664854 |    6708    18154 |   14840   13010   274687    21.1 |  0.076 % |
221.11	c |    997380 |    6718    18154 |   16324    9283   186743    20.1 |  0.076 % |
334.54	c |   1496169 |    6738    18154 |   17957   15792   324997    20.6 |  0.076 % |
514.30	c |   2244353 |    6753    18154 |   19753   15171   315739    20.8 |  0.076 % |
803.77	c |   3366629 |    6768    18154 |   21728   16252   337307    20.8 |  0.076 % |
1275.87	c |   5050042 |    6784    18154 |   23901   19562   376182    19.2 |  0.076 % |
1808.77	s UNKNOWN
1808.77	c # ERROR No such file or directory /tmp/evaluation/214101-1170099827/sugar29193.out, at /tmp/evaluation/214101-1170099827/sugar line 393.
1808.77	
1808.77	c # MAIN  END :  (1809 seconds) [Mon Jan 29 21:13:58 2007]
1808.77	c # MAIN  CPU : 1799.04 = 0.03 + 0 + 1792.92 + 6.09
1808.77	

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-214101-1170099827 -o ROOT/results/node10/solver-214101-1170099827 -C 1800 -M 900 /tmp/evaluation/214101-1170099827/solver /tmp/evaluation/214101-1170099827 /tmp/evaluation/214101-1170099827/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: 3.44 3.07 2.79 5/94 29194
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=18540 CPUtime=0
/proc/29193/stat : 29193 (runsolver) R 29191 29193 28982 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29937946 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29193/statm: 4635 279 244 17 0 2626 0

[startup+0.11056 s]
/proc/loadavg: 3.44 3.07 2.79 5/94 29194
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=13724 CPUtime=0.04
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29937946 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518614 s]
/proc/loadavg: 3.44 3.07 2.79 5/94 29194
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=13724 CPUtime=0.04
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29937946 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34173 s]
/proc/loadavg: 3.57 3.10 2.80 3/99 29206
/proc/meminfo: memFree=44648/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=13724 CPUtime=0.04
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29937946 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3431 808 370 3 0 531 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29203] ppid=29193 vsize=807064 CPUtime=0.25
/proc/29203/stat : 29203 (java) R 29193 29193 28982 0 -1 0 3843 0 1 0 22 3 0 0 20 0 8 0 29938054 826433536 3594 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29203/statm: 201766 3594 1482 14 0 189044 0
[pid=29203/tid=29204] ppid=29193 vsize=807064 CPUtime=0
/proc/29203/task/29204/stat : 29204 (java) S 29193 29193 28982 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 29938057 826433536 3594 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29205] ppid=29193 vsize=807064 CPUtime=0
/proc/29203/task/29205/stat : 29205 (java) S 29193 29193 28982 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29938058 826433536 3594 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29203/tid=29206] ppid=29193 vsize=807064 CPUtime=0
/proc/29203/task/29206/stat : 29206 (java) S 29193 29193 28982 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29938058 826433536 3594 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.99095 s]
/proc/loadavg: 3.57 3.10 2.80 3/96 29211
/proc/meminfo: memFree=41472/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 15 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=2708 CPUtime=0.73
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 380 0 0 0 72 1 0 0 25 0 1 0 29938171 2772992 342 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 677 342 51 112 0 561 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 18464

[startup+6.2704 s]
/proc/loadavg: 3.57 3.10 2.80 3/96 29211
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=3116 CPUtime=3.92
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 467 0 0 0 391 1 0 0 25 0 1 0 29938171 3190784 429 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 779 429 51 112 0 663 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 18872

[startup+12.7493 s]
/proc/loadavg: 3.40 3.08 2.80 3/96 29211
/proc/meminfo: memFree=14976/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=3380 CPUtime=10.32
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 554 0 0 0 1031 1 0 0 25 0 1 0 29938171 3461120 516 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 845 516 51 112 0 729 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 19136

[startup+25.589 s]
/proc/loadavg: 3.26 3.06 2.79 3/96 29211
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=3772 CPUtime=23
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 654 0 0 0 2289 11 0 0 25 0 1 0 29938171 3862528 616 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 943 616 51 112 0 827 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 19528

[startup+51.2695 s]
/proc/loadavg: 2.90 2.99 2.78 3/96 29211
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=4324 CPUtime=48.41
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 764 0 0 0 4823 18 0 0 25 0 1 0 29938171 4427776 726 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 1081 726 51 112 0 965 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 20080

[startup+102.557 s]
/proc/loadavg: 2.57 2.88 2.75 3/96 29211
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=4804 CPUtime=99.1
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 881 0 0 0 9872 38 0 0 25 0 1 0 29938171 4919296 843 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528406 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 1201 843 51 112 0 1085 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 20560

[startup+162.582 s]
/proc/loadavg: 2.57 2.83 2.73 2/89 29214
/proc/meminfo: memFree=1906304/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=5228 CPUtime=158.51
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 979 0 0 0 15791 60 0 0 25 0 1 0 29938171 5353472 941 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527300 0 0 4096 3 0 0 0 17 0 0 0
/proc/29211/statm: 1307 941 51 112 0 1191 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 20984

[startup+222.651 s]
/proc/loadavg: 2.06 2.64 2.68 2/83 29404
/proc/meminfo: memFree=1865064/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=5496 CPUtime=218.02
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1054 0 0 0 21732 70 0 0 25 0 1 0 29938171 5627904 1016 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522281 0 0 4096 3 0 0 0 17 0 0 0
/proc/29211/statm: 1374 1016 51 112 0 1258 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 21252

[startup+282.753 s]
/proc/loadavg: 1.82 2.46 2.61 3/96 29696
/proc/meminfo: memFree=1667392/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=5768 CPUtime=278
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1123 0 0 0 27724 76 0 0 25 0 1 0 29938171 5906432 1085 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/29211/statm: 1442 1085 51 112 0 1326 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 21524

[startup+342.803 s]
/proc/loadavg: 2.24 2.47 2.60 3/96 29696
/proc/meminfo: memFree=693824/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=6060 CPUtime=337.87

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

/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1648 0 0 0 123242 402 0 0 25 0 1 0 29938171 8327168 1610 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29211/statm: 2033 1610 51 112 0 1917 0
Current children cumulated CPU time (s) 1238.54
Current children cumulated vsize (KiB) 23888

[startup+1303.82 s]
/proc/loadavg: 2.88 2.93 2.79 3/96 30113
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=8276 CPUtime=1296.37
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1695 0 0 0 129216 421 0 0 25 0 1 0 29938171 8474624 1657 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29211/statm: 2069 1657 51 112 0 1953 0
Current children cumulated CPU time (s) 1298.47
Current children cumulated vsize (KiB) 24032

[startup+1363.91 s]
/proc/loadavg: 2.55 2.83 2.76 3/96 30113
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=8420 CPUtime=1356.08
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1709 0 0 0 135169 439 0 0 25 0 1 0 29938171 8622080 1671 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29211/statm: 2105 1671 51 112 0 1989 0
Current children cumulated CPU time (s) 1358.18
Current children cumulated vsize (KiB) 24176

[startup+1424.01 s]
/proc/loadavg: 2.36 2.72 2.72 3/96 30113
/proc/meminfo: memFree=14856/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=8420 CPUtime=1415.77
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1725 0 0 0 141120 457 0 0 25 0 1 0 29938171 8622080 1687 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29211/statm: 2105 1687 51 112 0 1989 0
Current children cumulated CPU time (s) 1417.87
Current children cumulated vsize (KiB) 24176

[startup+1484.01 s]
/proc/loadavg: 2.35 2.65 2.70 4/96 30113
/proc/meminfo: memFree=15176/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=8420 CPUtime=1475.37
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1728 0 0 0 147061 476 0 0 25 0 1 0 29938171 8622080 1690 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525768 0 0 4096 3 0 0 0 17 0 0 0
/proc/29211/statm: 2105 1690 51 112 0 1989 0
Current children cumulated CPU time (s) 1477.47
Current children cumulated vsize (KiB) 24176

[startup+1544.02 s]
/proc/loadavg: 2.76 2.71 2.72 3/96 30113
/proc/meminfo: memFree=15496/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=8560 CPUtime=1534.92
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1743 0 0 0 152987 505 0 0 25 0 1 0 29938171 8765440 1705 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 2140 1705 51 112 0 2024 0
Current children cumulated CPU time (s) 1537.02
Current children cumulated vsize (KiB) 24316

[startup+1604.05 s]
/proc/loadavg: 3.55 2.92 2.78 3/96 30113
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=8560 CPUtime=1594.56
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1758 0 0 0 158926 530 0 0 25 0 1 0 29938171 8765440 1720 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 2140 1720 51 112 0 2024 0
Current children cumulated CPU time (s) 1596.66
Current children cumulated vsize (KiB) 24316

[startup+1664.08 s]
/proc/loadavg: 3.33 3.00 2.82 3/96 30113
/proc/meminfo: memFree=16264/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=8560 CPUtime=1654.17
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1759 0 0 0 164864 553 0 0 25 0 1 0 29938171 8765440 1721 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528695 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 2140 1721 51 112 0 2024 0
Current children cumulated CPU time (s) 1656.27
Current children cumulated vsize (KiB) 24316

[startup+1724.1 s]
/proc/loadavg: 2.73 2.89 2.79 3/96 30113
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=8560 CPUtime=1713.8
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1769 0 0 0 170805 575 0 0 25 0 1 0 29938171 8765440 1731 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 2140 1731 51 112 0 2024 0
Current children cumulated CPU time (s) 1715.9
Current children cumulated vsize (KiB) 24316

[startup+1784.11 s]
/proc/loadavg: 2.61 2.83 2.78 3/96 30113
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=8560 CPUtime=1773.42
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1770 0 0 0 176747 595 0 0 25 0 1 0 29938171 8765440 1732 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 2140 1732 51 112 0 2024 0
Current children cumulated CPU time (s) 1775.52
Current children cumulated vsize (KiB) 24316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.77 s]
/proc/loadavg: 2.52 2.79 2.77 3/96 30113
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=29193] ppid=29191 vsize=15756 CPUtime=1.15
/proc/29193/stat : 29193 (sugar) S 29191 29193 28982 0 -1 4194304 1819 8827 0 1 6 1 102 6 16 0 1 0 29937946 16134144 1332 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29193/statm: 3939 1332 373 3 0 1039 0
[pid=29195] ppid=29193 vsize=0 CPUtime=0.95
/proc/29195/stat : 29195 (java) Z 29193 29193 28982 0 -1 1036 10106 0 1 0 87 8 0 0 16 0 1 0 29937952 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29195/statm: 0 0 0 0 0 0 0
[pid=29211] ppid=29193 vsize=8744 CPUtime=1797.92
/proc/29211/stat : 29211 (minisat) R 29193 29193 28982 0 -1 0 1788 0 0 0 179190 602 0 0 25 0 1 0 29938171 8953856 1750 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/29211/statm: 2186 1750 51 112 0 2070 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 24500

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 29193 and gives childrusage.ru_utime.tv_sec=1792 childrusage.ru_utime.tv_usec=997422 childrusage.ru_stime.tv_sec=6 childrusage.ru_stime.tv_usec=113070
CPU time returned by wait4() is 1799.11
while last known CPU time is 1800.03

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

Real time (s): 1809.78
CPU time (s): 1800.03
CPU user time (s): 1793.85
CPU system time (s): 6.18
CPU usage (%): 99.4614
Max. virtual memory (cumulated for all children) (KiB): 821100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793
system time used= 6.11307
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12524
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 705
involuntary context switches= 57743

runsolver used 2.17267 s user time and 5.84911 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan 29 19:43:47 UTC 2007


IDJOB= 214101
IDBENCH= 4898
IDSOLVER= 86
FILE ID= node10/214101-1170099827

PBS_JOBID= 3689501

Free space on /tmp= 37891 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-3-c.xml
COMMAND LINE= /tmp/evaluation/214101-1170099827/solver /tmp/evaluation/214101-1170099827 /tmp/evaluation/214101-1170099827/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-214101-1170099827 -o ROOT/results/node10/solver-214101-1170099827 -C 1800 -M 900  /tmp/evaluation/214101-1170099827/solver /tmp/evaluation/214101-1170099827 /tmp/evaluation/214101-1170099827/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  315a156ccbc0beaf56a30107b637b9af

RANDOM SEED= 174821068

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:         16176 kB
Buffers:          3984 kB
Cached:        1832560 kB
SwapCached:          0 kB
Active:         139808 kB
Inactive:      1804068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         16176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          822968 kB
Writeback:           0 kB
Mapped:         132900 kB
Slab:            80484 kB
Committed_AS:   722512 kB
PageTables:       2324 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= 47269 MiB



End job on node10 on Mon Jan 29 20:14:01 UTC 2007