Trace number 239915

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESACSAT 2.79157 2.84886

DiagnosticValue
CHECKS1151539
NODES7263

General information on the benchmark

Nameqcp-qwh/QWH-20/
qwh-20-166-4_ext.xml
MD5SUM1298ed8d16b44c7beb1100ee68c7611c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.505922
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/239915-1168368296/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.45	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20
0.45	       =>  wckTime=0.145  cpuTime=0.11  mem=7M894
0.45	   
0.45	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.79	     nbConstraints=5092  nbRelationTypes=22  nbSingletonDomainVariables=234  nbExtensionStructures=41
0.79	     nbSharedExtensionStructures=5051  nbConflictsStructures=41  nbSharedConflictsStructures=5051
0.79	     nbSharedBinaryRepresentations=858  maxDegree=38  maxArity=2
0.79	       =>  wckTime=0.487  cpuTime=0.35  mem=23M497
0.86	   
0.86	   solver IterativeSystematicSolver being built... 
1.04	       =>  wckTime=0.734  cpuTime=0.5  mem=18M158
1.18	   
1.18	   preprocessing
1.18	     nbConstraintChecks=79064  nbPropagations=2073  nbRevisions=20311  nbUselessRevisions=15995  nbSingletonTests=433
1.18	     nbEffectiveSingletonTests=0  nbESACBranches=9  nbRemovedValues=2694  detectedInconsistency=no
1.18	       =>  wckTime=0.14  cpuTime=0.11  mem=18M158
1.22	   
1.22	   search
1.22	     run=0  nbConstraintChecks=12246  nbPropagations=2492  nbRevisions=28106  nbUselessRevisions=22860  nbAssignments=48
1.22	     nbFailedAssignments=9  nbBacktracks=15  nbVisitedNodes=63  nbRestartNogoods=0  mapSize=12  nbInferences=0
1.22	     nbTooLargeKeys=0
1.22	       =>  wckTime=0.18  cpuTime=0.14  mem=19M150
1.25	   
1.25	   search
1.25	     run=1  nbConstraintChecks=25194  nbPropagations=5637  nbRevisions=64089  nbUselessRevisions=52569
1.25	     nbAssignments=156  nbFailedAssignments=17  nbBacktracks=53  nbVisitedNodes=143  nbRestartNogoods=2  mapSize=24
1.25	     nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.211  cpuTime=0.16  mem=19M150
1.27	   
1.27	   search
1.27	     run=2  nbConstraintChecks=31707  nbPropagations=9137  nbRevisions=104140  nbUselessRevisions=85879
1.27	     nbAssignments=234  nbFailedAssignments=20  nbBacktracks=87  nbVisitedNodes=226  nbRestartNogoods=3  mapSize=27
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.234  cpuTime=0.18  mem=19M150
1.29	   
1.29	   search
1.29	     run=3  nbConstraintChecks=40113  nbPropagations=13049  nbRevisions=149359  nbUselessRevisions=123653
1.29	     nbAssignments=308  nbFailedAssignments=28  nbBacktracks=132  nbVisitedNodes=319  nbRestartNogoods=5  mapSize=45
1.29	     nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.255  cpuTime=0.2  mem=19M150
1.32	   
1.32	   search
1.32	     run=4  nbConstraintChecks=49507  nbPropagations=17382  nbRevisions=200377  nbUselessRevisions=166487
1.32	     nbAssignments=387  nbFailedAssignments=40  nbBacktracks=185  nbVisitedNodes=419  nbRestartNogoods=6  mapSize=65
1.32	     nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.278  cpuTime=0.22  mem=19M150
1.35	   
1.35	   search
1.35	     run=5  nbConstraintChecks=63633  nbPropagations=22326  nbRevisions=260101  nbUselessRevisions=216868
1.35	     nbAssignments=503  nbFailedAssignments=59  nbBacktracks=262  nbVisitedNodes=574  nbRestartNogoods=7  mapSize=102
1.35	     nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.309  cpuTime=0.26  mem=19M150
1.39	   
1.39	   search
1.39	     run=6  nbConstraintChecks=76534  nbPropagations=27875  nbRevisions=328349  nbUselessRevisions=274848
1.39	     nbAssignments=657  nbFailedAssignments=67  nbBacktracks=381  nbVisitedNodes=744  nbRestartNogoods=9  mapSize=117
1.39	     nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.347  cpuTime=0.29  mem=19M150
1.45	   
1.45	   search
1.45	     run=7  nbConstraintChecks=106946  nbPropagations=34679  nbRevisions=416973  nbUselessRevisions=350933
1.45	     nbAssignments=929  nbFailedAssignments=89  nbBacktracks=568  nbVisitedNodes=1058  nbRestartNogoods=10  mapSize=156
1.45	     nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.413  cpuTime=0.36  mem=19M150
1.54	   
1.54	   search
1.54	     run=8  nbConstraintChecks=147865  nbPropagations=43088  nbRevisions=532742  nbUselessRevisions=451108
1.54	     nbAssignments=1256  nbFailedAssignments=118  nbBacktracks=826  nbVisitedNodes=1443  nbRestartNogoods=13
1.54	     mapSize=210  nbInferences=0  nbTooLargeKeys=0
1.54	       =>  wckTime=0.497  cpuTime=0.43  mem=20M125
1.66	   
1.66	   search
1.66	     run=9  nbConstraintChecks=204862  nbPropagations=53816  nbRevisions=686433  nbUselessRevisions=584841
1.66	     nbAssignments=1736  nbFailedAssignments=162  nbBacktracks=1220  nbVisitedNodes=2008  nbRestartNogoods=17
1.66	     mapSize=295  nbInferences=0  nbTooLargeKeys=0
1.66	       =>  wckTime=0.622  cpuTime=0.54  mem=20M125
1.84	   
1.84	   search
1.84	     run=10  nbConstraintChecks=329533  nbPropagations=68590  nbRevisions=923057  nbUselessRevisions=792430
1.84	     nbAssignments=2430  nbFailedAssignments=227  nbBacktracks=1814  nbVisitedNodes=2840  nbRestartNogoods=21
1.84	     mapSize=427  nbInferences=0  nbTooLargeKeys=0
1.84	       =>  wckTime=0.802  cpuTime=0.71  mem=20M125
2.05	   
2.05	   search
2.05	     run=11  nbConstraintChecks=465093  nbPropagations=88068  nbRevisions=1253150  nbUselessRevisions=1084242
2.05	     nbAssignments=3422  nbFailedAssignments=304  nbBacktracks=2694  nbVisitedNodes=3979  nbRestartNogoods=24
2.05	     mapSize=567  nbInferences=0  nbTooLargeKeys=0
2.05	       =>  wckTime=1.012  cpuTime=0.92  mem=21M100
2.36	   
2.36	   search
2.36	     run=12  nbConstraintChecks=668702  nbPropagations=114738  nbRevisions=1722688  nbUselessRevisions=1501008
2.36	     nbAssignments=4903  nbFailedAssignments=440  nbBacktracks=3991  nbVisitedNodes=5733  nbRestartNogoods=28
2.36	     mapSize=831  nbInferences=0  nbTooLargeKeys=0
2.36	       =>  wckTime=1.322  cpuTime=1.23  mem=22M75
2.56	   
2.56	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=22M75)
2.81	   
2.81	   search
2.81	     run=13  nbConstraintChecks=1072475  nbPropagations=155099  nbRevisions=2471735  nbUselessRevisions=2168642
2.81	     nbAssignments=7263  nbFailedAssignments=687  nbBacktracks=5633  nbVisitedNodes=8539  nbRestartNogoods=35
2.81	       =>  wckTime=1.77  cpuTime=1.67  mem=22M75
2.81	   
2.81	   global
2.81	     nbConstraintChecks=1151539  nbPropagations=157172  nbRevisions=2492046  nbUselessRevisions=2184637
2.81	     nbRestartNogoods=35  solvingWckTime=1.771  solvingCpuTime=1.67  expiredTime=no  totalExploration=no
2.81	     nbFoundSolutions=1  globalCpuTime=2.22
2.81	       =>  wckTime=2.509  cpuTime=2.17  mem=22M75
2.81	   
2.81	s SATISFIABLE
2.81	v 15 19 0 3 18 17 8 1 7 16 4 10 5 13 6 14 12 9 2 11 18 15 9 1 7 16 4 8 12 3 13 11 0 6 17 5 14 2 10 19 0 6 17 12 8 2 14 3 19 10 11 16 15 5 9 1 13 4 7 18 19 0 11 9 1 7 13 16 17 2 12 8 4 10 14 18 6 3 15 5 5 1 3 17 15 11 18 7 4 19 9 14 6 2 13 0 16 12 8 10 10 4 16 2 12 5 3 15 0 9 7 17 11 8 19 6 1 13 18 14 1 9 6 14 13 19 12 18 8 15 17 0 7 3 10 4 2 11 5 16 17 2 13 15 11 8 6 10 18 12 19 3 9 1 5 16 0 7 14 4 3 7 14 11 10 6 1 9 16 5 2 12 19 17 18 15 8 0 4 13 14 10 7 16 9 18 19 5 15 8 3 1 13 4 0 17 11 6 12 2 8 18 10 13 0 14 5 12 3 4 6 2 16 19 7 11 17 15 9 1 13 12 15 6 17 9 2 14 1 18 0 4 10 7 16 8 5 19 11 3 7 11 19 18 3 13 15 17 5 1 10 6 14 0 2 12 4 8 16 9 9 14 4 19 6 0 10 2 13 7 8 5 12 11 15 3 18 16 1 17 6 8 12 10 5 3 9 4 11 0 16 13 2 18 1 19 7 14 17 15 11 17 2 4 16 10 0 6 9 13 5 18 3 14 8 7 15 1 19 12 4 5 18 0 19 12 16 13 14 11 1 7 17 15 3 2 9 10 6 8 16 13 8 5 14 4 7 11 2 17 15 19 1 9 12 10 3 18 0 6 12 3 5 8 2 1 11 0 10 6 14 15 18 16 4 9 19 17 13 7 2 16 1 7 4 15 17 19 6 14 18 9 8 12 11 13 10 5 3 0 
2.81	d NODES 7263
2.81	d CHECKS 1151539
2.81	   
2.81	   totalWckTime=2.585  totalCpuTime=2.22

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-239915-1168368296 -o ROOT/results/node16/solver-239915-1168368296 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239915-1168368296/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.98 1.99 5/87 24185
/proc/meminfo: memFree=1720080/2055920 swapFree=4191880/4192956
[pid=24184] ppid=24182 vsize=18540 CPUtime=0
/proc/24184/stat : 24184 (runsolver) R 24182 24184 21975 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 185224462 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24184/statm: 4635 279 244 17 0 2626 0

[startup+0.107103 s]
/proc/loadavg: 1.92 1.98 1.99 5/87 24185
/proc/meminfo: memFree=1720080/2055920 swapFree=4191880/4192956
[pid=24184] ppid=24182 vsize=914988 CPUtime=0.08
/proc/24184/stat : 24184 (java) R 24182 24184 21975 0 -1 0 3000 0 1 0 7 1 0 0 24 0 8 0 185224462 936947712 2746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072924296 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24184/statm: 228747 2746 1428 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515028 s]
/proc/loadavg: 1.92 1.98 1.99 5/87 24185
/proc/meminfo: memFree=1720080/2055920 swapFree=4191880/4192956
[pid=24184] ppid=24182 vsize=915328 CPUtime=0.49
/proc/24184/stat : 24184 (java) R 24182 24184 21975 0 -1 0 6552 0 1 0 44 5 0 0 25 0 8 0 185224462 937295872 6291 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448376 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24184/statm: 228832 6291 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33688 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 24192
/proc/meminfo: memFree=1684184/2055920 swapFree=4191880/4192956
[pid=24184] ppid=24182 vsize=915676 CPUtime=1.3
/proc/24184/stat : 24184 (java) R 24182 24184 21975 0 -1 0 11708 0 1 0 121 9 0 0 25 0 8 0 185224462 937652224 11446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073973015 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24184/statm: 228919 11446 2524 14 0 215389 0
[pid=24184/tid=24186] ppid=24182 vsize=915676 CPUtime=0.06
/proc/24184/task/24186/stat : 24186 (java) S 24182 24184 21975 0 -1 64 842 0 0 0 6 0 0 0 16 0 8 0 185224466 937652224 11446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24184/tid=24187] ppid=24182 vsize=915676 CPUtime=0
/proc/24184/task/24187/stat : 24187 (java) S 24182 24184 21975 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 185224466 937652224 11446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24184/tid=24188] ppid=24182 vsize=915676 CPUtime=0
/proc/24184/task/24188/stat : 24188 (java) S 24182 24184 21975 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185224466 937652224 11446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24184/tid=24189] ppid=24182 vsize=915676 CPUtime=0
/proc/24184/task/24189/stat : 24189 (java) S 24182 24184 21975 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 185224470 937652224 11446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24184/tid=24190] ppid=24182 vsize=915676 CPUtime=0.25
/proc/24184/task/24190/stat : 24190 (java) S 24182 24184 21975 0 -1 64 469 0 0 0 24 1 0 0 15 0 8 0 185224470 937652224 11446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24184/tid=24191] ppid=24182 vsize=915676 CPUtime=0
/proc/24184/task/24191/stat : 24191 (java) S 24182 24184 21975 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 185224470 937652224 11446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24184/tid=24192] ppid=24182 vsize=915676 CPUtime=0
/proc/24184/task/24192/stat : 24192 (java) S 24182 24184 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185224470 937652224 11446 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915676

Child status: 0
Real time (s): 2.84886
CPU time (s): 2.79157
CPU user time (s): 2.68259
CPU system time (s): 0.108983
CPU usage (%): 97.9892
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.68259
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11733
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1441
involuntary context switches= 1701

runsolver used 0.006998 s user time and 0.017997 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Tue Jan  9 18:44:56 UTC 2007


IDJOB= 239915
IDBENCH= 7090
FILE ID= node16/239915-1168368296

PBS_JOBID= 3503762

Free space on /tmp= 66507 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-20/qwh-20-166-4_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239915-1168368296/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-239915-1168368296 -o ROOT/results/node16/solver-239915-1168368296 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239915-1168368296/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1298ed8d16b44c7beb1100ee68c7611c

RANDOM SEED= 666121694

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
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.220
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:       1720688 kB
Buffers:         49208 kB
Cached:         178280 kB
SwapCached:        448 kB
Active:         196148 kB
Inactive:        87024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720688 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:          75084 kB
Slab:            36832 kB
Committed_AS:  5338832 kB
PageTables:       2368 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= 66507 MiB



End job on node16 on Tue Jan  9 18:44:59 UTC 2007