Trace number 217385

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.08 1806.29

General information on the benchmark

NamelatinSquare/
latinSquare-dg-11_all.xml
MD5SUM695d2c81f7a06de7d66126fb6fcf3989
Bench CategoryGLOBAL (global constraints)
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 variables121
Number of constraints44
Maximum constraint arity11
Maximum domain size11
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(44)

Solver Data (download as text)

1.07	c # Sugar v0-40 (/tmp/evaluation/217385-1170101117/sugar-v0-40.jar)
1.59	
1.59	c # MAIN  BEGIN : /tmp/evaluation/217385-1170101117/unknown.xml [Mon Jan 29 21:05:18 2007]
1.59	c # CONVERT_XML  BEGIN : /tmp/evaluation/217385-1170101117/unknown.xml /tmp/evaluation/217385-1170101117/sugar25656.csp [Mon Jan 29 21:05:18 2007]
1.59	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217385-1170101117/sugar-v0-40.jar -convert /tmp/evaluation/217385-1170101117/unknown.xml /tmp/evaluation/217385-1170101117/sugar25656.csp
2.32	c BEGIN convert /tmp/evaluation/217385-1170101117/unknown.xml
2.45	c END convert (0.133398 seconds)
2.49	c # CONVERT_XML  END : /tmp/evaluation/217385-1170101117/sugar25656.csp 36388 bytes (2 seconds) [Mon Jan 29 21:05:20 2007]
2.49	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
2.49	
2.49	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217385-1170101117/sugar25656.bcnf [Mon Jan 29 21:05:20 2007]
2.49	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217385-1170101117/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217385-1170101117/sugar25656.map /tmp/evaluation/217385-1170101117/sugar25656.csp /tmp/evaluation/217385-1170101117/sugar25656.bcnf
2.60	c BEGIN parse /tmp/evaluation/217385-1170101117/sugar25656.csp
3.01	c END parse (0.407501 seconds)
3.01	c BEGIN simplify
3.04	c END simplify (0.027197 seconds)
3.04	c BEGIN encode /tmp/evaluation/217385-1170101117/sugar25656.bcnf
3.19	c END encode (0.149763 seconds)
3.28	c # GENERATE_SAT  END : 6050 variables 56749 clauses 855252 bytes (0 seconds) [Mon Jan 29 21:05:20 2007]
3.28	c # GENERATE_SAT  CPU : 0.05 = 0.04 + 0.01 + 0 + 0
3.28	
3.28	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217385-1170101117/sugar25656.bcnf [Mon Jan 29 21:05:20 2007]
3.28	c # CMD : /tmp/evaluation/217385-1170101117/minisat /tmp/evaluation/217385-1170101117/sugar25656.bcnf /tmp/evaluation/217385-1170101117/sugar25656.out
3.31	c ==================================[MINISAT]===================================
3.31	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
3.31	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
3.31	c ==============================================================================
3.31	c |         0 |   56749   157058 |   18916       0        0     nan |  0.000 % |
3.35	c |       100 |   56749   157058 |   20807     100     4708    47.1 |  0.000 % |
3.43	c |       250 |   56749   157058 |   22888     250    11004    44.0 |  0.000 % |
3.49	c |       477 |   56749   157058 |   25177     477    21105    44.2 |  0.000 % |
3.57	c |       815 |   56749   157058 |   27694     815    31899    39.1 |  0.000 % |
3.68	c |      1322 |   56749   157058 |   30464    1322    44870    33.9 |  0.000 % |
3.91	c |      2081 |   56749   157058 |   33510    2081    74588    35.8 |  0.000 % |
4.17	c |      3220 |   56749   157058 |   36861    3220   108699    33.8 |  0.000 % |
4.78	c |      4929 |   56749   157058 |   40548    4929   189564    38.5 |  0.000 % |
5.73	c |      7492 |   56749   157058 |   44602    7492   306248    40.9 |  0.000 % |
7.33	c |     11336 |   56749   157058 |   49063   11336   495926    43.7 |  0.000 % |
10.53	c |     17102 |   56749   157058 |   53969   17102   782927    45.8 |  0.000 % |
14.91	c |     25752 |   56749   157058 |   59366   25752  1241239    48.2 |  0.000 % |
21.51	c |     38726 |   56749   157058 |   65303   38726  1868760    48.3 |  0.000 % |
34.67	c |     58188 |   56749   157058 |   71833   58188  2982682    51.3 |  0.000 % |
55.90	c |     87381 |   56749   157058 |   79016   27113  1505541    55.5 |  0.000 % |
94.51	c |    131170 |   56749   157058 |   86918   70902  4052648    57.2 |  0.000 % |
153.39	c |    196856 |   56749   157058 |   95610   61693  3586616    58.1 |  0.000 % |
268.56	c |    295384 |   56749   157058 |  105171   77613  4755652    61.3 |  0.000 % |
439.97	c |    443173 |   56749   157058 |  115688   40938  2394165    58.5 |  0.000 % |
715.05	c |    664857 |   56749   157058 |  127257   60561  3469627    57.3 |  0.000 % |
1205.84	c |    997382 |   56749   157058 |  139983   59941  3393873    56.6 |  0.000 % |
1805.24	
1805.24	s UNKNOWN
1805.24	c # INTERRUPTED
1805.24	c # MAIN  END :  (1804 seconds) [Mon Jan 29 21:35:22 2007]
1805.24	c # MAIN  CPU : 0.05 = 0.04 + 0.01 + 0 + 0
1805.24	

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/node19/watcher-217385-1170101117 -o ROOT/results/node19/solver-217385-1170101117 -C 1800 -M 900 /tmp/evaluation/217385-1170101117/solver /tmp/evaluation/217385-1170101117 /tmp/evaluation/217385-1170101117/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: 4.26 3.01 2.53 5/94 25657
/proc/meminfo: memFree=69392/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=5352 CPUtime=0
/proc/25656/stat : 25656 (solver) D 25654 25656 25226 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 30065728 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236566311 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25656/statm: 1338 231 193 169 0 49 0

[startup+0.103411 s]
/proc/loadavg: 4.26 3.01 2.53 5/94 25657
/proc/meminfo: memFree=69392/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=124 CPUtime=0
/proc/25656/stat : 25656 (sugar) D 25654 25656 25226 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 30065728 126976 23 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255233947113 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/25656/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.511453 s]
/proc/loadavg: 4.26 3.01 2.53 5/94 25657
/proc/meminfo: memFree=69392/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=12272 CPUtime=0
/proc/25656/stat : 25656 (sugar) D 25654 25656 25226 0 -1 4194304 644 0 0 0 0 0 0 0 18 0 1 0 30065728 12566528 363 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/25656/statm: 3068 363 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+1.33254 s]
/proc/loadavg: 4.24 3.03 2.54 1/94 25657
/proc/meminfo: memFree=50064/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=13724 CPUtime=0.03
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1112 0 0 0 3 0 0 0 15 0 1 0 30065728 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+2.96973 s]
/proc/loadavg: 4.24 3.03 2.54 2/100 25663
/proc/meminfo: memFree=47712/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=13724 CPUtime=0.03
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30065728 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 3431 808 370 3 0 531 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13724

[startup+6.26527 s]
/proc/loadavg: 4.14 3.03 2.54 3/97 25676
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=5928 CPUtime=2.95
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 1349 0 0 0 292 3 0 0 25 0 1 0 30066056 6070272 1125 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 1482 1125 52 112 0 1366 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 22512

[startup+12.747 s]
/proc/loadavg: 4.04 3.03 2.54 3/97 25676
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=8924 CPUtime=9.41
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 2103 0 0 0 937 4 0 0 25 0 1 0 30066056 9138176 1879 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 2231 1879 52 112 0 2115 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 25508

[startup+25.6074 s]
/proc/loadavg: 3.73 2.99 2.54 3/97 25676
/proc/meminfo: memFree=15072/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=14696 CPUtime=22.24
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 3523 0 0 0 2209 15 0 0 25 0 1 0 30066056 15048704 3299 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528027 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 3674 3299 52 112 0 3558 0
Current children cumulated CPU time (s) 23.25
Current children cumulated vsize (KiB) 31280

[startup+51.2382 s]
/proc/loadavg: 3.24 2.95 2.53 3/97 25676
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=21800 CPUtime=47.79
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 5282 0 0 0 4754 25 0 0 25 0 1 0 30066056 22323200 5058 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 5450 5058 52 112 0 5334 0
Current children cumulated CPU time (s) 48.8
Current children cumulated vsize (KiB) 38384

[startup+102.487 s]
/proc/loadavg: 2.97 2.91 2.54 3/97 25676
/proc/meminfo: memFree=15200/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=25612 CPUtime=98.91
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 6236 0 0 0 9846 45 0 0 25 0 1 0 30066056 26226688 6012 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 6403 6012 52 112 0 6287 0
Current children cumulated CPU time (s) 99.92
Current children cumulated vsize (KiB) 42196

[startup+162.57 s]
/proc/loadavg: 2.67 2.83 2.54 3/97 25676
/proc/meminfo: memFree=15200/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=27456 CPUtime=158.86
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 6720 0 0 0 15817 69 0 0 25 0 1 0 30066056 28114944 6496 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 6864 6496 52 112 0 6748 0
Current children cumulated CPU time (s) 159.87
Current children cumulated vsize (KiB) 44040

[startup+222.574 s]
/proc/loadavg: 2.85 2.83 2.56 3/97 25676
/proc/meminfo: memFree=15968/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=32000 CPUtime=218.71
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 7820 0 0 0 21778 93 0 0 25 0 1 0 30066056 32768000 7596 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528686 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 8000 7596 52 112 0 7884 0
Current children cumulated CPU time (s) 219.72
Current children cumulated vsize (KiB) 48584

[startup+282.587 s]
/proc/loadavg: 3.10 2.91 2.60 3/97 25676
/proc/meminfo: memFree=14816/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=32420 CPUtime=278.55
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 7903 0 0 0 27739 116 0 0 25 0 1 0 30066056 33198080 7679 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 8105 7679 52 112 0 7989 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 49004

[startup+342.665 s]

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

/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=51580 CPUtime=1358.11
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 12645 0 0 0 135610 201 0 0 25 0 1 0 30066056 52817920 12421 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528674 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 12895 12421 52 112 0 12779 0
Current children cumulated CPU time (s) 1359.12
Current children cumulated vsize (KiB) 68164

[startup+1423.89 s]
/proc/loadavg: 2.00 2.05 2.26 3/91 25805
/proc/meminfo: memFree=1424472/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=51580 CPUtime=1418.14
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 12647 0 0 0 141613 201 0 0 25 0 1 0 30066056 52817920 12423 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 12895 12423 52 112 0 12779 0
Current children cumulated CPU time (s) 1419.15
Current children cumulated vsize (KiB) 68164

[startup+1483.97 s]
/proc/loadavg: 2.00 2.04 2.24 4/91 25805
/proc/meminfo: memFree=1397080/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=51580 CPUtime=1478.15
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 12649 0 0 0 147614 201 0 0 25 0 1 0 30066056 52817920 12425 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 12895 12425 52 112 0 12779 0
Current children cumulated CPU time (s) 1479.16
Current children cumulated vsize (KiB) 68164

[startup+1544.06 s]
/proc/loadavg: 2.06 2.04 2.23 3/91 25805
/proc/meminfo: memFree=1371800/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=55176 CPUtime=1538.16
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 13520 0 0 0 153614 202 0 0 25 0 1 0 30066056 56500224 13296 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 13794 13296 52 112 0 13678 0
Current children cumulated CPU time (s) 1539.17
Current children cumulated vsize (KiB) 71760

[startup+1604.13 s]
/proc/loadavg: 2.02 2.03 2.21 3/91 25805
/proc/meminfo: memFree=1348056/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=55832 CPUtime=1598.19
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 13707 0 0 0 159616 203 0 0 25 0 1 0 30066056 57171968 13483 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 13958 13483 52 112 0 13842 0
Current children cumulated CPU time (s) 1599.2
Current children cumulated vsize (KiB) 72416

[startup+1664.21 s]
/proc/loadavg: 2.07 2.04 2.20 3/91 25805
/proc/meminfo: memFree=1326104/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=55988 CPUtime=1658.21
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 13716 0 0 0 165618 203 0 0 25 0 1 0 30066056 57331712 13492 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 13997 13492 52 112 0 13881 0
Current children cumulated CPU time (s) 1659.22
Current children cumulated vsize (KiB) 72572

[startup+1724.28 s]
/proc/loadavg: 2.02 2.03 2.18 3/91 25805
/proc/meminfo: memFree=1303256/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=56204 CPUtime=1718.2
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 13758 0 0 0 171617 203 0 0 25 0 1 0 30066056 57552896 13534 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528782 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 14051 13534 52 112 0 13935 0
Current children cumulated CPU time (s) 1719.21
Current children cumulated vsize (KiB) 72788

[startup+1784.36 s]
/proc/loadavg: 2.01 2.02 2.17 3/91 25805
/proc/meminfo: memFree=1282392/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=57288 CPUtime=1778.22
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 14017 0 0 0 177618 204 0 0 25 0 1 0 30066056 58662912 13793 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 14322 13793 52 112 0 14206 0
Current children cumulated CPU time (s) 1779.23
Current children cumulated vsize (KiB) 73872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.23 s]
/proc/loadavg: 2.00 2.02 2.17 3/91 25805
/proc/meminfo: memFree=1276632/2055920 swapFree=4192812/4192956
[pid=25656] ppid=25654 vsize=16584 CPUtime=0.08
/proc/25656/stat : 25656 (sugar) S 25654 25656 25226 0 -1 4194304 1986 0 0 0 7 1 0 0 16 0 1 0 30065728 16982016 1496 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25656/statm: 4146 1496 373 3 0 1246 0
[pid=25658] ppid=25656 vsize=0 CPUtime=0.24
/proc/25658/stat : 25658 (java) Z 25656 25656 25226 0 -1 1036 3663 0 1 0 21 3 0 0 16 0 1 0 30065846 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25658/statm: 0 0 0 0 0 0 0
[pid=25668] ppid=25656 vsize=0 CPUtime=0.69
/proc/25668/stat : 25668 (java) Z 25656 25656 25226 0 -1 1036 8319 0 1 0 64 5 0 0 16 0 1 0 30065977 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25668/statm: 0 0 0 0 0 0 0
[pid=25676] ppid=25656 vsize=57288 CPUtime=1799.06
/proc/25676/stat : 25676 (minisat) R 25656 25656 25226 0 -1 0 14017 0 0 0 179702 204 0 0 25 0 1 0 30066056 58662912 13793 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25676/statm: 14322 13793 52 112 0 14206 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 73872

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25656 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=75988 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=14997
CPU time returned by wait4() is 0.090985
while last known CPU time is 1800.08

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

Real time (s): 1806.29
CPU time (s): 1800.08
CPU user time (s): 1797.94
CPU system time (s): 2.14
CPU usage (%): 99.6563
Max. virtual memory (cumulated for all children) (KiB): 820728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.075988
system time used= 0.014997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2071
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80
involuntary context switches= 13

runsolver used 2.06768 s user time and 6.03408 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 20:05:17 UTC 2007


IDJOB= 217385
IDBENCH= 5133
IDSOLVER= 86
FILE ID= node19/217385-1170101117

PBS_JOBID= 3689492

Free space on /tmp= 62153 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/latinSquare/latinSquare-dg-11_all.xml
COMMAND LINE= /tmp/evaluation/217385-1170101117/solver /tmp/evaluation/217385-1170101117 /tmp/evaluation/217385-1170101117/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-217385-1170101117 -o ROOT/results/node19/solver-217385-1170101117 -C 1800 -M 900  /tmp/evaluation/217385-1170101117/solver /tmp/evaluation/217385-1170101117 /tmp/evaluation/217385-1170101117/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  695d2c81f7a06de7d66126fb6fcf3989

RANDOM SEED= 245615025

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.214
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	: 5931.00
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.214
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:         72432 kB
Buffers:          3056 kB
Cached:        1804996 kB
SwapCached:          0 kB
Active:         109064 kB
Inactive:      1778264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         72432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          821052 kB
Writeback:           0 kB
Mapped:         104788 kB
Slab:            80944 kB
Committed_AS:   531192 kB
PageTables:       2272 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= 66553 MiB



End job on node19 on Mon Jan 29 20:35:23 UTC 2007