Trace number 210634

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.01 1817.39

General information on the benchmark

NamepseudoSeries/fpga/
fpga-30-28.xml
MD5SUMade77c7cca28b37312b930505046f764
Bench CategoryN-ARY-INT (n-ary 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 variables1260
Number of constraints926
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension926
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/210634-1170097936/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/210634-1170097936/unknown.xml [Mon Jan 29 20:12:16 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/210634-1170097936/unknown.xml /tmp/evaluation/210634-1170097936/sugar14098.csp [Mon Jan 29 20:12:16 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210634-1170097936/sugar-v0-40.jar -convert /tmp/evaluation/210634-1170097936/unknown.xml /tmp/evaluation/210634-1170097936/sugar14098.csp
0.17	c BEGIN convert /tmp/evaluation/210634-1170097936/unknown.xml
0.70	c END convert (0.526194 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/210634-1170097936/sugar14098.csp 179542 bytes (1 seconds) [Mon Jan 29 20:12:17 2007]
0.70	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/210634-1170097936/sugar14098.bcnf [Mon Jan 29 20:12:17 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210634-1170097936/sugar-v0-40.jar -bcnf -map /tmp/evaluation/210634-1170097936/sugar14098.map /tmp/evaluation/210634-1170097936/sugar14098.csp /tmp/evaluation/210634-1170097936/sugar14098.bcnf
0.83	c BEGIN parse /tmp/evaluation/210634-1170097936/sugar14098.csp
2.58	c END parse (1.750856 seconds)
2.58	c BEGIN simplify
2.59	c END simplify (0.005551 seconds)
2.59	c BEGIN encode /tmp/evaluation/210634-1170097936/sugar14098.bcnf
2.73	c END encode (0.140906 seconds)
2.83	c # GENERATE_SAT  END : 11634 variables 52996 clauses 734272 bytes (2 seconds) [Mon Jan 29 20:12:19 2007]
2.83	c # GENERATE_SAT  CPU : 2.06 = 0.06 + 0 + 1.95 + 0.05
2.83	
2.83	c # SOLVE_SAT  BEGIN : /tmp/evaluation/210634-1170097936/sugar14098.bcnf [Mon Jan 29 20:12:19 2007]
2.83	c # CMD : /tmp/evaluation/210634-1170097936/minisat /tmp/evaluation/210634-1170097936/sugar14098.bcnf /tmp/evaluation/210634-1170097936/sugar14098.out
2.86	c ==================================[MINISAT]===================================
2.86	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.86	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.86	c ==============================================================================
2.86	c |         0 |   42000   109042 |   14000       0        0     nan |  0.000 % |
2.88	c |       100 |   42000   109042 |   15400     100     4844    48.4 | 23.053 % |
2.90	c |       250 |   42000   109042 |   16940     250    10148    40.6 | 23.053 % |
2.91	c |       476 |   42000   109042 |   18634     476    16001    33.6 | 23.053 % |
2.94	c |       813 |   42000   109042 |   20497     813    22569    27.8 | 23.053 % |
2.99	c |      1319 |   42000   109042 |   22547    1319    41502    31.5 | 23.053 % |
3.06	c |      2078 |   42000   109042 |   24801    2078    62118    29.9 | 23.053 % |
3.23	c |      3217 |   42000   109042 |   27282    3217   130726    40.6 | 23.053 % |
3.46	c |      4925 |   42000   109042 |   30010    4925   229189    46.5 | 23.053 % |
4.09	c |      7487 |   42000   109042 |   33011    7487   482618    64.5 | 23.053 % |
4.60	c |     11336 |   42000   109042 |   36312   11336   659409    58.2 | 23.053 % |
5.74	c |     17103 |   42000   109042 |   39943   17103   998592    58.4 | 23.053 % |
7.37	c |     25753 |   42000   109042 |   43937   25753  1402311    54.5 | 23.053 % |
13.41	c |     38727 |   42000   109042 |   48331   38727  2317731    59.8 | 23.053 % |
20.50	c |     58190 |   42000   109042 |   53164   16165   809975    50.1 | 23.053 % |
25.92	c |     87382 |   42000   109042 |   58481   45357  1925695    42.5 | 23.053 % |
44.05	c |    131171 |   42000   109042 |   64329   37405  2088714    55.8 | 23.053 % |
87.56	c |    196855 |   42000   109042 |   70762   46079  2968007    64.4 | 23.053 % |
195.52	c |    295383 |   42000   109042 |   77838   21601  1825749    84.5 | 23.053 % |
378.09	c |    443174 |   42000   109042 |   85622   32277  2609863    80.9 | 23.053 % |
483.90	c |    664859 |   42000   109042 |   94184   29989   977744    32.6 | 23.053 % |
685.28	c |    997384 |   42000   109042 |  103603   23181   995563    42.9 | 23.053 % |
1185.45	c |   1496172 |   42000   109042 |  113963   44271  1576865    35.6 | 23.053 % |
1799.07	c |   2244355 |   42000   109042 |  125360   61766  1376015    22.3 | 23.053 % |
1816.38	
1816.38	s UNKNOWN
1816.38	c # INTERRUPTED
1816.38	c # MAIN  END :  (1817 seconds) [Mon Jan 29 20:42:33 2007]
1816.38	c # MAIN  CPU : 2.06 = 0.06 + 0 + 1.95 + 0.05
1816.38	

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-210634-1170097936 -o ROOT/results/node23/solver-210634-1170097936 -C 1800 -M 900 /tmp/evaluation/210634-1170097936/solver /tmp/evaluation/210634-1170097936 /tmp/evaluation/210634-1170097936/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.68 1.92 1.97 5/88 14099
/proc/meminfo: memFree=1533504/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=18540 CPUtime=0
/proc/14098/stat : 14098 (runsolver) R 14096 14098 13558 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 29747508 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14098/statm: 4635 279 244 17 0 2626 0

[startup+0.109986 s]
/proc/loadavg: 1.68 1.92 1.97 5/88 14099
/proc/meminfo: memFree=1533504/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=13724 CPUtime=0.04
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 1112 0 0 0 3 1 0 0 21 0 1 0 29747508 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518032 s]
/proc/loadavg: 1.68 1.92 1.97 5/88 14099
/proc/meminfo: memFree=1533504/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=13724 CPUtime=0.04
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29747508 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34113 s]
/proc/loadavg: 1.68 1.92 1.97 4/97 14115
/proc/meminfo: memFree=1511992/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=13724 CPUtime=0.04
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29747508 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 3431 808 370 3 0 531 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14108] ppid=14098 vsize=807368 CPUtime=0.6
/proc/14108/stat : 14108 (java) R 14098 14098 13558 0 -1 0 7494 0 1 0 57 3 0 0 17 0 8 0 29747579 826744832 7243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072917392 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14108/statm: 201842 7243 1506 14 0 189120 0
[pid=14108/tid=14109] ppid=14098 vsize=807368 CPUtime=0.05
/proc/14108/task/14109/stat : 14109 (java) S 14098 14098 13558 0 -1 64 1315 0 0 0 5 0 0 0 16 0 8 0 29747582 826744832 7243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14108/tid=14110] ppid=14098 vsize=807368 CPUtime=0
/proc/14108/task/14110/stat : 14110 (java) S 14098 14098 13558 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29747583 826744832 7243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14108/tid=14111] ppid=14098 vsize=807368 CPUtime=0
/proc/14108/task/14111/stat : 14111 (java) S 14098 14098 13558 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29747583 826744832 7243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14108/tid=14112] ppid=14098 vsize=807368 CPUtime=0
/proc/14108/task/14112/stat : 14112 (java) S 14098 14098 13558 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29747587 826744832 7243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14108/tid=14113] ppid=14098 vsize=807368 CPUtime=0.11
/proc/14108/task/14113/stat : 14113 (java) R 14098 14098 13558 0 -1 64 393 0 0 0 11 0 0 0 20 0 8 0 29747587 826744832 7243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14108/tid=14114] ppid=14098 vsize=807368 CPUtime=0
/proc/14108/task/14114/stat : 14114 (java) S 14098 14098 13558 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29747587 826744832 7243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14108/tid=14115] ppid=14098 vsize=807368 CPUtime=0
/proc/14108/task/14115/stat : 14115 (java) S 14098 14098 13558 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29747587 826744832 7243 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 821092

[startup+2.99231 s]
/proc/loadavg: 1.68 1.92 1.97 3/97 14115
/proc/meminfo: memFree=1503224/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 15 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 17368

[startup+6.29269 s]
/proc/loadavg: 1.71 1.92 1.97 3/90 14116
/proc/meminfo: memFree=1520304/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=8952 CPUtime=3.41
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 2090 0 0 0 340 1 0 0 25 0 1 0 29747791 9166848 1895 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 2238 1895 52 112 0 2122 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 26320

[startup+12.7574 s]
/proc/loadavg: 1.73 1.92 1.97 3/90 14116
/proc/meminfo: memFree=1514160/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=14260 CPUtime=9.82
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 3393 0 0 0 980 2 0 0 25 0 1 0 29747791 14602240 3198 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 3565 3198 52 112 0 3449 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 31628

[startup+25.6049 s]
/proc/loadavg: 1.79 1.92 1.97 3/90 14116
/proc/meminfo: memFree=1505968/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=18828 CPUtime=22.55
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 4525 0 0 0 2252 3 0 0 25 0 1 0 29747791 19279872 4330 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 4707 4330 52 112 0 4591 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 36196

[startup+51.2968 s]
/proc/loadavg: 1.86 1.93 1.97 3/90 14116
/proc/meminfo: memFree=1502896/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=21784 CPUtime=48.01
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 5229 0 0 0 4797 4 0 0 25 0 1 0 29747791 22306816 5034 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 5446 5034 52 112 0 5330 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 39152

[startup+102.58 s]
/proc/loadavg: 1.94 1.94 1.97 3/90 14116
/proc/meminfo: memFree=1488176/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=32004 CPUtime=98.81
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 7766 0 0 0 9875 6 0 0 25 0 1 0 29747791 32772096 7571 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527393 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 8001 7571 52 112 0 7885 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 49372

[startup+162.598 s]
/proc/loadavg: 1.98 1.95 1.97 3/90 14116
/proc/meminfo: memFree=1482672/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=34924 CPUtime=158.29
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 8442 0 0 0 15822 7 0 0 25 0 1 0 29747791 35762176 8247 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 8731 8247 52 112 0 8615 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 52292

[startup+222.616 s]
/proc/loadavg: 1.99 1.95 1.97 3/90 14116
/proc/meminfo: memFree=1469808/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=42348 CPUtime=217.76
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 10246 0 0 0 21766 10 0 0 25 0 1 0 29747791 43364352 10051 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 10587 10051 52 112 0 10471 0
Current children cumulated CPU time (s) 220.5
Current children cumulated vsize (KiB) 59716

[startup+282.637 s]
/proc/loadavg: 2.03 1.97 1.98 3/90 14116
/proc/meminfo: memFree=1461680/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=47744 CPUtime=277.23
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 11568 0 0 0 27712 11 0 0 25 0 1 0 29747791 48889856 11373 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 11936 11373 52 112 0 11820 0
Current children cumulated CPU time (s) 279.97
Current children cumulated vsize (KiB) 65112

[startup+342.666 s]
/proc/loadavg: 2.05 1.99 1.98 3/90 14116
/proc/meminfo: memFree=1460336/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 12767 0 0 0 122856 20 0 0 25 0 1 0 29747791 54890496 12572 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 13401 12572 52 112 0 13285 0
Current children cumulated CPU time (s) 1231.5
Current children cumulated vsize (KiB) 70972

[startup+1302.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14116
/proc/meminfo: memFree=1431472/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=53924 CPUtime=1288.23
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 12855 0 0 0 128803 20 0 0 25 0 1 0 29747791 55218176 12660 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 13481 12660 52 112 0 13365 0
Current children cumulated CPU time (s) 1290.97
Current children cumulated vsize (KiB) 71292

[startup+1362.98 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14116
/proc/meminfo: memFree=1430704/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=54244 CPUtime=1347.7
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 12926 0 0 0 134750 20 0 0 25 0 1 0 29747791 55545856 12731 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527977 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 13561 12731 52 112 0 13445 0
Current children cumulated CPU time (s) 1350.44
Current children cumulated vsize (KiB) 71612

[startup+1423 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14116
/proc/meminfo: memFree=1429872/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=54868 CPUtime=1407.18
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 13055 0 0 0 140697 21 0 0 25 0 1 0 29747791 56184832 12860 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 13717 12860 52 112 0 13601 0
Current children cumulated CPU time (s) 1409.92
Current children cumulated vsize (KiB) 72236

[startup+1483.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14118
/proc/meminfo: memFree=1428464/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=55892 CPUtime=1466.64
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 13261 0 0 0 146643 21 0 0 25 0 1 0 29747791 57233408 13058 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 13973 13058 52 112 0 13857 0
Current children cumulated CPU time (s) 1469.38
Current children cumulated vsize (KiB) 73260

[startup+1543.04 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 14118
/proc/meminfo: memFree=1427504/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=56792 CPUtime=1526.12
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 13500 0 0 0 152590 22 0 0 25 0 1 0 29747791 58155008 13297 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 14198 13297 52 112 0 14082 0
Current children cumulated CPU time (s) 1528.86
Current children cumulated vsize (KiB) 74160

[startup+1603.06 s]
/proc/loadavg: 2.02 2.01 2.00 3/90 14118
/proc/meminfo: memFree=1421680/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=57416 CPUtime=1585.58
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 13620 0 0 0 158536 22 0 0 25 0 1 0 29747791 58793984 13417 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 14354 13417 52 112 0 14238 0
Current children cumulated CPU time (s) 1588.32
Current children cumulated vsize (KiB) 74784

[startup+1663.08 s]
/proc/loadavg: 2.08 2.02 2.00 3/90 14118
/proc/meminfo: memFree=1420528/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=57908 CPUtime=1645.06
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 13707 0 0 0 164483 23 0 0 25 0 1 0 29747791 59297792 13504 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 14477 13504 52 112 0 14361 0
Current children cumulated CPU time (s) 1647.8
Current children cumulated vsize (KiB) 75276

[startup+1723.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/90 14118
/proc/meminfo: memFree=1419248/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=57908 CPUtime=1704.53
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 13725 0 0 0 170430 23 0 0 25 0 1 0 29747791 59297792 13522 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/14116/statm: 14477 13522 52 112 0 14361 0
Current children cumulated CPU time (s) 1707.27
Current children cumulated vsize (KiB) 75276

[startup+1783.12 s]
/proc/loadavg: 2.01 2.01 2.00 2/83 14131
/proc/meminfo: memFree=1489192/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=58396 CPUtime=1764.02
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 13818 0 0 0 176378 24 0 0 25 0 1 0 29747791 59797504 13615 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/14116/statm: 14599 13615 52 112 0 14483 0
Current children cumulated CPU time (s) 1766.76
Current children cumulated vsize (KiB) 75764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.37 s]
/proc/loadavg: 1.56 1.89 1.96 2/80 14205
/proc/meminfo: memFree=1494720/2055920 swapFree=4192956/4192956
[pid=14098] ppid=14096 vsize=17368 CPUtime=2.1
/proc/14098/stat : 14098 (sugar) S 14096 14098 13558 0 -1 4194304 2196 9297 0 1 9 1 195 5 16 0 1 0 29747508 17784832 1709 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14098/statm: 4342 1709 373 3 0 1442 0
[pid=14100] ppid=14098 vsize=0 CPUtime=0.64
/proc/14100/stat : 14100 (java) Z 14098 14098 13558 0 -1 1036 7385 0 1 0 60 4 0 0 17 0 1 0 29747513 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14100/statm: 0 0 0 0 0 0 0
[pid=14116] ppid=14098 vsize=58704 CPUtime=1797.26
/proc/14116/stat : 14116 (minisat) R 14098 14098 13558 0 -1 0 13876 0 0 0 179701 25 0 0 25 0 1 0 29747791 60112896 13673 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532777 0 0 4096 3 0 0 0 17 0 0 0
/proc/14116/statm: 14676 13673 52 112 0 14560 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 76072

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 14098 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=44689 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=72988
CPU time returned by wait4() is 2.11768
while last known CPU time is 1800.01

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

Real time (s): 1817.39
CPU time (s): 1800.01
CPU user time (s): 1799.65
CPU system time (s): 0.36
CPU usage (%): 99.0439
Max. virtual memory (cumulated for all children) (KiB): 821092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.04469
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11578
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 701
involuntary context switches= 702

runsolver used 1.9987 s user time and 6.02508 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Jan 29 19:12:16 UTC 2007


IDJOB= 210634
IDBENCH= 4634
IDSOLVER= 86
FILE ID= node23/210634-1170097936

PBS_JOBID= 3689701

Free space on /tmp= 66562 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-30-28.xml
COMMAND LINE= /tmp/evaluation/210634-1170097936/solver /tmp/evaluation/210634-1170097936 /tmp/evaluation/210634-1170097936/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-210634-1170097936 -o ROOT/results/node23/solver-210634-1170097936 -C 1800 -M 900  /tmp/evaluation/210634-1170097936/solver /tmp/evaluation/210634-1170097936 /tmp/evaluation/210634-1170097936/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ade77c7cca28b37312b930505046f764

RANDOM SEED= 956080878

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:       1533984 kB
Buffers:         51968 kB
Cached:         323392 kB
SwapCached:          0 kB
Active:         226144 kB
Inactive:       224736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533984 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2820 kB
Writeback:           0 kB
Mapped:          95188 kB
Slab:            56048 kB
Committed_AS:   346428 kB
PageTables:       2080 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= 66564 MiB



End job on node23 on Mon Jan 29 19:42:34 UTC 2007