Trace number 2081928

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 8.50671 8.69275

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen4.xml
MD5SUM5d4414d3c886be1f33029e682696e3fd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.526919
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3967
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3967
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:54:36 2009
0.00/0.08	c 0	PID 23215
0.00/0.08	c 0	HOST node60.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081928-1247374476.xml TO HOME/temp.csp
0.00/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-2081928-1247374476.xml' 'HOME/temp.csp'
0.06/0.67	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 3967 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.64/0.80	c 1	Parsing HOME/temp.csp
0.64/0.91	c 1	parsed 4654 expressions
0.64/0.92	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.92	c 1	Converting to clausal form CSP
0.64/0.95	c 1	converted 466 (10%) expressions
1.19/1.40	c 2	converted 931 (20%) expressions
1.89/2.07	c 2	converted 1397 (30%) expressions
2.38/2.55	c 3	converted 1862 (40%) expressions
2.98/3.12	c 3	converted 2327 (50%) expressions
3.47/3.61	c 4	converted 2793 (60%) expressions
3.98/4.11	c 4	converted 3258 (70%) expressions
4.47/4.62	c 5	converted 3724 (80%) expressions
4.86/5.08	c 5	converted 4189 (90%) expressions
5.46/5.67	c 6	converted 4654 (100%) expressions
5.46/5.67	c 6	CSP : 680 integers, 0 booleans, 4638 clauses, largest domain size 44
5.46/5.67	c 6	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.46/5.67	c 6	Propagation in CSP
6.16/6.36	c 7	242 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.16/6.37	c 7	CSP : 680 integers, 0 booleans, 4638 clauses, largest domain size 44
6.16/6.37	c 7	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.16/6.37	c 7	Simplifing CSP by introducing new Boolean variables
6.35/6.54	c 7	CSP : 680 integers, 7206 booleans, 11844 clauses, largest domain size 44
6.35/6.54	c 7	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.44/6.67	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.54/6.72	c 7	68 (10%) CSP integer variables are encoded (2675 clauses, 32678 bytes)
6.54/6.74	c 7	136 (20%) CSP integer variables are encoded (4801 clauses, 60316 bytes)
6.54/6.77	c 7	204 (30%) CSP integer variables are encoded (7138 clauses, 90697 bytes)
6.54/6.79	c 7	272 (40%) CSP integer variables are encoded (9319 clauses, 119050 bytes)
6.64/6.81	c 7	340 (50%) CSP integer variables are encoded (11558 clauses, 151842 bytes)
6.64/6.83	c 7	408 (60%) CSP integer variables are encoded (13972 clauses, 188052 bytes)
6.64/6.85	c 7	476 (70%) CSP integer variables are encoded (15868 clauses, 216492 bytes)
6.64/6.87	c 7	544 (80%) CSP integer variables are encoded (18172 clauses, 251052 bytes)
6.64/6.88	c 7	612 (90%) CSP integer variables are encoded (20202 clauses, 281502 bytes)
6.74/6.91	c 7	680 (100%) CSP integer variables are encoded (22624 clauses, 317832 bytes)
6.84/7.07	c 7	1185 (10%) CSP clauses are encoded (46229 clauses, 763378 bytes)
6.94/7.18	c 8	2369 (20%) CSP clauses are encoded (61892 clauses, 1067752 bytes)
7.04/7.26	c 8	3554 (30%) CSP clauses are encoded (75464 clauses, 1324178 bytes)
7.14/7.38	c 8	4738 (40%) CSP clauses are encoded (97840 clauses, 1764921 bytes)
7.24/7.49	c 8	5922 (50%) CSP clauses are encoded (116117 clauses, 2117202 bytes)
7.33/7.59	c 8	7107 (60%) CSP clauses are encoded (135009 clauses, 2485874 bytes)
7.53/7.70	c 8	8291 (70%) CSP clauses are encoded (155262 clauses, 2894815 bytes)
7.63/7.81	c 8	9476 (80%) CSP clauses are encoded (175050 clauses, 3303750 bytes)
7.73/7.91	c 8	10660 (90%) CSP clauses are encoded (194419 clauses, 3697613 bytes)
7.82/8.02	c 8	11844 (100%) CSP clauses are encoded (216599 clauses, 4149258 bytes)
7.82/8.02	c 8	11844 CSP clauses encoded
7.82/8.03	c 8	Writing map file : HOME/temp.map
7.82/8.04	c 8	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.82/8.04	c 8	SAT : 30510 SAT variables, 216599 SAT clauses, 4149258 bytes
7.82/8.04	c 8	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.82/8.08	c 8	SOLVING HOME/temp.cnf
7.82/8.08	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.82/8.08	c 8	This is MiniSat 2.0 beta
7.82/8.08	c 8	WARNING: for repeatability, setting FPU to use double precision
7.82/8.08	c 8	============================[ Problem Statistics ]=============================
7.82/8.08	c 8	|                                                                             |
7.82/8.08	c 8	|  Number of variables:  30510                                                |
7.82/8.08	c 8	|  Number of clauses:    216599                                               |
7.89/8.22	c 9	|  Parsing time:         0.12         s                                       |
7.89/8.24	c 9	============================[ Search Statistics ]==============================
7.89/8.24	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.89/8.24	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.89/8.24	c 9	===============================================================================
7.89/8.24	c 9	|         0 |   10873    61436   165170 |    20478        0    nan |  0.000 % |
7.89/8.29	c 9	===============================================================================
7.89/8.29	c 9	restarts              : 1
7.89/8.29	c 9	conflicts             : 43             (222 /sec)
7.89/8.29	c 9	decisions             : 1209           (0.41 % random) (6233 /sec)
7.89/8.29	c 9	propagations          : 96998          (500067 /sec)
7.89/8.29	c 9	conflict literals     : 72             (20.00 % deleted)
7.89/8.29	c 9	Memory used           : 11.19 MB
7.89/8.29	c 9	CPU time              : 0.19397 s
7.89/8.29	c 9	
7.89/8.30	c 9	SATISFIABLE
7.89/8.31	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.89/8.31	c 9	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.89/8.39	c 9	Decoding HOME/temp.out
8.12/8.63	s SATISFIABLE
8.12/8.66	v 708 470 324 86 792 554 16 254 16 254 338 100 142 380 792 554 156 394 394 156 792 554 456 694 44 282 680 442 540 778 352 114 554 792 156 394 58 296 44 282 708 470 156 394 652 414 86 324 394 156 58 296 778 540 72 310 156 394 156 394 540 778 142 380 394 156 722 484 554 792 296 58 666 428 554 792 554 792 156 394 114 352 128 366 44 282 680 442 526 764 282 44 142 380 72 310 428 666 324 86 540 778 652 414 268 30 512 750 484 722 86 324 324 86 792 554 282 44 778 540 778 540 114 352 114 352 792 554 428 666 792 554 694 456 72 310 310 72 792 554 58 296 58 296 554 792 792 554 554 792 394 156 792 554 470 708 554 792 170 408 554 792 792 554 526 764 380 142 30 268 456 694 792 554 394 156 708 470 470 708 722 484 366 128 394 156 254 16 156 394 156 394 380 142 366 128 750 512 792 554 554 792 792 554 540 778 540 778 394 156 156 394 456 694 72 310 44 282 58 296 778 540 282 44 268 30 540 778 366 128 442 680 764 526 282 44 778 540 666 428 750 512 540 778 58 296 366 128 352 114 456 694 296 58 694 456 142 380 778 540 366 128 708 470 442 680 282 44 428 666 380 142 540 778 380 142 540 778 778 540 380 142 142 380 456 694 58 296 792 554 778 540 680 442 666 428 778 540 72 310 380 142 540 778 282 44 142 380 470 708 394 156 778 540 470 708 512 750 484 722 540 778 708 470 540 778 540 778 680 442 72 310 394 156 128 366 380 142 380 142 778 540 310 72 44 282 394 156 526 764 722 484 792 554 338 100 428 666 366 128 324 86 72 310 156 394 666 428 380 142 470 708 296 58 380 142 142 380 694 456 380 142 778 540 58 296 456 694 736 498 792 554 442 680 554 792 694 456 792 554 394 156 792 554 764 526 128 366 380 142 526 764 540 778 778 540 142 380 778 540 540 778 554 792 142 380 540 778 484 722 58 296 142 380 778 540 498 736 380 142 282 44 722 484 44 282 428 666 128 366 324 86 366 128 58 296 100 338 16 254 540 778 428 666 792 554 394 156 16 254 394 156 366 128 540 778 142 380 778 540 310 72 142 380 540 778 142 380 778 540 142 380 554 792 282 44 722 484 58 296 156 394 58 296 58 296 708 470 394 156 792 554 792 554 540 778 540 778 778 540 540 778 310 72 680 442 792 554 72 310 72 310 722 484 540 778 142 380 540 778 470 708 540 778 310 72 86 324 540 778 666 428 324 86 680 442 394 156 694 456 324 86 282 44 72 310 58 296 778 540 380 142 540 778 708 470 380 142 708 470 778 540 540 778 456 694 142 380 282 44 540 778 142 380 540 778 324 86 708 470 778 540 324 86 512 750 16 254 254 16 554 792 142 380 540 778 380 142 554 792 72 310 554 792 380 142 394 156 778 540 750 512 442 680 380 142 470 708 694 456 554 792 142 380 778 540 540 778 142 380 100 338 282 44 708 470 470 708 540 778 128 366 380 142 380 142 72 310 694 456 86 324 268 30 268 30 540 778 156 394
8.12/8.66	c 9	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.12/8.69	c 9	CPU 8.48 (0.06 0.02 8.12 0.28)
8.12/8.69	c 9	END Sun Jul 12 06:54:45 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-2081928-1247374476/watcher-2081928-1247374476 -o /tmp/evaluation-result-2081928-1247374476/solver-2081928-1247374476 -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-2081928-1247374476.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.11 2.05 2.01 4/81 23215
/proc/meminfo: memFree=1460920/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=12272 CPUtime=0
/proc/23215/stat : 23215 (sugar) R 23213 23215 17485 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 24510664 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 271912084073 0 0 4224 0 0 0 0 17 1 0 0
/proc/23215/statm: 3068 364 274 3 0 168 0

[startup+0.141117 s]
/proc/loadavg: 2.11 2.05 2.01 4/81 23215
/proc/meminfo: memFree=1460920/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=0.06
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24510664 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201071 s]
/proc/loadavg: 2.11 2.05 2.01 4/81 23215
/proc/meminfo: memFree=1460920/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=0.06
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24510664 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30108 s]
/proc/loadavg: 2.11 2.05 2.01 4/81 23215
/proc/meminfo: memFree=1460920/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=0.06
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24510664 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701116 s]
/proc/loadavg: 2.11 2.05 2.01 4/81 23215
/proc/meminfo: memFree=1460920/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=0.06
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 24510664 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5022 s]
/proc/loadavg: 2.11 2.05 2.01 3/92 23237
/proc/meminfo: memFree=1450144/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=0.64
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1309 7122 0 1 5 1 53 5 15 0 1 0 24510664 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1111 409 3 0 796 0
[pid=23228] ppid=23215 vsize=5356 CPUtime=0
/proc/23228/stat : 23228 (sh) S 23215 23215 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24510736 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23228/statm: 1339 233 193 169 0 50 0
[pid=23229] ppid=23228 vsize=868576 CPUtime=0.75
/proc/23229/stat : 23229 (java) S 23228 23215 17485 0 -1 0 5298 0 1 0 72 3 0 0 18 0 9 0 24510736 889421824 4699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23229/statm: 217144 4699 1741 9 0 211649 0
[pid=23229/tid=23230] ppid=23228 vsize=868576 CPUtime=0.55
/proc/23229/task/23230/stat : 23230 (java) R 23228 23215 17485 0 -1 64 2682 0 1 0 54 1 0 0 24 0 9 0 24510737 889421824 4699 996147200 134512640 134550932 4294955936 18446744073709551615 4126518304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23231] ppid=23228 vsize=868576 CPUtime=0.03
/proc/23229/task/23231/stat : 23231 (java) S 23228 23215 17485 0 -1 64 470 0 0 0 3 0 0 0 16 0 9 0 24510739 889421824 4699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23232] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23232/stat : 23232 (java) S 23228 23215 17485 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24510739 889421824 4699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23233] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23233/stat : 23233 (java) S 23228 23215 17485 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24510739 889421824 4699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23234] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23234/stat : 23234 (java) S 23228 23215 17485 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24510741 889421824 4699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23235] ppid=23228 vsize=868576 CPUtime=0.14
/proc/23229/task/23235/stat : 23235 (java) S 23228 23215 17485 0 -1 64 1452 0 0 0 14 0 0 0 16 0 9 0 24510741 889421824 4699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23236] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23236/stat : 23236 (java) S 23228 23215 17485 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24510741 889421824 4699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23237] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23237/stat : 23237 (java) S 23228 23215 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24510741 889421824 4699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890800

[startup+3.10235 s]
/proc/loadavg: 2.11 2.05 2.01 3/92 23237
/proc/meminfo: memFree=1444064/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=0.64
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1309 7122 0 1 5 1 53 5 15 0 1 0 24510664 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1111 409 3 0 796 0
[pid=23228] ppid=23215 vsize=5356 CPUtime=0
/proc/23228/stat : 23228 (sh) S 23215 23215 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24510736 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23228/statm: 1339 233 193 169 0 50 0
[pid=23229] ppid=23228 vsize=868576 CPUtime=2.34
/proc/23229/stat : 23229 (java) S 23228 23215 17485 0 -1 0 7507 0 1 0 229 5 0 0 18 0 9 0 24510736 889421824 6607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23229/statm: 217144 6607 2568 9 0 211649 0
[pid=23229/tid=23230] ppid=23228 vsize=868576 CPUtime=1.94
/proc/23229/task/23230/stat : 23230 (java) R 23228 23215 17485 0 -1 64 2817 0 1 0 192 2 0 0 25 0 9 0 24510737 889421824 6607 996147200 134512640 134550932 4294955936 18446744073709551615 4126517011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23231] ppid=23228 vsize=868576 CPUtime=0.18
/proc/23229/task/23231/stat : 23231 (java) S 23228 23215 17485 0 -1 64 2506 0 0 0 16 2 0 0 16 0 9 0 24510739 889421824 6607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23232] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23232/stat : 23232 (java) S 23228 23215 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24510739 889421824 6607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23233] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23233/stat : 23233 (java) S 23228 23215 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24510739 889421824 6607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23234] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23234/stat : 23234 (java) S 23228 23215 17485 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24510741 889421824 6607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23235] ppid=23228 vsize=868576 CPUtime=0.19
/proc/23229/task/23235/stat : 23235 (java) S 23228 23215 17485 0 -1 64 1485 0 0 0 19 0 0 0 15 0 9 0 24510741 889421824 6607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23236] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23236/stat : 23236 (java) S 23228 23215 17485 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24510741 889421824 6607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23237] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23237/stat : 23237 (java) S 23228 23215 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24510741 889421824 6607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890800

[startup+6.30267 s]
/proc/loadavg: 2.10 2.05 2.01 3/92 23237
/proc/meminfo: memFree=1436256/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=0.65
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1310 7122 0 1 6 1 53 5 15 0 1 0 24510664 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1111 409 3 0 796 0
[pid=23228] ppid=23215 vsize=5356 CPUtime=0
/proc/23228/stat : 23228 (sh) S 23215 23215 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24510736 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23228/statm: 1339 233 193 169 0 50 0
[pid=23229] ppid=23228 vsize=868576 CPUtime=5.51
/proc/23229/stat : 23229 (java) S 23228 23215 17485 0 -1 0 9029 0 1 0 540 11 0 0 18 0 9 0 24510736 889421824 7803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23229/statm: 217144 7803 2568 9 0 211649 0
[pid=23229/tid=23230] ppid=23228 vsize=868576 CPUtime=4.87
/proc/23229/task/23230/stat : 23230 (java) R 23228 23215 17485 0 -1 64 3143 0 1 0 484 3 0 0 25 0 9 0 24510737 889421824 7803 996147200 134512640 134550932 4294955936 18446744073709551615 4126527240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23231] ppid=23228 vsize=868576 CPUtime=0.41
/proc/23229/task/23231/stat : 23231 (java) S 23228 23215 17485 0 -1 64 3697 0 0 0 35 6 0 0 16 0 9 0 24510739 889421824 7803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23232] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23232/stat : 23232 (java) S 23228 23215 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24510739 889421824 7803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23233] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23233/stat : 23233 (java) S 23228 23215 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24510739 889421824 7803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23234] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23234/stat : 23234 (java) S 23228 23215 17485 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24510741 889421824 7803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23235] ppid=23228 vsize=868576 CPUtime=0.2
/proc/23229/task/23235/stat : 23235 (java) S 23228 23215 17485 0 -1 64 1490 0 0 0 20 0 0 0 15 0 9 0 24510741 889421824 7803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23236] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23236/stat : 23236 (java) S 23228 23215 17485 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24510741 889421824 7803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23237] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23237/stat : 23237 (java) S 23228 23215 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24510741 889421824 7803 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) 890800

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

[startup+6.40816 s]
/proc/loadavg: 2.10 2.05 2.01 3/92 23237
/proc/meminfo: memFree=1436256/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=0.65
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1310 7122 0 1 6 1 53 5 16 0 1 0 24510664 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1111 409 3 0 796 0
[pid=23228] ppid=23215 vsize=5356 CPUtime=0
/proc/23228/stat : 23228 (sh) S 23215 23215 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24510736 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23228/statm: 1339 233 193 169 0 50 0
[pid=23229] ppid=23228 vsize=868576 CPUtime=5.61
/proc/23229/stat : 23229 (java) S 23228 23215 17485 0 -1 0 9227 0 1 0 550 11 0 0 18 0 9 0 24510736 889421824 7991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23229/statm: 217144 7991 2568 9 0 211649 0
[pid=23229/tid=23230] ppid=23228 vsize=868576 CPUtime=4.95
/proc/23229/task/23230/stat : 23230 (java) R 23228 23215 17485 0 -1 64 3158 0 1 0 492 3 0 0 25 0 9 0 24510737 889421824 7991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23231] ppid=23228 vsize=868576 CPUtime=0.42
/proc/23229/task/23231/stat : 23231 (java) S 23228 23215 17485 0 -1 64 3874 0 0 0 36 6 0 0 15 0 9 0 24510739 889421824 7991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23232] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23232/stat : 23232 (java) S 23228 23215 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24510739 889421824 7991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23233] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23233/stat : 23233 (java) S 23228 23215 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24510739 889421824 7991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23234] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23234/stat : 23234 (java) S 23228 23215 17485 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24510741 889421824 7991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23235] ppid=23228 vsize=868576 CPUtime=0.21
/proc/23229/task/23235/stat : 23235 (java) S 23228 23215 17485 0 -1 64 1496 0 0 0 21 0 0 0 15 0 9 0 24510741 889421824 7991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23236] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23236/stat : 23236 (java) S 23228 23215 17485 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24510741 889421824 7991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23237] ppid=23228 vsize=868576 CPUtime=0
/proc/23229/task/23237/stat : 23237 (java) S 23228 23215 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24510741 889421824 7991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 890800

[startup+8.00183 s]
/proc/loadavg: 2.10 2.05 2.01 3/92 23237
/proc/meminfo: memFree=1430496/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=0.65
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1310 7122 0 1 6 1 53 5 15 0 1 0 24510664 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1111 409 3 0 796 0
[pid=23228] ppid=23215 vsize=5356 CPUtime=0
/proc/23228/stat : 23228 (sh) S 23215 23215 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24510736 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23228/statm: 1339 233 193 169 0 50 0
[pid=23229] ppid=23228 vsize=868688 CPUtime=7.17
/proc/23229/stat : 23229 (java) S 23228 23215 17485 0 -1 0 10545 0 1 0 702 15 0 0 18 0 9 0 24510736 889536512 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23229/statm: 217172 8531 2593 9 0 211649 0
[pid=23229/tid=23230] ppid=23228 vsize=868688 CPUtime=6.17
/proc/23229/task/23230/stat : 23230 (java) R 23228 23215 17485 0 -1 64 3428 0 1 0 611 6 0 0 25 0 9 0 24510737 889536512 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4126455901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23231] ppid=23228 vsize=868688 CPUtime=0.71
/proc/23229/task/23231/stat : 23231 (java) S 23228 23215 17485 0 -1 64 4891 0 0 0 64 7 0 0 16 0 9 0 24510739 889536512 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23232] ppid=23228 vsize=868688 CPUtime=0
/proc/23229/task/23232/stat : 23232 (java) S 23228 23215 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24510739 889536512 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23233] ppid=23228 vsize=868688 CPUtime=0
/proc/23229/task/23233/stat : 23233 (java) S 23228 23215 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24510739 889536512 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23234] ppid=23228 vsize=868688 CPUtime=0
/proc/23229/task/23234/stat : 23234 (java) S 23228 23215 17485 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24510741 889536512 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23235] ppid=23228 vsize=868688 CPUtime=0.26
/proc/23229/task/23235/stat : 23235 (java) S 23228 23215 17485 0 -1 64 1527 0 0 0 26 0 0 0 16 0 9 0 24510741 889536512 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23236] ppid=23228 vsize=868688 CPUtime=0
/proc/23229/task/23236/stat : 23236 (java) S 23228 23215 17485 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24510741 889536512 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23229/tid=23237] ppid=23228 vsize=868688 CPUtime=0
/proc/23229/task/23237/stat : 23237 (java) S 23228 23215 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24510741 889536512 8531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 890912

[startup+8.40188 s]
/proc/loadavg: 2.10 2.05 2.01 3/92 23237
/proc/meminfo: memFree=1430496/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=8.12
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1448 20977 0 2 6 1 781 24 16 0 1 0 24510664 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 16868

[startup+8.60189 s]
/proc/loadavg: 2.10 2.05 2.01 3/92 23237
/proc/meminfo: memFree=1430496/2055920 swapFree=4192952/4192956
[pid=23215] ppid=23213 vsize=16868 CPUtime=8.12
/proc/23215/stat : 23215 (sugar) S 23213 23215 17485 0 -1 4194304 1448 20977 0 2 6 1 781 24 16 0 1 0 24510664 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23215/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 8.69275
CPU time (s): 8.50671
CPU user time (s): 8.19275
CPU system time (s): 0.313952
CPU usage (%): 97.8597
Max. virtual memory (cumulated for all children) (KiB): 892084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.19275
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27013
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= 8754
involuntary context switches= 8961

runsolver used 0.019996 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 06:54:36
IDJOB=2081928
IDBENCH=57510
IDSOLVER=739
FILE ID=node60/2081928-1247374476
PBS_JOBID= 9506980
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen4.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-2081928-1247374476/watcher-2081928-1247374476 -o /tmp/evaluation-result-2081928-1247374476/solver-2081928-1247374476 -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-2081928-1247374476.xml

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

MD5SUM BENCH= 5d4414d3c886be1f33029e682696e3fd
RANDOM SEED=826612641

node60.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.232
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.232
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:       1461400 kB
Buffers:         70228 kB
Cached:         256576 kB
SwapCached:          4 kB
Active:         352244 kB
Inactive:       185428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461400 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:         231336 kB
Slab:            41508 kB
Committed_AS:   467380 kB
PageTables:       2312 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= 66460 MiB
End job on node60 at 2009-07-12 06:54:45