Trace number 232499

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.21 1808.61

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-5.xml
MD5SUM35e4216e34935e9081eda29536a155be
Bench Category2-ARY-INT (binary 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 variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1595
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/232499-1170106540/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/232499-1170106540/unknown.xml [Mon Jan 29 22:35:41 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/232499-1170106540/unknown.xml /tmp/evaluation/232499-1170106540/sugar26346.csp [Mon Jan 29 22:35:41 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232499-1170106540/sugar-v0-40.jar -convert /tmp/evaluation/232499-1170106540/unknown.xml /tmp/evaluation/232499-1170106540/sugar26346.csp
0.17	c BEGIN convert /tmp/evaluation/232499-1170106540/unknown.xml
0.86	c END convert (0.695042 seconds)
0.91	c # CONVERT_XML  END : /tmp/evaluation/232499-1170106540/sugar26346.csp 201685 bytes (1 seconds) [Mon Jan 29 22:35:42 2007]
0.91	c # CONVERT_XML  CPU : 0.8 = 0 + 0 + 0.73 + 0.07
0.91	
0.91	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232499-1170106540/sugar26346.bcnf [Mon Jan 29 22:35:42 2007]
0.91	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232499-1170106540/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232499-1170106540/sugar26346.map /tmp/evaluation/232499-1170106540/sugar26346.csp /tmp/evaluation/232499-1170106540/sugar26346.bcnf
1.02	c BEGIN parse /tmp/evaluation/232499-1170106540/sugar26346.csp
1.68	c END parse (0.661865 seconds)
1.68	c BEGIN simplify
1.72	c END simplify (0.032022 seconds)
1.72	c BEGIN encode /tmp/evaluation/232499-1170106540/sugar26346.bcnf
12.42	c END encode (10.705929 seconds)
12.51	c # GENERATE_SAT  END : 625007 variables 12543085 clauses 195872236 bytes (12 seconds) [Mon Jan 29 22:35:54 2007]
12.51	c # GENERATE_SAT  CPU : 11.42 = 0.06 + 0.01 + 10.66 + 0.69
12.51	
12.51	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232499-1170106540/sugar26346.bcnf [Mon Jan 29 22:35:54 2007]
12.51	c # CMD : /tmp/evaluation/232499-1170106540/minisat /tmp/evaluation/232499-1170106540/sugar26346.bcnf /tmp/evaluation/232499-1170106540/sugar26346.out
24.85	c ==================================[MINISAT]===================================
24.85	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
24.85	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
24.85	c ==============================================================================
24.85	c |         0 | 4654125 12975844 | 1551375       0        0     nan |  0.000 % |
27.77	c |       100 | 4654126 12975844 | 1706512      99     1276    12.9 | 62.932 % |
30.18	c |       251 | 4654127 12975844 | 1877163     249     4528    18.2 | 62.932 % |
33.45	c |       476 | 4654128 12975844 | 2064880     473     7730    16.3 | 62.932 % |
39.30	c |       813 | 4654131 12975844 | 2271368     807    15049    18.6 | 62.932 % |
47.65	c |      1319 | 4654133 12975844 | 2498504    1311    25852    19.7 | 62.932 % |
60.31	c |      2078 | 4654133 12975844 | 2748355    2070    37802    18.3 | 62.932 % |
78.60	c |      3217 | 4654134 12975844 | 3023190    3208    65180    20.3 | 62.932 % |
103.67	c |      4926 | 4654135 12975844 | 3325510    4916   104574    21.3 | 62.932 % |
151.91	c |      7489 | 4654137 12975844 | 3658061    7477   166735    22.3 | 62.932 % |
216.55	c |     11333 | 4654142 12975844 | 4023867   11316   260568    23.0 | 62.932 % |
309.81	c |     17101 | 4654148 12975844 | 4426253   17078   400486    23.5 | 62.932 % |
459.97	c |     25751 | 4654155 12975844 | 4868879   25721   614380    23.9 | 62.932 % |
657.91	c |     38725 | 4654164 12975844 | 5355767   38686   919608    23.8 | 62.932 % |
957.98	c |     58186 | 4654172 12975844 | 5891343   58139  1414035    24.3 | 62.932 % |
1438.39	c |     87379 | 4654179 12975844 | 6480478   87325  2489380    28.5 | 62.932 % |
1807.27	
1807.27	s UNKNOWN
1807.27	c # INTERRUPTED
1807.27	c # MAIN  END :  (1807 seconds) [Mon Jan 29 23:05:48 2007]
1807.27	c # MAIN  CPU : 12.23 = 0.07 + 0.01 + 11.39 + 0.76
1807.27	

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/node76/watcher-232499-1170106540 -o ROOT/results/node76/solver-232499-1170106540 -C 1800 -M 900 /tmp/evaluation/232499-1170106540/solver /tmp/evaluation/232499-1170106540 /tmp/evaluation/232499-1170106540/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
/proc/loadavg: 2.18 2.41 2.65 4/86 26347
/proc/meminfo: memFree=1289592/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18544 CPUtime=0
/proc/26346/stat : 26346 (runsolver) R 26344 25827 25827 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 1 0 30612413 18989056 277 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 206841082968 0 0 4096 24578 0 0 0 17 0 0 0
/proc/26346/statm: 4636 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107292 s]
/proc/loadavg: 2.18 2.41 2.65 4/86 26347
/proc/meminfo: memFree=1289592/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=13728 CPUtime=0.03
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 1106 0 0 0 3 0 0 0 21 0 1 0 30612413 14057472 802 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 3432 802 365 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13728

[startup+0.515339 s]
/proc/loadavg: 2.18 2.41 2.65 4/86 26347
/proc/meminfo: memFree=1289592/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=13728 CPUtime=0.03
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 1115 0 0 0 3 0 0 0 15 0 1 0 30612413 14057472 802 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 3432 802 365 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13728

[startup+1.33643 s]
/proc/loadavg: 2.17 2.40 2.65 3/94 26363
/proc/meminfo: memFree=1280184/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=13728 CPUtime=0.84
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 1186 9560 0 1 3 1 73 7 15 0 1 0 30612413 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 3432 808 370 3 0 531 0
[pid=26356] ppid=26346 vsize=807068 CPUtime=0.4
/proc/26356/stat : 26356 (java) R 26346 26346 25827 0 -1 0 6570 0 1 0 37 3 0 0 25 0 8 0 30612505 826437632 6321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073559420 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26356/statm: 201767 6321 1507 14 0 189044 0
[pid=26356/tid=26357] ppid=26346 vsize=807068 CPUtime=0.02
/proc/26356/task/26357/stat : 26357 (java) S 26346 26346 25827 0 -1 64 493 0 0 0 2 0 0 0 16 0 8 0 30612508 826437632 6321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26358] ppid=26346 vsize=807068 CPUtime=0
/proc/26356/task/26358/stat : 26358 (java) S 26346 26346 25827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30612508 826437632 6321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26359] ppid=26346 vsize=807068 CPUtime=0
/proc/26356/task/26359/stat : 26359 (java) S 26346 26346 25827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30612508 826437632 6321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26360] ppid=26346 vsize=807068 CPUtime=0
/proc/26356/task/26360/stat : 26360 (java) S 26346 26346 25827 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30612511 826437632 6321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26361] ppid=26346 vsize=807068 CPUtime=0.05
/proc/26356/task/26361/stat : 26361 (java) S 26346 26346 25827 0 -1 64 297 0 0 0 5 0 0 0 16 0 8 0 30612511 826437632 6321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26362] ppid=26346 vsize=807068 CPUtime=0
/proc/26356/task/26362/stat : 26362 (java) S 26346 26346 25827 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30612511 826437632 6321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26363] ppid=26346 vsize=807068 CPUtime=0
/proc/26356/task/26363/stat : 26363 (java) S 26346 26346 25827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30612511 826437632 6321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820796

[startup+2.98062 s]
/proc/loadavg: 2.17 2.40 2.65 3/94 26363
/proc/meminfo: memFree=1249080/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=13728 CPUtime=0.84
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 1186 9560 0 1 3 1 73 7 16 0 1 0 30612413 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 3432 808 370 3 0 531 0
[pid=26356] ppid=26346 vsize=807344 CPUtime=2.04
/proc/26356/stat : 26356 (java) R 26346 26346 25827 0 -1 0 8784 0 1 0 193 11 0 0 25 0 8 0 30612505 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784030 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26356/statm: 201836 8531 1511 14 0 189113 0
[pid=26356/tid=26357] ppid=26346 vsize=807344 CPUtime=0.12
/proc/26356/task/26357/stat : 26357 (java) S 26346 26346 25827 0 -1 64 2554 0 0 0 12 0 0 0 17 0 8 0 30612508 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26358] ppid=26346 vsize=807344 CPUtime=0
/proc/26356/task/26358/stat : 26358 (java) S 26346 26346 25827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30612508 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26359] ppid=26346 vsize=807344 CPUtime=0
/proc/26356/task/26359/stat : 26359 (java) S 26346 26346 25827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30612508 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26360] ppid=26346 vsize=807344 CPUtime=0
/proc/26356/task/26360/stat : 26360 (java) S 26346 26346 25827 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30612511 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26361] ppid=26346 vsize=807344 CPUtime=0.15
/proc/26356/task/26361/stat : 26361 (java) S 26346 26346 25827 0 -1 64 421 0 0 0 14 1 0 0 16 0 8 0 30612511 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26362] ppid=26346 vsize=807344 CPUtime=0
/proc/26356/task/26362/stat : 26362 (java) S 26346 26346 25827 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30612511 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26363] ppid=26346 vsize=807344 CPUtime=0
/proc/26356/task/26363/stat : 26363 (java) S 26346 26346 25827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30612511 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821072

[startup+6.18699 s]
/proc/loadavg: 2.24 2.41 2.65 4/91 26384
/proc/meminfo: memFree=1189504/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=13728 CPUtime=0.84
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 1186 9560 0 1 3 1 73 7 16 0 1 0 30612413 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 3432 808 370 3 0 531 0
[pid=26356] ppid=26346 vsize=807344 CPUtime=5.19
/proc/26356/stat : 26356 (java) R 26346 26346 25827 0 -1 0 8785 0 1 0 489 30 0 0 25 0 8 0 30612505 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783582 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26356/statm: 201836 8532 1511 14 0 189113 0
[pid=26356/tid=26357] ppid=26346 vsize=807344 CPUtime=0.12
/proc/26356/task/26357/stat : 26357 (java) S 26346 26346 25827 0 -1 64 2554 0 0 0 12 0 0 0 16 0 8 0 30612508 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26358] ppid=26346 vsize=807344 CPUtime=0
/proc/26356/task/26358/stat : 26358 (java) S 26346 26346 25827 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30612508 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26359] ppid=26346 vsize=807344 CPUtime=0
/proc/26356/task/26359/stat : 26359 (java) S 26346 26346 25827 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30612508 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26360] ppid=26346 vsize=807344 CPUtime=0
/proc/26356/task/26360/stat : 26360 (java) S 26346 26346 25827 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30612511 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26361] ppid=26346 vsize=807344 CPUtime=0.15
/proc/26356/task/26361/stat : 26361 (java) S 26346 26346 25827 0 -1 64 422 0 0 0 14 1 0 0 16 0 8 0 30612511 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26362] ppid=26346 vsize=807344 CPUtime=0
/proc/26356/task/26362/stat : 26362 (java) S 26346 26346 25827 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30612511 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26356/tid=26363] ppid=26346 vsize=807344 CPUtime=0
/proc/26356/task/26363/stat : 26363 (java) S 26346 26346 25827 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30612511 826720256 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 821072

[startup+12.6607 s]
/proc/loadavg: 2.38 2.44 2.66 3/86 26429
/proc/meminfo: memFree=1603200/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.25
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2410 18361 0 2 9 1 1139 76 19 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 18376

[startup+25.4942 s]
/proc/loadavg: 2.78 2.52 2.68 3/80 26432
/proc/meminfo: memFree=608560/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.25
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 9 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=525836 CPUtime=12.9
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130218 0 0 0 1217 73 0 0 25 0 1 0 30613665 538456064 128987 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134638202 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131459 128987 49 112 0 131343 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 544212

[startup+51.1622 s]
/proc/loadavg: 3.09 2.62 2.71 3/80 26432
/proc/meminfo: memFree=439664/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.25
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 9 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=526748 CPUtime=38.44
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130385 0 0 0 3768 76 0 0 25 0 1 0 30613665 539389952 129154 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131687 129154 51 112 0 131571 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 545124

[startup+102.392 s]
/proc/loadavg: 3.49 2.81 2.77 3/80 26432
/proc/meminfo: memFree=453104/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.25
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 9 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=526748 CPUtime=89.18
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130385 0 0 0 8837 81 0 0 25 0 1 0 30613665 539389952 129154 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525748 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131687 129154 51 112 0 131571 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 545124

[startup+162.444 s]
/proc/loadavg: 2.55 2.66 2.71 3/80 26432
/proc/meminfo: memFree=453296/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.25
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 9 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=526748 CPUtime=148.96
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130394 0 0 0 14815 81 0 0 25 0 1 0 30613665 539389952 129163 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131687 129163 51 112 0 131571 0
Current children cumulated CPU time (s) 161.21
Current children cumulated vsize (KiB) 545124

[startup+222.497 s]
/proc/loadavg: 2.20 2.54 2.67 3/80 26432
/proc/meminfo: memFree=453296/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.25
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 9 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=526748 CPUtime=208.73
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130394 0 0 0 20792 81 0 0 25 0 1 0 30613665 539389952 129163 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528804 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131687 129163 51 112 0 131571 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 545124

[startup+282.555 s]
/proc/loadavg: 2.07 2.44 2.62 3/80 26432
/proc/meminfo: memFree=453296/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.25
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 9 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=526748 CPUtime=268.53
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130394 0 0 0 26771 82 0 0 25 0 1 0 30613665 539389952 129163 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131687 129163 51 112 0 131571 0
Current children cumulated CPU time (s) 280.78
Current children cumulated vsize (KiB) 545124

[startup+342.606 s]
/proc/loadavg: 2.02 2.35 2.58 3/80 26432
/proc/meminfo: memFree=453296/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.25
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 9 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=526748 CPUtime=328.29

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

/proc/loadavg: 2.04 2.03 2.24 3/80 26432
/proc/meminfo: memFree=452784/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527112 CPUtime=1105.5
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130466 0 0 0 110466 84 0 0 25 0 1 0 30613665 539762688 129235 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131778 129235 51 112 0 131662 0
Current children cumulated CPU time (s) 1117.76
Current children cumulated vsize (KiB) 545488

[startup+1183.42 s]
/proc/loadavg: 2.01 2.02 2.22 3/80 26432
/proc/meminfo: memFree=452720/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527112 CPUtime=1165.28
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130469 0 0 0 116444 84 0 0 25 0 1 0 30613665 539762688 129238 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131778 129238 51 112 0 131662 0
Current children cumulated CPU time (s) 1177.54
Current children cumulated vsize (KiB) 545488

[startup+1243.48 s]
/proc/loadavg: 2.00 2.02 2.20 4/80 26432
/proc/meminfo: memFree=452720/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527112 CPUtime=1225.05
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130473 0 0 0 122421 84 0 0 25 0 1 0 30613665 539762688 129242 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131778 129242 51 112 0 131662 0
Current children cumulated CPU time (s) 1237.31
Current children cumulated vsize (KiB) 545488

[startup+1303.53 s]
/proc/loadavg: 2.00 2.01 2.18 3/80 26432
/proc/meminfo: memFree=452656/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527112 CPUtime=1284.83
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130480 0 0 0 128399 84 0 0 25 0 1 0 30613665 539762688 129249 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131778 129249 51 112 0 131662 0
Current children cumulated CPU time (s) 1297.09
Current children cumulated vsize (KiB) 545488

[startup+1363.58 s]
/proc/loadavg: 2.05 2.02 2.18 3/80 26432
/proc/meminfo: memFree=452592/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527112 CPUtime=1344.62
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130483 0 0 0 134377 85 0 0 25 0 1 0 30613665 539762688 129252 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26430/statm: 131778 129252 51 112 0 131662 0
Current children cumulated CPU time (s) 1356.88
Current children cumulated vsize (KiB) 545488

[startup+1423.63 s]
/proc/loadavg: 2.05 2.03 2.17 4/87 26495
/proc/meminfo: memFree=1122736/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527112 CPUtime=1404.35
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130487 0 0 0 140350 85 0 0 25 0 1 0 30613665 539762688 129256 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/26430/statm: 131778 129256 51 112 0 131662 0
Current children cumulated CPU time (s) 1416.61
Current children cumulated vsize (KiB) 545488

[startup+1483.69 s]
/proc/loadavg: 3.37 2.39 2.28 2/87 26504
/proc/meminfo: memFree=157232/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527112 CPUtime=1464.39
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130491 0 0 0 146348 91 0 0 25 0 1 0 30613665 539762688 129260 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26430/statm: 131778 129260 51 112 0 131662 0
Current children cumulated CPU time (s) 1476.65
Current children cumulated vsize (KiB) 545488

[startup+1543.69 s]
/proc/loadavg: 3.91 2.71 2.40 2/93 26588
/proc/meminfo: memFree=164336/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527292 CPUtime=1524.35
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130495 0 0 0 152340 95 0 0 25 0 1 0 30613665 539947008 129264 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26430/statm: 131823 129264 51 112 0 131707 0
Current children cumulated CPU time (s) 1536.61
Current children cumulated vsize (KiB) 545668

[startup+1603.72 s]
/proc/loadavg: 4.12 2.99 2.51 2/93 26676
/proc/meminfo: memFree=172592/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527292 CPUtime=1584.33
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130499 0 0 0 158332 101 0 0 25 0 1 0 30613665 539947008 129268 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528046 0 0 4096 3 0 0 0 17 1 0 0
/proc/26430/statm: 131823 129268 51 112 0 131707 0
Current children cumulated CPU time (s) 1596.59
Current children cumulated vsize (KiB) 545668

[startup+1663.81 s]
/proc/loadavg: 4.08 3.20 2.61 3/87 26702
/proc/meminfo: memFree=97008/2055888 swapFree=4096564/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527292 CPUtime=1644.38
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130503 0 0 0 164331 107 0 0 25 0 1 0 30613665 539947008 129272 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26430/statm: 131823 129272 51 112 0 131707 0
Current children cumulated CPU time (s) 1656.64
Current children cumulated vsize (KiB) 545668

[startup+1723.88 s]
/proc/loadavg: 4.57 3.51 2.75 2/94 26711
/proc/meminfo: memFree=18920/2055888 swapFree=4096420/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527292 CPUtime=1704.41
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130507 0 0 0 170327 114 0 0 25 0 1 0 30613665 539947008 129276 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26430/statm: 131823 129276 51 112 0 131707 0
Current children cumulated CPU time (s) 1716.67
Current children cumulated vsize (KiB) 545668

[startup+1783.92 s]
/proc/loadavg: 4.21 3.59 2.83 2/94 26711
/proc/meminfo: memFree=27816/2055888 swapFree=4096420/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527292 CPUtime=1764.45
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130510 0 0 0 176324 121 0 0 25 0 1 0 30613665 539947008 129279 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26430/statm: 131823 129279 51 112 0 131707 0
Current children cumulated CPU time (s) 1776.71
Current children cumulated vsize (KiB) 545668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.26 s]
/proc/loadavg: 4.14 3.63 2.86 2/94 26711
/proc/meminfo: memFree=31464/2055888 swapFree=4096420/4096564
[pid=26346] ppid=26344 vsize=18376 CPUtime=12.26
/proc/26346/stat : 26346 (sugar) S 26344 26346 25827 0 -1 4194304 2420 18361 0 2 10 1 1139 76 16 0 1 0 30612413 18817024 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26346/statm: 4594 1934 373 3 0 1693 0
[pid=26430] ppid=26346 vsize=527292 CPUtime=1787.78
/proc/26430/stat : 26430 (minisat) R 26346 26346 25827 0 -1 0 130511 0 0 0 178656 122 0 0 25 0 1 0 30613665 539947008 129280 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26430/statm: 131823 129280 51 112 0 131707 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 545668

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26346 and gives childrusage.ru_utime.tv_sec=11 childrusage.ru_utime.tv_usec=501251 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=874867
CPU time returned by wait4() is 12.3761
while last known CPU time is 1800.21

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

Real time (s): 1808.61
CPU time (s): 1800.21
CPU user time (s): 1798.05
CPU system time (s): 2.16
CPU usage (%): 99.5355
Max. virtual memory (cumulated for all children) (KiB): 821072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5013
system time used= 0.874867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20867
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1723
involuntary context switches= 1952

runsolver used 1.75273 s user time and 4.79227 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan 29 21:35:41 UTC 2007


IDJOB= 232499
IDBENCH= 6522
IDSOLVER= 86
FILE ID= node76/232499-1170106540

PBS_JOBID= 3689823

Free space on /tmp= 66647 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-5.xml
COMMAND LINE= /tmp/evaluation/232499-1170106540/solver /tmp/evaluation/232499-1170106540 /tmp/evaluation/232499-1170106540/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-232499-1170106540 -o ROOT/results/node76/solver-232499-1170106540 -C 1800 -M 900  /tmp/evaluation/232499-1170106540/solver /tmp/evaluation/232499-1170106540 /tmp/evaluation/232499-1170106540/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  35e4216e34935e9081eda29536a155be

RANDOM SEED= 780491041

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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1290072 kB
Buffers:         16204 kB
Cached:          64852 kB
SwapCached:          0 kB
Active:         673512 kB
Inactive:        47108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1290072 kB
SwapTotal:     4096564 kB
SwapFree:      4096564 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:         656348 kB
Slab:            29572 kB
Committed_AS:  1108772 kB
PageTables:       3060 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64954 MiB



End job on node76 on Mon Jan 29 22:05:53 UTC 2007