Trace number 1079311

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.13+minisatUNSAT 51.7171 52.3183

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg11-12_ext.xml
MD5SUMe985d6a50614645b0425d00e5b840470
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.213967
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints23
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension23
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:13:05 2008
0.00/0.04	c 0	PID 29589
0.03/0.05	c 0	HOST node55.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079311-1215209584.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079311-1215209584.xml' 'HOME/temp.csp'
0.03/0.41	c 0	1 domains, 132 variables, 0 predicates, 2 relations, 23 constraints
0.03/0.43	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.43	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.40/0.51	c 0	Parsing HOME/temp.csp
0.40/0.63	c 0	parsed 158 expressions
0.40/0.64	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.64	c 0	Converting to clausal form CSP
0.40/0.66	c 0	converted 16 (10%) expressions
0.40/0.66	c 0	converted 32 (20%) expressions
0.40/0.66	c 0	converted 48 (30%) expressions
0.40/0.66	c 0	converted 64 (40%) expressions
0.40/0.66	c 0	converted 79 (50%) expressions
0.40/0.66	c 0	converted 95 (60%) expressions
0.40/0.66	c 0	converted 111 (70%) expressions
0.40/0.66	c 0	converted 127 (80%) expressions
0.40/0.85	c 0	converted 143 (90%) expressions
1.05/1.17	c 1	converted 158 (100%) expressions
1.05/1.17	c 1	CSP : 132 integers, 0 booleans, 23 clauses, largest domain size 26
1.05/1.17	c 1	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.17	c 1	Propagation in CSP
1.05/1.17	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.17	c 1	CSP : 132 integers, 0 booleans, 23 clauses, largest domain size 26
1.05/1.17	c 1	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.17	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.17	c 1	CSP : 132 integers, 0 booleans, 23 clauses, largest domain size 26
1.05/1.17	c 1	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.29	c 1	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.14/1.29	c 1	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.14/1.30	c 1	40 (30%) CSP integer variables are encoded (960 clauses, 10417 bytes)
1.14/1.30	c 1	53 (40%) CSP integer variables are encoded (1272 clauses, 14473 bytes)
1.24/1.30	c 1	66 (50%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.24/1.30	c 1	80 (60%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
1.24/1.30	c 1	93 (70%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
1.24/1.30	c 1	106 (80%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
1.24/1.30	c 1	119 (90%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
1.24/1.30	c 1	132 (100%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
7.28/7.44	c 7	3 (10%) CSP clauses are encoded (64278 clauses, 4148737 bytes)
11.44/11.63	c 11	5 (20%) CSP clauses are encoded (105018 clauses, 6979009 bytes)
15.48/15.72	c 15	7 (30%) CSP clauses are encoded (145758 clauses, 9885521 bytes)
21.63/21.93	c 21	10 (40%) CSP clauses are encoded (206868 clauses, 14245289 bytes)
25.68/26.06	c 26	12 (50%) CSP clauses are encoded (247608 clauses, 17151801 bytes)
27.56/27.93	c 27	14 (60%) CSP clauses are encoded (272616 clauses, 18727813 bytes)
30.33/30.76	c 30	17 (70%) CSP clauses are encoded (310128 clauses, 21518437 bytes)
32.31/32.77	c 32	19 (80%) CSP clauses are encoded (335136 clauses, 23561625 bytes)
34.19/34.66	c 34	21 (90%) CSP clauses are encoded (360144 clauses, 25604813 bytes)
36.06/36.56	c 36	23 (100%) CSP clauses are encoded (385152 clauses, 27648001 bytes)
36.06/36.56	c 36	23 CSP clauses encoded
36.06/36.56	c 36	Writing map file : HOME/temp.map
36.06/36.56	c 36	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.06/36.56	c 36	SAT : 3300 SAT variables, 385152 SAT clauses, 27648001 bytes
36.06/36.56	c 36	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.06/36.59	c 36	SOLVING HOME/temp.cnf
36.06/36.59	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.06/36.59	c 36	This is MiniSat 2.0 beta
36.06/36.59	c 36	WARNING: for repeatability, setting FPU to use double precision
36.06/36.59	c 36	============================[ Problem Statistics ]=============================
36.06/36.59	c 36	|                                                                             |
36.06/36.59	c 36	|  Number of variables:  3300                                                 |
36.06/36.59	c 36	|  Number of clauses:    385152                                               |
36.15/37.19	c 37	|  Parsing time:         0.54         s                                       |
36.15/37.24	c 37	============================[ Search Statistics ]==============================
36.15/37.24	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.15/37.24	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.15/37.24	c 37	===============================================================================
36.15/37.24	c 37	|         0 |    3267   383166  5283746 |   127722        0    nan |  0.000 % |
36.84/37.32	c 37	|       103 |    3265   383166  5283746 |   140494      101      7 |  1.061 % |
37.03/37.52	c 37	|       253 |    3265   383166  5283746 |   154543      251      7 |  1.064 % |
37.23/37.77	c 37	|       478 |    3265   383166  5283746 |   169997      476      9 |  1.061 % |
37.63/38.14	c 38	|       815 |    3265   383166  5283746 |   186997      813      9 |  1.061 % |
38.03/38.57	c 38	|      1321 |    3265   383166  5283746 |   205697     1319      9 |  1.061 % |
38.83/39.39	c 39	|      2083 |    3262   383166  5283746 |   226267     2080      9 |  1.212 % |
40.21/40.71	c 40	|      3222 |    3262   383166  5283746 |   248894     3219      9 |  1.212 % |
42.10/42.68	c 42	|      4931 |    3262   383166  5283746 |   273783     4927     10 |  1.242 % |
45.26/45.81	c 45	|      7494 |    3258   383166  5283746 |   301161     7489     10 |  1.606 % |
49.02/49.69	c 49	|     11338 |    3254   383166  5283746 |   331277    11332     10 |  1.909 % |
51.50/52.13	c 52	===============================================================================
51.50/52.13	c 52	restarts              : 11
51.50/52.13	c 52	conflicts             : 13803          (901 /sec)
51.50/52.13	c 52	decisions             : 18328          (1.80 % random) (1196 /sec)
51.50/52.13	c 52	propagations          : 1477788        (96438 /sec)
51.50/52.13	c 52	conflict literals     : 137108         (28.08 % deleted)
51.50/52.13	c 52	Memory used           : 38.78 MB
51.50/52.13	c 52	CPU time              : 15.3237 s
51.50/52.13	c 52	
51.50/52.13	c 52	UNSATISFIABLE
51.50/52.14	c 52	DECODING HOME/temp.out WITH HOME/temp.map
51.50/52.14	c 52	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
51.55/52.22	c 52	Decoding HOME/temp.out
51.55/52.25	s UNSATISFIABLE
51.55/52.25	c 52	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
51.55/52.31	c 52	CPU 51.16 (0.03 0 51.13 0.51)
51.55/52.31	c 52	END Sat Jul  5 00:13:57 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079311-1215209584/watcher-1079311-1215209584 -o /tmp/evaluation-result-1079311-1215209584/solver-1079311-1215209584 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1079311-1215209584.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 1.99 1.99 4/81 29589
/proc/meminfo: memFree=1457848/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=12000 CPUtime=0
/proc/29589/stat : 29589 (sugar) R 29587 29589 27492 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 1550625262 12288000 167 996147200 4194304 4206940 548682068608 18446744073709551615 248761189600 0 0 4224 0 0 0 0 17 1 0 0
/proc/29589/statm: 3000 167 129 3 0 100 0

[startup+0.050239 s]
/proc/loadavg: 2.02 1.99 1.99 4/81 29589
/proc/meminfo: memFree=1457848/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=0.03
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1550625262 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101205 s]
/proc/loadavg: 2.02 1.99 1.99 4/81 29589
/proc/meminfo: memFree=1457848/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=0.03
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550625262 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301244 s]
/proc/loadavg: 2.02 1.99 1.99 4/81 29589
/proc/meminfo: memFree=1457848/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=0.03
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550625262 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701321 s]
/proc/loadavg: 2.02 1.99 1.99 4/81 29589
/proc/meminfo: memFree=1457848/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=0.4
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 973 4359 0 1 3 0 33 4 15 0 1 0 1550625262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50247 s]
/proc/loadavg: 2.02 1.99 1.99 3/92 29611
/proc/meminfo: memFree=1436640/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=0.4
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 974 4359 0 1 3 0 33 4 15 0 1 0 1550625262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 797 370 3 0 500 0
[pid=29602] ppid=29589 vsize=5356 CPUtime=0
/proc/29602/stat : 29602 (sh) S 29589 29589 27492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550625305 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29602/statm: 1339 233 193 169 0 50 0
[pid=29603] ppid=29602 vsize=864420 CPUtime=1.04
/proc/29603/stat : 29603 (java) S 29602 29589 27492 0 -1 0 9590 0 1 0 100 4 0 0 18 0 9 0 1550625306 885166080 8840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29603/statm: 216105 8840 2564 9 0 210652 0
[pid=29603/tid=29604] ppid=29602 vsize=864420 CPUtime=0.47
/proc/29603/task/29604/stat : 29604 (java) R 29602 29589 27492 0 -1 64 2834 0 1 0 46 1 0 0 19 0 9 0 1550625307 885166080 8840 996147200 134512640 134550740 4294955952 18446744073709551615 4126582818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29605] ppid=29602 vsize=864420 CPUtime=0.45
/proc/29603/task/29605/stat : 29605 (java) S 29602 29589 27492 0 -1 64 5712 0 0 0 43 2 0 0 16 0 9 0 1550625308 885166080 8840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29606/stat : 29606 (java) S 29602 29589 27492 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550625308 885166080 8840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29607] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29607/stat : 29607 (java) S 29602 29589 27492 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1550625308 885166080 8840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29608/stat : 29608 (java) S 29602 29589 27492 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550625310 885166080 8840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29609] ppid=29602 vsize=864420 CPUtime=0.09
/proc/29603/task/29609/stat : 29609 (java) S 29602 29589 27492 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1550625310 885166080 8840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29610] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29602 29589 27492 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550625310 885166080 8840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29611] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29602 29589 27492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550625310 885166080 8840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883376

[startup+3.10177 s]
/proc/loadavg: 2.02 1.99 1.99 4/92 29611
/proc/meminfo: memFree=1429664/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=0.4
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 974 4359 0 1 3 0 33 4 15 0 1 0 1550625262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 797 370 3 0 500 0
[pid=29602] ppid=29589 vsize=5356 CPUtime=0
/proc/29602/stat : 29602 (sh) S 29589 29589 27492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550625305 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29602/statm: 1339 233 193 169 0 50 0
[pid=29603] ppid=29602 vsize=864420 CPUtime=2.63
/proc/29603/stat : 29603 (java) S 29602 29589 27492 0 -1 0 10210 0 1 0 258 5 0 0 18 0 9 0 1550625306 885166080 9428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29603/statm: 216105 9428 2564 9 0 210652 0
[pid=29603/tid=29604] ppid=29602 vsize=864420 CPUtime=2.02
/proc/29603/task/29604/stat : 29604 (java) R 29602 29589 27492 0 -1 64 2866 0 1 0 201 1 0 0 25 0 9 0 1550625307 885166080 9428 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29605] ppid=29602 vsize=864420 CPUtime=0.49
/proc/29603/task/29605/stat : 29605 (java) S 29602 29589 27492 0 -1 64 6300 0 0 0 47 2 0 0 16 0 9 0 1550625308 885166080 9428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29606/stat : 29606 (java) S 29602 29589 27492 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550625308 885166080 9428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29607] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29607/stat : 29607 (java) S 29602 29589 27492 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1550625308 885166080 9428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29608/stat : 29608 (java) S 29602 29589 27492 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550625310 885166080 9428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29609] ppid=29602 vsize=864420 CPUtime=0.09
/proc/29603/task/29609/stat : 29609 (java) S 29602 29589 27492 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1550625310 885166080 9428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29610] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29602 29589 27492 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550625310 885166080 9428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29611] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29602 29589 27492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550625310 885166080 9428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883376

[startup+6.30239 s]
/proc/loadavg: 2.01 1.99 1.99 4/92 29611
/proc/meminfo: memFree=1421600/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=0.4
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 974 4359 0 1 3 0 33 4 15 0 1 0 1550625262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 797 370 3 0 500 0
[pid=29602] ppid=29589 vsize=5356 CPUtime=0
/proc/29602/stat : 29602 (sh) S 29589 29589 27492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550625305 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29602/statm: 1339 233 193 169 0 50 0
[pid=29603] ppid=29602 vsize=864420 CPUtime=5.8
/proc/29603/stat : 29603 (java) S 29602 29589 27492 0 -1 0 11516 0 1 0 571 9 0 0 18 0 9 0 1550625306 885166080 10621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29603/statm: 216105 10621 2564 9 0 210652 0
[pid=29603/tid=29604] ppid=29602 vsize=864420 CPUtime=5.09
/proc/29603/task/29604/stat : 29604 (java) R 29602 29589 27492 0 -1 64 2980 0 1 0 505 4 0 0 25 0 9 0 1550625307 885166080 10621 996147200 134512640 134550740 4294955952 18446744073709551615 103568646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29605] ppid=29602 vsize=864420 CPUtime=0.58
/proc/29603/task/29605/stat : 29605 (java) S 29602 29589 27492 0 -1 64 7488 0 0 0 55 3 0 0 16 0 9 0 1550625308 885166080 10621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29606/stat : 29606 (java) S 29602 29589 27492 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550625308 885166080 10621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29607] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29607/stat : 29607 (java) S 29602 29589 27492 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1550625308 885166080 10621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29608/stat : 29608 (java) S 29602 29589 27492 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550625310 885166080 10621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29609] ppid=29602 vsize=864420 CPUtime=0.1
/proc/29603/task/29609/stat : 29609 (java) S 29602 29589 27492 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1550625310 885166080 10621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29610] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29602 29589 27492 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550625310 885166080 10621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29611] ppid=29602 vsize=864420 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29602 29589 27492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550625310 885166080 10621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883376

[startup+12.7016 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 29611
/proc/meminfo: memFree=1411744/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=0.4
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 974 4359 0 1 3 0 33 4 16 0 1 0 1550625262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 797 370 3 0 500 0
[pid=29602] ppid=29589 vsize=5356 CPUtime=0
/proc/29602/stat : 29602 (sh) S 29589 29589 27492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550625305 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29602/statm: 1339 233 193 169 0 50 0
[pid=29603] ppid=29602 vsize=864440 CPUtime=12.12
/proc/29603/stat : 29603 (java) S 29602 29589 27492 0 -1 0 13920 0 1 0 1199 13 0 0 18 0 9 0 1550625306 885186560 11615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29603/statm: 216110 11615 2564 9 0 210657 0
[pid=29603/tid=29604] ppid=29602 vsize=864440 CPUtime=11.12
/proc/29603/task/29604/stat : 29604 (java) R 29602 29589 27492 0 -1 64 3172 0 1 0 1106 6 0 0 25 0 9 0 1550625307 885186560 11615 996147200 134512640 134550740 4294955952 18446744073709551615 4126535688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29605] ppid=29602 vsize=864440 CPUtime=0.86
/proc/29603/task/29605/stat : 29605 (java) S 29602 29589 27492 0 -1 64 9697 0 0 0 81 5 0 0 16 0 9 0 1550625308 885186560 11615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29602 vsize=864440 CPUtime=0
/proc/29603/task/29606/stat : 29606 (java) S 29602 29589 27492 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550625308 885186560 11615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29607] ppid=29602 vsize=864440 CPUtime=0
/proc/29603/task/29607/stat : 29607 (java) S 29602 29589 27492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1550625308 885186560 11615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29602 vsize=864440 CPUtime=0
/proc/29603/task/29608/stat : 29608 (java) S 29602 29589 27492 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550625310 885186560 11615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29609] ppid=29602 vsize=864440 CPUtime=0.1
/proc/29603/task/29609/stat : 29609 (java) S 29602 29589 27492 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1550625310 885186560 11615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29610] ppid=29602 vsize=864440 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29602 29589 27492 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550625310 885186560 11615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29611] ppid=29602 vsize=864440 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29602 29589 27492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550625310 885186560 11615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883396

[startup+25.502 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 29611
/proc/meminfo: memFree=1399968/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=0.4
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 974 4359 0 1 3 0 33 4 16 0 1 0 1550625262 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 797 370 3 0 500 0
[pid=29602] ppid=29589 vsize=5356 CPUtime=0
/proc/29602/stat : 29602 (sh) S 29589 29589 27492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550625305 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29602/statm: 1339 233 193 169 0 50 0
[pid=29603] ppid=29602 vsize=864440 CPUtime=24.78
/proc/29603/stat : 29603 (java) S 29602 29589 27492 0 -1 0 17644 0 1 0 2455 23 0 0 18 0 9 0 1550625306 885186560 12520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29603/statm: 216110 12520 2564 9 0 210657 0
[pid=29603/tid=29604] ppid=29602 vsize=864440 CPUtime=23.18
/proc/29603/task/29604/stat : 29604 (java) R 29602 29589 27492 0 -1 64 3559 0 1 0 2305 13 0 0 25 0 9 0 1550625307 885186560 12520 996147200 134512640 134550740 4294955952 18446744073709551615 4126563311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29605] ppid=29602 vsize=864440 CPUtime=1.48
/proc/29603/task/29605/stat : 29605 (java) S 29602 29589 27492 0 -1 64 13032 0 0 0 139 9 0 0 16 0 9 0 1550625308 885186560 12520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29602 vsize=864440 CPUtime=0
/proc/29603/task/29606/stat : 29606 (java) S 29602 29589 27492 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550625308 885186560 12520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29607] ppid=29602 vsize=864440 CPUtime=0
/proc/29603/task/29607/stat : 29607 (java) S 29602 29589 27492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1550625308 885186560 12520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29602 vsize=864440 CPUtime=0
/proc/29603/task/29608/stat : 29608 (java) S 29602 29589 27492 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550625310 885186560 12520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29609] ppid=29602 vsize=864440 CPUtime=0.1
/proc/29603/task/29609/stat : 29609 (java) S 29602 29589 27492 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 1550625310 885186560 12520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29610] ppid=29602 vsize=864440 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29602 29589 27492 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550625310 885186560 12520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29603/tid=29611] ppid=29602 vsize=864440 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29602 29589 27492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550625310 885186560 12520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 883396

[startup+51.1019 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 29613
/proc/meminfo: memFree=1389472/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=36.15
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 1031 24172 0 2 3 0 3571 41 16 0 1 0 1550625262 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 798 370 3 0 500 0
[pid=29612] ppid=29589 vsize=5356 CPUtime=0
/proc/29612/stat : 29612 (sh) S 29589 29589 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550628921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29612/statm: 1339 232 193 169 0 50 0
[pid=29613] ppid=29612 vsize=39576 CPUtime=14.36
/proc/29613/stat : 29613 (minisat) R 29612 29589 27492 0 -1 4194304 9729 0 0 0 1430 6 0 0 25 0 1 0 1550628921 40525824 9715 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/29613/statm: 9894 9715 75 150 0 9741 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 58532

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

[startup+51.9021 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 29613
/proc/meminfo: memFree=1389472/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=36.15
/proc/29589/stat : 29589 (sugar) S 29587 29589 27492 0 -1 4194304 1031 24172 0 2 3 0 3571 41 16 0 1 0 1550625262 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29589/statm: 3400 798 370 3 0 500 0
[pid=29612] ppid=29589 vsize=5356 CPUtime=0
/proc/29612/stat : 29612 (sh) S 29589 29589 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550628921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29612/statm: 1339 232 193 169 0 50 0
[pid=29613] ppid=29612 vsize=39708 CPUtime=15.15
/proc/29613/stat : 29613 (minisat) R 29612 29589 27492 0 -1 4194304 9745 0 0 0 1509 6 0 0 25 0 1 0 1550628921 40660992 9731 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/29613/statm: 9927 9731 75 150 0 9774 0
Current children cumulated CPU time (s) 51.3
Current children cumulated vsize (KiB) 58664

[startup+52.3112 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 29613
/proc/meminfo: memFree=1389472/2055920 swapFree=4180408/4192956
[pid=29589] ppid=29587 vsize=13600 CPUtime=51.68
/proc/29589/stat : 29589 (sugar) R 29587 29589 27492 0 -1 4194304 1116 37866 0 3 3 1 5113 51 16 0 1 0 1550625262 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29589/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 51.68
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 52.3183
CPU time (s): 51.7171
CPU user time (s): 51.1772
CPU system time (s): 0.539917
CPU usage (%): 98.8509
Max. virtual memory (cumulated for all children) (KiB): 885964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.1772
system time used= 0.539917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39012
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= 10294
involuntary context switches= 12156

runsolver used 0.06199 second user time and 0.19597 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 00:13:04
IDJOB=1079311
IDBENCH=56873
IDSOLVER=346
FILE ID=node55/1079311-1215209584
PBS_JOBID= 7881664
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg11-12_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079311-1215209584/watcher-1079311-1215209584 -o /tmp/evaluation-result-1079311-1215209584/solver-1079311-1215209584 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1079311-1215209584.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e985d6a50614645b0425d00e5b840470
RANDOM SEED=221120742

node55.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.261
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.261
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:       1458328 kB
Buffers:         82160 kB
Cached:         351268 kB
SwapCached:       6804 kB
Active:         297528 kB
Inactive:       238388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1458328 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:         115996 kB
Slab:            46688 kB
Committed_AS:  3817428 kB
PageTables:       1996 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= 66424 MiB
End job on node55 at 2008-07-05 00:13:57