Trace number 217701

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.04 1816.9

General information on the benchmark

NamegolombRuler/golombRulerArity3/
ruler-70-12-a3.xml
MD5SUMfdb8a82ab84ab99e0d3021e158248c01
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark757.64
SatisfiableNO
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/217701-1170101599/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/217701-1170101599/unknown.xml [Mon Jan 29 21:13:19 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/217701-1170101599/unknown.xml /tmp/evaluation/217701-1170101599/sugar27100.csp [Mon Jan 29 21:13:19 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217701-1170101599/sugar-v0-40.jar -convert /tmp/evaluation/217701-1170101599/unknown.xml /tmp/evaluation/217701-1170101599/sugar27100.csp
0.17	c BEGIN convert /tmp/evaluation/217701-1170101599/unknown.xml
0.65	c END convert (0.480004 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/217701-1170101599/sugar27100.csp 33436 bytes (1 seconds) [Mon Jan 29 21:13:20 2007]
0.70	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217701-1170101599/sugar27100.bcnf [Mon Jan 29 21:13:20 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217701-1170101599/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217701-1170101599/sugar27100.map /tmp/evaluation/217701-1170101599/sugar27100.csp /tmp/evaluation/217701-1170101599/sugar27100.bcnf
0.82	c BEGIN parse /tmp/evaluation/217701-1170101599/sugar27100.csp
1.25	c END parse (0.425088 seconds)
1.25	c BEGIN simplify
1.28	c END simplify (0.028112 seconds)
1.28	c BEGIN encode /tmp/evaluation/217701-1170101599/sugar27100.bcnf
1.95	c END encode (0.672207 seconds)
2.03	c # GENERATE_SAT  END : 9684 variables 640467 clauses 10108372 bytes (1 seconds) [Mon Jan 29 21:13:21 2007]
2.03	c # GENERATE_SAT  CPU : 1.28 = 0.04 + 0.01 + 1.15 + 0.08
2.03	
2.03	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217701-1170101599/sugar27100.bcnf [Mon Jan 29 21:13:21 2007]
2.03	c # CMD : /tmp/evaluation/217701-1170101599/minisat /tmp/evaluation/217701-1170101599/sugar27100.bcnf /tmp/evaluation/217701-1170101599/sugar27100.out
2.45	c ==================================[MINISAT]===================================
2.45	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.45	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.45	c ==============================================================================
2.45	c |         0 |  574775  1704584 |  191591       0        0     nan |  0.000 % |
3.04	c |       100 |  574776  1704584 |  210750      98     1253    12.8 |  6.475 % |
3.64	c |       250 |  574776  1704584 |  231825     248     2939    11.9 |  6.475 % |
4.17	c |       476 |  574778  1704584 |  255007     472     4979    10.5 |  6.475 % |
4.74	c |       814 |  574781  1704584 |  280508     807     7482     9.3 |  6.475 % |
7.02	c |      1321 |  574782  1704584 |  308559    1313    14144    10.8 |  6.475 % |
8.72	c |      2080 |  574782  1704584 |  339415    2072    21419    10.3 |  6.475 % |
10.31	c |      3219 |  568038  1686239 |  373356    3207    32395    10.1 |  6.475 % |
16.28	c |      4928 |  568038  1686239 |  410692    4916    55118    11.2 |  6.475 % |
21.73	c |      7490 |  568038  1686239 |  451761    7478    86200    11.5 |  6.475 % |
33.85	c |     11338 |  568038  1686239 |  496937   11326   133449    11.8 |  6.475 % |
52.46	c |     17106 |  568038  1686239 |  546631   17094   199865    11.7 |  6.476 % |
79.05	c |     25755 |  568044  1686239 |  601294   25737   307834    12.0 |  6.476 % |
131.16	c |     38731 |  568050  1686239 |  661424   38707   488932    12.6 |  6.475 % |
201.46	c |     58192 |  568053  1686239 |  727566   58165   789877    13.6 |  6.475 % |
325.02	c |     87386 |  568057  1686239 |  800323   87355  1236710    14.2 |  6.475 % |
482.16	c |    131176 |  568057  1686239 |  880355  131145  1945100    14.8 |  6.475 % |
758.52	c |    196861 |  568058  1686239 |  968391  196829  2961574    15.0 |  6.476 % |
1259.75	c |    295388 |  566696  1682570 | 1065230  156466  2333283    14.9 |  6.588 % |
1815.89	
1815.89	s UNKNOWN
1815.89	c # INTERRUPTED
1815.89	c # MAIN  END :  (1816 seconds) [Mon Jan 29 21:43:35 2007]
1815.89	c # MAIN  CPU : 1.28 = 0.04 + 0.01 + 1.15 + 0.08
1815.89	

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/node15/watcher-217701-1170101599 -o ROOT/results/node15/solver-217701-1170101599 -C 1800 -M 900 /tmp/evaluation/217701-1170101599/solver /tmp/evaluation/217701-1170101599 /tmp/evaluation/217701-1170101599/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.96 3.56 4.61 3/87 27101
/proc/meminfo: memFree=1797000/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=5352 CPUtime=0
/proc/27100/stat : 27100 (solver) R 27098 27100 26318 0 -1 4194304 170 0 0 0 0 0 0 0 20 0 1 0 30114271 5480448 140 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 240472826016 0 0 4096 0 0 0 0 17 1 0 0
/proc/27100/statm: 1338 140 114 169 0 49 0

[startup+0.103686 s]
/proc/loadavg: 1.96 3.56 4.61 3/87 27101
/proc/meminfo: memFree=1797000/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=13724 CPUtime=0.03
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30114271 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511754 s]
/proc/loadavg: 1.96 3.56 4.61 3/87 27101
/proc/meminfo: memFree=1797000/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=13724 CPUtime=0.03
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30114271 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33389 s]
/proc/loadavg: 1.96 3.56 4.61 4/96 27117
/proc/meminfo: memFree=1782592/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=13724 CPUtime=0.04
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30114271 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 3431 808 370 3 0 531 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27110] ppid=27100 vsize=807356 CPUtime=0.6
/proc/27110/stat : 27110 (java) R 27100 27100 26318 0 -1 0 6654 0 1 0 56 4 0 0 17 0 8 0 30114341 826732544 6404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806644 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27110/statm: 201839 6404 1510 14 0 189117 0
[pid=27110/tid=27111] ppid=27100 vsize=807356 CPUtime=0.02
/proc/27110/task/27111/stat : 27111 (java) S 27100 27100 26318 0 -1 64 435 0 0 0 2 0 0 0 16 0 8 0 30114345 826732544 6404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27110/tid=27112] ppid=27100 vsize=807356 CPUtime=0
/proc/27110/task/27112/stat : 27112 (java) S 27100 27100 26318 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30114345 826732544 6404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27110/tid=27113] ppid=27100 vsize=807356 CPUtime=0
/proc/27110/task/27113/stat : 27113 (java) S 27100 27100 26318 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30114345 826732544 6404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27110/tid=27114] ppid=27100 vsize=807356 CPUtime=0
/proc/27110/task/27114/stat : 27114 (java) S 27100 27100 26318 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30114348 826732544 6404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27110/tid=27115] ppid=27100 vsize=807356 CPUtime=0.15
/proc/27110/task/27115/stat : 27115 (java) R 27100 27100 26318 0 -1 64 410 0 0 0 15 0 0 0 20 0 8 0 30114348 826732544 6404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27110/tid=27116] ppid=27100 vsize=807356 CPUtime=0
/proc/27110/task/27116/stat : 27116 (java) S 27100 27100 26318 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30114348 826732544 6404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27110/tid=27117] ppid=27100 vsize=807356 CPUtime=0
/proc/27110/task/27117/stat : 27117 (java) S 27100 27100 26318 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30114348 826732544 6404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 821080

[startup+2.97518 s]
/proc/loadavg: 1.96 3.56 4.61 3/89 27118
/proc/meminfo: memFree=1764024/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 15 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=26264 CPUtime=0.92
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 7109 0 0 0 89 3 0 0 25 0 1 0 30114474 26894336 6069 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 6566 6069 49 112 0 6450 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 42608

[startup+6.27174 s]
/proc/loadavg: 1.97 3.53 4.59 3/89 27118
/proc/meminfo: memFree=1758008/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 15 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=26556 CPUtime=4.19
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 7192 0 0 0 416 3 0 0 25 0 1 0 30114474 27193344 6152 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 6639 6152 51 112 0 6523 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 42900

[startup+12.7439 s]
/proc/loadavg: 1.97 3.51 4.58 3/89 27118
/proc/meminfo: memFree=1758136/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=26688 CPUtime=10.6
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 7202 0 0 0 1057 3 0 0 25 0 1 0 30114474 27328512 6162 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 6672 6162 51 112 0 6556 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 43032

[startup+25.6011 s]
/proc/loadavg: 1.97 3.43 4.54 3/89 27118
/proc/meminfo: memFree=1757496/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=26824 CPUtime=23.34
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 7234 0 0 0 2331 3 0 0 25 0 1 0 30114474 27467776 6194 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 6706 6194 51 112 0 6590 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 43168

[startup+51.2945 s]
/proc/loadavg: 1.98 3.32 4.47 3/89 27118
/proc/meminfo: memFree=1757304/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=26956 CPUtime=48.79
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 7284 0 0 0 4876 3 0 0 25 0 1 0 30114474 27602944 6244 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 6739 6244 51 112 0 6623 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 43300

[startup+102.577 s]
/proc/loadavg: 1.99 3.11 4.34 3/89 27118
/proc/meminfo: memFree=1754488/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=28220 CPUtime=99.6
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 7591 0 0 0 9956 4 0 0 25 0 1 0 30114474 28897280 6551 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 7055 6551 51 112 0 6939 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 44564

[startup+162.595 s]
/proc/loadavg: 1.99 2.91 4.19 3/89 27118
/proc/meminfo: memFree=1749368/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=29732 CPUtime=159.07
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 7973 0 0 0 15903 4 0 0 25 0 1 0 30114474 30445568 6933 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 7433 6933 51 112 0 7317 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 46076

[startup+222.605 s]
/proc/loadavg: 1.99 2.74 4.05 3/89 27118
/proc/meminfo: memFree=1741816/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=31432 CPUtime=218.53
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 8392 0 0 0 21848 5 0 0 25 0 1 0 30114474 32186368 7352 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 7858 7352 51 112 0 7742 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 47776

[startup+282.617 s]
/proc/loadavg: 1.99 2.60 3.92 3/89 27118
/proc/meminfo: memFree=1739704/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=32864 CPUtime=277.99
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 8750 0 0 0 27793 6 0 0 25 0 1 0 30114474 33652736 7710 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 8216 7710 51 112 0 8100 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 49208

[startup+342.644 s]
/proc/loadavg: 1.99 2.49 3.79 3/89 27118

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

/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 12857 0 0 0 122936 13 0 0 25 0 1 0 30114474 50954240 11817 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 12440 11817 51 112 0 12324 0
Current children cumulated CPU time (s) 1231.39
Current children cumulated vsize (KiB) 66104

[startup+1302.94 s]
/proc/loadavg: 1.99 2.01 2.61 3/89 27118
/proc/meminfo: memFree=1714616/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=49908 CPUtime=1288.96
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 12921 0 0 0 128883 13 0 0 25 0 1 0 30114474 51105792 11881 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 12477 11881 51 112 0 12361 0
Current children cumulated CPU time (s) 1290.86
Current children cumulated vsize (KiB) 66252

[startup+1362.96 s]
/proc/loadavg: 1.99 2.00 2.57 3/89 27120
/proc/meminfo: memFree=1713464/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=50088 CPUtime=1348.43
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 12947 0 0 0 134829 14 0 0 25 0 1 0 30114474 51290112 11907 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 12522 11907 51 112 0 12406 0
Current children cumulated CPU time (s) 1350.33
Current children cumulated vsize (KiB) 66432

[startup+1422.99 s]
/proc/loadavg: 1.99 2.00 2.53 3/89 27120
/proc/meminfo: memFree=1711672/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=50232 CPUtime=1407.9
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 12991 0 0 0 140776 14 0 0 25 0 1 0 30114474 51437568 11951 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 12558 11951 51 112 0 12442 0
Current children cumulated CPU time (s) 1409.8
Current children cumulated vsize (KiB) 66576

[startup+1483.01 s]
/proc/loadavg: 2.07 2.02 2.50 3/89 27120
/proc/meminfo: memFree=1711224/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=50392 CPUtime=1467.37
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 13043 0 0 0 146723 14 0 0 25 0 1 0 30114474 51601408 12003 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 12598 12003 51 112 0 12482 0
Current children cumulated CPU time (s) 1469.27
Current children cumulated vsize (KiB) 66736

[startup+1543.02 s]
/proc/loadavg: 2.02 2.01 2.47 3/89 27120
/proc/meminfo: memFree=1709624/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=50584 CPUtime=1526.83
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 13074 0 0 0 152669 14 0 0 25 0 1 0 30114474 51798016 12034 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 12646 12034 51 112 0 12530 0
Current children cumulated CPU time (s) 1528.73
Current children cumulated vsize (KiB) 66928

[startup+1603.03 s]
/proc/loadavg: 2.04 2.02 2.44 3/89 27120
/proc/meminfo: memFree=1709112/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=50876 CPUtime=1586.3
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 13124 0 0 0 158615 15 0 0 25 0 1 0 30114474 52097024 12084 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 12719 12084 51 112 0 12603 0
Current children cumulated CPU time (s) 1588.2
Current children cumulated vsize (KiB) 67220

[startup+1663.08 s]
/proc/loadavg: 2.22 2.06 2.43 3/97 27184
/proc/meminfo: memFree=1548792/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=50876 CPUtime=1646.07
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 13142 0 0 0 164591 16 0 0 25 0 1 0 30114474 52097024 12102 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27118/statm: 12719 12102 51 112 0 12603 0
Current children cumulated CPU time (s) 1647.97
Current children cumulated vsize (KiB) 67220

[startup+1723.13 s]
/proc/loadavg: 2.21 2.09 2.41 4/97 27184
/proc/meminfo: memFree=1488824/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=51312 CPUtime=1706.04
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 13244 0 0 0 170588 16 0 0 25 0 1 0 30114474 52543488 12204 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27118/statm: 12828 12204 51 112 0 12712 0
Current children cumulated CPU time (s) 1707.94
Current children cumulated vsize (KiB) 67656

[startup+1783.2 s]
/proc/loadavg: 2.27 2.13 2.40 3/97 27184
/proc/meminfo: memFree=1358712/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=52292 CPUtime=1765.69
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 13480 0 0 0 176553 16 0 0 25 0 1 0 30114474 53547008 12440 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27118/statm: 13073 12440 51 112 0 12957 0
Current children cumulated CPU time (s) 1767.59
Current children cumulated vsize (KiB) 68636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.88 s]
/proc/loadavg: 2.39 2.18 2.41 3/97 27184
/proc/meminfo: memFree=1273848/2055920 swapFree=4192812/4192956
[pid=27100] ppid=27098 vsize=16344 CPUtime=1.31
/proc/27100/stat : 27100 (sugar) S 27098 27100 26318 0 -1 4194304 1914 6677 0 1 7 1 115 8 16 0 1 0 30114271 16736256 1424 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27100/statm: 4086 1424 373 3 0 1186 0
[pid=27102] ppid=27100 vsize=0 CPUtime=0.59
/proc/27102/stat : 27102 (java) Z 27100 27100 26318 0 -1 1036 5192 0 1 0 54 5 0 0 16 0 1 0 30114276 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27102/statm: 0 0 0 0 0 0 0
[pid=27118] ppid=27100 vsize=52724 CPUtime=1798.13
/proc/27118/stat : 27118 (minisat) R 27100 27100 26318 0 -1 0 13596 0 0 0 179796 17 0 0 25 0 1 0 30114474 53989376 12556 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27118/statm: 13181 12556 51 112 0 13065 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 69068

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27100 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=225813 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=107983
CPU time returned by wait4() is 1.3338
while last known CPU time is 1800.04

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

Real time (s): 1816.9
CPU time (s): 1800.04
CPU user time (s): 1799.72
CPU system time (s): 0.32
CPU usage (%): 99.0718
Max. virtual memory (cumulated for all children) (KiB): 821080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.22581
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8676
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= 518
involuntary context switches= 504

runsolver used 2.14667 s user time and 6.01209 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan 29 20:13:19 UTC 2007


IDJOB= 217701
IDBENCH= 5165
IDSOLVER= 86
FILE ID= node15/217701-1170101599

PBS_JOBID= 3689490

Free space on /tmp= 66559 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity3/ruler-70-12-a3.xml
COMMAND LINE= /tmp/evaluation/217701-1170101599/solver /tmp/evaluation/217701-1170101599 /tmp/evaluation/217701-1170101599/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-217701-1170101599 -o ROOT/results/node15/solver-217701-1170101599 -C 1800 -M 900  /tmp/evaluation/217701-1170101599/solver /tmp/evaluation/217701-1170101599 /tmp/evaluation/217701-1170101599/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  fdb8a82ab84ab99e0d3021e158248c01

RANDOM SEED= 81554646

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.276
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.276
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:       1797480 kB
Buffers:         58848 kB
Cached:          48320 kB
SwapCached:          0 kB
Active:         142912 kB
Inactive:        61580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:         117056 kB
Slab:            38660 kB
Committed_AS:   462424 kB
PageTables:       2216 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= 66559 MiB



End job on node15 on Mon Jan 29 20:43:36 UTC 2007