Trace number 206748

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 ESAC? (TO) 1800.12 1810.66

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-3_ext.xml
MD5SUM8614834b234aa04ba8003bda8ea11c3b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/206748-1168177592/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.43	       =>  wckTime=0.103  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
1.60	   
1.60	   constraints being loaded...
2.35	     nbConstraints=93  nbRelationTypes=93  nbExtensionStructures=93  nbSharedExtensionStructures=0
2.35	     nbConflictsStructures=93  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=17  maxArity=3
2.35	       =>  wckTime=2.027  cpuTime=1.62  mem=59M96
2.52	   
2.52	   solver IterativeSystematicSolver being built... 
2.70	       =>  wckTime=2.376  cpuTime=1.76  mem=66M149
2.87	   
2.87	   preprocessing
2.87	     nbConstraintChecks=53608  nbValidityChecks=86170  nbPropagations=269  nbRevisions=3058  nbUselessRevisions=2667
2.87	     nbSingletonTests=36  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
2.87	       =>  wckTime=0.165  cpuTime=0.13  mem=66M149
2.95	   
2.95	   search
2.95	     run=0  nbConstraintChecks=35605  nbValidityChecks=65927  nbPropagations=613  nbRevisions=6954
2.95	     nbUselessRevisions=5824  nbAssignments=25  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=42
2.95	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.95	       =>  wckTime=0.246  cpuTime=0.2  mem=67M157
3.09	   
3.09	   search
3.09	     run=1  nbConstraintChecks=108570  nbValidityChecks=209368  nbPropagations=1841  nbRevisions=22089
3.09	     nbUselessRevisions=18074  nbAssignments=90  nbFailedAssignments=50  nbBacktracks=25  nbVisitedNodes=157
3.09	     nbRestartNogoods=4  mapSize=20  nbInferences=0  nbTooLargeKeys=0
3.09	       =>  wckTime=0.391  cpuTime=0.34  mem=67M157
3.34	   
3.34	   search
3.34	     run=2  nbConstraintChecks=237650  nbValidityChecks=500610  nbPropagations=4173  nbRevisions=51441
3.34	     nbUselessRevisions=42215  nbAssignments=210  nbFailedAssignments=89  nbBacktracks=47  nbVisitedNodes=279
3.34	     nbRestartNogoods=11  mapSize=39  nbInferences=0  nbTooLargeKeys=0
3.34	       =>  wckTime=0.636  cpuTime=0.58  mem=67M157
3.57	   
3.57	   search
3.57	     run=3  nbConstraintChecks=369376  nbValidityChecks=758978  nbPropagations=7688  nbRevisions=94834
3.57	     nbUselessRevisions=77621  nbAssignments=308  nbFailedAssignments=130  nbBacktracks=82  nbVisitedNodes=426
3.57	     nbRestartNogoods=14  mapSize=69  nbInferences=0  nbTooLargeKeys=0
3.57	       =>  wckTime=0.872  cpuTime=0.81  mem=67M157
3.76	   
3.76	   search
3.76	     run=4  nbConstraintChecks=472727  nbValidityChecks=983963  nbPropagations=12467  nbRevisions=153265
3.76	     nbUselessRevisions=124875  nbAssignments=406  nbFailedAssignments=171  nbBacktracks=132  nbVisitedNodes=598
3.76	     nbRestartNogoods=17  mapSize=108  nbInferences=0  nbTooLargeKeys=0
3.76	       =>  wckTime=1.058  cpuTime=0.99  mem=67M157
4.31	   
4.31	   search
4.31	     run=5  nbConstraintChecks=776479  nbValidityChecks=1607170  nbPropagations=19973  nbRevisions=247638
4.31	     nbUselessRevisions=200488  nbAssignments=645  nbFailedAssignments=328  nbBacktracks=208  nbVisitedNodes=1045
4.31	     nbRestartNogoods=22  mapSize=175  nbInferences=0  nbTooLargeKeys=0
4.31	       =>  wckTime=1.605  cpuTime=1.53  mem=67M157
4.88	   
4.88	   search
4.88	     run=6  nbConstraintChecks=1089325  nbValidityChecks=2247965  nbPropagations=31605  nbRevisions=388755
4.88	     nbUselessRevisions=312638  nbAssignments=904  nbFailedAssignments=467  nbBacktracks=321  nbVisitedNodes=1518
4.88	     nbRestartNogoods=31  mapSize=278  nbInferences=0  nbTooLargeKeys=0
4.88	       =>  wckTime=2.18  cpuTime=2.1  mem=67M157
5.80	   
5.80	   search
5.80	     run=7  nbConstraintChecks=1614657  nbValidityChecks=3284704  nbPropagations=48657  nbRevisions=593912
5.80	     nbUselessRevisions=474914  nbAssignments=1285  nbFailedAssignments=671  nbBacktracks=491  nbVisitedNodes=2209
5.80	     nbRestartNogoods=38  mapSize=421  nbInferences=0  nbTooLargeKeys=0
5.80	       =>  wckTime=3.096  cpuTime=2.99  mem=67M157
7.24	   
7.24	   search
7.24	     run=8  nbConstraintChecks=2418978  nbValidityChecks=4903840  nbPropagations=75297  nbRevisions=913206
7.24	     nbUselessRevisions=726679  nbAssignments=1928  nbFailedAssignments=1051  nbBacktracks=747  nbVisitedNodes=3413
7.24	     nbRestartNogoods=47  mapSize=661  nbInferences=0  nbTooLargeKeys=0
7.24	       =>  wckTime=4.534  cpuTime=4.4  mem=67M157
9.26	   
9.26	   search
9.26	     run=9  nbConstraintChecks=3579682  nbValidityChecks=7182814  nbPropagations=112412  nbRevisions=1364952
9.26	     nbUselessRevisions=1083633  nbAssignments=2713  nbFailedAssignments=1445  nbBacktracks=1131  nbVisitedNodes=4807
9.26	     nbRestartNogoods=61  mapSize=975  nbInferences=0  nbTooLargeKeys=0
9.26	       =>  wckTime=6.56  cpuTime=6.39  mem=67M157
9.74	   
9.74	   INFO : Stopping hyperNogood (mapSize=1038, nbTooLargekeys=0, mem=67M157)
12.13	   
12.13	   search
12.13	     run=10  nbConstraintChecks=5198536  nbValidityChecks=10528219  nbPropagations=170170  nbRevisions=2059440
12.13	     nbUselessRevisions=1629996  nbAssignments=4108  nbFailedAssignments=2228  nbBacktracks=1708  nbVisitedNodes=7334
12.13	     nbRestartNogoods=75
12.13	       =>  wckTime=9.429  cpuTime=9.21  mem=67M157
17.08	   
17.08	   search
17.08	     run=11  nbConstraintChecks=8102547  nbValidityChecks=16404645  nbPropagations=254864  nbRevisions=3113415
17.08	     nbUselessRevisions=2462434  nbAssignments=6407  nbFailedAssignments=3658  nbBacktracks=2572  nbVisitedNodes=11581
17.08	     nbRestartNogoods=86
17.08	       =>  wckTime=14.374  cpuTime=14.1  mem=67M157
22.61	   
22.61	   search
22.61	     run=12  nbConstraintChecks=11387216  nbValidityChecks=22863865  nbPropagations=378902  nbRevisions=4624443
22.61	     nbUselessRevisions=3652167  nbAssignments=9111  nbFailedAssignments=5056  nbBacktracks=3869  nbVisitedNodes=16467
22.61	     nbRestartNogoods=97
22.61	       =>  wckTime=19.907  cpuTime=19.59  mem=67M157
30.03	   
30.03	   search
30.03	     run=13  nbConstraintChecks=15768267  nbValidityChecks=31631425  nbPropagations=559447  nbRevisions=6781078
30.03	     nbUselessRevisions=5348813  nbAssignments=13130  nbFailedAssignments=7109  nbBacktracks=5815  nbVisitedNodes=23685
30.03	     nbRestartNogoods=112
30.04	       =>  wckTime=27.333  cpuTime=26.94  mem=67M157
53.88	   
53.88	   search
53.88	     run=14  nbConstraintChecks=29430101  nbValidityChecks=60482421  nbPropagations=879480  nbRevisions=10793487
53.88	     nbUselessRevisions=8495667  nbAssignments=24360  nbFailedAssignments=15411  nbBacktracks=8735  nbVisitedNodes=45543
53.88	     nbRestartNogoods=118
53.88	       =>  wckTime=51.174  cpuTime=50.55  mem=67M157
73.70	   
73.70	   search
73.70	     run=15  nbConstraintChecks=40856891  nbValidityChecks=83831362  nbPropagations=1343427  nbRevisions=16472563
73.70	     nbUselessRevisions=12940917  nbAssignments=34134  nbFailedAssignments=20788  nbBacktracks=13113
73.70	     nbVisitedNodes=63519  nbRestartNogoods=136
73.70	       =>  wckTime=71.001  cpuTime=70.18  mem=67M157
98.74	   
98.74	   search
98.74	     run=16  nbConstraintChecks=55556318  nbValidityChecks=113634324  nbPropagations=1998084  nbRevisions=24324360
98.74	     nbUselessRevisions=19090219  nbAssignments=47802  nbFailedAssignments=27881  nbBacktracks=19681
98.74	     nbVisitedNodes=88202  nbRestartNogoods=143
98.74	       =>  wckTime=96.043  cpuTime=95.0  mem=67M157
179.35	   
179.35	   search
179.35	     run=17  nbConstraintChecks=103145764  nbValidityChecks=208160512  nbPropagations=3038236  nbRevisions=37672303
179.35	     nbUselessRevisions=29619947  nbAssignments=78849  nbFailedAssignments=49067  nbBacktracks=29533
179.35	     nbVisitedNodes=147647  nbRestartNogoods=153
179.35	       =>  wckTime=176.645  cpuTime=174.82  mem=67M157
241.33	   
241.33	   search
241.33	     run=18  nbConstraintChecks=140107727  nbValidityChecks=281185651  nbPropagations=4521570  nbRevisions=56114079
241.33	     nbUselessRevisions=44153991  nbAssignments=109622  nbFailedAssignments=65004  nbBacktracks=44313
241.33	     nbVisitedNodes=203071  nbRestartNogoods=174
241.33	       =>  wckTime=238.629  cpuTime=236.18  mem=67M157
345.54	   
345.54	   search
345.54	     run=19  nbConstraintChecks=202012434  nbValidityChecks=404222343  nbPropagations=6737223  nbRevisions=83096579
345.54	     nbUselessRevisions=65393476  nbAssignments=159447  nbFailedAssignments=92627  nbBacktracks=66482
345.54	     nbVisitedNodes=294593  nbRestartNogoods=189
345.54	       =>  wckTime=342.838  cpuTime=339.4  mem=67M157
549.18	   
549.18	   search
549.18	     run=20  nbConstraintChecks=321091168  nbValidityChecks=650820006  nbPropagations=10244079  nbRevisions=126609884
549.18	     nbUselessRevisions=99613730  nbAssignments=256575  nbFailedAssignments=156493  nbBacktracks=99734
549.18	     nbVisitedNodes=479187  nbRestartNogoods=206
549.18	       =>  wckTime=546.477  cpuTime=540.8  mem=67M157
747.18	   
747.18	   search
747.18	     run=21  nbConstraintChecks=444256475  nbValidityChecks=898784122  nbPropagations=15272262  nbRevisions=187591800
747.18	     nbUselessRevisions=147506557  nbAssignments=361209  nbFailedAssignments=211240  nbBacktracks=149614
747.18	     nbVisitedNodes=669130  nbRestartNogoods=225
747.18	       =>  wckTime=744.479  cpuTime=738.55  mem=67M157
1069.82	   
1069.82	   search
1069.82	     run=22  nbConstraintChecks=640887114  nbValidityChecks=1293956501  nbPropagations=22707459  nbRevisions=276365079
1069.82	     nbUselessRevisions=217130441  nbAssignments=526557  nbFailedAssignments=301762  nbBacktracks=224433
1069.82	     nbVisitedNodes=971952  nbRestartNogoods=243
1069.82	       =>  wckTime=1067.115  cpuTime=1059.94  mem=67M157

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-206748-1168177592 -o ROOT/results/node13/solver-206748-1168177592 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206748-1168177592/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.94 2.00 1.99 4/98 7440
/proc/meminfo: memFree=904944/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=9748 CPUtime=0
/proc/7439/stat : 7439 (java) D 7437 7439 6900 0 -1 0 637 0 0 0 0 0 0 0 18 0 1 0 166154263 9981952 412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 11879204 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/7439/statm: 2487 472 386 14 0 1142 0

[startup+0.104353 s]
/proc/loadavg: 1.94 2.00 1.99 4/98 7440
/proc/meminfo: memFree=904944/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=914988 CPUtime=0.08
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 2979 0 1 0 7 1 0 0 17 0 8 0 166154263 936947712 2725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944091 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7439/statm: 228747 2725 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512406 s]
/proc/loadavg: 1.94 2.00 1.99 4/98 7440
/proc/meminfo: memFree=904944/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915328 CPUtime=0.48
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 7251 0 1 0 44 4 0 0 18 0 8 0 166154263 937295872 6990 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073557499 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7439/statm: 228832 6990 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33552 s]
/proc/loadavg: 1.94 2.00 1.99 3/105 7447
/proc/meminfo: memFree=837880/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915328 CPUtime=1.31
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 19099 0 1 0 122 9 0 0 25 0 8 0 166154263 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073565422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7439/statm: 228832 18837 2149 14 0 215302 0
[pid=7439/tid=7441] ppid=7437 vsize=915328 CPUtime=0.05
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 2681 0 0 0 5 0 0 0 17 0 8 0 166154266 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915328 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915328 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915328 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915328 CPUtime=0.08
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 308 0 0 0 8 0 0 0 16 0 8 0 166154270 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915328 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915328 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.98874 s]
/proc/loadavg: 1.94 2.00 1.99 3/105 7447
/proc/meminfo: memFree=797112/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=2.93
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32690 0 1 0 277 16 0 0 25 0 8 0 166154263 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7439/statm: 228856 32425 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 17 0 8 0 166154266 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.18
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 363 0 0 0 18 0 0 0 15 0 8 0 166154270 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915424

[startup+6.28217 s]
/proc/loadavg: 1.94 2.00 1.99 3/105 7447
/proc/meminfo: memFree=784704/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=6.19
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32706 0 1 0 602 17 0 0 25 0 8 0 166154263 937394176 32439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634877 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7439/statm: 228856 32439 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 17 0 8 0 166154266 937394176 32439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.23
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 379 0 0 0 22 1 0 0 16 0 8 0 166154270 937394176 32439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915424

[startup+12.688 s]
/proc/loadavg: 1.95 2.00 1.99 3/105 7447
/proc/meminfo: memFree=784704/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=12.52
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32721 0 1 0 1235 17 0 0 25 0 8 0 166154263 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7439/statm: 228856 32451 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 391 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915424

[startup+25.5377 s]
/proc/loadavg: 1.96 2.00 1.99 3/105 7447
/proc/meminfo: memFree=784832/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=25.24
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32721 0 1 0 2507 17 0 0 25 0 8 0 166154263 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7439/statm: 228856 32451 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 391 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 915424

[startup+51.1742 s]
/proc/loadavg: 1.97 2.00 1.99 3/105 7447
/proc/meminfo: memFree=755840/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=50.65
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32721 0 1 0 5048 17 0 0 25 0 8 0 166154263 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7439/statm: 228856 32451 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 391 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915424

[startup+102.463 s]
/proc/loadavg: 2.06 2.01 2.00 3/105 7447
/proc/meminfo: memFree=755840/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=101.45
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32724 0 1 0 10127 18 0 0 25 0 8 0 166154263 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7439/statm: 228856 32453 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 393 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 915424

[startup+162.507 s]
/proc/loadavg: 2.02 2.01 2.00 3/105 7447
/proc/meminfo: memFree=755840/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=160.89
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32724 0 1 0 16071 18 0 0 25 0 8 0 166154263 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073772288 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1414.56
Current children cumulated vsize (KiB) 915424

[startup+1483.36 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 7721
/proc/meminfo: memFree=1148304/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=1474.33
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32725 0 1 0 147382 51 0 0 25 0 8 0 166154263 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7439/statm: 228856 32454 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 394 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.33
Current children cumulated vsize (KiB) 915424

[startup+1543.39 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 7721
/proc/meminfo: memFree=1122832/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=1534.07
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32725 0 1 0 153356 51 0 0 25 0 8 0 166154263 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7439/statm: 228856 32454 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 394 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.07
Current children cumulated vsize (KiB) 915424

[startup+1603.43 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 7721
/proc/meminfo: memFree=1110096/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=1593.83
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32725 0 1 0 159332 51 0 0 25 0 8 0 166154263 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7439/statm: 228856 32454 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 394 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.83
Current children cumulated vsize (KiB) 915424

[startup+1663.46 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 7721
/proc/meminfo: memFree=1081680/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=1653.58
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32725 0 1 0 165307 51 0 0 25 0 8 0 166154263 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7439/statm: 228856 32454 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 394 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.58
Current children cumulated vsize (KiB) 915424

[startup+1723.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/94 7721
/proc/meminfo: memFree=1074640/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=1713.34
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32725 0 1 0 171282 52 0 0 25 0 8 0 166154263 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7439/statm: 228856 32454 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 394 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.34
Current children cumulated vsize (KiB) 915424

[startup+1783.53 s]
/proc/loadavg: 2.06 2.03 2.01 3/94 7721
/proc/meminfo: memFree=1062352/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=1773.1
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32725 0 1 0 177258 52 0 0 25 0 8 0 166154263 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073794309 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7439/statm: 228856 32454 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 394 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.1
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 7721
/proc/meminfo: memFree=1055888/2055920 swapFree=4192812/4192956
[pid=7439] ppid=7437 vsize=915424 CPUtime=1800.06
/proc/7439/stat : 7439 (java) R 7437 7439 6900 0 -1 0 32725 0 1 0 179954 52 0 0 25 0 8 0 166154263 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073764673 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7439/statm: 228856 32454 2531 14 0 215326 0
[pid=7439/tid=7441] ppid=7437 vsize=915424 CPUtime=0.46
/proc/7439/task/7441/stat : 7441 (java) S 7437 7439 6900 0 -1 64 15712 0 0 0 40 6 0 0 16 0 8 0 166154266 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6900 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7443] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6900 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166154267 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7444] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7445] ppid=7437 vsize=915424 CPUtime=0.26
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6900 0 -1 64 394 0 0 0 25 1 0 0 16 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7439/tid=7447] ppid=7437 vsize=915424 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6900 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 166154270 937394176 32454 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915424

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1810.66
CPU time (s): 1800.12
CPU user time (s): 1799.57
CPU system time (s): 0.549916
CPU usage (%): 99.4177
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.549916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32741
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= 37732
involuntary context switches= 52565

runsolver used 2.18167 s user time and 6.551 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 13:46:33 UTC 2007


IDJOB= 206748
IDBENCH= 4232
FILE ID= node13/206748-1168177592

PBS_JOBID= 3478854

Free space on /tmp= 66309 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-3_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206748-1168177592/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-206748-1168177592 -o ROOT/results/node13/solver-206748-1168177592 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206748-1168177592/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8614834b234aa04ba8003bda8ea11c3b

RANDOM SEED= 746838722

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.247
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.247
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:        905424 kB
Buffers:         58272 kB
Cached:         363328 kB
SwapCached:          0 kB
Active:         762380 kB
Inactive:       306884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        905424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7496 kB
Writeback:           0 kB
Mapped:         676644 kB
Slab:            64644 kB
Committed_AS:  4895052 kB
PageTables:       3608 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= 66276 MiB



End job on node13 on Sun Jan  7 14:16:44 UTC 2007