Trace number 208030

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 1809.94

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-58021_ext.xml
MD5SUM2593b659bd409c262ddff5fffdeb8046
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark318.764
SatisfiableNO
(Un)Satisfiability was provedNO
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/208030-1170096987/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208030-1170096987/unknown.xml [Mon Jan 29 19:56:30 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208030-1170096987/unknown.xml /tmp/evaluation/208030-1170096987/sugar21707.csp [Mon Jan 29 19:56:30 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208030-1170096987/sugar-v0-40.jar -convert /tmp/evaluation/208030-1170096987/unknown.xml /tmp/evaluation/208030-1170096987/sugar21707.csp
0.28	c BEGIN convert /tmp/evaluation/208030-1170096987/unknown.xml
0.86	c END convert (0.579173 seconds)
0.92	c # CONVERT_XML  END : /tmp/evaluation/208030-1170096987/sugar21707.csp 1635780 bytes (1 seconds) [Mon Jan 29 19:56:31 2007]
0.92	c # CONVERT_XML  CPU : 0.68 = 0 + 0 + 0.63 + 0.05
0.92	
0.92	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208030-1170096987/sugar21707.bcnf [Mon Jan 29 19:56:31 2007]
0.92	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208030-1170096987/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208030-1170096987/sugar21707.map /tmp/evaluation/208030-1170096987/sugar21707.csp /tmp/evaluation/208030-1170096987/sugar21707.bcnf
1.03	c BEGIN parse /tmp/evaluation/208030-1170096987/sugar21707.csp
7.19	c END parse (6.159019 seconds)
7.19	c BEGIN simplify
7.22	c END simplify (0.02812 seconds)
7.22	c BEGIN encode /tmp/evaluation/208030-1170096987/sugar21707.bcnf
7.50	c END encode (0.280025 seconds)
7.54	c # GENERATE_SAT  END : 650 variables 50999 clauses 984072 bytes (7 seconds) [Mon Jan 29 19:56:38 2007]
7.54	c # GENERATE_SAT  CPU : 6.57 = 0 + 0 + 6.41 + 0.16
7.54	
7.54	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208030-1170096987/sugar21707.bcnf [Mon Jan 29 19:56:38 2007]
7.54	c # CMD : /tmp/evaluation/208030-1170096987/minisat /tmp/evaluation/208030-1170096987/sugar21707.bcnf /tmp/evaluation/208030-1170096987/sugar21707.out
7.57	c ==================================[MINISAT]===================================
7.57	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.57	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.57	c ==============================================================================
7.57	c |         0 |   50999   195013 |   16999       0        0     nan |  0.000 % |
7.59	c |       100 |   50999   195013 |   18698     100      880     8.8 |  0.000 % |
7.62	c |       250 |   50999   195013 |   20568     250     2201     8.8 |  0.010 % |
7.67	c |       476 |   50999   195013 |   22625     476     4369     9.2 |  0.008 % |
7.74	c |       814 |   50999   195013 |   24888     814     7954     9.8 |  0.002 % |
7.85	c |      1320 |   50999   195013 |   27377    1320    13066     9.9 |  0.005 % |
8.01	c |      2079 |   50999   195013 |   30114    2079    21078    10.1 |  0.010 % |
8.27	c |      3220 |   50999   195013 |   33126    3220    34438    10.7 |  0.008 % |
8.65	c |      4928 |   51000   195013 |   36438    4927    54798    11.1 |  0.009 % |
9.28	c |      7490 |   51000   195013 |   40082    7489    84436    11.3 |  0.008 % |
10.30	c |     11334 |   51001   195013 |   44091   11332   130265    11.5 |  0.009 % |
12.06	c |     17101 |   51001   195013 |   48500   17099   201879    11.8 |  0.008 % |
15.26	c |     25751 |   51001   195013 |   53350   25749   319070    12.4 |  0.008 % |
21.23	c |     38726 |   51002   195013 |   58685   38723   489103    12.6 |  0.008 % |
32.33	c |     58189 |   51003   195013 |   64553   58185   757677    13.0 |  0.008 % |
47.35	c |     87381 |   51006   195013 |   71009   35753   491078    13.7 |  0.008 % |
74.36	c |    131170 |   51008   195013 |   78109   22324   326776    14.6 |  0.008 % |
115.55	c |    196854 |   51009   195013 |   85920   26062   365393    14.0 |  0.011 % |
185.92	c |    295381 |   51010   195013 |   94513   54812   809846    14.8 |  0.008 % |
297.17	c |    443171 |   51026   195013 |  103964   47533   762471    16.0 |  0.009 % |
474.73	c |    664854 |   51035   195013 |  114360   94305  1657030    17.6 |  0.005 % |
775.88	c |    997379 |   51046   195013 |  125796   38239   546347    14.3 |  0.009 % |
1200.37	c |   1496167 |   51057   195013 |  138376  106251  1798035    16.9 |  0.010 % |
1808.93	
1808.93	s UNKNOWN
1808.93	c # INTERRUPTED
1808.93	c # MAIN  END :  (1809 seconds) [Mon Jan 29 20:26:39 2007]
1808.93	c # MAIN  CPU : 7.25 = 0 + 0 + 7.04 + 0.21
1808.93	

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/node58/watcher-208030-1170096987 -o ROOT/results/node58/solver-208030-1170096987 -C 1800 -M 900 /tmp/evaluation/208030-1170096987/solver /tmp/evaluation/208030-1170096987 /tmp/evaluation/208030-1170096987/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.33 1.83 2.07 6/73 21708
/proc/meminfo: memFree=1633440/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=9648 CPUtime=0
/proc/21707/stat : 21707 (sugar) R 21701 21707 21575 0 -1 4194304 323 0 0 0 0 0 0 0 20 0 1 0 29655685 9879552 59 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226235577682 0 0 4096 0 0 0 0 17 1 0 0
/proc/21707/statm: 2412 59 44 3 0 59 0

[startup+0.106759 s]
/proc/loadavg: 1.33 1.83 2.07 6/73 21708
/proc/meminfo: memFree=1633440/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=0.04
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29655685 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518792 s]
/proc/loadavg: 1.33 1.83 2.07 6/73 21708
/proc/meminfo: memFree=1633440/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=0.04
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29655685 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34387 s]
/proc/loadavg: 1.33 1.83 2.07 3/89 21740
/proc/meminfo: memFree=1612256/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=0.72
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1190 7674 0 1 3 1 63 5 16 0 1 0 29655685 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 809 371 3 0 531 0
[pid=21726] ppid=21707 vsize=807064 CPUtime=0.4
/proc/21726/stat : 21726 (java) R 21707 21707 21575 0 -1 0 6718 0 1 0 35 5 0 0 17 0 8 0 29655777 826433536 6467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21726/statm: 201766 6467 1494 14 0 189044 0
[pid=21726/tid=21730] ppid=21707 vsize=807064 CPUtime=0.03
/proc/21726/task/21730/stat : 21730 (java) R 21707 21707 21575 0 -1 64 665 0 0 0 3 0 0 0 16 0 8 0 29655781 826433536 6467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21731] ppid=21707 vsize=807064 CPUtime=0
/proc/21726/task/21731/stat : 21731 (java) S 21707 21707 21575 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29655781 826433536 6467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21732] ppid=21707 vsize=807064 CPUtime=0
/proc/21726/task/21732/stat : 21732 (java) S 21707 21707 21575 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29655781 826433536 6467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21737] ppid=21707 vsize=807064 CPUtime=0
/proc/21726/task/21737/stat : 21737 (java) S 21707 21707 21575 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29655784 826433536 6467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21738] ppid=21707 vsize=807064 CPUtime=0.05
/proc/21726/task/21738/stat : 21738 (java) R 21707 21707 21575 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29655784 826433536 6467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21739] ppid=21707 vsize=807064 CPUtime=0
/proc/21726/task/21739/stat : 21739 (java) S 21707 21707 21575 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29655784 826433536 6467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21740] ppid=21707 vsize=807064 CPUtime=0
/proc/21726/task/21740/stat : 21740 (java) S 21707 21707 21575 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29655785 826433536 6467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 820788

[startup+2.98101 s]
/proc/loadavg: 1.33 1.83 2.07 4/89 21740
/proc/meminfo: memFree=1553248/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=0.72
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1190 7674 0 1 3 1 63 5 16 0 1 0 29655685 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 809 371 3 0 531 0
[pid=21726] ppid=21707 vsize=807064 CPUtime=2.04
/proc/21726/stat : 21726 (java) R 21707 21707 21575 0 -1 0 13302 0 1 0 196 8 0 0 25 0 8 0 29655777 826433536 13036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21726/statm: 201766 13036 1494 14 0 189044 0
[pid=21726/tid=21730] ppid=21707 vsize=807064 CPUtime=0.54
/proc/21726/task/21730/stat : 21730 (java) R 21707 21707 21575 0 -1 64 7234 0 0 0 52 2 0 0 16 0 8 0 29655781 826433536 13036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822822 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21731] ppid=21707 vsize=807064 CPUtime=0
/proc/21726/task/21731/stat : 21731 (java) S 21707 21707 21575 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29655781 826433536 13036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21732] ppid=21707 vsize=807064 CPUtime=0
/proc/21726/task/21732/stat : 21732 (java) S 21707 21707 21575 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29655781 826433536 13036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21737] ppid=21707 vsize=807064 CPUtime=0
/proc/21726/task/21737/stat : 21737 (java) S 21707 21707 21575 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29655784 826433536 13036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21738] ppid=21707 vsize=807064 CPUtime=0.05
/proc/21726/task/21738/stat : 21738 (java) S 21707 21707 21575 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 29655784 826433536 13036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21739] ppid=21707 vsize=807064 CPUtime=0
/proc/21726/task/21739/stat : 21739 (java) S 21707 21707 21575 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29655784 826433536 13036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21740] ppid=21707 vsize=807064 CPUtime=0
/proc/21726/task/21740/stat : 21740 (java) S 21707 21707 21575 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29655785 826433536 13036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 820788

[startup+6.2793 s]
/proc/loadavg: 1.38 1.83 2.07 3/89 21740
/proc/meminfo: memFree=1483936/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=0.72
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1190 7674 0 1 3 1 63 5 16 0 1 0 29655685 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 809 371 3 0 531 0
[pid=21726] ppid=21707 vsize=807328 CPUtime=5.32
/proc/21726/stat : 21726 (java) R 21707 21707 21575 0 -1 0 20522 0 1 0 520 12 0 0 25 0 8 0 29655777 826703872 20227 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154511390 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21726/statm: 201832 20227 1506 14 0 189110 0
[pid=21726/tid=21730] ppid=21707 vsize=807328 CPUtime=0.94
/proc/21726/task/21730/stat : 21730 (java) S 21707 21707 21575 0 -1 64 14292 0 0 0 88 6 0 0 16 0 8 0 29655781 826703872 20227 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21731] ppid=21707 vsize=807328 CPUtime=0
/proc/21726/task/21731/stat : 21731 (java) S 21707 21707 21575 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29655781 826703872 20227 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21732] ppid=21707 vsize=807328 CPUtime=0
/proc/21726/task/21732/stat : 21732 (java) S 21707 21707 21575 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29655781 826703872 20227 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21737] ppid=21707 vsize=807328 CPUtime=0
/proc/21726/task/21737/stat : 21737 (java) S 21707 21707 21575 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29655784 826703872 20227 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21738] ppid=21707 vsize=807328 CPUtime=0.12
/proc/21726/task/21738/stat : 21738 (java) S 21707 21707 21575 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29655784 826703872 20227 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21739] ppid=21707 vsize=807328 CPUtime=0
/proc/21726/task/21739/stat : 21739 (java) S 21707 21707 21575 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29655784 826703872 20227 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21726/tid=21740] ppid=21707 vsize=807328 CPUtime=0
/proc/21726/task/21740/stat : 21740 (java) S 21707 21707 21575 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29655785 826703872 20227 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 821052

[startup+12.7619 s]
/proc/loadavg: 1.43 1.84 2.07 3/75 21742
/proc/meminfo: memFree=1617104/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=5380 CPUtime=5.18
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 1230 0 0 0 517 1 0 0 25 0 1 0 29656440 5509120 976 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 1345 976 51 112 0 1229 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 19104

[startup+25.597 s]
/proc/loadavg: 1.56 1.84 2.06 3/75 21742
/proc/meminfo: memFree=1612432/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=7748 CPUtime=17.96
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 1834 0 0 0 1794 2 0 0 25 0 1 0 29656440 7933952 1580 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 1937 1580 51 112 0 1821 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 21472

[startup+51.2753 s]
/proc/loadavg: 1.76 1.87 2.07 3/75 21742
/proc/meminfo: memFree=1608912/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=9524 CPUtime=43.51
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 2255 0 0 0 4348 3 0 0 25 0 1 0 29656440 9752576 2001 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 2381 2001 51 112 0 2265 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 23248

[startup+102.515 s]
/proc/loadavg: 1.90 1.89 2.06 3/75 21742
/proc/meminfo: memFree=1605328/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=11428 CPUtime=94.52
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 2713 0 0 0 9448 4 0 0 25 0 1 0 29656440 11702272 2459 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 2857 2459 51 112 0 2741 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 25152

[startup+162.592 s]
/proc/loadavg: 1.96 1.91 2.06 3/75 21742
/proc/meminfo: memFree=1601040/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=13712 CPUtime=154.31
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 3277 0 0 0 15427 4 0 0 25 0 1 0 29656440 14041088 3023 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528438 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 3428 3023 51 112 0 3312 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 27436

[startup+222.672 s]
/proc/loadavg: 2.02 1.93 2.06 3/75 21742
/proc/meminfo: memFree=1598416/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=14892 CPUtime=214.1
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 3520 0 0 0 21406 4 0 0 25 0 1 0 29656440 15249408 3258 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 3723 3258 51 112 0 3607 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 28616

[startup+282.754 s]
/proc/loadavg: 2.08 1.96 2.06 3/81 21814
/proc/meminfo: memFree=1594368/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=16552 CPUtime=273.83
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 3944 0 0 0 27378 5 0 0 25 0 1 0 29656440 16949248 3682 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 4138 3682 51 112 0 4022 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 30276

[startup+342.755 s]
/proc/loadavg: 2.07 1.98 2.06 3/81 21906
/proc/meminfo: memFree=1591896/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29

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

/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1577616/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=25676 CPUtime=1110.75
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 6176 0 0 0 111067 8 0 0 25 0 1 0 29656440 26292224 5914 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 6419 5914 51 112 0 6303 0
Current children cumulated CPU time (s) 1118.04
Current children cumulated vsize (KiB) 39400

[startup+1183.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1576848/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=25844 CPUtime=1170.55
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 6209 0 0 0 117047 8 0 0 25 0 1 0 29656440 26464256 5947 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 6461 5947 51 112 0 6345 0
Current children cumulated CPU time (s) 1177.84
Current children cumulated vsize (KiB) 39568

[startup+1243.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1574800/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=26956 CPUtime=1230.34
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 6417 0 0 0 123026 8 0 0 25 0 1 0 29656440 27602944 6155 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526362 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 6739 6155 51 112 0 6623 0
Current children cumulated CPU time (s) 1237.63
Current children cumulated vsize (KiB) 40680

[startup+1303.99 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1573968/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=27412 CPUtime=1290.14
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 6504 0 0 0 129006 8 0 0 25 0 1 0 29656440 28069888 6242 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 6853 6242 51 112 0 6737 0
Current children cumulated CPU time (s) 1297.43
Current children cumulated vsize (KiB) 41136

[startup+1364.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1573584/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=27696 CPUtime=1349.93
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 6568 0 0 0 134985 8 0 0 25 0 1 0 29656440 28360704 6306 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 6924 6306 51 112 0 6808 0
Current children cumulated CPU time (s) 1357.22
Current children cumulated vsize (KiB) 41420

[startup+1424.14 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1572944/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=27696 CPUtime=1409.73
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 6568 0 0 0 140965 8 0 0 25 0 1 0 29656440 28360704 6306 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 6924 6306 51 112 0 6808 0
Current children cumulated CPU time (s) 1417.02
Current children cumulated vsize (KiB) 41420

[startup+1484.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1571152/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=28624 CPUtime=1469.52
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 6803 0 0 0 146944 8 0 0 25 0 1 0 29656440 29310976 6541 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 7156 6541 51 112 0 7040 0
Current children cumulated CPU time (s) 1476.81
Current children cumulated vsize (KiB) 42348

[startup+1544.29 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1570512/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=29068 CPUtime=1529.32
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 6892 0 0 0 152923 9 0 0 25 0 1 0 29656440 29765632 6630 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 7267 6630 51 112 0 7151 0
Current children cumulated CPU time (s) 1536.61
Current children cumulated vsize (KiB) 42792

[startup+1604.37 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1569808/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=29496 CPUtime=1589.11
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 7002 0 0 0 158902 9 0 0 25 0 1 0 29656440 30203904 6740 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 7374 6740 51 112 0 7258 0
Current children cumulated CPU time (s) 1596.4
Current children cumulated vsize (KiB) 43220

[startup+1664.44 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1569424/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=29496 CPUtime=1648.91
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 7026 0 0 0 164882 9 0 0 25 0 1 0 29656440 30203904 6764 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 7374 6764 51 112 0 7258 0
Current children cumulated CPU time (s) 1656.2
Current children cumulated vsize (KiB) 43220

[startup+1724.51 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 21940
/proc/meminfo: memFree=1569232/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=29636 CPUtime=1708.7
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 7058 0 0 0 170861 9 0 0 25 0 1 0 29656440 30347264 6796 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 7409 6796 51 112 0 7293 0
Current children cumulated CPU time (s) 1715.99
Current children cumulated vsize (KiB) 43360

[startup+1784.59 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 21940
/proc/meminfo: memFree=1568976/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=29788 CPUtime=1768.5
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 7080 0 0 0 176841 9 0 0 25 0 1 0 29656440 30502912 6818 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 7447 6818 51 112 0 7331 0
Current children cumulated CPU time (s) 1775.79
Current children cumulated vsize (KiB) 43512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.93 s]
/proc/loadavg: 2.01 2.00 2.00 2/76 21941
/proc/meminfo: memFree=1596872/2055920 swapFree=4192956/4192956
[pid=21707] ppid=21701 vsize=13724 CPUtime=7.29
/proc/21707/stat : 21707 (sugar) S 21701 21707 21575 0 -1 4194304 1275 31995 0 2 3 1 704 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21707/statm: 3431 815 373 3 0 531 0
[pid=21742] ppid=21707 vsize=30084 CPUtime=1792.72
/proc/21742/stat : 21742 (minisat) R 21707 21707 21575 0 -1 0 7148 0 0 0 179263 9 0 0 25 0 1 0 29656440 30806016 6886 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21742/statm: 7521 6886 51 112 0 7405 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 43808

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21707 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=77923 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=232964
CPU time returned by wait4() is 7.31089
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): 1809.94
CPU time (s): 1800.01
CPU user time (s): 1799.7
CPU system time (s): 0.31
CPU usage (%): 99.4512
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.07792
system time used= 0.232964
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= 1639
involuntary context switches= 1458

runsolver used 2.18367 s user time and 5.84411 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Jan 29 18:56:28 UTC 2007


IDJOB= 208030
IDBENCH= 4349
IDSOLVER= 86
FILE ID= node58/208030-1170096987

PBS_JOBID= 3689692

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2593b659bd409c262ddff5fffdeb8046

RANDOM SEED= 706850234

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:       1634664 kB
Buffers:         34980 kB
Cached:         296588 kB
SwapCached:          0 kB
Active:          62156 kB
Inactive:       289488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634664 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:          30276 kB
Slab:            55440 kB
Committed_AS:   157488 kB
PageTables:       1572 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= 66563 MiB



End job on node58 on Mon Jan 29 19:26:40 UTC 2007