Trace number 233064

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.2 1807.26

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-3.xml
MD5SUM5ec20206a8a3a2922b1b6c486df1b43e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1245
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/233064-1170106618/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/233064-1170106618/unknown.xml [Mon Jan 29 22:37:00 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/233064-1170106618/unknown.xml /tmp/evaluation/233064-1170106618/sugar22150.csp [Mon Jan 29 22:37:00 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233064-1170106618/sugar-v0-40.jar -convert /tmp/evaluation/233064-1170106618/unknown.xml /tmp/evaluation/233064-1170106618/sugar22150.csp
0.17	c BEGIN convert /tmp/evaluation/233064-1170106618/unknown.xml
1.12	c END convert (0.95129 seconds)
1.17	c # CONVERT_XML  END : /tmp/evaluation/233064-1170106618/sugar22150.csp 378048 bytes (1 seconds) [Mon Jan 29 22:37:01 2007]
1.17	c # CONVERT_XML  CPU : 1.06 = 0 + 0 + 0.99 + 0.07
1.17	
1.17	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233064-1170106618/sugar22150.bcnf [Mon Jan 29 22:37:01 2007]
1.17	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233064-1170106618/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233064-1170106618/sugar22150.map /tmp/evaluation/233064-1170106618/sugar22150.csp /tmp/evaluation/233064-1170106618/sugar22150.bcnf
1.28	c BEGIN parse /tmp/evaluation/233064-1170106618/sugar22150.csp
2.27	c END parse (0.981615 seconds)
2.27	c BEGIN simplify
2.34	c END simplify (0.071035 seconds)
2.34	c BEGIN encode /tmp/evaluation/233064-1170106618/sugar22150.bcnf
17.91	c END encode (15.57598 seconds)
18.09	c # GENERATE_SAT  END : 492596 variables 17873092 clauses 283910048 bytes (17 seconds) [Mon Jan 29 22:37:18 2007]
18.09	c # GENERATE_SAT  CPU : 16.74 = 0.13 + 0.01 + 15.42 + 1.18
18.09	
18.09	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233064-1170106618/sugar22150.bcnf [Mon Jan 29 22:37:18 2007]
18.09	c # CMD : /tmp/evaluation/233064-1170106618/minisat /tmp/evaluation/233064-1170106618/sugar22150.bcnf /tmp/evaluation/233064-1170106618/sugar22150.out
28.12	c ==================================[MINISAT]===================================
28.12	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
28.12	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
28.12	c ==============================================================================
28.12	c |         0 | 17873092 53104280 | 5957697       0        0     nan |  0.000 % |
33.88	c |       100 | 17873092 53104280 | 6553466     100      896     9.0 |  0.000 % |
38.43	c |       250 | 17873092 53104280 | 7208813     250     3064    12.3 |  0.000 % |
41.14	c |       475 | 17873092 53104280 | 7929694     475     9143    19.2 |  0.000 % |
41.95	c |       812 | 17873092 53104280 | 8722664     812    12646    15.6 |  0.000 % |
42.47	c |      1323 | 17873092 53104280 | 9594930    1323    18438    13.9 |  0.000 % |
43.12	c |      2084 | 17873092 53104280 | 10554423    2084    25715    12.3 |  0.000 % |
44.37	c |      3224 | 17873092 53104280 | 11609866    3224    42093    13.1 |  0.000 % |
46.03	c |      4932 | 17873092 53104280 | 12770852    4932    71409    14.5 |  0.000 % |
49.13	c |      7495 | 17873092 53104280 | 14047937    7495   124161    16.6 |  0.000 % |
62.25	c |     11339 | 17873092 53104280 | 15452731   11339   182311    16.1 |  0.000 % |
62.25	c |     17105 | 17873092 53104280 | 16998004   17105   407589    23.8 |  0.000 % |
71.21	c |     25755 | 17873092 53104280 | 18697805   25755   584054    22.7 |  0.000 % |
94.59	c |     38729 | 17873092 53104280 | 20567585   38729   820430    21.2 |  0.000 % |
115.44	c |     58191 | 17873092 53104280 | 22624344   58191  1142198    19.6 |  0.000 % |
151.77	c |     87383 | 17873092 53104280 | 24886778   87383  1861475    21.3 |  0.000 % |
219.24	c |    131172 | 17873092 53104280 | 27375456  131172  3081784    23.5 |  0.000 % |
355.89	c |    196857 | 17873092 53104280 | 30113002  196857  5295817    26.9 |  0.000 % |
590.84	c |    295383 | 17873092 53104280 | 33124302  295383  9380211    31.8 |  0.000 % |
1092.85	c |    443172 | 17873092 53104280 | 36436732  443172 19001484    42.9 |  0.000 % |
1805.80	
1805.80	s UNKNOWN
1805.80	c # INTERRUPTED
1805.80	c # MAIN  END :  (1805 seconds) [Mon Jan 29 23:07:05 2007]
1805.80	c # MAIN  CPU : 17.81 = 0.13 + 0.02 + 16.41 + 1.25
1805.80	

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/node68/watcher-233064-1170106618 -o ROOT/results/node68/solver-233064-1170106618 -C 1800 -M 900 /tmp/evaluation/233064-1170106618/solver /tmp/evaluation/233064-1170106618 /tmp/evaluation/233064-1170106618/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.22 2.54 2.90 5/75 22151
/proc/meminfo: memFree=1884952/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=5212 CPUtime=0
/proc/22150/stat : 22150 (solver) R 22148 22150 21719 0 -1 4194304 93 0 0 0 0 0 0 0 20 0 1 0 30619576 5337088 66 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 257414648519 0 0 4096 0 0 0 0 17 1 0 0
/proc/22150/statm: 1303 66 49 169 0 14 0

[startup+0.104334 s]
/proc/loadavg: 1.22 2.54 2.90 5/75 22151
/proc/meminfo: memFree=1884952/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=13724 CPUtime=0.03
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30619576 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22150/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512373 s]
/proc/loadavg: 1.22 2.54 2.90 5/75 22151
/proc/meminfo: memFree=1884952/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=13724 CPUtime=0.03
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30619576 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22150/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33444 s]
/proc/loadavg: 1.22 2.54 2.90 2/90 22166
/proc/meminfo: memFree=1815072/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=13724 CPUtime=1.09
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 1190 11233 0 1 3 0 99 7 15 0 1 0 30619576 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 13724

[startup+2.9886 s]
/proc/loadavg: 1.28 2.53 2.89 3/90 22174
/proc/meminfo: memFree=1804000/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=13724 CPUtime=1.09
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 1190 11233 0 1 3 0 99 7 16 0 1 0 30619576 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 3431 809 371 3 0 531 0
[pid=22167] ppid=22150 vsize=807332 CPUtime=1.79
/proc/22167/stat : 22167 (java) R 22150 22150 21719 0 -1 0 9819 0 1 0 169 10 0 0 25 0 8 0 30619694 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096930 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22167/statm: 201833 9563 1510 14 0 189111 0
[pid=22167/tid=22168] ppid=22150 vsize=807332 CPUtime=0.18
/proc/22167/task/22168/stat : 22168 (java) S 22150 22150 21719 0 -1 64 3586 0 0 0 17 1 0 0 16 0 8 0 30619697 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22169] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22169/stat : 22169 (java) S 22150 22150 21719 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30619697 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22170] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22170/stat : 22170 (java) S 22150 22150 21719 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30619697 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22171] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22171/stat : 22171 (java) S 22150 22150 21719 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30619700 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22172] ppid=22150 vsize=807332 CPUtime=0.14
/proc/22167/task/22172/stat : 22172 (java) S 22150 22150 21719 0 -1 64 419 0 0 0 14 0 0 0 16 0 8 0 30619700 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22173] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22173/stat : 22173 (java) S 22150 22150 21719 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30619700 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22174] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22174/stat : 22174 (java) S 22150 22150 21719 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30619700 826707968 9563 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821056

[startup+6.19091 s]
/proc/loadavg: 1.28 2.53 2.89 3/90 22174
/proc/meminfo: memFree=1682024/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=13724 CPUtime=1.09
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 1190 11233 0 1 3 0 99 7 16 0 1 0 30619576 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 3431 809 371 3 0 531 0
[pid=22167] ppid=22150 vsize=807332 CPUtime=5
/proc/22167/stat : 22167 (java) R 22150 22150 21719 0 -1 0 9822 0 1 0 469 31 0 0 25 0 8 0 30619694 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816161 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22167/statm: 201833 9565 1510 14 0 189111 0
[pid=22167/tid=22168] ppid=22150 vsize=807332 CPUtime=0.18
/proc/22167/task/22168/stat : 22168 (java) S 22150 22150 21719 0 -1 64 3586 0 0 0 17 1 0 0 16 0 8 0 30619697 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22169] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22169/stat : 22169 (java) S 22150 22150 21719 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30619697 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22170] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22170/stat : 22170 (java) S 22150 22150 21719 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30619697 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22171] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22171/stat : 22171 (java) S 22150 22150 21719 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30619700 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22172] ppid=22150 vsize=807332 CPUtime=0.15
/proc/22167/task/22172/stat : 22172 (java) S 22150 22150 21719 0 -1 64 421 0 0 0 14 1 0 0 16 0 8 0 30619700 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22173] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22173/stat : 22173 (java) S 22150 22150 21719 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30619700 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22174] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22174/stat : 22174 (java) S 22150 22150 21719 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30619700 826707968 9565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 821056

[startup+12.6825 s]
/proc/loadavg: 1.47 2.53 2.89 3/91 22176
/proc/meminfo: memFree=1428256/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=13724 CPUtime=1.09
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 1190 11233 0 1 3 0 99 7 16 0 1 0 30619576 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 3431 809 371 3 0 531 0
[pid=22167] ppid=22150 vsize=807332 CPUtime=11.46
/proc/22167/stat : 22167 (java) R 22150 22150 21719 0 -1 0 11761 0 1 0 1070 76 0 0 25 0 8 0 30619694 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096614 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22167/statm: 201833 11503 1510 14 0 189111 0
[pid=22167/tid=22168] ppid=22150 vsize=807332 CPUtime=0.24
/proc/22167/task/22168/stat : 22168 (java) S 22150 22150 21719 0 -1 64 5524 0 0 0 21 3 0 0 16 0 8 0 30619697 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22169] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22169/stat : 22169 (java) S 22150 22150 21719 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30619697 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22170] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22170/stat : 22170 (java) S 22150 22150 21719 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30619697 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22171] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22171/stat : 22171 (java) S 22150 22150 21719 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30619700 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22172] ppid=22150 vsize=807332 CPUtime=0.15
/proc/22167/task/22172/stat : 22172 (java) S 22150 22150 21719 0 -1 64 421 0 0 0 14 1 0 0 16 0 8 0 30619700 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22173] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22173/stat : 22173 (java) S 22150 22150 21719 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30619700 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22167/tid=22174] ppid=22150 vsize=807332 CPUtime=0
/proc/22167/task/22174/stat : 22174 (java) S 22150 22150 21719 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30619700 826707968 11503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 821056

[startup+25.5317 s]
/proc/loadavg: 1.71 2.55 2.89 3/78 22181
/proc/meminfo: memFree=387672/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.83
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3370 23012 0 2 16 1 1641 125 18 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=553192 CPUtime=7.39
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 131529 0 0 0 640 99 0 0 25 0 1 0 30621386 566468608 131324 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522955 0 0 4096 0 0 0 0 17 0 0 0
/proc/22180/statm: 138298 131324 35 112 0 138182 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 575388

[startup+51.214 s]
/proc/loadavg: 1.81 2.50 2.87 3/76 22181
/proc/meminfo: memFree=15576/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.83
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 1 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=778252 CPUtime=32.88
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 193339 0 2 0 3145 143 0 0 25 0 1 0 30621386 796930048 192110 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 194563 192110 52 112 0 194447 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 800448

[startup+102.467 s]
/proc/loadavg: 2.26 2.54 2.86 3/76 22181
/proc/meminfo: memFree=18136/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=781992 CPUtime=84.09
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 194274 0 2 0 8265 144 0 0 25 0 1 0 30621386 800759808 193045 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528438 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 195498 193045 52 112 0 195382 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 804188

[startup+162.473 s]
/proc/loadavg: 2.09 2.44 2.80 3/76 22181
/proc/meminfo: memFree=15064/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=785136 CPUtime=144.05
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 195021 0 2 0 14260 145 0 0 25 0 1 0 30621386 803979264 193792 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 196284 193792 52 112 0 196168 0
Current children cumulated CPU time (s) 161.89
Current children cumulated vsize (KiB) 807332

[startup+222.491 s]
/proc/loadavg: 2.03 2.36 2.75 3/76 22181
/proc/meminfo: memFree=15960/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=789824 CPUtime=204.01
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 196218 0 2 0 20254 147 0 0 25 0 1 0 30621386 808779776 194989 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528726 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 197456 194989 52 112 0 197340 0
Current children cumulated CPU time (s) 221.85
Current children cumulated vsize (KiB) 812020

[startup+282.516 s]
/proc/loadavg: 2.01 2.29 2.70 3/76 22181
/proc/meminfo: memFree=15512/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=794848 CPUtime=263.96
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 197418 0 2 0 26247 149 0 0 25 0 1 0 30621386 813924352 196189 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 198712 196189 52 112 0 198596 0
Current children cumulated CPU time (s) 281.8
Current children cumulated vsize (KiB) 817044

[startup+342.604 s]
/proc/loadavg: 2.04 2.25 2.66 3/76 22181
/proc/meminfo: memFree=15200/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=799532 CPUtime=323.99

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

/proc/loadavg: 2.01 2.02 2.27 3/76 22181
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=865632 CPUtime=1102.97
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 215040 0 2 0 110122 175 0 0 25 0 1 0 30621386 886407168 213811 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 216408 213811 52 112 0 216292 0
Current children cumulated CPU time (s) 1120.81
Current children cumulated vsize (KiB) 887828

[startup+1183.35 s]
/proc/loadavg: 2.00 2.02 2.25 3/76 22181
/proc/meminfo: memFree=15968/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=868684 CPUtime=1162.76
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 215580 0 2 0 116100 176 0 0 25 0 1 0 30621386 889532416 214351 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 217171 214351 52 112 0 217055 0
Current children cumulated CPU time (s) 1180.6
Current children cumulated vsize (KiB) 890880

[startup+1243.41 s]
/proc/loadavg: 2.00 2.01 2.23 3/76 22181
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=870772 CPUtime=1222.55
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 216117 0 2 0 122078 177 0 0 25 0 1 0 30621386 891670528 214888 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 217693 214888 52 112 0 217577 0
Current children cumulated CPU time (s) 1240.39
Current children cumulated vsize (KiB) 892968

[startup+1303.47 s]
/proc/loadavg: 2.00 2.00 2.22 3/76 22181
/proc/meminfo: memFree=14880/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=873020 CPUtime=1282.32
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 216687 0 2 0 128055 177 0 0 25 0 1 0 30621386 893972480 215458 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528148 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 218255 215458 52 112 0 218139 0
Current children cumulated CPU time (s) 1300.16
Current children cumulated vsize (KiB) 895216

[startup+1363.54 s]
/proc/loadavg: 2.00 2.00 2.20 3/76 22181
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=875268 CPUtime=1342.11
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 217264 0 2 0 134033 178 0 0 25 0 1 0 30621386 896274432 216035 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 218817 216035 52 112 0 218701 0
Current children cumulated CPU time (s) 1359.95
Current children cumulated vsize (KiB) 897464

[startup+1423.6 s]
/proc/loadavg: 2.00 2.00 2.18 3/76 22181
/proc/meminfo: memFree=15072/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=877908 CPUtime=1401.9
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 217954 0 2 0 140011 179 0 0 25 0 1 0 30621386 898977792 216725 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 219477 216725 52 112 0 219361 0
Current children cumulated CPU time (s) 1419.74
Current children cumulated vsize (KiB) 900104

[startup+1483.68 s]
/proc/loadavg: 2.07 2.02 2.17 3/82 22291
/proc/meminfo: memFree=15464/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=881228 CPUtime=1461.61
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 218785 0 2 0 145964 197 0 0 25 0 1 0 30621386 902377472 217556 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 220307 217556 52 112 0 220191 0
Current children cumulated CPU time (s) 1479.45
Current children cumulated vsize (KiB) 903424

[startup+1543.76 s]
/proc/loadavg: 2.02 2.01 2.16 3/76 22379
/proc/meminfo: memFree=16920/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=883756 CPUtime=1521.35
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 219404 0 2 0 151927 208 0 0 25 0 1 0 30621386 904966144 218175 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 220939 218175 52 112 0 220823 0
Current children cumulated CPU time (s) 1539.19
Current children cumulated vsize (KiB) 905952

[startup+1603.82 s]
/proc/loadavg: 2.01 2.00 2.15 3/76 22379
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=886376 CPUtime=1581.13
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 220073 0 2 0 157904 209 0 0 25 0 1 0 30621386 907649024 218844 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 221594 218844 52 112 0 221478 0
Current children cumulated CPU time (s) 1598.97
Current children cumulated vsize (KiB) 908572

[startup+1663.89 s]
/proc/loadavg: 2.00 2.00 2.14 3/76 22379
/proc/meminfo: memFree=16160/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=888640 CPUtime=1640.9
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 220645 0 2 0 163880 210 0 0 25 0 1 0 30621386 909967360 219416 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 222160 219416 52 112 0 222044 0
Current children cumulated CPU time (s) 1658.74
Current children cumulated vsize (KiB) 910836

[startup+1723.95 s]
/proc/loadavg: 2.00 2.00 2.13 3/76 22379
/proc/meminfo: memFree=15520/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=890588 CPUtime=1700.7
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 221140 0 2 0 169859 211 0 0 25 0 1 0 30621386 911962112 219911 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 222647 219911 52 112 0 222531 0
Current children cumulated CPU time (s) 1718.54
Current children cumulated vsize (KiB) 912784

[startup+1784.01 s]
/proc/loadavg: 2.00 2.00 2.12 3/76 22379
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=892484 CPUtime=1760.5
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 221608 0 2 0 175838 212 0 0 25 0 1 0 30621386 913903616 220379 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 223121 220379 52 112 0 223005 0
Current children cumulated CPU time (s) 1778.34
Current children cumulated vsize (KiB) 914680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.79 s]
/proc/loadavg: 2.00 2.00 2.11 3/76 22379
/proc/meminfo: memFree=15136/2055920 swapFree=4192812/4192956
[pid=22150] ppid=22148 vsize=22196 CPUtime=17.84
/proc/22150/stat : 22150 (sugar) S 22148 22150 21719 0 -1 4194304 3380 23012 0 2 16 2 1641 125 16 0 1 0 30619576 22728704 2891 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22150/statm: 5549 2891 373 3 0 2649 0
[pid=22180] ppid=22150 vsize=893136 CPUtime=1782.16
/proc/22180/stat : 22180 (minisat) R 22150 22150 21719 0 -1 0 221799 0 2 0 178004 212 0 0 25 0 1 0 30621386 914571264 220570 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22180/statm: 223284 220570 52 112 0 223168 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915332

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 22150 and gives childrusage.ru_utime.tv_sec=16 childrusage.ru_utime.tv_usec=584478 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=337796
CPU time returned by wait4() is 17.9223
while last known CPU time is 1800.2

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

Real time (s): 1807.26
CPU time (s): 1800.2
CPU user time (s): 1796.61
CPU system time (s): 3.59
CPU usage (%): 99.6095
Max. virtual memory (cumulated for all children) (KiB): 915332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5845
system time used= 1.3378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26477
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= 1668
involuntary context switches= 1974

runsolver used 1.89071 s user time and 5.43517 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Jan 29 21:36:58 UTC 2007


IDJOB= 233064
IDBENCH= 6579
IDSOLVER= 86
FILE ID= node68/233064-1170106618

PBS_JOBID= 3689887

Free space on /tmp= 66561 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-95-3.xml
COMMAND LINE= /tmp/evaluation/233064-1170106618/solver /tmp/evaluation/233064-1170106618 /tmp/evaluation/233064-1170106618/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-233064-1170106618 -o ROOT/results/node68/solver-233064-1170106618 -C 1800 -M 900  /tmp/evaluation/233064-1170106618/solver /tmp/evaluation/233064-1170106618 /tmp/evaluation/233064-1170106618/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5ec20206a8a3a2922b1b6c486df1b43e

RANDOM SEED= 204864272

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:       1884520 kB
Buffers:         37604 kB
Cached:          55556 kB
SwapCached:          0 kB
Active:          60952 kB
Inactive:        57584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3968 kB
Writeback:           0 kB
Mapped:          41048 kB
Slab:            38248 kB
Committed_AS:   671372 kB
PageTables:       1800 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= 66295 MiB



End job on node68 on Mon Jan 29 22:07:07 UTC 2007