Trace number 208143

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 1809.92

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-54021_ext.xml
MD5SUM54698638fe0987e45b8e84e29f50723c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.4289
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/208143-1170096992/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208143-1170096992/unknown.xml [Mon Jan 29 19:56:35 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208143-1170096992/unknown.xml /tmp/evaluation/208143-1170096992/sugar26596.csp [Mon Jan 29 19:56:35 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208143-1170096992/sugar-v0-40.jar -convert /tmp/evaluation/208143-1170096992/unknown.xml /tmp/evaluation/208143-1170096992/sugar26596.csp
0.17	c BEGIN convert /tmp/evaluation/208143-1170096992/unknown.xml
0.74	c END convert (0.570861 seconds)
0.76	c # CONVERT_XML  END : /tmp/evaluation/208143-1170096992/sugar26596.csp 1635641 bytes (1 seconds) [Mon Jan 29 19:56:36 2007]
0.76	c # CONVERT_XML  CPU : 0.65 = 0 + 0 + 0.59 + 0.06
0.76	
0.76	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208143-1170096992/sugar26596.bcnf [Mon Jan 29 19:56:36 2007]
0.76	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208143-1170096992/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208143-1170096992/sugar26596.map /tmp/evaluation/208143-1170096992/sugar26596.csp /tmp/evaluation/208143-1170096992/sugar26596.bcnf
0.87	c BEGIN parse /tmp/evaluation/208143-1170096992/sugar26596.csp
7.12	c END parse (6.255476 seconds)
7.12	c BEGIN simplify
7.15	c END simplify (0.028611 seconds)
7.15	c BEGIN encode /tmp/evaluation/208143-1170096992/sugar26596.bcnf
7.44	c END encode (0.287001 seconds)
7.47	c # GENERATE_SAT  END : 650 variables 50999 clauses 984152 bytes (6 seconds) [Mon Jan 29 19:56:42 2007]
7.47	c # GENERATE_SAT  CPU : 6.68 = 0.01 + 0.01 + 6.51 + 0.15
7.47	
7.47	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208143-1170096992/sugar26596.bcnf [Mon Jan 29 19:56:42 2007]
7.47	c # CMD : /tmp/evaluation/208143-1170096992/minisat /tmp/evaluation/208143-1170096992/sugar26596.bcnf /tmp/evaluation/208143-1170096992/sugar26596.out
7.50	c ==================================[MINISAT]===================================
7.50	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.50	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.51	c ==============================================================================
7.51	c |         0 |   50999   195033 |   16999       0        0     nan |  0.000 % |
7.53	c |       100 |   50999   195033 |   18698     100      933     9.3 |  0.000 % |
7.56	c |       250 |   50999   195033 |   20568     250     2425     9.7 |  0.008 % |
7.61	c |       475 |   50999   195033 |   22625     475     4700     9.9 |  0.008 % |
7.69	c |       813 |   50999   195033 |   24888     813     7864     9.7 |  0.006 % |
7.80	c |      1319 |   50999   195033 |   27377    1319    12998     9.9 |  0.009 % |
7.98	c |      2078 |   50999   195033 |   30114    2078    20614     9.9 |  0.009 % |
8.22	c |      3218 |   50999   195033 |   33126    3218    32818    10.2 |  0.006 % |
8.63	c |      4927 |   50999   195033 |   36438    4927    50864    10.3 |  0.009 % |
9.30	c |      7490 |   50999   195033 |   40082    7490    77767    10.4 |  0.009 % |
10.36	c |     11334 |   50999   195033 |   44091   11334   125486    11.1 |  0.009 % |
12.21	c |     17100 |   51001   195033 |   48500   17098   196091    11.5 |  0.009 % |
15.73	c |     25749 |   51001   195033 |   53350   25747   304695    11.8 |  0.009 % |
22.15	c |     38724 |   51001   195033 |   58685   38722   487238    12.6 |  0.009 % |
35.00	c |     58185 |   51002   195033 |   64553   58182   765369    13.2 |  0.009 % |
50.96	c |     87377 |   51005   195033 |   71009   37693   502258    13.3 |  0.009 % |
79.38	c |    131169 |   51006   195033 |   78109   24290   342077    14.1 |  0.009 % |
118.91	c |    196854 |   51008   195033 |   85920   25981   367486    14.1 |  0.009 % |
187.82	c |    295382 |   51013   195033 |   94513   52062   791083    15.2 |  0.010 % |
298.17	c |    443171 |   51020   195033 |  103964   42782   658306    15.4 |  0.010 % |
466.77	c |    664855 |   51024   195033 |  114360   86998  1455467    16.7 |  0.011 % |
757.98	c |    997382 |   51031   195033 |  125796   27085   391745    14.5 |  0.011 % |
1177.82	c |   1496170 |   51036   195033 |  138376   97598  1529123    15.7 |  0.012 % |
1808.91	
1808.91	s UNKNOWN
1808.91	c # INTERRUPTED
1808.91	c # MAIN  END :  (1809 seconds) [Mon Jan 29 20:26:44 2007]
1808.91	c # MAIN  CPU : 7.33 = 0.01 + 0.01 + 7.1 + 0.21
1808.91	

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/node62/watcher-208143-1170096992 -o ROOT/results/node62/solver-208143-1170096992 -C 1800 -M 900 /tmp/evaluation/208143-1170096992/solver /tmp/evaluation/208143-1170096992 /tmp/evaluation/208143-1170096992/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.30 1.83 2.22 4/69 26597
/proc/meminfo: memFree=1836408/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=12268 CPUtime=0
/proc/26596/stat : 26596 (sugar) R 26593 26596 26366 0 -1 4194304 571 0 0 0 0 0 0 0 18 0 1 0 29656548 12562432 291 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236455317224 0 0 4224 0 0 0 0 17 1 0 0
/proc/26596/statm: 3067 302 228 3 0 167 0

[startup+0.107515 s]
/proc/loadavg: 1.30 1.83 2.22 4/69 26597
/proc/meminfo: memFree=1836408/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=0.03
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 29656548 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515565 s]
/proc/loadavg: 1.30 1.83 2.22 4/69 26597
/proc/meminfo: memFree=1836408/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=0.03
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29656548 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26596/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33867 s]
/proc/loadavg: 1.30 1.83 2.22 3/89 26657
/proc/meminfo: memFree=1802392/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=0.68
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1190 7672 0 1 3 0 59 6 15 0 1 0 29656548 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26596/statm: 3431 809 371 3 0 531 0
[pid=26642] ppid=26596 vsize=807064 CPUtime=0.56
/proc/26642/stat : 26642 (java) R 26596 26596 26366 0 -1 0 7734 0 1 0 52 4 0 0 18 0 8 0 29656624 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491262 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26642/statm: 201766 7482 1494 14 0 189044 0
[pid=26642/tid=26643] ppid=26596 vsize=807064 CPUtime=0.08
/proc/26642/task/26643/stat : 26643 (java) S 26596 26596 26366 0 -1 64 1681 0 0 0 8 0 0 0 16 0 8 0 29656627 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26644] ppid=26596 vsize=807064 CPUtime=0
/proc/26642/task/26644/stat : 26644 (java) S 26596 26596 26366 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29656628 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26645] ppid=26596 vsize=807064 CPUtime=0
/proc/26642/task/26645/stat : 26645 (java) S 26596 26596 26366 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29656628 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26646] ppid=26596 vsize=807064 CPUtime=0
/proc/26642/task/26646/stat : 26646 (java) S 26596 26596 26366 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29656631 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26642/tid=26647] ppid=26596 vsize=807064 CPUtime=0.05
/proc/26642/task/26647/stat : 26647 (java) S 26596 26596 26366 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29656631 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26648] ppid=26596 vsize=807064 CPUtime=0
/proc/26642/task/26648/stat : 26648 (java) S 26596 26596 26366 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29656631 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26642/tid=26649] ppid=26596 vsize=807064 CPUtime=0
/proc/26642/task/26649/stat : 26649 (java) S 26596 26596 26366 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29656631 826433536 7482 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) 820788

[startup+2.99086 s]
/proc/loadavg: 1.30 1.83 2.22 5/89 26657
/proc/meminfo: memFree=1753688/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=0.68
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1190 7672 0 1 3 0 59 6 15 0 1 0 29656548 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26596/statm: 3431 809 371 3 0 531 0
[pid=26642] ppid=26596 vsize=807336 CPUtime=2.21
/proc/26642/stat : 26642 (java) R 26596 26596 26366 0 -1 0 13822 0 1 0 213 8 0 0 25 0 8 0 29656624 826712064 13556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26642/statm: 201834 13556 1506 14 0 189112 0
[pid=26642/tid=26643] ppid=26596 vsize=807336 CPUtime=0.57
/proc/26642/task/26643/stat : 26643 (java) S 26596 26596 26366 0 -1 64 7636 0 0 0 54 3 0 0 16 0 8 0 29656627 826712064 13556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26644] ppid=26596 vsize=807336 CPUtime=0
/proc/26642/task/26644/stat : 26644 (java) S 26596 26596 26366 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29656628 826712064 13556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26645] ppid=26596 vsize=807336 CPUtime=0
/proc/26642/task/26645/stat : 26645 (java) S 26596 26596 26366 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29656628 826712064 13556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26646] ppid=26596 vsize=807336 CPUtime=0
/proc/26642/task/26646/stat : 26646 (java) S 26596 26596 26366 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29656631 826712064 13556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26642/tid=26647] ppid=26596 vsize=807336 CPUtime=0.11
/proc/26642/task/26647/stat : 26647 (java) S 26596 26596 26366 0 -1 64 387 0 0 0 11 0 0 0 16 0 8 0 29656631 826712064 13556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26648] ppid=26596 vsize=807336 CPUtime=0
/proc/26642/task/26648/stat : 26648 (java) S 26596 26596 26366 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29656631 826712064 13556 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26642/tid=26649] ppid=26596 vsize=807336 CPUtime=0
/proc/26642/task/26649/stat : 26649 (java) S 26596 26596 26366 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29656631 826712064 13556 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) 821060

[startup+6.27024 s]
/proc/loadavg: 1.44 1.85 2.22 3/89 26657
/proc/meminfo: memFree=1684312/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=0.68
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1190 7672 0 1 3 0 59 6 15 0 1 0 29656548 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26596/statm: 3431 809 371 3 0 531 0
[pid=26642] ppid=26596 vsize=807336 CPUtime=5.46
/proc/26642/stat : 26642 (java) R 26596 26596 26366 0 -1 0 20742 0 1 0 535 11 0 0 25 0 8 0 29656624 826712064 20446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073654627 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26642/statm: 201834 20446 1507 14 0 189112 0
[pid=26642/tid=26643] ppid=26596 vsize=807336 CPUtime=0.96
/proc/26642/task/26643/stat : 26643 (java) S 26596 26596 26366 0 -1 64 14512 0 0 0 90 6 0 0 16 0 8 0 29656627 826712064 20446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26644] ppid=26596 vsize=807336 CPUtime=0
/proc/26642/task/26644/stat : 26644 (java) S 26596 26596 26366 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29656628 826712064 20446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26645] ppid=26596 vsize=807336 CPUtime=0
/proc/26642/task/26645/stat : 26645 (java) S 26596 26596 26366 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29656628 826712064 20446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26646] ppid=26596 vsize=807336 CPUtime=0
/proc/26642/task/26646/stat : 26646 (java) S 26596 26596 26366 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29656631 826712064 20446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26642/tid=26647] ppid=26596 vsize=807336 CPUtime=0.12
/proc/26642/task/26647/stat : 26647 (java) S 26596 26596 26366 0 -1 64 400 0 0 0 12 0 0 0 17 0 8 0 29656631 826712064 20446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26642/tid=26648] ppid=26596 vsize=807336 CPUtime=0
/proc/26642/task/26648/stat : 26648 (java) S 26596 26596 26366 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29656631 826712064 20446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26642/tid=26649] ppid=26596 vsize=807336 CPUtime=0
/proc/26642/task/26649/stat : 26649 (java) S 26596 26596 26366 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29656631 826712064 20446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 821060

[startup+12.751 s]
/proc/loadavg: 1.48 1.86 2.22 3/75 26659
/proc/meminfo: memFree=1818384/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=5400 CPUtime=5.24
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 1228 0 0 0 523 1 0 0 25 0 1 0 29657296 5529600 975 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 1350 975 51 112 0 1234 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 19124

[startup+25.5725 s]
/proc/loadavg: 1.60 1.86 2.21 3/75 26659
/proc/meminfo: memFree=1813712/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=7632 CPUtime=18
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 1795 0 0 0 1798 2 0 0 25 0 1 0 29657296 7815168 1542 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 1908 1542 51 112 0 1792 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 21356

[startup+51.2435 s]
/proc/loadavg: 1.81 1.89 2.21 3/75 26659
/proc/meminfo: memFree=1809872/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=9904 CPUtime=43.54
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 2347 0 0 0 4352 2 0 0 25 0 1 0 29657296 10141696 2094 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 2476 2094 51 112 0 2360 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 23628

[startup+102.47 s]
/proc/loadavg: 1.97 1.92 2.20 3/75 26659
/proc/meminfo: memFree=1806928/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=11424 CPUtime=94.52
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 2707 0 0 0 9450 2 0 0 25 0 1 0 29657296 11698176 2454 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528801 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 2856 2454 51 112 0 2740 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 25148

[startup+162.525 s]
/proc/loadavg: 1.99 1.93 2.18 3/75 26659
/proc/meminfo: memFree=1802832/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=13352 CPUtime=154.3
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 3218 0 0 0 15427 3 0 0 25 0 1 0 29657296 13672448 2957 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 3338 2957 51 112 0 3222 0
Current children cumulated CPU time (s) 161.66
Current children cumulated vsize (KiB) 27076

[startup+222.585 s]
/proc/loadavg: 1.99 1.94 2.17 3/75 26659
/proc/meminfo: memFree=1799696/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=14980 CPUtime=214.08
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 3612 0 0 0 21404 4 0 0 25 0 1 0 29657296 15339520 3351 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 3745 3351 51 112 0 3629 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 28704

[startup+282.647 s]
/proc/loadavg: 2.14 1.98 2.17 3/81 26735
/proc/meminfo: memFree=1795976/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=16580 CPUtime=273.75
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 3950 0 0 0 27371 4 0 0 25 0 1 0 29657296 16977920 3689 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 4145 3689 51 112 0 4029 0
Current children cumulated CPU time (s) 281.11
Current children cumulated vsize (KiB) 30304

[startup+342.723 s]
/proc/loadavg: 2.05 1.98 2.16 3/81 26825
/proc/meminfo: memFree=1793672/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36

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

/proc/loadavg: 2.00 2.00 2.06 3/75 26857
/proc/meminfo: memFree=1779088/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=25104 CPUtime=1110.42
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6031 0 0 0 111036 6 0 0 25 0 1 0 29657296 25706496 5770 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 6276 5770 51 112 0 6160 0
Current children cumulated CPU time (s) 1117.78
Current children cumulated vsize (KiB) 38828

[startup+1183.5 s]
/proc/loadavg: 2.07 2.02 2.06 3/75 26857
/proc/meminfo: memFree=1777936/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=25268 CPUtime=1170.2
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6061 0 0 0 117014 6 0 0 25 0 1 0 29657296 25874432 5800 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 6317 5800 51 112 0 6201 0
Current children cumulated CPU time (s) 1177.56
Current children cumulated vsize (KiB) 38992

[startup+1243.56 s]
/proc/loadavg: 2.02 2.01 2.05 3/75 26857
/proc/meminfo: memFree=1777104/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=26056 CPUtime=1229.97
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6204 0 0 0 122991 6 0 0 25 0 1 0 29657296 26681344 5943 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528097 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 6514 5943 51 112 0 6398 0
Current children cumulated CPU time (s) 1237.33
Current children cumulated vsize (KiB) 39780

[startup+1303.62 s]
/proc/loadavg: 2.01 2.00 2.04 3/75 26857
/proc/meminfo: memFree=1776400/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=26340 CPUtime=1289.74
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6283 0 0 0 128968 6 0 0 25 0 1 0 29657296 26972160 6022 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 6585 6022 51 112 0 6469 0
Current children cumulated CPU time (s) 1297.1
Current children cumulated vsize (KiB) 40064

[startup+1363.67 s]
/proc/loadavg: 2.00 2.00 2.04 3/75 26857
/proc/meminfo: memFree=1775632/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=27064 CPUtime=1349.52
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6433 0 0 0 134945 7 0 0 25 0 1 0 29657296 27713536 6172 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 6766 6172 51 112 0 6650 0
Current children cumulated CPU time (s) 1356.88
Current children cumulated vsize (KiB) 40788

[startup+1423.73 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 26857
/proc/meminfo: memFree=1774928/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=27344 CPUtime=1409.29
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6504 0 0 0 140922 7 0 0 25 0 1 0 29657296 28000256 6243 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 6836 6243 51 112 0 6720 0
Current children cumulated CPU time (s) 1416.65
Current children cumulated vsize (KiB) 41068

[startup+1483.79 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 26857
/proc/meminfo: memFree=1774544/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=27488 CPUtime=1469.06
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6536 0 0 0 146899 7 0 0 25 0 1 0 29657296 28147712 6275 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528374 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 6872 6275 51 112 0 6756 0
Current children cumulated CPU time (s) 1476.42
Current children cumulated vsize (KiB) 41212

[startup+1543.84 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 26857
/proc/meminfo: memFree=1773712/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=27488 CPUtime=1528.84
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6558 0 0 0 152877 7 0 0 25 0 1 0 29657296 28147712 6297 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 6872 6297 51 112 0 6756 0
Current children cumulated CPU time (s) 1536.2
Current children cumulated vsize (KiB) 41212

[startup+1603.9 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 26857
/proc/meminfo: memFree=1773328/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=27796 CPUtime=1588.6
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6619 0 0 0 158853 7 0 0 25 0 1 0 29657296 28463104 6358 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 6949 6358 51 112 0 6833 0
Current children cumulated CPU time (s) 1595.96
Current children cumulated vsize (KiB) 41520

[startup+1663.95 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 26857
/proc/meminfo: memFree=1772240/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=28208 CPUtime=1648.37
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6722 0 0 0 164830 7 0 0 25 0 1 0 29657296 28884992 6461 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 7052 6461 51 112 0 6936 0
Current children cumulated CPU time (s) 1655.73
Current children cumulated vsize (KiB) 41932

[startup+1724 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26857
/proc/meminfo: memFree=1771088/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=28968 CPUtime=1708.15
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6891 0 0 0 170807 8 0 0 25 0 1 0 29657296 29663232 6630 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528145 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 7242 6630 51 112 0 7126 0
Current children cumulated CPU time (s) 1715.51
Current children cumulated vsize (KiB) 42692

[startup+1784.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26857
/proc/meminfo: memFree=1770000/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=29120 CPUtime=1767.92
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6921 0 0 0 176784 8 0 0 25 0 1 0 29657296 29818880 6660 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 7280 6660 51 112 0 7164 0
Current children cumulated CPU time (s) 1775.28
Current children cumulated vsize (KiB) 42844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.91 s]
/proc/loadavg: 2.00 2.00 2.00 2/69 26866
/proc/meminfo: memFree=1803200/2055920 swapFree=4192812/4192956
[pid=26596] ppid=26593 vsize=13724 CPUtime=7.36
/proc/26596/stat : 26596 (sugar) S 26593 26596 26366 0 -1 4194304 1275 31994 0 2 4 1 710 21 16 0 1 0 29656548 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26596/statm: 3431 815 373 3 0 531 0
[pid=26659] ppid=26596 vsize=29120 CPUtime=1792.64
/proc/26659/stat : 26659 (minisat) R 26596 26596 26366 0 -1 0 6925 0 0 0 179256 8 0 0 25 0 1 0 29657296 29818880 6664 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26659/statm: 7280 6664 51 112 0 7164 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 42844

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26596 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=149913 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=230964
CPU time returned by wait4() is 7.38088
while last known CPU time is 1800

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

Real time (s): 1809.92
CPU time (s): 1800
CPU user time (s): 1799.7
CPU system time (s): 0.3
CPU usage (%): 99.4518
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.14991
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33354
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= 1663
involuntary context switches= 1393

runsolver used 1.63675 s user time and 4.88026 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Mon Jan 29 18:56:34 UTC 2007


IDJOB= 208143
IDBENCH= 4354
IDSOLVER= 86
FILE ID= node62/208143-1170096992

PBS_JOBID= 3689690

Free space on /tmp= 66564 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-26/rand-26-26-325-155-54021_ext.xml
COMMAND LINE= /tmp/evaluation/208143-1170096992/solver /tmp/evaluation/208143-1170096992 /tmp/evaluation/208143-1170096992/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-208143-1170096992 -o ROOT/results/node62/solver-208143-1170096992 -C 1800 -M 900  /tmp/evaluation/208143-1170096992/solver /tmp/evaluation/208143-1170096992 /tmp/evaluation/208143-1170096992/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  54698638fe0987e45b8e84e29f50723c

RANDOM SEED= 968697155

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1837344 kB
Buffers:         68280 kB
Cached:          72276 kB
SwapCached:          0 kB
Active:          61428 kB
Inactive:        99412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1184 kB
Writeback:           0 kB
Mapped:          30452 kB
Slab:            43432 kB
Committed_AS:   116032 kB
PageTables:       1684 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 node62 on Mon Jan 29 19:26:46 UTC 2007