Trace number 2068585

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 7.51586 7.74598

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-05-04.xml
MD5SUMafb3729cb42722cf165dd0f4f5c74e06
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.049992
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints23
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension13
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 23:30:42 2009
0.05/0.08	c 0	PID 14129
0.05/0.08	c 0	HOST node22.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2068585-1247347841.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068585-1247347841.xml' 'HOME/temp.csp'
0.07/0.58	c 0	1 domains, 19 variables, 3 predicates, 3 relations, 23 constraints
0.07/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.62	c 0	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.56/0.70	c 0	Parsing HOME/temp.csp
0.56/0.87	c 0	parsed 49 expressions
0.56/0.88	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.88	c 0	Converting to clausal form CSP
0.56/0.90	c 0	converted 5 (10%) expressions
0.56/0.90	c 0	converted 10 (20%) expressions
0.56/0.90	c 0	converted 15 (30%) expressions
0.56/0.90	c 0	converted 20 (40%) expressions
0.56/0.91	c 0	converted 25 (50%) expressions
0.56/0.94	c 0	converted 30 (60%) expressions
0.92/1.06	c 1	converted 35 (70%) expressions
1.11/1.22	c 1	converted 40 (80%) expressions
1.11/1.23	c 1	converted 45 (90%) expressions
1.11/1.24	c 1	converted 49 (100%) expressions
1.11/1.24	c 1	CSP : 19 integers, 0 booleans, 23 clauses, largest domain size 26
1.11/1.24	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.24	c 1	Propagation in CSP
1.11/1.24	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.24	c 1	CSP : 19 integers, 0 booleans, 23 clauses, largest domain size 26
1.11/1.24	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.25	c 1	CSP : 19 integers, 80 booleans, 103 clauses, largest domain size 26
1.11/1.25	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.32	c 1	2 (10%) CSP integer variables are encoded (48 clauses, 479 bytes)
1.22/1.32	c 1	4 (20%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.22/1.32	c 1	6 (30%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.22/1.32	c 1	8 (40%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.22/1.32	c 1	10 (50%) CSP integer variables are encoded (240 clauses, 2496 bytes)
1.22/1.33	c 1	12 (60%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.22/1.33	c 1	14 (70%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.22/1.33	c 1	16 (80%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.22/1.33	c 1	18 (90%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.22/1.33	c 1	19 (100%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.71/1.86	c 1	11 (10%) CSP clauses are encoded (18931 clauses, 526210 bytes)
7.15/7.37	c 7	21 (20%) CSP clauses are encoded (89724 clauses, 3053244 bytes)
7.15/7.37	c 7	31 (30%) CSP clauses are encoded (89959 clauses, 3056681 bytes)
7.15/7.38	c 7	42 (40%) CSP clauses are encoded (90195 clauses, 3060196 bytes)
7.15/7.38	c 7	52 (50%) CSP clauses are encoded (90430 clauses, 3063705 bytes)
7.15/7.38	c 7	62 (60%) CSP clauses are encoded (90640 clauses, 3066963 bytes)
7.15/7.39	c 7	73 (70%) CSP clauses are encoded (90901 clauses, 3071011 bytes)
7.15/7.39	c 7	83 (80%) CSP clauses are encoded (91136 clauses, 3074650 bytes)
7.15/7.39	c 7	93 (90%) CSP clauses are encoded (91371 clauses, 3078297 bytes)
7.15/7.39	c 7	103 (100%) CSP clauses are encoded (91581 clauses, 3081573 bytes)
7.15/7.39	c 7	103 CSP clauses encoded
7.15/7.39	c 7	Writing map file : HOME/temp.map
7.15/7.39	c 7	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.15/7.39	c 7	SAT : 555 SAT variables, 91581 SAT clauses, 3081573 bytes
7.15/7.39	c 7	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.25/7.45	c 7	SOLVING HOME/temp.cnf
7.25/7.45	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.25/7.45	c 7	This is MiniSat 2.0 beta
7.25/7.45	c 7	WARNING: for repeatability, setting FPU to use double precision
7.25/7.45	c 7	============================[ Problem Statistics ]=============================
7.25/7.45	c 7	|                                                                             |
7.25/7.45	c 7	|  Number of variables:  555                                                  |
7.25/7.45	c 7	|  Number of clauses:    91581                                                |
7.25/7.53	c 7	|  Parsing time:         0.07         s                                       |
7.25/7.54	c 7	============================[ Search Statistics ]==============================
7.25/7.54	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.25/7.54	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.25/7.54	c 7	===============================================================================
7.25/7.54	c 7	|         0 |     555    91581   661464 |    30527        0    nan |  0.000 % |
7.25/7.55	c 7	|       100 |     555    91581   661464 |    33579      100     10 |  0.000 % |
7.25/7.56	c 7	===============================================================================
7.25/7.56	c 7	restarts              : 2
7.25/7.56	c 7	conflicts             : 128            (1255 /sec)
7.25/7.56	c 7	decisions             : 316            (0.32 % random) (3099 /sec)
7.25/7.56	c 7	propagations          : 3744           (36712 /sec)
7.25/7.56	c 7	conflict literals     : 1187           (17.17 % deleted)
7.25/7.56	c 7	Memory used           : 7.10 MB
7.25/7.56	c 7	CPU time              : 0.101984 s
7.25/7.56	c 7	
7.25/7.56	c 7	SATISFIABLE
7.25/7.57	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.25/7.57	c 7	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'
7.39/7.65	c 7	Decoding HOME/temp.out
7.39/7.68	s SATISFIABLE
7.39/7.69	v 18 22 24 17 24 14 19 8 13 20 17 4 3 17 20 12 19 4 18
7.39/7.69	c 7	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.48/7.74	c 7	CPU 7.5 (0.06 0.01 7.24 0.19)
7.48/7.74	c 7	END Sat Jul 11 23:30:49 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-2068585-1247347841/watcher-2068585-1247347841 -o /tmp/evaluation-result-2068585-1247347841/solver-2068585-1247347841 -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-2068585-1247347841.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.00 2.00 2.00 4/81 14129
/proc/meminfo: memFree=1844424/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=18576 CPUtime=0
/proc/14129/stat : 14129 (runsolver) R 14127 14129 12382 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21850636 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14129/statm: 4644 284 249 26 0 2626 0

[startup+0.0688899 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14129
/proc/meminfo: memFree=1844424/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16212 CPUtime=0.05
/proc/14129/stat : 14129 (sugar) R 14127 14129 12382 0 -1 4194304 967 0 0 0 4 1 0 0 18 0 1 0 21850636 16601088 935 996147200 4194304 4206940 548682068608 18446744073709551615 272476716030 0 0 4224 0 0 0 0 17 1 0 0
/proc/14129/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101196 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14129
/proc/meminfo: memFree=1844424/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=0.07
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21850636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30122 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14129
/proc/meminfo: memFree=1844424/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=0.07
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21850636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701276 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14129
/proc/meminfo: memFree=1844424/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=0.56
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1292 6537 0 1 6 1 45 4 16 0 1 0 21850636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.5024 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 14151
/proc/meminfo: memFree=1830640/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=0.56
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1310 6537 0 1 6 1 45 4 15 0 1 0 21850636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1111 409 3 0 796 0
[pid=14142] ppid=14129 vsize=5356 CPUtime=0
/proc/14142/stat : 14142 (sh) S 14129 14129 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21850698 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14142/statm: 1339 233 193 169 0 50 0
[pid=14143] ppid=14142 vsize=864464 CPUtime=0.85
/proc/14143/stat : 14143 (java) S 14142 14129 12382 0 -1 0 7394 0 1 0 80 5 0 0 18 0 9 0 21850698 885211136 6620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14143/statm: 216116 6620 2590 9 0 210593 0
[pid=14143/tid=14144] ppid=14142 vsize=864464 CPUtime=0.47
/proc/14143/task/14144/stat : 14144 (java) R 14142 14129 12382 0 -1 64 2753 0 1 0 45 2 0 0 23 0 9 0 21850699 885211136 6620 996147200 134512640 134550932 4294955936 18446744073709551615 4126560112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14145] ppid=14142 vsize=864464 CPUtime=0.27
/proc/14143/task/14145/stat : 14145 (java) S 14142 14129 12382 0 -1 64 3607 0 0 0 25 2 0 0 16 0 9 0 21850700 885211136 6620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14146] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14146/stat : 14146 (java) S 14142 14129 12382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21850700 885211136 6620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14147] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14147/stat : 14147 (java) S 14142 14129 12382 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21850701 885211136 6620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14148] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14148/stat : 14148 (java) S 14142 14129 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21850703 885211136 6620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14149] ppid=14142 vsize=864464 CPUtime=0.08
/proc/14143/task/14149/stat : 14149 (java) S 14142 14129 12382 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 21850703 885211136 6620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14150] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14150/stat : 14150 (java) S 14142 14129 12382 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21850703 885211136 6620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14151] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14151/stat : 14151 (java) S 14142 14129 12382 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21850703 885211136 6620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886688

[startup+3.10262 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 14151
/proc/meminfo: memFree=1822960/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=0.56
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1310 6537 0 1 6 1 45 4 15 0 1 0 21850636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1111 409 3 0 796 0
[pid=14142] ppid=14129 vsize=5356 CPUtime=0
/proc/14142/stat : 14142 (sh) S 14129 14129 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21850698 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14142/statm: 1339 233 193 169 0 50 0
[pid=14143] ppid=14142 vsize=864464 CPUtime=2.44
/proc/14143/stat : 14143 (java) S 14142 14129 12382 0 -1 0 8141 0 1 0 236 8 0 0 18 0 9 0 21850698 885211136 7160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14143/statm: 216116 7160 2589 9 0 210593 0
[pid=14143/tid=14144] ppid=14142 vsize=864464 CPUtime=1.92
/proc/14143/task/14144/stat : 14144 (java) R 14142 14129 12382 0 -1 64 2849 0 1 0 189 3 0 0 25 0 9 0 21850699 885211136 7160 996147200 134512640 134550932 4294955936 18446744073709551615 4126563815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14145] ppid=14142 vsize=864464 CPUtime=0.4
/proc/14143/task/14145/stat : 14145 (java) S 14142 14129 12382 0 -1 64 4258 0 0 0 37 3 0 0 16 0 9 0 21850700 885211136 7160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14146] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14146/stat : 14146 (java) S 14142 14129 12382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21850700 885211136 7160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14147] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14147/stat : 14147 (java) S 14142 14129 12382 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21850701 885211136 7160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14148] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14148/stat : 14148 (java) S 14142 14129 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21850703 885211136 7160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14149] ppid=14142 vsize=864464 CPUtime=0.08
/proc/14143/task/14149/stat : 14149 (java) S 14142 14129 12382 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 21850703 885211136 7160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14150] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14150/stat : 14150 (java) S 14142 14129 12382 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21850703 885211136 7160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14151] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14151/stat : 14151 (java) S 14142 14129 12382 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21850703 885211136 7160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886688

[startup+6.30208 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 14151
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=0.56
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1310 6537 0 1 6 1 45 4 15 0 1 0 21850636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1111 409 3 0 796 0
[pid=14142] ppid=14129 vsize=5356 CPUtime=0
/proc/14142/stat : 14142 (sh) S 14129 14129 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21850698 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14142/statm: 1339 233 193 169 0 50 0
[pid=14143] ppid=14142 vsize=864464 CPUtime=5.6
/proc/14143/stat : 14143 (java) S 14142 14129 12382 0 -1 0 9001 0 1 0 551 9 0 0 18 0 9 0 21850698 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14143/statm: 216116 7293 2590 9 0 210593 0
[pid=14143/tid=14144] ppid=14142 vsize=864464 CPUtime=4.95
/proc/14143/task/14144/stat : 14144 (java) R 14142 14129 12382 0 -1 64 2963 0 1 0 491 4 0 0 25 0 9 0 21850699 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4126563796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14145] ppid=14142 vsize=864464 CPUtime=0.55
/proc/14143/task/14145/stat : 14145 (java) S 14142 14129 12382 0 -1 64 5004 0 0 0 51 4 0 0 16 0 9 0 21850700 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14146] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14146/stat : 14146 (java) S 14142 14129 12382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21850700 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14147] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14147/stat : 14147 (java) S 14142 14129 12382 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21850701 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14148] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14148/stat : 14148 (java) S 14142 14129 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21850703 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14149] ppid=14142 vsize=864464 CPUtime=0.08
/proc/14143/task/14149/stat : 14149 (java) S 14142 14129 12382 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 21850703 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14150] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14150/stat : 14150 (java) S 14142 14129 12382 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21850703 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14151] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14151/stat : 14151 (java) S 14142 14129 12382 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21850703 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886688

############
# WARNING:
# current cumulated CPU time (7.25 s) is less than in the last sample (7.25 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.76837e-07 s) to the 'lost time'.

[startup+7.40224 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 14151
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=0.56
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1310 6537 0 1 6 1 45 4 16 0 1 0 21850636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1111 409 3 0 796 0
[pid=14142] ppid=14129 vsize=5356 CPUtime=0
/proc/14142/stat : 14142 (sh) S 14129 14129 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21850698 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14142/statm: 1339 233 193 169 0 50 0
[pid=14143] ppid=14142 vsize=864464 CPUtime=6.69
/proc/14143/stat : 14143 (java) S 14142 14129 12382 0 -1 0 9070 0 1 0 659 10 0 0 18 0 9 0 21850698 885211136 7303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14143/statm: 216116 7303 2591 9 0 210593 0
[pid=14143/tid=14144] ppid=14142 vsize=864464 CPUtime=5.99
/proc/14143/task/14144/stat : 14144 (java) S 14142 14129 12382 0 -1 64 3027 0 1 0 595 4 0 0 25 0 9 0 21850699 885211136 7303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14145] ppid=14142 vsize=864464 CPUtime=0.58
/proc/14143/task/14145/stat : 14145 (java) S 14142 14129 12382 0 -1 64 5005 0 0 0 54 4 0 0 16 0 9 0 21850700 885211136 7303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14146] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14146/stat : 14146 (java) S 14142 14129 12382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21850700 885211136 7303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14147] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14147/stat : 14147 (java) S 14142 14129 12382 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21850701 885211136 7303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14148] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14148/stat : 14148 (java) S 14142 14129 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21850703 885211136 7303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14149] ppid=14142 vsize=864464 CPUtime=0.09
/proc/14143/task/14149/stat : 14149 (java) S 14142 14129 12382 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 21850703 885211136 7303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14150] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14150/stat : 14150 (java) S 14142 14129 12382 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21850703 885211136 7303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14151] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14151/stat : 14151 (java) S 14142 14129 12382 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21850703 885211136 7303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 886688

[startup+7.50225 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 14151
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=7.25
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1374 15897 0 2 6 1 704 14 16 0 1 0 21850636 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+7.10219 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 14151
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=0.56
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1310 6537 0 1 6 1 45 4 15 0 1 0 21850636 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1111 409 3 0 796 0
[pid=14142] ppid=14129 vsize=5356 CPUtime=0
/proc/14142/stat : 14142 (sh) S 14129 14129 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21850698 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14142/statm: 1339 233 193 169 0 50 0
[pid=14143] ppid=14142 vsize=864464 CPUtime=6.39
/proc/14143/stat : 14143 (java) S 14142 14129 12382 0 -1 0 9015 0 1 0 630 9 0 0 18 0 9 0 21850698 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14143/statm: 216116 7293 2590 9 0 210593 0
[pid=14143/tid=14144] ppid=14142 vsize=864464 CPUtime=5.72
/proc/14143/task/14144/stat : 14144 (java) R 14142 14129 12382 0 -1 64 2977 0 1 0 568 4 0 0 25 0 9 0 21850699 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14145] ppid=14142 vsize=864464 CPUtime=0.56
/proc/14143/task/14145/stat : 14145 (java) S 14142 14129 12382 0 -1 64 5004 0 0 0 52 4 0 0 16 0 9 0 21850700 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14146] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14146/stat : 14146 (java) S 14142 14129 12382 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21850700 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14147] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14147/stat : 14147 (java) S 14142 14129 12382 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21850701 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14148] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14148/stat : 14148 (java) S 14142 14129 12382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21850703 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14149] ppid=14142 vsize=864464 CPUtime=0.08
/proc/14143/task/14149/stat : 14149 (java) S 14142 14129 12382 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 21850703 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14150] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14150/stat : 14150 (java) S 14142 14129 12382 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21850703 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14143/tid=14151] ppid=14142 vsize=864464 CPUtime=0
/proc/14143/task/14151/stat : 14151 (java) S 14142 14129 12382 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21850703 885211136 7293 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 886688

[startup+7.50225 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 14151
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=7.25
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1374 15897 0 2 6 1 704 14 16 0 1 0 21850636 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 16868

[startup+7.70728 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 14159
/proc/meminfo: memFree=1835088/2055920 swapFree=4192812/4192956
[pid=14129] ppid=14127 vsize=16868 CPUtime=7.37
/proc/14129/stat : 14129 (sugar) S 14127 14129 12382 0 -1 4194304 1447 17939 0 2 6 1 714 16 15 0 1 0 21850636 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14129/statm: 4217 1112 409 3 0 796 0
[pid=14154] ppid=14129 vsize=5356 CPUtime=0
/proc/14154/stat : 14154 (sh) S 14129 14129 12382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21851393 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14154/statm: 1339 233 193 169 0 50 0
[pid=14155] ppid=14154 vsize=864156 CPUtime=0.11
/proc/14155/stat : 14155 (java) S 14154 14129 12382 0 -1 0 3442 0 1 0 9 2 0 0 18 0 9 0 21851393 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14155/statm: 216039 2908 1700 9 0 210544 0
[pid=14155/tid=14156] ppid=14154 vsize=864156 CPUtime=0.08
/proc/14155/task/14156/stat : 14156 (java) S 14154 14129 12382 0 -1 64 2463 0 1 0 7 1 0 0 18 0 9 0 21851394 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14157] ppid=14154 vsize=864156 CPUtime=0
/proc/14155/task/14157/stat : 14157 (java) S 14154 14129 12382 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 21851395 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14158] ppid=14154 vsize=864156 CPUtime=0
/proc/14155/task/14158/stat : 14158 (java) S 14154 14129 12382 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21851396 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14155/tid=14159] ppid=14154 vsize=864156 CPUtime=0
/proc/14155/task/14159/stat : 14159 (java) S 14154 14129 12382 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21851396 884895744 2908 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 886380

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.76837e-07
#  lost CPU user time (s): 4.76837e-07
#  lost CPU system time (s): 0

Real time (s): 7.74598
CPU time (s): 7.51586
CPU user time (s): 7.30589
CPU system time (s): 0.209968
CPU usage (%): 97.0291
Max. virtual memory (cumulated for all children) (KiB): 888132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.30589
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23207
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= 3859
involuntary context switches= 3987

runsolver used 0.019996 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-11 23:30:41
IDJOB=2068585
IDBENCH=54887
IDSOLVER=739
FILE ID=node22/2068585-1247347841
PBS_JOBID= 9506799
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-05-04.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-2068585-1247347841/watcher-2068585-1247347841 -o /tmp/evaluation-result-2068585-1247347841/solver-2068585-1247347841 -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-2068585-1247347841.xml

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

MD5SUM BENCH= afb3729cb42722cf165dd0f4f5c74e06
RANDOM SEED=363626451

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1844904 kB
Buffers:         18784 kB
Cached:          90764 kB
SwapCached:          0 kB
Active:         130432 kB
Inactive:        32548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          73928 kB
Slab:            33280 kB
Committed_AS:   202064 kB
PageTables:       1872 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= 66388 MiB
End job on node22 at 2009-07-11 23:30:49