Trace number 234882

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.11 1813.48

General information on the benchmark

Nametaillard/
js-taillard-20-15/js-taillard-20-15-95-1.xml
MD5SUM164c3fa9a77865a587aaea3181a34122
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
SatisfiableYES
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1312
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/234882-1170107040/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/234882-1170107040/unknown.xml [Mon Jan 29 22:44:00 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/234882-1170107040/unknown.xml /tmp/evaluation/234882-1170107040/sugar29237.csp [Mon Jan 29 22:44:00 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234882-1170107040/sugar-v0-40.jar -convert /tmp/evaluation/234882-1170107040/unknown.xml /tmp/evaluation/234882-1170107040/sugar29237.csp
0.17	c BEGIN convert /tmp/evaluation/234882-1170107040/unknown.xml
0.82	c END convert (0.650923 seconds)
0.86	c # CONVERT_XML  END : /tmp/evaluation/234882-1170107040/sugar29237.csp 149984 bytes (1 seconds) [Mon Jan 29 22:44:01 2007]
0.86	c # CONVERT_XML  CPU : 0.77 = 0 + 0.01 + 0.7 + 0.06
0.86	
0.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/234882-1170107040/sugar29237.bcnf [Mon Jan 29 22:44:01 2007]
0.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234882-1170107040/sugar-v0-40.jar -bcnf -map /tmp/evaluation/234882-1170107040/sugar29237.map /tmp/evaluation/234882-1170107040/sugar29237.csp /tmp/evaluation/234882-1170107040/sugar29237.bcnf
0.98	c BEGIN parse /tmp/evaluation/234882-1170107040/sugar29237.csp
1.58	c END parse (0.600087 seconds)
1.58	c BEGIN simplify
1.61	c END simplify (0.031165 seconds)
1.61	c BEGIN encode /tmp/evaluation/234882-1170107040/sugar29237.bcnf
8.66	c END encode (7.046634 seconds)
8.76	c # GENERATE_SAT  END : 383741 variables 7618245 clauses 118965580 bytes (8 seconds) [Mon Jan 29 22:44:09 2007]
8.76	c # GENERATE_SAT  CPU : 7.76 = 0.06 + 0 + 7.15 + 0.55
8.76	
8.76	c # SOLVE_SAT  BEGIN : /tmp/evaluation/234882-1170107040/sugar29237.bcnf [Mon Jan 29 22:44:09 2007]
8.76	c # CMD : /tmp/evaluation/234882-1170107040/minisat /tmp/evaluation/234882-1170107040/sugar29237.bcnf /tmp/evaluation/234882-1170107040/sugar29237.out
16.45	c ==================================[MINISAT]===================================
16.45	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
16.45	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
16.45	c ==============================================================================
16.45	c |         0 | 3501147  9891594 | 1167049       0        0     nan |  0.000 % |
18.60	c |       100 | 3501149  9891594 | 1283753      98     1422    14.5 | 57.021 % |
20.43	c |       251 | 3501149  9891594 | 1412129     249     3880    15.6 | 57.021 % |
23.47	c |       476 | 3501150  9891594 | 1553342     473     7648    16.2 | 57.021 % |
27.02	c |       813 | 3501151  9891594 | 1708676     809    11741    14.5 | 57.021 % |
31.89	c |      1319 | 3501155  9891594 | 1879544    1311    17712    13.5 | 57.021 % |
39.30	c |      2078 | 3501156  9891594 | 2067498    2069    35290    17.1 | 57.021 % |
52.36	c |      3219 | 3501158  9891594 | 2274248    3208    57238    17.8 | 57.021 % |
74.67	c |      4929 | 3501163  9891594 | 2501673    4913    90113    18.3 | 57.021 % |
105.57	c |      7492 | 3501169  9891594 | 2751840    7470   145611    19.5 | 57.021 % |
161.05	c |     11338 | 3501180  9891594 | 3027024   11305   214074    18.9 | 57.021 % |
214.10	c |     17105 | 3501189  9891594 | 3329726   17063   303961    17.8 | 57.021 % |
313.65	c |     25755 | 3501205  9891594 | 3662699   25697   434168    16.9 | 57.021 % |
486.83	c |     38729 | 3501211  9891594 | 4028969   38665   835819    21.6 | 57.021 % |
723.10	c |     58190 | 3501218  9891594 | 4431866   58119  1384124    23.8 | 57.021 % |
1054.54	c |     87383 | 3501247  9891594 | 4875053   87283  2254224    25.8 | 57.021 % |
1560.22	c |    131172 | 3501273  9891594 | 5362558  131046  3203530    24.4 | 57.021 % |
1812.18	
1812.18	s UNKNOWN
1812.18	c # INTERRUPTED
1812.18	c # MAIN  END :  (1813 seconds) [Mon Jan 29 23:14:13 2007]
1812.18	c # MAIN  CPU : 8.53 = 0.06 + 0.01 + 7.85 + 0.61
1812.18	

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/node3/watcher-234882-1170107040 -o ROOT/results/node3/solver-234882-1170107040 -C 1800 -M 900 /tmp/evaluation/234882-1170107040/solver /tmp/evaluation/234882-1170107040 /tmp/evaluation/234882-1170107040/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.16 2.48 2.81 5/88 29238
/proc/meminfo: memFree=1856624/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=18540 CPUtime=0
/proc/29237/stat : 29237 (runsolver) R 29235 28892 28892 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 30658882 18984960 277 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 233630103274 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29237/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.108296 s]
/proc/loadavg: 2.16 2.48 2.81 5/88 29238
/proc/meminfo: memFree=1856624/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=13724 CPUtime=0.04
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30658882 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.517691 s]
/proc/loadavg: 2.16 2.48 2.81 5/88 29238
/proc/meminfo: memFree=1856624/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=13724 CPUtime=0.04
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30658882 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.3464 s]
/proc/loadavg: 2.14 2.47 2.81 3/96 29254
/proc/meminfo: memFree=1842416/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=13724 CPUtime=0.8
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 1190 8821 0 1 3 1 70 6 15 0 1 0 30658882 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 3431 809 371 3 0 531 0
[pid=29247] ppid=29237 vsize=807332 CPUtime=0.47
/proc/29247/stat : 29247 (java) R 29237 29237 28892 0 -1 0 6638 0 1 0 44 3 0 0 21 0 8 0 30658969 826707968 6388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29247/statm: 201833 6388 1506 14 0 189111 0
[pid=29247/tid=29248] ppid=29237 vsize=807332 CPUtime=0.02
/proc/29247/task/29248/stat : 29248 (java) S 29237 29237 28892 0 -1 64 491 0 0 0 2 0 0 0 16 0 8 0 30658972 826707968 6388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29249] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29249/stat : 29249 (java) S 29237 29237 28892 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30658973 826707968 6388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29250] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29250/stat : 29250 (java) S 29237 29237 28892 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30658973 826707968 6388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29251] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29251/stat : 29251 (java) S 29237 29237 28892 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30658976 826707968 6388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29252] ppid=29237 vsize=807332 CPUtime=0.08
/proc/29247/task/29252/stat : 29252 (java) R 29237 29237 28892 0 -1 64 364 0 0 0 8 0 0 0 16 0 8 0 30658976 826707968 6388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153454452 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29253] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29253/stat : 29253 (java) S 29237 29237 28892 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30658976 826707968 6388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29254] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29254/stat : 29254 (java) S 29237 29237 28892 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30658976 826707968 6388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 821056

[startup+2.99986 s]
/proc/loadavg: 2.14 2.47 2.81 3/96 29254
/proc/meminfo: memFree=1818544/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=13724 CPUtime=0.8
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 1190 8821 0 1 3 1 70 6 16 0 1 0 30658882 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 3431 809 371 3 0 531 0
[pid=29247] ppid=29237 vsize=807332 CPUtime=2.1
/proc/29247/stat : 29247 (java) R 29237 29237 28892 0 -1 0 8241 0 1 0 198 12 0 0 25 0 8 0 30658969 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797598 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29247/statm: 201833 7988 1510 14 0 189111 0
[pid=29247/tid=29248] ppid=29237 vsize=807332 CPUtime=0.09
/proc/29247/task/29248/stat : 29248 (java) S 29237 29237 28892 0 -1 64 2011 0 0 0 9 0 0 0 16 0 8 0 30658972 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29249] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29249/stat : 29249 (java) S 29237 29237 28892 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30658973 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29250] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29250/stat : 29250 (java) S 29237 29237 28892 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30658973 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29251] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29251/stat : 29251 (java) S 29237 29237 28892 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30658976 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29252] ppid=29237 vsize=807332 CPUtime=0.16
/proc/29247/task/29252/stat : 29252 (java) S 29237 29237 28892 0 -1 64 419 0 0 0 15 1 0 0 16 0 8 0 30658976 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29253] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29253/stat : 29253 (java) S 29237 29237 28892 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30658976 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29254] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29254/stat : 29254 (java) S 29237 29237 28892 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30658976 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821056

[startup+6.2808 s]
/proc/loadavg: 2.13 2.46 2.80 3/96 29254
/proc/meminfo: memFree=1761520/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=13724 CPUtime=0.8
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 1190 8821 0 1 3 1 70 6 16 0 1 0 30658882 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 3431 809 371 3 0 531 0
[pid=29247] ppid=29237 vsize=807332 CPUtime=5.32
/proc/29247/stat : 29247 (java) R 29237 29237 28892 0 -1 0 8243 0 1 0 496 36 0 0 25 0 8 0 30658969 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29247/statm: 201833 7990 1510 14 0 189111 0
[pid=29247/tid=29248] ppid=29237 vsize=807332 CPUtime=0.09
/proc/29247/task/29248/stat : 29248 (java) S 29237 29237 28892 0 -1 64 2011 0 0 0 9 0 0 0 16 0 8 0 30658972 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29249] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29249/stat : 29249 (java) S 29237 29237 28892 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30658973 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29250] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29250/stat : 29250 (java) S 29237 29237 28892 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30658973 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29251] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29251/stat : 29251 (java) S 29237 29237 28892 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30658976 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29252] ppid=29237 vsize=807332 CPUtime=0.16
/proc/29247/task/29252/stat : 29252 (java) S 29237 29237 28892 0 -1 64 421 0 0 0 15 1 0 0 16 0 8 0 30658976 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29253] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29253/stat : 29253 (java) S 29237 29237 28892 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30658976 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29247/tid=29254] ppid=29237 vsize=807332 CPUtime=0
/proc/29247/task/29254/stat : 29254 (java) S 29237 29237 28892 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30658976 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 821056

[startup+12.7813 s]
/proc/loadavg: 2.12 2.45 2.80 3/89 29255
/proc/meminfo: memFree=1494952/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2112 17081 0 2 9 1 785 61 18 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=273044 CPUtime=3.95
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 64710 0 0 0 348 47 0 0 25 0 1 0 30659759 279597056 64505 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134533457 0 0 4096 0 0 0 0 17 1 0 0
/proc/29255/statm: 68261 64505 36 112 0 68145 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 290152

[startup+25.6084 s]
/proc/loadavg: 2.10 2.44 2.79 3/89 29255
/proc/meminfo: memFree=1420712/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325092 CPUtime=16.67
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79609 0 0 0 1611 56 0 0 25 0 1 0 30659759 332894208 78378 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/29255/statm: 81273 78378 51 112 0 81157 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 342200

[startup+51.2938 s]
/proc/loadavg: 2.06 2.40 2.77 3/89 29255
/proc/meminfo: memFree=1418472/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325092 CPUtime=42.03
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79609 0 0 0 4147 56 0 0 25 0 1 0 30659759 332894208 78378 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/29255/statm: 81273 78378 51 112 0 81157 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 342200

[startup+102.582 s]
/proc/loadavg: 2.02 2.33 2.72 3/89 29255
/proc/meminfo: memFree=1420328/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325092 CPUtime=92.84
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79609 0 0 0 9228 56 0 0 25 0 1 0 30659759 332894208 78378 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29255/statm: 81273 78378 51 112 0 81157 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 342200

[startup+162.589 s]
/proc/loadavg: 2.10 2.30 2.69 3/89 29255
/proc/meminfo: memFree=1420264/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325092 CPUtime=152.3
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79609 0 0 0 15174 56 0 0 25 0 1 0 30659759 332894208 78378 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29255/statm: 81273 78378 51 112 0 81157 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 342200

[startup+222.682 s]
/proc/loadavg: 2.09 2.26 2.64 3/89 29255
/proc/meminfo: memFree=1419752/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325092 CPUtime=211.85
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79609 0 0 0 21129 56 0 0 25 0 1 0 30659759 332894208 78378 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29255/statm: 81273 78378 51 112 0 81157 0
Current children cumulated CPU time (s) 220.41
Current children cumulated vsize (KiB) 342200

[startup+282.77 s]
/proc/loadavg: 2.03 2.21 2.60 3/89 29255
/proc/meminfo: memFree=1419624/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325092 CPUtime=271.39
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79609 0 0 0 27083 56 0 0 25 0 1 0 30659759 332894208 78378 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29255/statm: 81273 78378 51 112 0 81157 0
Current children cumulated CPU time (s) 279.95
Current children cumulated vsize (KiB) 342200

[startup+342.785 s]
/proc/loadavg: 2.01 2.17 2.56 3/89 29255
/proc/meminfo: memFree=1419560/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56

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

/proc/loadavg: 2.45 2.17 2.28 3/95 29529
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325636 CPUtime=1104.68
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79700 0 0 0 110365 103 0 0 25 0 1 0 30659759 333451264 78469 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81409 78469 51 112 0 81293 0
Current children cumulated CPU time (s) 1113.24
Current children cumulated vsize (KiB) 342744

[startup+1183.45 s]
/proc/loadavg: 2.66 2.27 2.31 3/96 29549
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325636 CPUtime=1164.55
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79706 0 0 0 116324 131 0 0 25 0 1 0 30659759 333451264 78475 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81409 78475 51 112 0 81293 0
Current children cumulated CPU time (s) 1173.11
Current children cumulated vsize (KiB) 342744

[startup+1243.49 s]
/proc/loadavg: 2.57 2.31 2.31 4/95 29567
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325636 CPUtime=1224.39
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79712 0 0 0 122274 165 0 0 25 0 1 0 30659759 333451264 78481 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134524987 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81409 78481 51 112 0 81293 0
Current children cumulated CPU time (s) 1232.95
Current children cumulated vsize (KiB) 342744

[startup+1303.6 s]
/proc/loadavg: 2.99 2.48 2.37 3/95 29586
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325636 CPUtime=1284.3
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79717 0 0 0 128235 195 0 0 25 0 1 0 30659759 333451264 78486 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528327 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81409 78486 51 112 0 81293 0
Current children cumulated CPU time (s) 1292.86
Current children cumulated vsize (KiB) 342744

[startup+1363.66 s]
/proc/loadavg: 3.60 2.71 2.45 4/95 29603
/proc/meminfo: memFree=14904/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325636 CPUtime=1344.17
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79722 0 0 0 134189 228 0 0 25 0 1 0 30659759 333451264 78491 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81409 78491 51 112 0 81293 0
Current children cumulated CPU time (s) 1352.73
Current children cumulated vsize (KiB) 342744

[startup+1423.68 s]
/proc/loadavg: 4.48 3.13 2.61 3/96 29622
/proc/meminfo: memFree=14832/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325636 CPUtime=1403.97
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79726 0 0 0 140137 260 0 0 25 0 1 0 30659759 333451264 78495 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81409 78495 51 112 0 81293 0
Current children cumulated CPU time (s) 1412.53
Current children cumulated vsize (KiB) 342744

[startup+1483.7 s]
/proc/loadavg: 3.84 3.23 2.68 3/95 29637
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325636 CPUtime=1463.81
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79731 0 0 0 146091 290 0 0 25 0 1 0 30659759 333451264 78500 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81409 78500 51 112 0 81293 0
Current children cumulated CPU time (s) 1472.37
Current children cumulated vsize (KiB) 342744

[startup+1543.76 s]
/proc/loadavg: 2.86 3.06 2.65 3/95 29637
/proc/meminfo: memFree=16952/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325636 CPUtime=1523.72
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79736 0 0 0 152064 308 0 0 25 0 1 0 30659759 333451264 78505 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81409 78505 51 112 0 81293 0
Current children cumulated CPU time (s) 1532.28
Current children cumulated vsize (KiB) 342744

[startup+1603.76 s]
/proc/loadavg: 2.56 2.94 2.63 3/95 29637
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325636 CPUtime=1583.56
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79741 0 0 0 158028 328 0 0 25 0 1 0 30659759 333451264 78510 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81409 78510 51 112 0 81293 0
Current children cumulated CPU time (s) 1592.12
Current children cumulated vsize (KiB) 342744

[startup+1663.77 s]
/proc/loadavg: 2.38 2.81 2.61 3/95 29637
/proc/meminfo: memFree=15480/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325904 CPUtime=1643.44
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79746 0 0 0 163992 352 0 0 25 0 1 0 30659759 333725696 78515 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81476 78515 51 112 0 81360 0
Current children cumulated CPU time (s) 1652
Current children cumulated vsize (KiB) 343012

[startup+1723.78 s]
/proc/loadavg: 2.82 2.85 2.63 3/95 29637
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325904 CPUtime=1703.32
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79751 0 0 0 169961 371 0 0 25 0 1 0 30659759 333725696 78520 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81476 78520 51 112 0 81360 0
Current children cumulated CPU time (s) 1711.88
Current children cumulated vsize (KiB) 343012

[startup+1783.86 s]
/proc/loadavg: 2.97 2.89 2.66 3/95 29637
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325904 CPUtime=1763.22
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79755 0 0 0 175931 391 0 0 25 0 1 0 30659759 333725696 78524 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81476 78524 51 112 0 81360 0
Current children cumulated CPU time (s) 1771.78
Current children cumulated vsize (KiB) 343012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.17 s]
/proc/loadavg: 2.78 2.85 2.65 3/95 29637
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=29237] ppid=29235 vsize=17108 CPUtime=8.56
/proc/29237/stat : 29237 (sugar) S 29235 29237 28892 0 -1 4194304 2121 17081 0 2 9 1 785 61 16 0 1 0 30658882 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29237/statm: 4277 1633 373 3 0 1377 0
[pid=29255] ppid=29237 vsize=325904 CPUtime=1791.49
/proc/29255/stat : 29255 (minisat) R 29237 29237 28892 0 -1 0 79758 0 0 0 178749 400 0 0 25 0 1 0 30659759 333725696 78527 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29255/statm: 81476 78527 51 112 0 81360 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 343012

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 29237 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=943792 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=646901
CPU time returned by wait4() is 8.59069
while last known CPU time is 1800.11

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

Real time (s): 1813.48
CPU time (s): 1800.11
CPU user time (s): 1795.43
CPU system time (s): 4.68
CPU usage (%): 99.2626
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.94379
system time used= 0.646901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19286
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= 1612
involuntary context switches= 1645

runsolver used 2.07069 s user time and 6.08207 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Jan 29 21:44:00 UTC 2007


IDJOB= 234882
IDBENCH= 6724
IDSOLVER= 86
FILE ID= node3/234882-1170107040

PBS_JOBID= 3689908

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  164c3fa9a77865a587aaea3181a34122

RANDOM SEED= 649073657

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.241
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.241
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:       1857040 kB
Buffers:          7612 kB
Cached:          41824 kB
SwapCached:          0 kB
Active:         148792 kB
Inactive:        12420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1352 kB
Writeback:           0 kB
Mapped:         131464 kB
Slab:            22636 kB
Committed_AS:   631948 kB
PageTables:       2124 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= 52350 MiB



End job on node3 on Mon Jan 29 22:14:14 UTC 2007