Trace number 234850

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.14 1811.15

General information on the benchmark

Nametaillard/
js-taillard-20-15/js-taillard-20-15-95-6.xml
MD5SUM7d649d40bbdb45b9d55cf03b7043e3bf
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 size1420
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/234850-1170107036/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/234850-1170107036/unknown.xml [Mon Jan 29 22:43:56 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/234850-1170107036/unknown.xml /tmp/evaluation/234850-1170107036/sugar29740.csp [Mon Jan 29 22:43:56 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234850-1170107036/sugar-v0-40.jar -convert /tmp/evaluation/234850-1170107036/unknown.xml /tmp/evaluation/234850-1170107036/sugar29740.csp
0.16	c BEGIN convert /tmp/evaluation/234850-1170107036/unknown.xml
0.77	c END convert (0.607442 seconds)
0.80	c # CONVERT_XML  END : /tmp/evaluation/234850-1170107036/sugar29740.csp 149886 bytes (1 seconds) [Mon Jan 29 22:43:57 2007]
0.80	c # CONVERT_XML  CPU : 0.71 = 0 + 0 + 0.65 + 0.06
0.80	
0.80	c # GENERATE_SAT  BEGIN : /tmp/evaluation/234850-1170107036/sugar29740.bcnf [Mon Jan 29 22:43:57 2007]
0.80	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234850-1170107036/sugar-v0-40.jar -bcnf -map /tmp/evaluation/234850-1170107036/sugar29740.map /tmp/evaluation/234850-1170107036/sugar29740.csp /tmp/evaluation/234850-1170107036/sugar29740.bcnf
0.92	c BEGIN parse /tmp/evaluation/234850-1170107036/sugar29740.csp
1.48	c END parse (0.562339 seconds)
1.48	c BEGIN simplify
1.51	c END simplify (0.02877 seconds)
1.51	c BEGIN encode /tmp/evaluation/234850-1170107036/sugar29740.bcnf
8.63	c END encode (7.121851 seconds)
8.69	c # GENERATE_SAT  END : 416156 variables 8296723 clauses 129572012 bytes (8 seconds) [Mon Jan 29 22:44:05 2007]
8.69	c # GENERATE_SAT  CPU : 7.78 = 0.05 + 0 + 7.22 + 0.51
8.69	
8.69	c # SOLVE_SAT  BEGIN : /tmp/evaluation/234850-1170107036/sugar29740.bcnf [Mon Jan 29 22:44:05 2007]
8.69	c # CMD : /tmp/evaluation/234850-1170107036/minisat /tmp/evaluation/234850-1170107036/sugar29740.bcnf /tmp/evaluation/234850-1170107036/sugar29740.out
16.58	c ==================================[MINISAT]===================================
16.58	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
16.58	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
16.58	c ==============================================================================
16.58	c |         0 | 4431561 12584814 | 1477187       0        0     nan |  0.000 % |
19.11	c |       100 | 4431563 12584814 | 1624905      98     1019    10.4 | 52.392 % |
21.20	c |       250 | 4431564 12584814 | 1787396     247     3251    13.2 | 52.392 % |
23.06	c |       476 | 4431569 12584814 | 1966135     468     5300    11.3 | 52.392 % |
25.64	c |       813 | 4431570 12584814 | 2162749     804    12179    15.1 | 52.392 % |
29.83	c |      1319 | 4431573 12584814 | 2379024    1307    18957    14.5 | 52.392 % |
36.75	c |      2079 | 4431575 12584814 | 2616926    2065    29372    14.2 | 52.392 % |
49.20	c |      3221 | 4431579 12584814 | 2878619    3203    49220    15.4 | 52.392 % |
68.96	c |      4929 | 4431585 12584814 | 3166481    4905    72618    14.8 | 52.392 % |
99.50	c |      7493 | 4431597 12584814 | 3483129    7457   113396    15.2 | 52.392 % |
137.29	c |     11337 | 4431602 12584814 | 3831442   11296   198187    17.5 | 52.392 % |
212.60	c |     17103 | 4431612 12584814 | 4214586   17052   332752    19.5 | 52.392 % |
312.08	c |     25752 | 4431623 12584814 | 4636045   25690   492581    19.2 | 52.392 % |
440.43	c |     38731 | 4431635 12584814 | 5099650   38657   706115    18.3 | 52.392 % |
600.52	c |     58192 | 4431646 12584814 | 5609615   58107  1650725    28.4 | 52.392 % |
859.69	c |     87384 | 4431661 12584814 | 6170576   87284  2255916    25.8 | 52.392 % |
1317.02	c |    131173 | 4431676 12584814 | 6787634  131058  3258884    24.9 | 52.392 % |
1810.08	
1810.08	s UNKNOWN
1810.08	c # INTERRUPTED
1810.08	c # MAIN  END :  (1810 seconds) [Mon Jan 29 23:14:06 2007]
1810.08	c # MAIN  CPU : 8.49 = 0.05 + 0 + 7.87 + 0.57
1810.08	

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/node9/watcher-234850-1170107036 -o ROOT/results/node9/solver-234850-1170107036 -C 1800 -M 900 /tmp/evaluation/234850-1170107036/solver /tmp/evaluation/234850-1170107036 /tmp/evaluation/234850-1170107036/unknown.xml 

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

/proc/loadavg: 1.75 2.20 2.66 5/94 29741
/proc/meminfo: memFree=1257768/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=18540 CPUtime=0
/proc/29740/stat : 29740 (runsolver) R 29738 29740 29531 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30658234 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29740/statm: 4635 279 244 17 0 2626 0

[startup+0.103384 s]
/proc/loadavg: 1.75 2.20 2.66 5/94 29741
/proc/meminfo: memFree=1257768/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=13724 CPUtime=0.03
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 1112 0 0 0 2 1 0 0 18 0 1 0 30658234 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511459 s]
/proc/loadavg: 1.75 2.20 2.66 5/94 29741
/proc/meminfo: memFree=1257768/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=13724 CPUtime=0.03
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 1121 0 0 0 2 1 0 0 15 0 1 0 30658234 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33462 s]
/proc/loadavg: 1.75 2.20 2.66 4/102 29757
/proc/meminfo: memFree=1236904/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=13724 CPUtime=0.74
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 1190 8830 0 1 2 1 65 6 15 0 1 0 30658234 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 3431 809 371 3 0 531 0
[pid=29750] ppid=29740 vsize=807332 CPUtime=0.5
/proc/29750/stat : 29750 (java) R 29740 29740 29531 0 -1 0 6661 0 1 0 46 4 0 0 25 0 8 0 30658315 826707968 6411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072934641 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29750/statm: 201833 6411 1506 14 0 189111 0
[pid=29750/tid=29751] ppid=29740 vsize=807332 CPUtime=0.02
/proc/29750/task/29751/stat : 29751 (java) S 29740 29740 29531 0 -1 64 492 0 0 0 2 0 0 0 16 0 8 0 30658318 826707968 6411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29752] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29752/stat : 29752 (java) S 29740 29740 29531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30658319 826707968 6411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29753] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29753/stat : 29753 (java) S 29740 29740 29531 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30658319 826707968 6411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29754] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29754/stat : 29754 (java) S 29740 29740 29531 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30658322 826707968 6411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29755] ppid=29740 vsize=807332 CPUtime=0.1
/proc/29750/task/29755/stat : 29755 (java) S 29740 29740 29531 0 -1 64 387 0 0 0 10 0 0 0 16 0 8 0 30658322 826707968 6411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29756] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29756/stat : 29756 (java) S 29740 29740 29531 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30658322 826707968 6411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29757] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29757/stat : 29757 (java) S 29740 29740 29531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30658322 826707968 6411 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) 821056

[startup+2.98794 s]
/proc/loadavg: 1.85 2.22 2.66 3/102 29757
/proc/meminfo: memFree=1217064/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=13724 CPUtime=0.74
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 1190 8830 0 1 2 1 65 6 16 0 1 0 30658234 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 3431 809 371 3 0 531 0
[pid=29750] ppid=29740 vsize=807332 CPUtime=2.15
/proc/29750/stat : 29750 (java) R 29740 29740 29531 0 -1 0 8241 0 1 0 201 14 0 0 25 0 8 0 30658315 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789933 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29750/statm: 201833 7988 1510 14 0 189111 0
[pid=29750/tid=29751] ppid=29740 vsize=807332 CPUtime=0.09
/proc/29750/task/29751/stat : 29751 (java) S 29740 29740 29531 0 -1 64 2012 0 0 0 8 1 0 0 17 0 8 0 30658318 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29752] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29752/stat : 29752 (java) S 29740 29740 29531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30658319 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29753] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29753/stat : 29753 (java) S 29740 29740 29531 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30658319 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29754] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29754/stat : 29754 (java) S 29740 29740 29531 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30658322 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29755] ppid=29740 vsize=807332 CPUtime=0.15
/proc/29750/task/29755/stat : 29755 (java) S 29740 29740 29531 0 -1 64 419 0 0 0 15 0 0 0 16 0 8 0 30658322 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29756] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29756/stat : 29756 (java) S 29740 29740 29531 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30658322 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29757] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29757/stat : 29757 (java) S 29740 29740 29531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30658322 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.89
Current children cumulated vsize (KiB) 821056

[startup+6.27558 s]
/proc/loadavg: 1.85 2.22 2.66 3/102 29757
/proc/meminfo: memFree=1154216/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=13724 CPUtime=0.74
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 1190 8830 0 1 2 1 65 6 16 0 1 0 30658234 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 3431 809 371 3 0 531 0
[pid=29750] ppid=29740 vsize=807332 CPUtime=5.38
/proc/29750/stat : 29750 (java) R 29740 29740 29531 0 -1 0 8243 0 1 0 503 35 0 0 25 0 8 0 30658315 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797598 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29750/statm: 201833 7990 1510 14 0 189111 0
[pid=29750/tid=29751] ppid=29740 vsize=807332 CPUtime=0.09
/proc/29750/task/29751/stat : 29751 (java) S 29740 29740 29531 0 -1 64 2012 0 0 0 8 1 0 0 16 0 8 0 30658318 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29752] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29752/stat : 29752 (java) S 29740 29740 29531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30658319 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29753] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29753/stat : 29753 (java) S 29740 29740 29531 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30658319 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29754] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29754/stat : 29754 (java) S 29740 29740 29531 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30658322 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29755] ppid=29740 vsize=807332 CPUtime=0.15
/proc/29750/task/29755/stat : 29755 (java) S 29740 29740 29531 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 30658322 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29756] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29756/stat : 29756 (java) S 29740 29740 29531 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30658322 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29750/tid=29757] ppid=29740 vsize=807332 CPUtime=0
/proc/29750/task/29757/stat : 29757 (java) S 29740 29740 29531 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30658322 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.12
Current children cumulated vsize (KiB) 821056

[startup+12.7568 s]
/proc/loadavg: 2.18 2.28 2.67 3/95 29758
/proc/meminfo: memFree=870752/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2112 17089 0 2 7 1 787 57 19 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=283432 CPUtime=4.04
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 68021 0 0 0 361 43 0 0 25 0 1 0 30659104 290234368 67816 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134637942 0 0 4096 0 0 0 0 17 1 0 0
/proc/29758/statm: 70858 67818 36 112 0 70742 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 300540

[startup+25.5863 s]
/proc/loadavg: 2.15 2.27 2.66 3/95 29758
/proc/meminfo: memFree=783456/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=347628 CPUtime=16.86
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86276 0 0 0 1631 55 0 0 25 0 1 0 30659104 355971072 85045 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/29758/statm: 86907 85045 51 112 0 86791 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 364736

[startup+51.2023 s]
/proc/loadavg: 2.16 2.26 2.65 3/95 29758
/proc/meminfo: memFree=781664/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=347628 CPUtime=42.46
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86276 0 0 0 4191 55 0 0 25 0 1 0 30659104 355971072 85045 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/29758/statm: 86907 85045 51 112 0 86791 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 364736

[startup+102.503 s]
/proc/loadavg: 2.13 2.23 2.62 3/95 29758
/proc/meminfo: memFree=778784/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=347628 CPUtime=93.75
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86281 0 0 0 9320 55 0 0 25 0 1 0 30659104 355971072 85050 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29758/statm: 86907 85050 51 112 0 86791 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 364736

[startup+162.589 s]
/proc/loadavg: 2.12 2.21 2.59 3/88 29825
/proc/meminfo: memFree=936592/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=347628 CPUtime=153.05
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86281 0 0 0 15245 60 0 0 25 0 1 0 30659104 355971072 85050 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 86907 85050 51 112 0 86791 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 364736

[startup+222.66 s]
/proc/loadavg: 2.04 2.17 2.54 3/88 29825
/proc/meminfo: memFree=938896/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=347628 CPUtime=212.81
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86281 0 0 0 21221 60 0 0 25 0 1 0 30659104 355971072 85050 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 86907 85050 51 112 0 86791 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 364736

[startup+282.742 s]
/proc/loadavg: 2.01 2.14 2.51 3/88 29825
/proc/meminfo: memFree=938896/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=347628 CPUtime=272.57
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86281 0 0 0 27197 60 0 0 25 0 1 0 30659104 355971072 85050 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 86907 85050 51 112 0 86791 0
Current children cumulated CPU time (s) 281.09
Current children cumulated vsize (KiB) 364736

[startup+342.813 s]
/proc/loadavg: 2.06 2.13 2.48 3/88 29825
/proc/meminfo: memFree=938896/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52

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

/proc/loadavg: 2.00 2.00 2.18 3/88 30022
/proc/meminfo: memFree=936688/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348172 CPUtime=1108.99
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86392 0 0 0 110815 84 0 0 25 0 1 0 30659104 356528128 85161 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87043 85161 51 112 0 86927 0
Current children cumulated CPU time (s) 1117.51
Current children cumulated vsize (KiB) 365280

[startup+1183.88 s]
/proc/loadavg: 2.00 2.00 2.17 3/88 30022
/proc/meminfo: memFree=936656/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348172 CPUtime=1168.74
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86397 0 0 0 116790 84 0 0 25 0 1 0 30659104 356528128 85166 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87043 85166 51 112 0 86927 0
Current children cumulated CPU time (s) 1177.26
Current children cumulated vsize (KiB) 365280

[startup+1243.96 s]
/proc/loadavg: 2.04 2.01 2.17 3/88 30022
/proc/meminfo: memFree=936528/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348172 CPUtime=1228.47
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86403 0 0 0 122763 84 0 0 25 0 1 0 30659104 356528128 85172 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87043 85172 51 112 0 86927 0
Current children cumulated CPU time (s) 1236.99
Current children cumulated vsize (KiB) 365280

[startup+1304.04 s]
/proc/loadavg: 2.08 2.03 2.16 3/88 30022
/proc/meminfo: memFree=936528/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348172 CPUtime=1288.24
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86408 0 0 0 128739 85 0 0 25 0 1 0 30659104 356528128 85177 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87043 85177 51 112 0 86927 0
Current children cumulated CPU time (s) 1296.76
Current children cumulated vsize (KiB) 365280

[startup+1364.11 s]
/proc/loadavg: 2.03 2.03 2.15 3/88 30022
/proc/meminfo: memFree=936464/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348172 CPUtime=1347.98
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86413 0 0 0 134713 85 0 0 25 0 1 0 30659104 356528128 85182 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87043 85182 51 112 0 86927 0
Current children cumulated CPU time (s) 1356.5
Current children cumulated vsize (KiB) 365280

[startup+1424.17 s]
/proc/loadavg: 2.01 2.02 2.14 3/88 30022
/proc/meminfo: memFree=936400/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348440 CPUtime=1407.7
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86418 0 0 0 140685 85 0 0 25 0 1 0 30659104 356802560 85187 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87110 85187 51 112 0 86994 0
Current children cumulated CPU time (s) 1416.22
Current children cumulated vsize (KiB) 365548

[startup+1484.25 s]
/proc/loadavg: 2.00 2.01 2.13 3/88 30022
/proc/meminfo: memFree=936272/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348440 CPUtime=1467.46
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86423 0 0 0 146661 85 0 0 25 0 1 0 30659104 356802560 85192 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87110 85192 51 112 0 86994 0
Current children cumulated CPU time (s) 1475.98
Current children cumulated vsize (KiB) 365548

[startup+1544.32 s]
/proc/loadavg: 2.03 2.02 2.12 3/88 30022
/proc/meminfo: memFree=936272/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348440 CPUtime=1527.21
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86428 0 0 0 152636 85 0 0 25 0 1 0 30659104 356802560 85197 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87110 85197 51 112 0 86994 0
Current children cumulated CPU time (s) 1535.73
Current children cumulated vsize (KiB) 365548

[startup+1604.39 s]
/proc/loadavg: 2.01 2.02 2.11 3/88 30022
/proc/meminfo: memFree=936208/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348440 CPUtime=1586.95
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86433 0 0 0 158609 86 0 0 25 0 1 0 30659104 356802560 85202 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528357 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87110 85202 51 112 0 86994 0
Current children cumulated CPU time (s) 1595.47
Current children cumulated vsize (KiB) 365548

[startup+1664.46 s]
/proc/loadavg: 2.00 2.01 2.10 3/88 30022
/proc/meminfo: memFree=936080/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348440 CPUtime=1646.7
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86438 0 0 0 164584 86 0 0 25 0 1 0 30659104 356802560 85207 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87110 85207 51 112 0 86994 0
Current children cumulated CPU time (s) 1655.22
Current children cumulated vsize (KiB) 365548

[startup+1724.53 s]
/proc/loadavg: 2.00 2.01 2.09 3/88 30022
/proc/meminfo: memFree=935952/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348440 CPUtime=1706.46
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86443 0 0 0 170559 87 0 0 25 0 1 0 30659104 356802560 85212 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528569 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87110 85212 51 112 0 86994 0
Current children cumulated CPU time (s) 1714.98
Current children cumulated vsize (KiB) 365548

[startup+1784.6 s]
/proc/loadavg: 2.00 2.00 2.08 3/88 30022
/proc/meminfo: memFree=935888/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348440 CPUtime=1766.19
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86449 0 0 0 176532 87 0 0 25 0 1 0 30659104 356802560 85218 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87110 85218 51 112 0 86994 0
Current children cumulated CPU time (s) 1774.71
Current children cumulated vsize (KiB) 365548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.07 s]
/proc/loadavg: 2.00 2.00 2.08 3/88 30022
/proc/meminfo: memFree=935760/2055920 swapFree=4192812/4192956
[pid=29740] ppid=29738 vsize=17108 CPUtime=8.52
/proc/29740/stat : 29740 (sugar) S 29738 29740 29531 0 -1 4194304 2121 17089 0 2 7 1 787 57 16 0 1 0 30658234 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29740/statm: 4277 1633 373 3 0 1377 0
[pid=29758] ppid=29740 vsize=348440 CPUtime=1791.54
/proc/29758/stat : 29758 (minisat) R 29740 29740 29531 0 -1 0 86451 0 0 0 179067 87 0 0 25 0 1 0 30659104 356802560 85220 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29758/statm: 87110 85220 51 112 0 86994 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 365548

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 29740 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=950791 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=663899
CPU time returned by wait4() is 8.61469
while last known CPU time is 1800.14

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

Real time (s): 1811.15
CPU time (s): 1800.14
CPU user time (s): 1798.61
CPU system time (s): 1.53
CPU usage (%): 99.3921
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.95079
system time used= 0.663899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19294
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= 1572
involuntary context switches= 1668

runsolver used 2.39464 s user time and 5.41318 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan 29 21:43:56 UTC 2007


IDJOB= 234850
IDBENCH= 6720
IDSOLVER= 86
FILE ID= node9/234850-1170107036

PBS_JOBID= 3689909

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  7d649d40bbdb45b9d55cf03b7043e3bf

RANDOM SEED= 890333307

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.263
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.263
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:       1258184 kB
Buffers:         20492 kB
Cached:          57028 kB
SwapCached:          0 kB
Active:         717284 kB
Inactive:        34024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:         699360 kB
Slab:            30052 kB
Committed_AS:  1329492 kB
PageTables:       3324 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= 66440 MiB



End job on node9 on Mon Jan 29 22:14:07 UTC 2007