Trace number 235171

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.15 1814.88

General information on the benchmark

Nametaillard/
js-taillard-20-15/js-taillard-20-15-95-9.xml
MD5SUMf84ddcc2436a1e9b1b4e619f06039c69
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1314
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.04	c # Sugar v0-40 (/tmp/evaluation/235171-1170107159/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/235171-1170107159/unknown.xml [Mon Jan 29 22:45:59 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/235171-1170107159/unknown.xml /tmp/evaluation/235171-1170107159/sugar25065.csp [Mon Jan 29 22:45:59 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235171-1170107159/sugar-v0-40.jar -convert /tmp/evaluation/235171-1170107159/unknown.xml /tmp/evaluation/235171-1170107159/sugar25065.csp
0.16	c BEGIN convert /tmp/evaluation/235171-1170107159/unknown.xml
0.76	c END convert (0.600383 seconds)
0.80	c # CONVERT_XML  END : /tmp/evaluation/235171-1170107159/sugar25065.csp 149986 bytes (1 seconds) [Mon Jan 29 22:46:00 2007]
0.80	c # CONVERT_XML  CPU : 0.72 = 0 + 0.01 + 0.65 + 0.06
0.80	
0.80	c # GENERATE_SAT  BEGIN : /tmp/evaluation/235171-1170107159/sugar25065.bcnf [Mon Jan 29 22:46:00 2007]
0.80	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235171-1170107159/sugar-v0-40.jar -bcnf -map /tmp/evaluation/235171-1170107159/sugar25065.map /tmp/evaluation/235171-1170107159/sugar25065.csp /tmp/evaluation/235171-1170107159/sugar25065.bcnf
0.91	c BEGIN parse /tmp/evaluation/235171-1170107159/sugar25065.csp
1.46	c END parse (0.551751 seconds)
1.46	c BEGIN simplify
1.49	c END simplify (0.028684 seconds)
1.49	c BEGIN encode /tmp/evaluation/235171-1170107159/sugar25065.bcnf
8.04	c END encode (6.551989 seconds)
8.11	c # GENERATE_SAT  END : 384767 variables 7647927 clauses 119432116 bytes (7 seconds) [Mon Jan 29 22:46:07 2007]
8.11	c # GENERATE_SAT  CPU : 7.21 = 0.04 + 0 + 6.69 + 0.48
8.11	
8.11	c # SOLVE_SAT  BEGIN : /tmp/evaluation/235171-1170107159/sugar25065.bcnf [Mon Jan 29 22:46:07 2007]
8.11	c # CMD : /tmp/evaluation/235171-1170107159/minisat /tmp/evaluation/235171-1170107159/sugar25065.bcnf /tmp/evaluation/235171-1170107159/sugar25065.out
15.58	c ==================================[MINISAT]===================================
15.58	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
15.58	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
15.58	c ==============================================================================
15.58	c |         0 | 3719443 10524891 | 1239814       0        0     nan |  0.000 % |
17.57	c |       101 | 3719444 10524891 | 1363795     100     1634    16.3 | 55.261 % |
19.34	c |       253 | 3719445 10524891 | 1500174     251     3148    12.5 | 55.261 % |
22.51	c |       478 | 3719445 10524891 | 1650192     476     7230    15.2 | 55.261 % |
25.51	c |       816 | 3719447 10524891 | 1815211     812    11679    14.4 | 55.261 % |
30.02	c |      1324 | 3719448 10524891 | 1996732    1319    22850    17.3 | 55.261 % |
36.64	c |      2085 | 3719453 10524891 | 2196406    2075    31911    15.4 | 55.261 % |
48.40	c |      3225 | 3719456 10524891 | 2416046    3212    46006    14.3 | 55.261 % |
65.07	c |      4933 | 3719461 10524891 | 2657651    4915    67521    13.7 | 55.261 % |
83.45	c |      7495 | 3719465 10524891 | 2923416    7473   103238    13.8 | 55.261 % |
118.27	c |     11340 | 3719474 10524891 | 3215758   11309   177397    15.7 | 55.261 % |
168.40	c |     17106 | 3719480 10524891 | 3537334   17069   281563    16.5 | 55.261 % |
256.83	c |     25755 | 3718755 10522701 | 3891067   22430   379730    16.9 | 55.262 % |
388.93	c |     38729 | 3718762 10522701 | 4280174   35397   798109    22.5 | 55.262 % |
593.84	c |     58191 | 3718769 10522701 | 4708191   54852  1356129    24.7 | 55.262 % |
946.29	c |     87385 | 3718782 10522701 | 5179010   84033  2435284    29.0 | 55.262 % |
1485.83	c |    131175 | 3718802 10522701 | 5696911  127803  3738462    29.3 | 55.262 % |
1813.63	
1813.63	s UNKNOWN
1813.63	c # INTERRUPTED
1813.63	c # MAIN  END :  (1814 seconds) [Mon Jan 29 23:16:13 2007]
1813.63	c # MAIN  CPU : 7.94 = 0.05 + 0.01 + 7.34 + 0.54
1813.63	

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/node34/watcher-235171-1170107159 -o ROOT/results/node34/solver-235171-1170107159 -C 1800 -M 900 /tmp/evaluation/235171-1170107159/solver /tmp/evaluation/235171-1170107159 /tmp/evaluation/235171-1170107159/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: 2.01 2.16 2.56 5/81 25066
/proc/meminfo: memFree=1280720/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=18540 CPUtime=0
/proc/25065/stat : 25065 (runsolver) R 25063 25065 25000 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 4479735 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25065/statm: 4635 279 244 17 0 2626 0

[startup+0.102974 s]
/proc/loadavg: 2.01 2.16 2.56 5/81 25066
/proc/meminfo: memFree=1280720/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=13724 CPUtime=0.04
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 4479735 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.511006 s]
/proc/loadavg: 2.01 2.16 2.56 5/81 25066
/proc/meminfo: memFree=1280720/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=13724 CPUtime=0.04
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 4479735 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33307 s]
/proc/loadavg: 2.01 2.16 2.56 3/89 25082
/proc/meminfo: memFree=1259280/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=13724 CPUtime=0.75
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 1190 8822 0 1 3 1 65 6 15 0 1 0 4479735 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 3431 809 371 3 0 531 0
[pid=25075] ppid=25065 vsize=807332 CPUtime=0.51
/proc/25075/stat : 25075 (java) R 25065 25065 25000 0 -1 0 6673 0 1 0 47 4 0 0 25 0 8 0 4479815 826707968 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25075/statm: 201833 6423 1506 14 0 189111 0
[pid=25075/tid=25076] ppid=25065 vsize=807332 CPUtime=0.02
/proc/25075/task/25076/stat : 25076 (java) S 25065 25065 25000 0 -1 64 492 0 0 0 2 0 0 0 16 0 8 0 4479818 826707968 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25077] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25077/stat : 25077 (java) S 25065 25065 25000 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4479818 826707968 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25078] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25078/stat : 25078 (java) S 25065 25065 25000 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4479818 826707968 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25079] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25079/stat : 25079 (java) S 25065 25065 25000 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 4479821 826707968 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25080] ppid=25065 vsize=807332 CPUtime=0.12
/proc/25075/task/25080/stat : 25080 (java) R 25065 25065 25000 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 4479821 826707968 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153628225 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25081] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25081/stat : 25081 (java) S 25065 25065 25000 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4479821 826707968 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25082] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25082/stat : 25082 (java) S 25065 25065 25000 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4479821 826707968 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 821056

[startup+2.98521 s]
/proc/loadavg: 2.01 2.16 2.56 3/89 25082
/proc/meminfo: memFree=1239888/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=13724 CPUtime=0.75
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 1190 8822 0 1 3 1 65 6 16 0 1 0 4479735 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 3431 809 371 3 0 531 0
[pid=25075] ppid=25065 vsize=807332 CPUtime=2.16
/proc/25075/stat : 25075 (java) R 25065 25065 25000 0 -1 0 8241 0 1 0 203 13 0 0 25 0 8 0 4479815 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797598 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25075/statm: 201833 7988 1510 14 0 189111 0
[pid=25075/tid=25076] ppid=25065 vsize=807332 CPUtime=0.08
/proc/25075/task/25076/stat : 25076 (java) S 25065 25065 25000 0 -1 64 2012 0 0 0 8 0 0 0 17 0 8 0 4479818 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25077] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25077/stat : 25077 (java) S 25065 25065 25000 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4479818 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25078] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25078/stat : 25078 (java) S 25065 25065 25000 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4479818 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25079] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25079/stat : 25079 (java) S 25065 25065 25000 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 4479821 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25080] ppid=25065 vsize=807332 CPUtime=0.16
/proc/25075/task/25080/stat : 25080 (java) S 25065 25065 25000 0 -1 64 419 0 0 0 16 0 0 0 16 0 8 0 4479821 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25081] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25081/stat : 25081 (java) S 25065 25065 25000 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4479821 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25082] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25082/stat : 25082 (java) S 25065 25065 25000 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4479821 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 821056

[startup+6.28048 s]
/proc/loadavg: 2.01 2.16 2.56 3/89 25082
/proc/meminfo: memFree=1176912/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=13724 CPUtime=0.75
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 1190 8822 0 1 3 1 65 6 16 0 1 0 4479735 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 3431 809 371 3 0 531 0
[pid=25075] ppid=25065 vsize=807332 CPUtime=5.44
/proc/25075/stat : 25075 (java) R 25065 25065 25000 0 -1 0 8243 0 1 0 509 35 0 0 25 0 8 0 4479815 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797598 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25075/statm: 201833 7990 1510 14 0 189111 0
[pid=25075/tid=25076] ppid=25065 vsize=807332 CPUtime=0.08
/proc/25075/task/25076/stat : 25076 (java) S 25065 25065 25000 0 -1 64 2012 0 0 0 8 0 0 0 16 0 8 0 4479818 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25077] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25077/stat : 25077 (java) S 25065 25065 25000 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4479818 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25078] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25078/stat : 25078 (java) S 25065 25065 25000 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4479818 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25079] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25079/stat : 25079 (java) S 25065 25065 25000 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 4479821 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25080] ppid=25065 vsize=807332 CPUtime=0.16
/proc/25075/task/25080/stat : 25080 (java) S 25065 25065 25000 0 -1 64 421 0 0 0 16 0 0 0 16 0 8 0 4479821 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25081] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25081/stat : 25081 (java) S 25065 25065 25000 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4479821 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25075/tid=25082] ppid=25065 vsize=807332 CPUtime=0
/proc/25075/task/25082/stat : 25082 (java) S 25065 25065 25000 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4479821 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 821056

[startup+12.715 s]
/proc/loadavg: 2.01 2.16 2.55 3/82 25083
/proc/meminfo: memFree=866704/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2112 17081 0 2 8 1 734 54 19 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=308204 CPUtime=4.55
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 75525 0 0 0 398 57 0 0 25 0 1 0 4480546 315600896 74294 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134637942 0 0 4096 0 0 0 0 17 1 0 0
/proc/25083/statm: 77051 74294 36 112 0 76935 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 325312

[startup+25.5461 s]
/proc/loadavg: 2.08 2.17 2.55 2/69 25098
/proc/meminfo: memFree=1466232/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=325920 CPUtime=17.23
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79862 0 0 0 1664 59 0 0 25 0 1 0 4480546 333742080 78631 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81480 78631 51 112 0 81364 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 343028

[startup+51.2052 s]
/proc/loadavg: 1.98 2.13 2.53 2/82 25213
/proc/meminfo: memFree=1429000/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=325920 CPUtime=42.76
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79870 0 0 0 4215 61 0 0 25 0 1 0 4480546 333742080 78639 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81480 78639 51 112 0 81364 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 343028

[startup+102.419 s]
/proc/loadavg: 2.57 2.23 2.54 3/84 25601
/proc/meminfo: memFree=1030128/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=325920 CPUtime=93.65
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79872 0 0 0 9290 75 0 0 25 0 1 0 4480546 333742080 78641 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528721 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81480 78641 51 112 0 81364 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 343028

[startup+162.482 s]
/proc/loadavg: 3.05 2.45 2.59 3/83 25610
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=325920 CPUtime=153.28
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79879 0 0 0 15231 97 0 0 25 0 1 0 4480546 333742080 78648 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525932 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81480 78648 51 112 0 81364 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 343028

[startup+222.537 s]
/proc/loadavg: 3.08 2.56 2.62 3/83 25674
/proc/meminfo: memFree=1472504/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=325920 CPUtime=212.94
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79879 0 0 0 21184 110 0 0 25 0 1 0 4480546 333742080 78648 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525007 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81480 78648 51 112 0 81364 0
Current children cumulated CPU time (s) 220.91
Current children cumulated vsize (KiB) 343028

[startup+282.594 s]
/proc/loadavg: 3.39 2.77 2.69 4/82 25776
/proc/meminfo: memFree=1488256/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=325920 CPUtime=272.56
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79879 0 0 0 27129 127 0 0 25 0 1 0 4480546 333742080 78648 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81480 78648 51 112 0 81364 0
Current children cumulated CPU time (s) 280.53
Current children cumulated vsize (KiB) 343028

[startup+342.644 s]
/proc/loadavg: 4.32 3.13 2.82 3/82 25786
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97

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

/proc/loadavg: 3.00 4.37 3.75 3/82 26114
/proc/meminfo: memFree=14896/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326464 CPUtime=1107.19
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79976 0 0 0 110254 465 0 0 25 0 1 0 4480546 334299136 78745 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81616 78745 51 112 0 81500 0
Current children cumulated CPU time (s) 1115.16
Current children cumulated vsize (KiB) 343572

[startup+1183.45 s]
/proc/loadavg: 2.57 4.00 3.66 3/82 26116
/proc/meminfo: memFree=15920/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326464 CPUtime=1166.88
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79981 0 0 0 116202 486 0 0 25 0 1 0 4480546 334299136 78750 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528406 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81616 78750 51 112 0 81500 0
Current children cumulated CPU time (s) 1174.85
Current children cumulated vsize (KiB) 343572

[startup+1243.5 s]
/proc/loadavg: 2.90 3.83 3.62 3/82 26116
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326464 CPUtime=1226.59
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79986 0 0 0 122149 510 0 0 25 0 1 0 4480546 334299136 78755 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81616 78755 51 112 0 81500 0
Current children cumulated CPU time (s) 1234.56
Current children cumulated vsize (KiB) 343572

[startup+1303.55 s]
/proc/loadavg: 3.00 3.69 3.59 4/82 26116
/proc/meminfo: memFree=15280/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326464 CPUtime=1286.27
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79991 0 0 0 128100 527 0 0 25 0 1 0 4480546 334299136 78760 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81616 78760 51 112 0 81500 0
Current children cumulated CPU time (s) 1294.24
Current children cumulated vsize (KiB) 343572

[startup+1363.6 s]
/proc/loadavg: 3.35 3.64 3.57 3/83 26118
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326464 CPUtime=1345.96
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 79995 0 0 0 134054 542 0 0 25 0 1 0 4480546 334299136 78764 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25083/statm: 81616 78764 51 112 0 81500 0
Current children cumulated CPU time (s) 1353.93
Current children cumulated vsize (KiB) 343572

[startup+1423.62 s]
/proc/loadavg: 3.83 3.76 3.62 4/84 26128
/proc/meminfo: memFree=15656/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326464 CPUtime=1405.58
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 80000 0 0 0 139995 563 0 0 25 0 1 0 4480546 334299136 78769 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25083/statm: 81616 78769 51 112 0 81500 0
Current children cumulated CPU time (s) 1413.55
Current children cumulated vsize (KiB) 343572

[startup+1483.71 s]
/proc/loadavg: 2.75 3.46 3.52 3/82 26195
/proc/meminfo: memFree=1407296/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326464 CPUtime=1465.02
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 80004 0 0 0 145919 583 0 0 25 0 1 0 4480546 334299136 78773 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81616 78773 51 112 0 81500 0
Current children cumulated CPU time (s) 1472.99
Current children cumulated vsize (KiB) 343572

[startup+1543.81 s]
/proc/loadavg: 2.51 3.27 3.45 3/82 26195
/proc/meminfo: memFree=1396608/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326464 CPUtime=1524.56
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 80009 0 0 0 151871 585 0 0 25 0 1 0 4480546 334299136 78778 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81616 78778 51 112 0 81500 0
Current children cumulated CPU time (s) 1532.53
Current children cumulated vsize (KiB) 343572

[startup+1603.9 s]
/proc/loadavg: 2.74 3.19 3.41 3/82 26195
/proc/meminfo: memFree=1271488/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326464 CPUtime=1584.1
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 80013 0 0 0 157825 585 0 0 25 0 1 0 4480546 334299136 78782 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81616 78782 51 112 0 81500 0
Current children cumulated CPU time (s) 1592.07
Current children cumulated vsize (KiB) 343572

[startup+1663.96 s]
/proc/loadavg: 2.34 3.00 3.33 3/75 26196
/proc/meminfo: memFree=1517752/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326732 CPUtime=1643.65
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 80017 0 0 0 163778 587 0 0 25 0 1 0 4480546 334573568 78786 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81683 78786 51 112 0 81567 0
Current children cumulated CPU time (s) 1651.62
Current children cumulated vsize (KiB) 343840

[startup+1724.01 s]
/proc/loadavg: 2.12 2.81 3.24 3/75 26196
/proc/meminfo: memFree=1513400/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326732 CPUtime=1703.23
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 80019 0 0 0 169736 587 0 0 25 0 1 0 4480546 334573568 78788 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81683 78788 51 112 0 81567 0
Current children cumulated CPU time (s) 1711.2
Current children cumulated vsize (KiB) 343840

[startup+1784.07 s]
/proc/loadavg: 2.04 2.66 3.16 3/75 26196
/proc/meminfo: memFree=1496376/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326732 CPUtime=1762.8
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 80019 0 0 0 175693 587 0 0 25 0 1 0 4480546 334573568 78788 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81683 78788 51 112 0 81567 0
Current children cumulated CPU time (s) 1770.77
Current children cumulated vsize (KiB) 343840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.62 s]
/proc/loadavg: 2.02 2.60 3.12 3/75 26196
/proc/meminfo: memFree=1496376/2055920 swapFree=4192812/4192956
[pid=25065] ppid=25063 vsize=17108 CPUtime=7.97
/proc/25065/stat : 25065 (sugar) S 25063 25065 25000 0 -1 4194304 2121 17081 0 2 8 1 734 54 16 0 1 0 4479735 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25065/statm: 4277 1633 373 3 0 1377 0
[pid=25083] ppid=25065 vsize=326732 CPUtime=1792.12
/proc/25083/stat : 25083 (minisat) R 25065 25065 25000 0 -1 0 80019 0 0 0 178625 587 0 0 25 0 1 0 4480546 334573568 78788 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25083/statm: 81683 78788 51 112 0 81567 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 343840

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25065 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=430870 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=570913
CPU time returned by wait4() is 8.00178
while last known CPU time is 1800.15

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

Real time (s): 1814.88
CPU time (s): 1800.15
CPU user time (s): 1793.67
CPU system time (s): 6.48
CPU usage (%): 99.1886
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.43087
system time used= 0.570913
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= 1595
involuntary context switches= 1636

runsolver used 1.68874 s user time and 5.2372 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Mon Jan 29 21:45:59 UTC 2007


IDJOB= 235171
IDBENCH= 6743
IDSOLVER= 86
FILE ID= node34/235171-1170107159

PBS_JOBID= 3689914

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f84ddcc2436a1e9b1b4e619f06039c69

RANDOM SEED= 255321747

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.234
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.234
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:       1281136 kB
Buffers:         40056 kB
Cached:          47936 kB
SwapCached:          0 kB
Active:         680216 kB
Inactive:        47196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1281136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:         656196 kB
Slab:            31584 kB
Committed_AS:   860860 kB
PageTables:       3040 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= 66535 MiB



End job on node34 on Mon Jan 29 22:16:15 UTC 2007