Trace number 234951

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.12 1809.55

General information on the benchmark

Nametaillard/
js-taillard-20-15/js-taillard-20-15-95-2.xml
MD5SUMe184d0111a102714e0d361c1b279750d
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 size1300
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/234951-1170107061/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/234951-1170107061/unknown.xml [Mon Jan 29 22:44:21 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/234951-1170107061/unknown.xml /tmp/evaluation/234951-1170107061/sugar15933.csp [Mon Jan 29 22:44:21 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234951-1170107061/sugar-v0-40.jar -convert /tmp/evaluation/234951-1170107061/unknown.xml /tmp/evaluation/234951-1170107061/sugar15933.csp
0.23	c BEGIN convert /tmp/evaluation/234951-1170107061/unknown.xml
0.88	c END convert (0.650332 seconds)
0.92	c # CONVERT_XML  END : /tmp/evaluation/234951-1170107061/sugar15933.csp 149806 bytes (1 seconds) [Mon Jan 29 22:44:22 2007]
0.92	c # CONVERT_XML  CPU : 0.76 = 0 + 0 + 0.7 + 0.06
0.92	
0.92	c # GENERATE_SAT  BEGIN : /tmp/evaluation/234951-1170107061/sugar15933.bcnf [Mon Jan 29 22:44:22 2007]
0.92	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234951-1170107061/sugar-v0-40.jar -bcnf -map /tmp/evaluation/234951-1170107061/sugar15933.map /tmp/evaluation/234951-1170107061/sugar15933.csp /tmp/evaluation/234951-1170107061/sugar15933.bcnf
1.04	c BEGIN parse /tmp/evaluation/234951-1170107061/sugar15933.csp
1.64	c END parse (0.600993 seconds)
1.64	c BEGIN simplify
1.67	c END simplify (0.032233 seconds)
1.67	c BEGIN encode /tmp/evaluation/234951-1170107061/sugar15933.bcnf
8.70	c END encode (7.030889 seconds)
8.82	c # GENERATE_SAT  END : 381159 variables 7584496 clauses 118441728 bytes (8 seconds) [Mon Jan 29 22:44:30 2007]
8.82	c # GENERATE_SAT  CPU : 7.77 = 0.05 + 0.01 + 7.11 + 0.6
8.82	
8.82	c # SOLVE_SAT  BEGIN : /tmp/evaluation/234951-1170107061/sugar15933.bcnf [Mon Jan 29 22:44:30 2007]
8.82	c # CMD : /tmp/evaluation/234951-1170107061/minisat /tmp/evaluation/234951-1170107061/sugar15933.bcnf /tmp/evaluation/234951-1170107061/sugar15933.out
16.27	c ==================================[MINISAT]===================================
16.28	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
16.28	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
16.28	c ==============================================================================
16.28	c |         0 | 3890381 11037292 | 1296793       0        0     nan |  0.000 % |
17.81	c |       102 | 3890382 11037292 | 1426472     101      923     9.1 | 53.565 % |
19.62	c |       252 | 3890382 11037292 | 1569119     251     2441     9.7 | 53.565 % |
22.66	c |       478 | 3890384 11037292 | 1726031     475     5273    11.1 | 53.565 % |
26.48	c |       815 | 3890387 11037292 | 1898634     809    10059    12.4 | 53.565 % |
32.93	c |      1321 | 3890389 11037292 | 2088498    1313    18279    13.9 | 53.565 % |
40.89	c |      2080 | 3890392 11037292 | 2297347    2069    30657    14.8 | 53.565 % |
56.51	c |      3220 | 3890397 11037292 | 2527082    3204    56985    17.8 | 53.565 % |
79.53	c |      4928 | 3889658 11035069 | 2779790    4389    78103    17.8 | 53.566 % |
111.14	c |      7490 | 3889663 11035069 | 3057770    6946   131232    18.9 | 53.566 % |
159.97	c |     11336 | 3889668 11035069 | 3363547   10787   208295    19.3 | 53.566 % |
244.10	c |     17102 | 3888977 11032993 | 3699901   12828   237548    18.5 | 53.566 % |
351.94	c |     25751 | 3888986 11032993 | 4069891   21468   452388    21.1 | 53.566 % |
532.16	c |     38725 | 3888993 11032993 | 4476881   34435   805362    23.4 | 53.566 % |
815.71	c |     58186 | 3889001 11032993 | 4924569   53888  1330531    24.7 | 53.566 % |
1240.05	c |     87378 | 3889006 11032993 | 5417026   83075  2133399    25.7 | 53.566 % |
1808.29	
1808.29	s UNKNOWN
1808.29	c # INTERRUPTED
1808.29	c # MAIN  END :  (1808 seconds) [Mon Jan 29 23:14:29 2007]
1808.29	c # MAIN  CPU : 8.53 = 0.05 + 0.01 + 7.81 + 0.66
1808.29	

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/node23/watcher-234951-1170107061 -o ROOT/results/node23/solver-234951-1170107061 -C 1800 -M 900 /tmp/evaluation/234951-1170107061/solver /tmp/evaluation/234951-1170107061 /tmp/evaluation/234951-1170107061/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.98 2.17 2.58 5/87 15934
/proc/meminfo: memFree=1516664/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=5352 CPUtime=0
/proc/15933/stat : 15933 (solver) R 15931 15933 15734 0 -1 4194304 264 0 0 0 0 0 0 0 25 0 1 0 30659963 5480448 231 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 238487661863 0 0 4096 0 0 0 0 17 1 0 0
/proc/15933/statm: 1338 231 193 169 0 49 0

[startup+0.12048 s]
/proc/loadavg: 1.98 2.17 2.58 5/87 15934
/proc/meminfo: memFree=1516664/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=13724 CPUtime=0.03
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 30659963 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.529349 s]
/proc/loadavg: 1.98 2.17 2.58 5/87 15934
/proc/meminfo: memFree=1516664/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=13724 CPUtime=0.03
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30659963 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.35845 s]
/proc/loadavg: 1.98 2.17 2.58 4/95 15950
/proc/meminfo: memFree=1508280/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=13724 CPUtime=0.8
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 1190 8818 0 1 3 1 70 6 15 0 1 0 30659963 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 3431 809 371 3 0 531 0
[pid=15943] ppid=15933 vsize=807064 CPUtime=0.42
/proc/15943/stat : 15943 (java) R 15933 15933 15734 0 -1 0 6572 0 1 0 38 4 0 0 17 0 8 0 30660055 826433536 6322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942674 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15943/statm: 201766 6322 1506 14 0 189044 0
[pid=15943/tid=15944] ppid=15933 vsize=807064 CPUtime=0.02
/proc/15943/task/15944/stat : 15944 (java) S 15933 15933 15734 0 -1 64 491 0 0 0 2 0 0 0 16 0 8 0 30660058 826433536 6322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15945] ppid=15933 vsize=807064 CPUtime=0
/proc/15943/task/15945/stat : 15945 (java) S 15933 15933 15734 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30660058 826433536 6322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15946] ppid=15933 vsize=807064 CPUtime=0
/proc/15943/task/15946/stat : 15946 (java) S 15933 15933 15734 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30660059 826433536 6322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15947] ppid=15933 vsize=807064 CPUtime=0
/proc/15943/task/15947/stat : 15947 (java) S 15933 15933 15734 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30660062 826433536 6322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15948] ppid=15933 vsize=807064 CPUtime=0.06
/proc/15943/task/15948/stat : 15948 (java) R 15933 15933 15734 0 -1 64 298 0 0 0 6 0 0 0 19 0 8 0 30660062 826433536 6322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15949] ppid=15933 vsize=807064 CPUtime=0
/proc/15943/task/15949/stat : 15949 (java) S 15933 15933 15734 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30660062 826433536 6322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15950] ppid=15933 vsize=807064 CPUtime=0
/proc/15943/task/15950/stat : 15950 (java) S 15933 15933 15734 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30660062 826433536 6322 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 820788

[startup+3.00363 s]
/proc/loadavg: 1.98 2.17 2.58 3/95 15950
/proc/meminfo: memFree=1480056/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=13724 CPUtime=0.8
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 1190 8818 0 1 3 1 70 6 16 0 1 0 30659963 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 3431 809 371 3 0 531 0
[pid=15943] ppid=15933 vsize=807332 CPUtime=2.06
/proc/15943/stat : 15943 (java) R 15933 15933 15734 0 -1 0 8241 0 1 0 190 16 0 0 25 0 8 0 30660055 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810945 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15943/statm: 201833 7988 1510 14 0 189111 0
[pid=15943/tid=15944] ppid=15933 vsize=807332 CPUtime=0.09
/proc/15943/task/15944/stat : 15944 (java) S 15933 15933 15734 0 -1 64 2011 0 0 0 9 0 0 0 16 0 8 0 30660058 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15945] ppid=15933 vsize=807332 CPUtime=0
/proc/15943/task/15945/stat : 15945 (java) S 15933 15933 15734 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30660058 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15946] ppid=15933 vsize=807332 CPUtime=0
/proc/15943/task/15946/stat : 15946 (java) S 15933 15933 15734 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30660059 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15947] ppid=15933 vsize=807332 CPUtime=0
/proc/15943/task/15947/stat : 15947 (java) S 15933 15933 15734 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30660062 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15948] ppid=15933 vsize=807332 CPUtime=0.16
/proc/15943/task/15948/stat : 15948 (java) S 15933 15933 15734 0 -1 64 419 0 0 0 16 0 0 0 16 0 8 0 30660062 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15949] ppid=15933 vsize=807332 CPUtime=0
/proc/15943/task/15949/stat : 15949 (java) S 15933 15933 15734 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30660062 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15950] ppid=15933 vsize=807332 CPUtime=0
/proc/15943/task/15950/stat : 15950 (java) S 15933 15933 15734 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30660062 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.86
Current children cumulated vsize (KiB) 821056

[startup+6.29 s]
/proc/loadavg: 1.98 2.17 2.58 3/95 15950
/proc/meminfo: memFree=1420728/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=13724 CPUtime=0.8
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 1190 8818 0 1 3 1 70 6 16 0 1 0 30659963 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 3431 809 371 3 0 531 0
[pid=15943] ppid=15933 vsize=807332 CPUtime=5.31
/proc/15943/stat : 15943 (java) R 15933 15933 15734 0 -1 0 8243 0 1 0 491 40 0 0 25 0 8 0 30660055 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15943/statm: 201833 7990 1510 14 0 189111 0
[pid=15943/tid=15944] ppid=15933 vsize=807332 CPUtime=0.09
/proc/15943/task/15944/stat : 15944 (java) S 15933 15933 15734 0 -1 64 2011 0 0 0 9 0 0 0 16 0 8 0 30660058 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15945] ppid=15933 vsize=807332 CPUtime=0
/proc/15943/task/15945/stat : 15945 (java) S 15933 15933 15734 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30660058 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15946] ppid=15933 vsize=807332 CPUtime=0
/proc/15943/task/15946/stat : 15946 (java) S 15933 15933 15734 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30660059 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15947] ppid=15933 vsize=807332 CPUtime=0
/proc/15943/task/15947/stat : 15947 (java) S 15933 15933 15734 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30660062 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15948] ppid=15933 vsize=807332 CPUtime=0.17
/proc/15943/task/15948/stat : 15948 (java) S 15933 15933 15734 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30660062 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15949] ppid=15933 vsize=807332 CPUtime=0
/proc/15943/task/15949/stat : 15949 (java) S 15933 15933 15734 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30660062 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15943/tid=15950] ppid=15933 vsize=807332 CPUtime=0
/proc/15943/task/15950/stat : 15950 (java) S 15933 15933 15734 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30660062 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.11
Current children cumulated vsize (KiB) 821056

[startup+12.6967 s]
/proc/loadavg: 2.06 2.19 2.58 3/88 15951
/proc/meminfo: memFree=1153904/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2112 17078 0 2 8 1 781 66 18 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=266892 CPUtime=3.83
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 63011 0 0 0 336 47 0 0 25 0 1 0 30660845 273297408 62806 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134523322 0 0 4096 0 0 0 0 17 1 0 0
/proc/15951/statm: 66723 62806 36 112 0 66607 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 284000

[startup+25.5242 s]
/proc/loadavg: 2.05 2.18 2.57 3/88 15951
/proc/meminfo: memFree=1081136/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323040 CPUtime=16.6
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79055 0 0 0 1601 59 0 0 25 0 1 0 30660845 330792960 77824 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15951/statm: 80760 77824 51 112 0 80644 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 340148

[startup+51.2021 s]
/proc/loadavg: 2.03 2.16 2.55 3/88 15951
/proc/meminfo: memFree=1078768/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323040 CPUtime=42.15
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79055 0 0 0 4156 59 0 0 25 0 1 0 30660845 330792960 77824 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15951/statm: 80760 77824 51 112 0 80644 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 340148

[startup+102.455 s]
/proc/loadavg: 2.01 2.13 2.52 3/88 15951
/proc/meminfo: memFree=1080560/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323040 CPUtime=93.17
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79055 0 0 0 9257 60 0 0 25 0 1 0 30660845 330792960 77824 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15951/statm: 80760 77824 51 112 0 80644 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 340148

[startup+162.545 s]
/proc/loadavg: 2.00 2.11 2.49 3/88 15951
/proc/meminfo: memFree=1079664/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323040 CPUtime=152.97
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79055 0 0 0 15237 60 0 0 25 0 1 0 30660845 330792960 77824 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/15951/statm: 80760 77824 51 112 0 80644 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 340148

[startup+222.638 s]
/proc/loadavg: 2.00 2.08 2.45 3/88 15951
/proc/meminfo: memFree=1079216/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323040 CPUtime=212.79
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79055 0 0 0 21218 61 0 0 25 0 1 0 30660845 330792960 77824 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528031 0 0 4096 3 0 0 0 17 1 0 0
/proc/15951/statm: 80760 77824 51 112 0 80644 0
Current children cumulated CPU time (s) 221.35
Current children cumulated vsize (KiB) 340148

[startup+282.733 s]
/proc/loadavg: 2.06 2.08 2.43 3/88 15951
/proc/meminfo: memFree=1078832/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323040 CPUtime=272.59
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79061 0 0 0 27198 61 0 0 25 0 1 0 30660845 330792960 77830 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/15951/statm: 80760 77830 51 112 0 80644 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 340148

[startup+342.819 s]
/proc/loadavg: 2.02 2.07 2.40 3/88 15951
/proc/meminfo: memFree=1078320/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56

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

/proc/loadavg: 2.05 2.01 2.16 3/88 16149
/proc/meminfo: memFree=1073328/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323404 CPUtime=1109.63
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79135 0 0 0 110899 64 0 0 25 0 1 0 30660845 331165696 77904 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15951/statm: 80851 77904 51 112 0 80735 0
Current children cumulated CPU time (s) 1118.19
Current children cumulated vsize (KiB) 340512

[startup+1184.02 s]
/proc/loadavg: 2.07 2.02 2.15 3/88 16149
/proc/meminfo: memFree=1073264/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323404 CPUtime=1169.43
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79139 0 0 0 116879 64 0 0 25 0 1 0 30660845 331165696 77908 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528253 0 0 4096 3 0 0 0 17 1 0 0
/proc/15951/statm: 80851 77908 51 112 0 80735 0
Current children cumulated CPU time (s) 1177.99
Current children cumulated vsize (KiB) 340512

[startup+1244.11 s]
/proc/loadavg: 2.02 2.02 2.14 3/88 16149
/proc/meminfo: memFree=1072688/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323404 CPUtime=1229.25
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79143 0 0 0 122860 65 0 0 25 0 1 0 30660845 331165696 77912 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528105 0 0 4096 3 0 0 0 17 1 0 0
/proc/15951/statm: 80851 77912 51 112 0 80735 0
Current children cumulated CPU time (s) 1237.81
Current children cumulated vsize (KiB) 340512

[startup+1304.2 s]
/proc/loadavg: 2.29 2.08 2.15 3/95 16255
/proc/meminfo: memFree=62464/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323404 CPUtime=1289.17
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79147 0 0 0 128829 88 0 0 25 0 1 0 30660845 331165696 77916 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528795 0 0 4096 3 0 0 0 17 0 0 0
/proc/15951/statm: 80851 77916 51 112 0 80735 0
Current children cumulated CPU time (s) 1297.73
Current children cumulated vsize (KiB) 340512

[startup+1364.29 s]
/proc/loadavg: 2.30 2.12 2.16 3/95 16255
/proc/meminfo: memFree=16192/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323404 CPUtime=1349.09
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79151 0 0 0 134802 107 0 0 25 0 1 0 30660845 331165696 77920 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/15951/statm: 80851 77920 51 112 0 80735 0
Current children cumulated CPU time (s) 1357.65
Current children cumulated vsize (KiB) 340512

[startup+1424.39 s]
/proc/loadavg: 3.07 2.34 2.23 3/95 16322
/proc/meminfo: memFree=519168/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323584 CPUtime=1409.05
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79155 0 0 0 140773 132 0 0 25 0 1 0 30660845 331350016 77924 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15951/statm: 80896 77924 51 112 0 80780 0
Current children cumulated CPU time (s) 1417.61
Current children cumulated vsize (KiB) 340692

[startup+1484.46 s]
/proc/loadavg: 4.29 2.82 2.40 4/95 16336
/proc/meminfo: memFree=15040/2055920 swapFree=4192956/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323584 CPUtime=1468.93
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79159 0 0 0 146733 160 0 0 25 0 1 0 30660845 331350016 77928 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/15951/statm: 80896 77928 51 112 0 80780 0
Current children cumulated CPU time (s) 1477.49
Current children cumulated vsize (KiB) 340692

[startup+1544.52 s]
/proc/loadavg: 4.74 3.22 2.56 3/95 16354
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323584 CPUtime=1528.81
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79163 0 0 0 152692 189 0 0 25 0 1 0 30660845 331350016 77932 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/15951/statm: 80896 77932 51 112 0 80780 0
Current children cumulated CPU time (s) 1537.37
Current children cumulated vsize (KiB) 340692

[startup+1604.55 s]
/proc/loadavg: 3.85 3.23 2.61 3/95 16371
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323584 CPUtime=1588.63
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79167 0 0 0 158642 221 0 0 25 0 1 0 30660845 331350016 77936 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528284 0 0 4096 3 0 0 0 17 0 0 0
/proc/15951/statm: 80896 77936 51 112 0 80780 0
Current children cumulated CPU time (s) 1597.19
Current children cumulated vsize (KiB) 340692

[startup+1664.58 s]
/proc/loadavg: 4.26 3.41 2.70 3/99 16394
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323584 CPUtime=1648.36
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79171 0 0 0 164582 254 0 0 25 0 1 0 30660845 331350016 77940 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15951/statm: 80896 77940 51 112 0 80780 0
Current children cumulated CPU time (s) 1656.92
Current children cumulated vsize (KiB) 340692

[startup+1724.67 s]
/proc/loadavg: 7.43 4.54 3.14 3/99 16418
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323584 CPUtime=1708.15
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79175 0 0 0 170529 286 0 0 25 0 1 0 30660845 331350016 77944 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/15951/statm: 80896 77944 51 112 0 80780 0
Current children cumulated CPU time (s) 1716.71
Current children cumulated vsize (KiB) 340692

[startup+1784.74 s]
/proc/loadavg: 5.50 4.58 3.24 3/95 16434
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323584 CPUtime=1768.03
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79179 0 0 0 176493 310 0 0 25 0 1 0 30660845 331350016 77948 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15951/statm: 80896 77948 51 112 0 80780 0
Current children cumulated CPU time (s) 1776.59
Current children cumulated vsize (KiB) 340692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.29 s]
/proc/loadavg: 4.78 4.49 3.25 3/95 16434
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=15933] ppid=15931 vsize=17108 CPUtime=8.56
/proc/15933/stat : 15933 (sugar) S 15931 15933 15734 0 -1 4194304 2121 17078 0 2 8 1 781 66 16 0 1 0 30659963 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15933/statm: 4277 1633 373 3 0 1377 0
[pid=15951] ppid=15933 vsize=323584 CPUtime=1791.5
/proc/15951/stat : 15951 (minisat) R 15933 15933 15734 0 -1 0 79181 0 0 0 178831 319 0 0 25 0 1 0 30660845 331350016 77950 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/15951/statm: 80896 77950 51 112 0 80780 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 340692

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 15933 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=903798 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=696894
CPU time returned by wait4() is 8.60069
while last known CPU time is 1800.12

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

Real time (s): 1809.55
CPU time (s): 1800.12
CPU user time (s): 1796.2
CPU system time (s): 3.92
CPU usage (%): 99.4787
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.9038
system time used= 0.696894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19284
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= 1509
involuntary context switches= 1478

runsolver used 2.08268 s user time and 6.00709 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Jan 29 21:44:21 UTC 2007


IDJOB= 234951
IDBENCH= 6729
IDSOLVER= 86
FILE ID= node23/234951-1170107061

PBS_JOBID= 3689791

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-2.xml
COMMAND LINE= /tmp/evaluation/234951-1170107061/solver /tmp/evaluation/234951-1170107061 /tmp/evaluation/234951-1170107061/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-234951-1170107061 -o ROOT/results/node23/solver-234951-1170107061 -C 1800 -M 900  /tmp/evaluation/234951-1170107061/solver /tmp/evaluation/234951-1170107061 /tmp/evaluation/234951-1170107061/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  e184d0111a102714e0d361c1b279750d

RANDOM SEED= 605349865

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.216
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.216
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:       1517080 kB
Buffers:         52680 kB
Cached:         334172 kB
SwapCached:          0 kB
Active:         234616 kB
Inactive:       232852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1196 kB
Writeback:           0 kB
Mapped:         100328 kB
Slab:            56228 kB
Committed_AS:   473968 kB
PageTables:       2092 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= 57459 MiB



End job on node23 on Mon Jan 29 22:14:31 UTC 2007