Trace number 2078562

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 v1.14.6+minisatSAT 340.173 343.52

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-33_ext.xml
MD5SUMe841dd70b15a05b93c7551d2b9a5cabb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark59.7179
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sun Jul 12 04:52:36 2009
0.06/0.07	c 0	PID 23570
0.06/0.07	c 0	HOST node91.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2078562-1247367155.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078562-1247367155.xml' 'HOME/temp.csp'
0.07/0.90	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/1.00	c 1	Parsing HOME/temp.csp
1.93/2.03	c 2	parsed 139 expressions
1.93/2.04	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.93/2.04	c 2	Converting to clausal form CSP
1.93/2.06	c 2	converted 14 (10%) expressions
1.93/2.08	c 2	converted 28 (20%) expressions
2.13/2.24	c 2	converted 42 (30%) expressions
2.13/2.24	c 2	converted 56 (40%) expressions
2.13/2.26	c 2	converted 70 (50%) expressions
2.22/2.31	c 2	converted 84 (60%) expressions
2.32/2.41	c 2	converted 98 (70%) expressions
2.42/2.51	c 2	converted 112 (80%) expressions
2.72/2.80	c 2	converted 126 (90%) expressions
2.81/2.93	c 3	converted 139 (100%) expressions
2.81/2.93	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.81/2.93	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.94	c 3	Propagation in CSP
2.81/2.94	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.94	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.81/2.94	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.94	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.94	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.81/2.94	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.06	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.91/3.07	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.91/3.07	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.91/3.07	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.91/3.07	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.91/3.08	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.91/3.08	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.91/3.08	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.91/3.08	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.91/3.08	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.91/3.08	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.11/3.27	c 3	6 (10%) CSP clauses are encoded (11193 clauses, 246318 bytes)
3.30/3.40	c 3	12 (20%) CSP clauses are encoded (22044 clauses, 502586 bytes)
3.40/3.53	c 3	18 (30%) CSP clauses are encoded (32810 clauses, 766366 bytes)
3.50/3.65	c 3	24 (40%) CSP clauses are encoded (43022 clauses, 1015959 bytes)
3.61/3.77	c 3	30 (50%) CSP clauses are encoded (53881 clauses, 1285269 bytes)
3.80/3.90	c 4	36 (60%) CSP clauses are encoded (64627 clauses, 1552767 bytes)
3.90/4.04	c 4	42 (70%) CSP clauses are encoded (75396 clauses, 1833605 bytes)
4.00/4.16	c 4	48 (80%) CSP clauses are encoded (86181 clauses, 2122176 bytes)
4.10/4.29	c 4	54 (90%) CSP clauses are encoded (97021 clauses, 2412357 bytes)
4.20/4.40	c 4	59 (100%) CSP clauses are encoded (106042 clauses, 2653923 bytes)
4.20/4.40	c 4	59 CSP clauses encoded
4.20/4.40	c 4	Writing map file : HOME/temp.map
4.20/4.40	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.20/4.40	c 4	SAT : 380 SAT variables, 106042 SAT clauses, 2653923 bytes
4.20/4.40	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.30/4.42	c 4	SOLVING HOME/temp.cnf
4.30/4.42	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.30/4.42	c 4	This is MiniSat 2.0 beta
4.30/4.42	c 4	WARNING: for repeatability, setting FPU to use double precision
4.30/4.42	c 4	============================[ Problem Statistics ]=============================
4.30/4.42	c 4	|                                                                             |
4.30/4.43	c 4	|  Number of variables:  380                                                  |
4.30/4.43	c 4	|  Number of clauses:    106042                                               |
4.30/4.49	c 4	|  Parsing time:         0.05         s                                       |
4.30/4.50	c 4	============================[ Search Statistics ]==============================
4.30/4.50	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.30/4.50	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.30/4.50	c 4	===============================================================================
4.30/4.50	c 4	|         0 |     380   106042   581903 |    35347        0    nan |  0.000 % |
4.33/4.56	c 4	|       100 |     380   106042   581903 |    38882      100     10 |  0.001 % |
4.33/4.67	c 4	|       252 |     380   106042   581903 |    42770      252     10 |  0.013 % |
4.33/4.81	c 4	|       478 |     380   106042   581903 |    47047      478     10 |  0.013 % |
4.33/4.96	c 5	|       815 |     380   106042   581903 |    51752      815     11 |  0.013 % |
4.33/5.26	c 5	|      1321 |     380   106042   581903 |    56927     1321     11 |  0.013 % |
5.49/5.60	c 5	|      2080 |     380   106042   581903 |    62619     2080     11 |  0.013 % |
5.99/6.16	c 6	|      3220 |     380   106042   581903 |    68881     3220     12 |  0.013 % |
6.78/6.90	c 7	|      4929 |     380   106042   581903 |    75770     4929     12 |  0.013 % |
8.06/8.21	c 8	|      7491 |     380   106042   581903 |    83347     7491     13 |  0.013 % |
10.04/10.27	c 10	|     11335 |     380   106042   581903 |    91681    11335     13 |  0.013 % |
13.70/13.99	c 14	|     17101 |     380   106042   581903 |   100850    17101     14 |  0.010 % |
19.64/19.94	c 20	|     25750 |     380   106042   581903 |   110935    25750     14 |  0.012 % |
28.46/28.82	c 28	|     38724 |     380   106042   581903 |   122028    38724     15 |  0.010 % |
45.00/45.58	c 45	|     58186 |     380   106042   581903 |   134231    58186     16 |  0.005 % |
74.11/74.96	c 75	|     87378 |     380   106042   581903 |   147654    87378     15 |  0.013 % |
127.12/128.47	c 128	|    131167 |     380   106042   581903 |   162420   131167     16 |  0.015 % |
206.05/208.14	c 208	|    196851 |     380   106042   581903 |   178662    53293     16 |  0.001 % |
326.90/330.12	c 330	|    295378 |     380   106042   581903 |   196528   151820     17 |  0.003 % |
339.97/343.34	c 343	===============================================================================
339.97/343.34	c 343	restarts              : 19
339.97/343.34	c 343	conflicts             : 303039         (903 /sec)
339.97/343.34	c 343	decisions             : 356479         (1.47 % random) (1062 /sec)
339.97/343.34	c 343	propagations          : 15218325       (45343 /sec)
339.97/343.34	c 343	conflict literals     : 5183584        (32.93 % deleted)
339.97/343.34	c 343	Memory used           : 25.54 MB
339.97/343.34	c 343	CPU time              : 335.63 s
339.97/343.34	c 343	
339.97/343.34	c 343	SATISFIABLE
339.97/343.35	c 343	DECODING HOME/temp.out WITH HOME/temp.map
339.97/343.35	c 343	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
340.03/343.43	c 343	Decoding HOME/temp.out
340.03/343.45	s SATISFIABLE
340.03/343.45	v 3 19 3 7 18 13 3 16 16 7 8 4 2 14 2 6 15 10 6 13
340.03/343.47	c 343	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
340.03/343.52	c 343	CPU 340.16 (0.06 0.02 339.81 0.27)
340.03/343.52	c 343	END Sun Jul 12 04:58:19 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078562-1247367155/watcher-2078562-1247367155 -o /tmp/evaluation-result-2078562-1247367155/solver-2078562-1247367155 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2078562-1247367155.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.03 2.15 2.26 4/75 23570
/proc/meminfo: memFree=987992/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=11904 CPUtime=0
/proc/23570/stat : 23570 (sugar) R 23568 23570 23490 0 -1 4194304 80 0 0 0 0 0 0 0 20 0 1 0 23780184 12189696 65 996147200 4194304 4206940 548682068608 18446744073709551615 251598535824 0 0 4096 0 0 0 0 17 1 0 0
/proc/23570/statm: 2976 65 48 3 0 64 0

[startup+0.0749061 s]
/proc/loadavg: 2.03 2.15 2.26 4/75 23570
/proc/meminfo: memFree=987992/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16740 CPUtime=0.06
/proc/23570/stat : 23570 (sugar) R 23568 23570 23490 0 -1 4194304 1108 0 0 0 5 1 0 0 20 0 1 0 23780184 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 251619013269 0 0 4224 0 0 0 0 17 0 0 0
/proc/23570/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102911 s]
/proc/loadavg: 2.03 2.15 2.26 4/75 23570
/proc/meminfo: memFree=987992/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=0.07
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 23780184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302931 s]
/proc/loadavg: 2.03 2.15 2.26 4/75 23570
/proc/meminfo: memFree=987992/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=0.07
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 23780184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702974 s]
/proc/loadavg: 2.03 2.15 2.26 4/75 23570
/proc/meminfo: memFree=987992/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=0.07
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 23780184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50107 s]
/proc/loadavg: 2.03 2.15 2.26 4/86 23592
/proc/meminfo: memFree=978624/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=0.88
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1309 7043 0 1 5 2 77 4 16 0 1 0 23780184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1111 409 3 0 796 0
[pid=23583] ppid=23570 vsize=5356 CPUtime=0
/proc/23583/stat : 23583 (sh) S 23570 23570 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23780277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23583/statm: 1339 233 193 169 0 50 0
[pid=23584] ppid=23583 vsize=862288 CPUtime=0.56
/proc/23584/stat : 23584 (java) S 23583 23570 23490 0 -1 0 6091 0 1 0 53 3 0 0 20 0 9 0 23780277 882982912 5376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23584/statm: 215572 5376 2158 9 0 210485 0
[pid=23584/tid=23585] ppid=23583 vsize=862288 CPUtime=0.35
/proc/23584/task/23585/stat : 23585 (java) R 23583 23570 23490 0 -1 64 2021 0 1 0 34 1 0 0 25 0 9 0 23780278 882982912 5376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23586] ppid=23583 vsize=862288 CPUtime=0.15
/proc/23584/task/23586/stat : 23586 (java) R 23583 23570 23490 0 -1 64 3062 0 0 0 14 1 0 0 16 0 9 0 23780279 882982912 5376 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23587] ppid=23583 vsize=862288 CPUtime=0
/proc/23584/task/23587/stat : 23587 (java) S 23583 23570 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23780280 882982912 5376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23588] ppid=23583 vsize=862288 CPUtime=0
/proc/23584/task/23588/stat : 23588 (java) S 23583 23570 23490 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23780280 882982912 5376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23589] ppid=23583 vsize=862288 CPUtime=0
/proc/23584/task/23589/stat : 23589 (java) S 23583 23570 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23780282 882982912 5376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23590] ppid=23583 vsize=862288 CPUtime=0.03
/proc/23584/task/23590/stat : 23590 (java) S 23583 23570 23490 0 -1 64 304 0 0 0 3 0 0 0 21 0 9 0 23780282 882982912 5376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23591] ppid=23583 vsize=862288 CPUtime=0
/proc/23584/task/23591/stat : 23591 (java) S 23583 23570 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23780282 882982912 5376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23592] ppid=23583 vsize=862288 CPUtime=0
/proc/23584/task/23592/stat : 23592 (java) R 23583 23570 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23780282 882982912 5376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 884512

[startup+3.10224 s]
/proc/loadavg: 2.03 2.15 2.26 4/86 23592
/proc/meminfo: memFree=954496/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=0.88
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1310 7043 0 1 5 2 77 4 15 0 1 0 23780184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1111 409 3 0 796 0
[pid=23583] ppid=23570 vsize=5356 CPUtime=0
/proc/23583/stat : 23583 (sh) S 23570 23570 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23780277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23583/statm: 1339 233 193 169 0 50 0
[pid=23584] ppid=23583 vsize=864496 CPUtime=2.13
/proc/23584/stat : 23584 (java) S 23583 23570 23490 0 -1 0 14807 0 1 0 205 8 0 0 20 0 9 0 23780277 885243904 14031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23584/statm: 216124 14031 2590 9 0 210601 0
[pid=23584/tid=23585] ppid=23583 vsize=864496 CPUtime=1.06
/proc/23584/task/23585/stat : 23585 (java) R 23583 23570 23490 0 -1 64 3227 0 1 0 104 2 0 0 25 0 9 0 23780278 885243904 14031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23586] ppid=23583 vsize=864496 CPUtime=1
/proc/23584/task/23586/stat : 23586 (java) S 23583 23570 23490 0 -1 64 10559 0 0 0 95 5 0 0 18 0 9 0 23780279 885243904 14031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23587] ppid=23583 vsize=864496 CPUtime=0
/proc/23584/task/23587/stat : 23587 (java) S 23583 23570 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23780280 885243904 14031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23588] ppid=23583 vsize=864496 CPUtime=0
/proc/23584/task/23588/stat : 23588 (java) S 23583 23570 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23780280 885243904 14031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23589] ppid=23583 vsize=864496 CPUtime=0
/proc/23584/task/23589/stat : 23589 (java) S 23583 23570 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23780282 885243904 14031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23590] ppid=23583 vsize=864496 CPUtime=0.05
/proc/23584/task/23590/stat : 23590 (java) R 23583 23570 23490 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 23780282 885243904 14031 996147200 134512640 134550932 4294955936 18446744073709551615 102396742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23591] ppid=23583 vsize=864496 CPUtime=0
/proc/23584/task/23591/stat : 23591 (java) S 23583 23570 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23780282 885243904 14031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23584/tid=23592] ppid=23583 vsize=864496 CPUtime=0
/proc/23584/task/23592/stat : 23592 (java) S 23583 23570 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23780282 885243904 14031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886720

[startup+6.30161 s]
/proc/loadavg: 2.03 2.15 2.26 3/78 23594
/proc/meminfo: memFree=970688/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=4.33
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1374 22254 0 2 6 2 409 16 15 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
[pid=23593] ppid=23570 vsize=5356 CPUtime=0
/proc/23593/stat : 23593 (sh) S 23570 23570 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23780627 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23593/statm: 1339 232 193 169 0 50 0
[pid=23594] ppid=23593 vsize=8432 CPUtime=1.85
/proc/23594/stat : 23594 (minisat) R 23593 23570 23490 0 -1 4194304 1981 0 0 0 184 1 0 0 25 0 1 0 23780627 8634368 1967 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23594/statm: 2108 1967 75 150 0 1955 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 30656

[startup+12.7013 s]
/proc/loadavg: 2.02 2.14 2.26 3/78 23594
/proc/meminfo: memFree=968000/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=4.33
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1374 22254 0 2 6 2 409 16 16 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
[pid=23593] ppid=23570 vsize=5356 CPUtime=0
/proc/23593/stat : 23593 (sh) S 23570 23570 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23780627 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23593/statm: 1339 232 193 169 0 50 0
[pid=23594] ppid=23593 vsize=9496 CPUtime=8.19
/proc/23594/stat : 23594 (minisat) R 23593 23570 23490 0 -1 4194304 2255 0 0 0 818 1 0 0 25 0 1 0 23780627 9723904 2241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23594/statm: 2374 2241 75 150 0 2221 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 31720

[startup+25.5027 s]
/proc/loadavg: 2.02 2.14 2.25 3/78 23594
/proc/meminfo: memFree=963904/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=4.33
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1374 22254 0 2 6 2 409 16 16 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
[pid=23593] ppid=23570 vsize=5356 CPUtime=0
/proc/23593/stat : 23593 (sh) S 23570 23570 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23780627 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23593/statm: 1339 232 193 169 0 50 0
[pid=23594] ppid=23593 vsize=11280 CPUtime=20.86
/proc/23594/stat : 23594 (minisat) R 23593 23570 23490 0 -1 4194304 2696 0 0 0 2084 2 0 0 25 0 1 0 23780627 11550720 2682 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23594/statm: 2820 2682 75 150 0 2667 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 33504

[startup+51.1026 s]
/proc/loadavg: 2.01 2.13 2.25 3/78 23594
/proc/meminfo: memFree=953792/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=4.33
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1374 22254 0 2 6 2 409 16 16 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
[pid=23593] ppid=23570 vsize=5356 CPUtime=0
/proc/23593/stat : 23593 (sh) S 23570 23570 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23780627 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23593/statm: 1339 232 193 169 0 50 0
[pid=23594] ppid=23593 vsize=14272 CPUtime=46.22
/proc/23594/stat : 23594 (minisat) R 23593 23570 23490 0 -1 4194304 3429 0 0 0 4619 3 0 0 25 0 1 0 23780627 14614528 3415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23594/statm: 3568 3415 75 150 0 3415 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 36496

[startup+102.306 s]
/proc/loadavg: 2.00 2.10 2.23 3/78 23594
/proc/meminfo: memFree=933632/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=4.33
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1374 22254 0 2 6 2 409 16 16 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
[pid=23593] ppid=23570 vsize=5356 CPUtime=0
/proc/23593/stat : 23593 (sh) S 23570 23570 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23780627 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23593/statm: 1339 232 193 169 0 50 0
[pid=23594] ppid=23593 vsize=19024 CPUtime=96.93
/proc/23594/stat : 23594 (minisat) R 23593 23570 23490 0 -1 4194304 4614 0 0 0 9689 4 0 0 25 0 1 0 23780627 19480576 4600 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23594/statm: 4756 4600 75 150 0 4603 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 41248

[startup+162.303 s]
/proc/loadavg: 2.00 2.08 2.21 3/78 23594
/proc/meminfo: memFree=912320/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=4.33
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1374 22254 0 2 6 2 409 16 16 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
[pid=23593] ppid=23570 vsize=5356 CPUtime=0
/proc/23593/stat : 23593 (sh) S 23570 23570 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23780627 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23593/statm: 1339 232 193 169 0 50 0
[pid=23594] ppid=23593 vsize=23644 CPUtime=156.37
/proc/23594/stat : 23594 (minisat) R 23593 23570 23490 0 -1 4194304 5697 0 0 0 15632 5 0 0 25 0 1 0 23780627 24211456 5683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23594/statm: 5911 5683 75 150 0 5758 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 45868

[startup+222.303 s]
/proc/loadavg: 2.00 2.06 2.19 3/78 23594
/proc/meminfo: memFree=891456/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=4.33
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1374 22254 0 2 6 2 409 16 16 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
[pid=23593] ppid=23570 vsize=5356 CPUtime=0
/proc/23593/stat : 23593 (sh) S 23570 23570 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23780627 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23593/statm: 1339 232 193 169 0 50 0
[pid=23594] ppid=23593 vsize=24784 CPUtime=215.79
/proc/23594/stat : 23594 (minisat) R 23593 23570 23490 0 -1 4194304 5992 0 0 0 21574 5 0 0 25 0 1 0 23780627 25378816 5978 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23594/statm: 6196 5978 75 150 0 6043 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 47008

[startup+282.302 s]
/proc/loadavg: 2.00 2.05 2.18 3/78 23594
/proc/meminfo: memFree=873664/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=4.33
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1374 22254 0 2 6 2 409 16 16 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
[pid=23593] ppid=23570 vsize=5356 CPUtime=0
/proc/23593/stat : 23593 (sh) S 23570 23570 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23780627 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23593/statm: 1339 232 193 169 0 50 0
[pid=23594] ppid=23593 vsize=24784 CPUtime=275.23
/proc/23594/stat : 23594 (minisat) R 23593 23570 23490 0 -1 4194304 6001 0 0 0 27517 6 0 0 25 0 1 0 23780627 25378816 5987 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23594/statm: 6196 5987 75 150 0 6043 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 47008

[startup+342.302 s]
/proc/loadavg: 2.00 2.04 2.17 3/78 23594
/proc/meminfo: memFree=858752/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=4.33
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1374 22254 0 2 6 2 409 16 16 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
[pid=23593] ppid=23570 vsize=5356 CPUtime=0
/proc/23593/stat : 23593 (sh) S 23570 23570 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23780627 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23593/statm: 1339 232 193 169 0 50 0
[pid=23594] ppid=23593 vsize=26152 CPUtime=334.65
/proc/23594/stat : 23594 (minisat) R 23593 23570 23490 0 -1 4194304 6318 0 0 0 33459 6 0 0 25 0 1 0 23780627 26779648 6304 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/23594/statm: 6538 6304 75 150 0 6385 0
Current children cumulated CPU time (s) 338.98
Current children cumulated vsize (KiB) 48376

Solver just ended. Dumping a history of the last processes samples

[startup+343.102 s]
/proc/loadavg: 2.00 2.04 2.17 3/78 23594
/proc/meminfo: memFree=858432/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=4.33
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1374 22254 0 2 6 2 409 16 16 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
[pid=23593] ppid=23570 vsize=5356 CPUtime=0
/proc/23593/stat : 23593 (sh) S 23570 23570 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23780627 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23593/statm: 1339 232 193 169 0 50 0
[pid=23594] ppid=23593 vsize=26152 CPUtime=335.45
/proc/23594/stat : 23594 (minisat) R 23593 23570 23490 0 -1 4194304 6329 0 0 0 33539 6 0 0 25 0 1 0 23780627 26779648 6315 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23594/statm: 6538 6315 75 150 0 6385 0
Current children cumulated CPU time (s) 339.78
Current children cumulated vsize (KiB) 48376

[startup+343.501 s]
/proc/loadavg: 2.00 2.04 2.17 3/78 23594
/proc/meminfo: memFree=858432/2055920 swapFree=4192812/4192956
[pid=23570] ppid=23568 vsize=16868 CPUtime=340.03
/proc/23570/stat : 23570 (sugar) S 23568 23570 23490 0 -1 4194304 1447 28880 0 2 6 2 33972 23 15 0 1 0 23780184 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23570/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 340.03
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 343.52
CPU time (s): 340.173
CPU user time (s): 339.872
CPU system time (s): 0.300954
CPU usage (%): 99.0256
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 339.872
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34155
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2548
involuntary context switches= 10440

runsolver used 0.399939 second user time and 1.17482 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 04:52:36
IDJOB=2078562
IDBENCH=56776
IDSOLVER=739
FILE ID=node91/2078562-1247367155
PBS_JOBID= 9507129
Free space on /tmp= 66032 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-33_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078562-1247367155/watcher-2078562-1247367155 -o /tmp/evaluation-result-2078562-1247367155/solver-2078562-1247367155 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2078562-1247367155.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e841dd70b15a05b93c7551d2b9a5cabb
RANDOM SEED=1581088579

node91.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        988408 kB
Buffers:         32104 kB
Cached:         352572 kB
SwapCached:          0 kB
Active:         937468 kB
Inactive:        66080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        988408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:         630092 kB
Slab:            47876 kB
Committed_AS:   777272 kB
PageTables:       3008 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66028 MiB
End job on node91 at 2009-07-12 04:58:19