Trace number 207974

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.1 1810.24

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-55021_ext.xml
MD5SUM3fadc4432521f448d097fca64192cc6c
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 benchmark35.2806
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/207974-1170096985/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/207974-1170096985/unknown.xml [Mon Jan 29 19:56:28 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/207974-1170096985/unknown.xml /tmp/evaluation/207974-1170096985/sugar24812.csp [Mon Jan 29 19:56:28 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/207974-1170096985/sugar-v0-40.jar -convert /tmp/evaluation/207974-1170096985/unknown.xml /tmp/evaluation/207974-1170096985/sugar24812.csp
0.17	c BEGIN convert /tmp/evaluation/207974-1170096985/unknown.xml
0.77	c END convert (0.595917 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/207974-1170096985/sugar24812.csp 1635488 bytes (1 seconds) [Mon Jan 29 19:56:29 2007]
0.81	c # CONVERT_XML  CPU : 0.69 = 0 + 0 + 0.64 + 0.05
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/207974-1170096985/sugar24812.bcnf [Mon Jan 29 19:56:29 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/207974-1170096985/sugar-v0-40.jar -bcnf -map /tmp/evaluation/207974-1170096985/sugar24812.map /tmp/evaluation/207974-1170096985/sugar24812.csp /tmp/evaluation/207974-1170096985/sugar24812.bcnf
0.94	c BEGIN parse /tmp/evaluation/207974-1170096985/sugar24812.csp
7.31	c END parse (6.370078 seconds)
7.31	c BEGIN simplify
7.34	c END simplify (0.033838 seconds)
7.34	c BEGIN encode /tmp/evaluation/207974-1170096985/sugar24812.bcnf
7.63	c END encode (0.293811 seconds)
7.68	c # GENERATE_SAT  END : 650 variables 50999 clauses 983620 bytes (7 seconds) [Mon Jan 29 19:56:36 2007]
7.68	c # GENERATE_SAT  CPU : 6.8 = 0 + 0 + 6.64 + 0.16
7.68	
7.68	c # SOLVE_SAT  BEGIN : /tmp/evaluation/207974-1170096985/sugar24812.bcnf [Mon Jan 29 19:56:36 2007]
7.68	c # CMD : /tmp/evaluation/207974-1170096985/minisat /tmp/evaluation/207974-1170096985/sugar24812.bcnf /tmp/evaluation/207974-1170096985/sugar24812.out
7.73	c ==================================[MINISAT]===================================
7.77	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.77	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.77	c ==============================================================================
7.77	c |         0 |   50999   194900 |   16999       0        0     nan |  0.000 % |
7.77	c |       100 |   50999   194900 |   18698     100      947     9.5 |  0.000 % |
7.77	c |       250 |   50999   194900 |   20568     250     2232     8.9 |  0.011 % |
7.82	c |       475 |   50999   194900 |   22625     475     4273     9.0 |  0.011 % |
7.88	c |       813 |   50999   194900 |   24888     813     7474     9.2 |  0.011 % |
7.99	c |      1321 |   50999   194900 |   27377    1321    12223     9.3 |  0.011 % |
8.16	c |      2080 |   50999   194900 |   30114    2080    19790     9.5 |  0.011 % |
8.42	c |      3220 |   50999   194900 |   33126    3220    30743     9.5 |  0.011 % |
8.80	c |      4928 |   50999   194900 |   36438    4928    50853    10.3 |  0.011 % |
9.42	c |      7490 |   50999   194900 |   40082    7490    80613    10.8 |  0.011 % |
10.44	c |     11335 |   50999   194900 |   44091   11335   128117    11.3 |  0.011 % |
12.15	c |     17101 |   50999   194900 |   48500   17101   198466    11.6 |  0.011 % |
15.32	c |     25751 |   51001   194900 |   53350   25749   305494    11.9 |  0.011 % |
21.24	c |     38725 |   51002   194900 |   58685   38722   482211    12.5 |  0.011 % |
33.52	c |     58186 |   51002   194900 |   64553   58183   752810    12.9 |  0.011 % |
48.73	c |     87379 |   51007   194900 |   71009   38048   505498    13.3 |  0.011 % |
77.98	c |    131168 |   51009   194900 |   78109   25116   388243    15.5 |  0.011 % |
116.74	c |    196852 |   51020   194900 |   85920   26610   398385    15.0 |  0.001 % |
176.68	c |    295380 |   51024   194900 |   94513   54201   782761    14.4 |  0.009 % |
276.17	c |    443169 |   51033   194900 |  103964   43736   697703    16.0 |  0.010 % |
438.36	c |    664853 |   51043   194900 |  114360   89695  1420361    15.8 |  0.010 % |
699.70	c |    997378 |   51050   194900 |  125796   30324   475466    15.7 |  0.011 % |
1141.55	c |   1496166 |   51057   194900 |  138376   94210  1496668    15.9 |  0.011 % |
1809.23	
1809.23	s UNKNOWN
1809.23	c # INTERRUPTED
1809.23	c # MAIN  END :  (1809 seconds) [Mon Jan 29 20:26:37 2007]
1809.23	c # MAIN  CPU : 7.49 = 0 + 0 + 7.28 + 0.21
1809.23	

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/node6/watcher-207974-1170096985 -o ROOT/results/node6/solver-207974-1170096985 -C 1800 -M 900 /tmp/evaluation/207974-1170096985/solver /tmp/evaluation/207974-1170096985 /tmp/evaluation/207974-1170096985/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.42 1.91 2.01 5/94 24813
/proc/meminfo: memFree=1780968/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=18540 CPUtime=0
/proc/24812/stat : 24812 (runsolver) R 24810 24812 24704 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29653540 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24812/statm: 4635 279 244 17 0 2626 0

[startup+0.10739 s]
/proc/loadavg: 1.42 1.91 2.01 5/94 24813
/proc/meminfo: memFree=1780968/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=0.03
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 29653540 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51547 s]
/proc/loadavg: 1.42 1.91 2.01 5/94 24813
/proc/meminfo: memFree=1780968/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=0.03
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29653540 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24812/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33905 s]
/proc/loadavg: 1.42 1.91 2.01 4/102 24829
/proc/meminfo: memFree=1724008/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=0.72
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1190 7672 0 1 3 0 64 5 15 0 1 0 29653540 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24812/statm: 3431 809 371 3 0 531 0
[pid=24822] ppid=24812 vsize=807064 CPUtime=0.5
/proc/24822/stat : 24822 (java) R 24812 24812 24704 0 -1 0 7313 0 1 0 46 4 0 0 18 0 8 0 29653622 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24822/statm: 201766 7062 1494 14 0 189044 0
[pid=24822/tid=24823] ppid=24812 vsize=807064 CPUtime=0.05
/proc/24822/task/24823/stat : 24823 (java) S 24812 24812 24704 0 -1 64 1260 0 0 0 5 0 0 0 16 0 8 0 29653625 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24824] ppid=24812 vsize=807064 CPUtime=0
/proc/24822/task/24824/stat : 24824 (java) S 24812 24812 24704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29653625 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24825] ppid=24812 vsize=807064 CPUtime=0
/proc/24822/task/24825/stat : 24825 (java) S 24812 24812 24704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29653625 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24826] ppid=24812 vsize=807064 CPUtime=0
/proc/24822/task/24826/stat : 24826 (java) S 24812 24812 24704 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29653629 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24827] ppid=24812 vsize=807064 CPUtime=0.04
/proc/24822/task/24827/stat : 24827 (java) S 24812 24812 24704 0 -1 64 292 0 0 0 4 0 0 0 19 0 8 0 29653629 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24822/tid=24828] ppid=24812 vsize=807064 CPUtime=0
/proc/24822/task/24828/stat : 24828 (java) S 24812 24812 24704 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29653629 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24829] ppid=24812 vsize=807064 CPUtime=0
/proc/24822/task/24829/stat : 24829 (java) S 24812 24812 24704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29653629 826433536 7062 18446744073709551615 134512640 134570532 4294956464 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+2.99195 s]
/proc/loadavg: 1.42 1.91 2.01 5/102 24837
/proc/meminfo: memFree=1752040/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=0.72
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1190 7672 0 1 3 0 64 5 15 0 1 0 29653540 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24812/statm: 3431 809 371 3 0 531 0
[pid=24822] ppid=24812 vsize=807064 CPUtime=2.14
/proc/24822/stat : 24822 (java) R 24812 24812 24704 0 -1 0 13732 0 1 0 208 6 0 0 25 0 8 0 29653622 826433536 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24822/statm: 201766 13466 1506 14 0 189044 0
[pid=24822/tid=24823] ppid=24812 vsize=807064 CPUtime=0.56
/proc/24822/task/24823/stat : 24823 (java) S 24812 24812 24704 0 -1 64 7635 0 0 0 54 2 0 0 16 0 8 0 29653625 826433536 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24824] ppid=24812 vsize=807064 CPUtime=0
/proc/24822/task/24824/stat : 24824 (java) S 24812 24812 24704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29653625 826433536 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24825] ppid=24812 vsize=807064 CPUtime=0
/proc/24822/task/24825/stat : 24825 (java) S 24812 24812 24704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29653625 826433536 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24826] ppid=24812 vsize=807064 CPUtime=0
/proc/24822/task/24826/stat : 24826 (java) S 24812 24812 24704 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29653629 826433536 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24827] ppid=24812 vsize=807064 CPUtime=0.06
/proc/24822/task/24827/stat : 24827 (java) R 24812 24812 24704 0 -1 64 297 0 0 0 6 0 0 0 16 0 8 0 29653629 826433536 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24828] ppid=24812 vsize=807064 CPUtime=0
/proc/24822/task/24828/stat : 24828 (java) S 24812 24812 24704 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29653629 826433536 13466 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24829] ppid=24812 vsize=807064 CPUtime=0
/proc/24822/task/24829/stat : 24829 (java) S 24812 24812 24704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29653629 826433536 13466 18446744073709551615 134512640 134570532 4294956464 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) 820788

[startup+6.28061 s]
/proc/loadavg: 1.47 1.91 2.01 3/102 24837
/proc/meminfo: memFree=1655280/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=0.72
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1190 7672 0 1 3 0 64 5 15 0 1 0 29653540 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24812/statm: 3431 809 371 3 0 531 0
[pid=24822] ppid=24812 vsize=807328 CPUtime=5.41
/proc/24822/stat : 24822 (java) R 24812 24812 24704 0 -1 0 20521 0 1 0 530 11 0 0 25 0 8 0 29653622 826703872 20226 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073573289 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24822/statm: 201832 20226 1506 14 0 189110 0
[pid=24822/tid=24823] ppid=24812 vsize=807328 CPUtime=0.94
/proc/24822/task/24823/stat : 24823 (java) S 24812 24812 24704 0 -1 64 14291 0 0 0 88 6 0 0 16 0 8 0 29653625 826703872 20226 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24824] ppid=24812 vsize=807328 CPUtime=0
/proc/24822/task/24824/stat : 24824 (java) S 24812 24812 24704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29653625 826703872 20226 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24825] ppid=24812 vsize=807328 CPUtime=0
/proc/24822/task/24825/stat : 24825 (java) S 24812 24812 24704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29653625 826703872 20226 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24826] ppid=24812 vsize=807328 CPUtime=0
/proc/24822/task/24826/stat : 24826 (java) S 24812 24812 24704 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29653629 826703872 20226 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24827] ppid=24812 vsize=807328 CPUtime=0.13
/proc/24822/task/24827/stat : 24827 (java) S 24812 24812 24704 0 -1 64 400 0 0 0 12 1 0 0 17 0 8 0 29653629 826703872 20226 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24828] ppid=24812 vsize=807328 CPUtime=0
/proc/24822/task/24828/stat : 24828 (java) S 24812 24812 24704 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29653629 826703872 20226 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24822/tid=24829] ppid=24812 vsize=807328 CPUtime=0
/proc/24822/task/24829/stat : 24829 (java) S 24812 24812 24704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29653629 826703872 20226 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 821052

[startup+12.7729 s]
/proc/loadavg: 1.51 1.91 2.01 4/95 24838
/proc/meminfo: memFree=1605544/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=5372 CPUtime=5.04
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 1224 0 0 0 504 0 0 0 25 0 1 0 29654308 5500928 970 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 1343 970 51 112 0 1227 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 19096

[startup+25.6104 s]
/proc/loadavg: 1.54 1.90 2.01 2/82 24850
/proc/meminfo: memFree=1835920/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=7712 CPUtime=17.77
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 1821 0 0 0 1776 1 0 0 25 0 1 0 29654308 7897088 1567 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 1 0 0
/proc/24838/statm: 1928 1567 51 112 0 1812 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 21436

[startup+51.2785 s]
/proc/loadavg: 1.75 1.92 2.01 3/88 24902
/proc/meminfo: memFree=1814176/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=9564 CPUtime=43.3
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 2266 0 0 0 4328 2 0 0 25 0 1 0 29654308 9793536 2012 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 2391 2012 51 112 0 2275 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 23288

[startup+102.514 s]
/proc/loadavg: 1.89 1.93 2.00 3/88 24902
/proc/meminfo: memFree=1808672/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=11340 CPUtime=94.29
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 2713 0 0 0 9426 3 0 0 25 0 1 0 29654308 11612160 2459 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 2835 2459 51 112 0 2719 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 25064

[startup+162.579 s]
/proc/loadavg: 1.96 1.94 2.00 3/88 24902
/proc/meminfo: memFree=1804448/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=13648 CPUtime=154.07
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 3301 0 0 0 15403 4 0 0 25 0 1 0 29654308 13975552 3047 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 3412 3047 51 112 0 3296 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 27372

[startup+222.647 s]
/proc/loadavg: 1.98 1.95 2.00 3/88 24902
/proc/meminfo: memFree=1801184/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=15096 CPUtime=213.84
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 3596 0 0 0 21379 5 0 0 25 0 1 0 29654308 15458304 3342 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 3774 3342 51 112 0 3658 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 28820

[startup+282.715 s]
/proc/loadavg: 2.03 1.97 2.00 3/94 24974
/proc/meminfo: memFree=1797424/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=16320 CPUtime=273.57
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 3911 0 0 0 27346 11 0 0 25 0 1 0 29654308 16711680 3657 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 4080 3657 51 112 0 3964 0
Current children cumulated CPU time (s) 281.09
Current children cumulated vsize (KiB) 30044

[startup+342.796 s]
/proc/loadavg: 2.01 1.97 2.00 3/94 25066
/proc/meminfo: memFree=1794800/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52

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

/proc/loadavg: 2.04 2.03 2.00 3/88 25100
/proc/meminfo: memFree=1778528/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=25740 CPUtime=1110.26
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 6138 0 0 0 110994 32 0 0 25 0 1 0 29654308 26357760 5880 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528774 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 6435 5880 51 112 0 6319 0
Current children cumulated CPU time (s) 1117.78
Current children cumulated vsize (KiB) 39464

[startup+1183.66 s]
/proc/loadavg: 2.05 2.04 2.00 3/88 25100
/proc/meminfo: memFree=1777504/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=26360 CPUtime=1170.06
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 6307 0 0 0 116973 33 0 0 25 0 1 0 29654308 26992640 6049 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 6590 6049 51 112 0 6474 0
Current children cumulated CPU time (s) 1177.58
Current children cumulated vsize (KiB) 40084

[startup+1243.73 s]
/proc/loadavg: 2.02 2.03 2.00 3/88 25100
/proc/meminfo: memFree=1776736/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=27352 CPUtime=1229.85
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 6470 0 0 0 122951 34 0 0 25 0 1 0 29654308 28008448 6212 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 6838 6212 51 112 0 6722 0
Current children cumulated CPU time (s) 1237.37
Current children cumulated vsize (KiB) 41076

[startup+1303.79 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 25100
/proc/meminfo: memFree=1776224/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=27576 CPUtime=1289.6
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 6545 0 0 0 128926 34 0 0 25 0 1 0 29654308 28237824 6287 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 6894 6287 51 112 0 6778 0
Current children cumulated CPU time (s) 1297.12
Current children cumulated vsize (KiB) 41300

[startup+1363.85 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 25100
/proc/meminfo: memFree=1775584/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=28064 CPUtime=1349.38
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 6653 0 0 0 134904 34 0 0 25 0 1 0 29654308 28737536 6395 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 7016 6395 51 112 0 6900 0
Current children cumulated CPU time (s) 1356.9
Current children cumulated vsize (KiB) 41788

[startup+1423.91 s]
/proc/loadavg: 2.03 2.02 2.00 3/88 25100
/proc/meminfo: memFree=1773408/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=28208 CPUtime=1409.15
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 6688 0 0 0 140881 34 0 0 25 0 1 0 29654308 28884992 6430 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 7052 6430 51 112 0 6936 0
Current children cumulated CPU time (s) 1416.67
Current children cumulated vsize (KiB) 41932

[startup+1483.97 s]
/proc/loadavg: 2.09 2.04 2.01 3/88 25100
/proc/meminfo: memFree=1772832/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=28504 CPUtime=1468.9
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 6762 0 0 0 146855 35 0 0 25 0 1 0 29654308 29188096 6504 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 7126 6504 51 112 0 7010 0
Current children cumulated CPU time (s) 1476.42
Current children cumulated vsize (KiB) 42228

[startup+1544.04 s]
/proc/loadavg: 2.03 2.03 2.00 3/88 25100
/proc/meminfo: memFree=1771808/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=29292 CPUtime=1528.69
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 6952 0 0 0 152834 35 0 0 25 0 1 0 29654308 29995008 6694 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 7323 6694 51 112 0 7207 0
Current children cumulated CPU time (s) 1536.21
Current children cumulated vsize (KiB) 43016

[startup+1604.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 25100
/proc/meminfo: memFree=1771232/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=29720 CPUtime=1588.48
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 7050 0 0 0 158812 36 0 0 25 0 1 0 29654308 30433280 6792 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 7430 6792 51 112 0 7314 0
Current children cumulated CPU time (s) 1596
Current children cumulated vsize (KiB) 43444

[startup+1664.16 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 25100
/proc/meminfo: memFree=1770336/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=30372 CPUtime=1648.22
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 7186 0 0 0 164786 36 0 0 25 0 1 0 29654308 31100928 6928 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 7593 6928 51 112 0 7477 0
Current children cumulated CPU time (s) 1655.74
Current children cumulated vsize (KiB) 44096

[startup+1724.21 s]
/proc/loadavg: 2.10 2.04 2.01 3/88 25100
/proc/meminfo: memFree=1769888/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=30372 CPUtime=1708
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 7216 0 0 0 170763 37 0 0 25 0 1 0 29654308 31100928 6958 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 7593 6958 51 112 0 7477 0
Current children cumulated CPU time (s) 1715.52
Current children cumulated vsize (KiB) 44096

[startup+1784.27 s]
/proc/loadavg: 2.12 2.04 2.01 3/88 25100
/proc/meminfo: memFree=1769568/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=30676 CPUtime=1767.77
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 7274 0 0 0 176740 37 0 0 25 0 1 0 29654308 31412224 7016 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 7669 7016 51 112 0 7553 0
Current children cumulated CPU time (s) 1775.29
Current children cumulated vsize (KiB) 44400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.22 s]
/proc/loadavg: 2.08 2.04 2.00 3/88 25100
/proc/meminfo: memFree=1769120/2055924 swapFree=4192812/4192956
[pid=24812] ppid=24810 vsize=13724 CPUtime=7.52
/proc/24812/stat : 24812 (sugar) S 24810 24812 24704 0 -1 4194304 1275 31992 0 2 3 0 728 21 16 0 1 0 29653540 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24812/statm: 3431 815 373 3 0 531 0
[pid=24838] ppid=24812 vsize=30960 CPUtime=1792.57
/proc/24838/stat : 24838 (minisat) R 24812 24812 24704 0 -1 0 7351 0 0 0 179220 37 0 0 25 0 1 0 29654308 31703040 7093 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24838/statm: 7740 7093 51 112 0 7624 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 44684

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24812 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=327885 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=223965
CPU time returned by wait4() is 7.55185
while last known CPU time is 1800.1

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

Real time (s): 1810.24
CPU time (s): 1800.1
CPU user time (s): 1799.51
CPU system time (s): 0.59
CPU usage (%): 99.4399
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.32789
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33351
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= 1633
involuntary context switches= 1760

runsolver used 1.76773 s user time and 5.01524 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 18:56:27 UTC 2007


IDJOB= 207974
IDBENCH= 4347
IDSOLVER= 86
FILE ID= node6/207974-1170096985

PBS_JOBID= 3689459

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3fadc4432521f448d097fca64192cc6c

RANDOM SEED= 911956436

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.277
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.277
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:      2055924 kB
MemFree:       1836872 kB
Buffers:         20692 kB
Cached:          82736 kB
SwapCached:          0 kB
Active:         109272 kB
Inactive:        64364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1836872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:          96400 kB
Slab:            30280 kB
Committed_AS:   525836 kB
PageTables:       2236 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= 66555 MiB



End job on node6 on Mon Jan 29 19:26:39 UTC 2007