Trace number 206618

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.11 1805.64

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-15_ext.xml
MD5SUM9c2988b919be61521e5ef44d9654d6ef
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/206618-1168175783/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.42	       =>  wckTime=0.102  cpuTime=0.1  mem=6M951
0.42	   
0.42	   relations being loaded...
1.60	   
1.60	   constraints being loaded...
2.34	     nbConstraints=93  nbRelationTypes=93  nbExtensionStructures=93  nbSharedExtensionStructures=0
2.34	     nbConflictsStructures=93  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=19  maxArity=3
2.34	       =>  wckTime=2.025  cpuTime=1.63  mem=59M25
2.51	   
2.51	   solver IterativeSystematicSolver being built... 
2.68	       =>  wckTime=2.367  cpuTime=1.77  mem=66M173
2.83	   
2.84	   preprocessing
2.84	     nbConstraintChecks=49714  nbValidityChecks=83544  nbPropagations=283  nbRevisions=3190  nbUselessRevisions=2817
2.84	     nbSingletonTests=37  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
2.84	       =>  wckTime=0.148  cpuTime=0.13  mem=66M173
2.91	   
2.91	   search
2.91	     run=0  nbConstraintChecks=31010  nbValidityChecks=58231  nbPropagations=590  nbRevisions=6506
2.91	     nbUselessRevisions=5436  nbAssignments=27  nbFailedAssignments=11  nbBacktracks=11  nbVisitedNodes=45
2.91	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
2.91	       =>  wckTime=0.22  cpuTime=0.19  mem=67M191
3.03	   
3.03	   search
3.03	     run=1  nbConstraintChecks=92518  nbValidityChecks=185558  nbPropagations=1793  nbRevisions=20597
3.03	     nbUselessRevisions=16945  nbAssignments=76  nbFailedAssignments=35  nbBacktracks=27  nbVisitedNodes=132
3.03	     nbRestartNogoods=1  mapSize=23  nbInferences=0  nbTooLargeKeys=0
3.03	       =>  wckTime=0.345  cpuTime=0.31  mem=67M191
3.17	   
3.17	   search
3.17	     run=2  nbConstraintChecks=160830  nbValidityChecks=336367  nbPropagations=3642  nbRevisions=42130
3.17	     nbUselessRevisions=34518  nbAssignments=142  nbFailedAssignments=49  nbBacktracks=49  nbVisitedNodes=198
3.17	     nbRestartNogoods=5  mapSize=39  nbInferences=0  nbTooLargeKeys=0
3.17	       =>  wckTime=0.487  cpuTime=0.44  mem=67M191
3.35	   
3.35	   search
3.35	     run=3  nbConstraintChecks=253233  nbValidityChecks=534347  nbPropagations=6673  nbRevisions=77191
3.35	     nbUselessRevisions=62742  nbAssignments=222  nbFailedAssignments=88  nbBacktracks=84  nbVisitedNodes=343
3.35	     nbRestartNogoods=8  mapSize=74  nbInferences=0  nbTooLargeKeys=0
3.35	       =>  wckTime=0.661  cpuTime=0.61  mem=67M191
3.56	   
3.56	   search
3.56	     run=4  nbConstraintChecks=369200  nbValidityChecks=778324  nbPropagations=11253  nbRevisions=129323
3.56	     nbUselessRevisions=104323  nbAssignments=330  nbFailedAssignments=138  nbBacktracks=135  nbVisitedNodes=534
3.56	     nbRestartNogoods=11  mapSize=117  nbInferences=0  nbTooLargeKeys=0
3.56	       =>  wckTime=0.875  cpuTime=0.82  mem=67M191
4.01	   
4.01	   search
4.01	     run=5  nbConstraintChecks=617308  nbValidityChecks=1301813  nbPropagations=18336  nbRevisions=214268
4.01	     nbUselessRevisions=171944  nbAssignments=518  nbFailedAssignments=244  nbBacktracks=210  nbVisitedNodes=882
4.01	     nbRestartNogoods=19  mapSize=188  nbInferences=0  nbTooLargeKeys=0
4.01	       =>  wckTime=1.32  cpuTime=1.26  mem=67M191
4.56	   
4.56	   search
4.56	     run=6  nbConstraintChecks=924179  nbValidityChecks=1928212  nbPropagations=29229  nbRevisions=341077
4.56	     nbUselessRevisions=272242  nbAssignments=763  nbFailedAssignments=367  nbBacktracks=323  nbVisitedNodes=1321
4.56	     nbRestartNogoods=21  mapSize=289  nbInferences=0  nbTooLargeKeys=0
4.56	       =>  wckTime=1.87  cpuTime=1.79  mem=67M191
5.30	   
5.30	   search
5.30	     run=7  nbConstraintChecks=1349536  nbValidityChecks=2729335  nbPropagations=43683  nbRevisions=512924
5.30	     nbUselessRevisions=408066  nbAssignments=1060  nbFailedAssignments=474  nbBacktracks=496  nbVisitedNodes=1787
5.30	     nbRestartNogoods=26  mapSize=405  nbInferences=0  nbTooLargeKeys=0
5.30	       =>  wckTime=2.61  cpuTime=2.53  mem=67M191
6.66	   
6.66	   search
6.66	     run=8  nbConstraintChecks=2137846  nbValidityChecks=4335530  nbPropagations=66145  nbRevisions=780846
6.66	     nbUselessRevisions=620043  nbAssignments=1683  nbFailedAssignments=825  nbBacktracks=752  nbVisitedNodes=2906
6.66	     nbRestartNogoods=32  mapSize=617  nbInferences=0  nbTooLargeKeys=0
6.66	       =>  wckTime=3.975  cpuTime=3.86  mem=67M191
8.68	   
8.68	   search
8.68	     run=9  nbConstraintChecks=3294284  nbValidityChecks=6763198  nbPropagations=99933  nbRevisions=1195240
8.68	     nbUselessRevisions=949322  nbAssignments=2536  nbFailedAssignments=1258  nbBacktracks=1137  nbVisitedNodes=4412
8.68	     nbRestartNogoods=45  mapSize=959  nbInferences=0  nbTooLargeKeys=0
8.68	       =>  wckTime=5.99  cpuTime=5.85  mem=67M191
9.05	   
9.05	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=67M191)
11.38	   
11.38	   search
11.38	     run=10  nbConstraintChecks=4868306  nbValidityChecks=10027460  nbPropagations=152440  nbRevisions=1823702
11.38	     nbUselessRevisions=1446625  nbAssignments=3776  nbFailedAssignments=1884  nbBacktracks=1717  nbVisitedNodes=6605
11.38	     nbRestartNogoods=55
11.38	       =>  wckTime=8.69  cpuTime=8.51  mem=67M191
16.30	   
16.30	   search
16.30	     run=11  nbConstraintChecks=7780710  nbValidityChecks=16044915  nbPropagations=231768  nbRevisions=2803846
16.30	     nbUselessRevisions=2225150  nbAssignments=5733  nbFailedAssignments=2968  nbBacktracks=2583  nbVisitedNodes=10239
16.30	     nbRestartNogoods=62
16.30	       =>  wckTime=13.61  cpuTime=13.39  mem=67M191
21.72	   
21.72	   search
21.72	     run=12  nbConstraintChecks=10985654  nbValidityChecks=22692167  nbPropagations=349114  nbRevisions=4221671
21.72	     nbUselessRevisions=3346731  nbAssignments=8455  nbFailedAssignments=4370  nbBacktracks=3880  nbVisitedNodes=15115
21.72	     nbRestartNogoods=71
21.72	       =>  wckTime=19.033  cpuTime=18.76  mem=67M191
33.65	   
33.65	   search
33.65	     run=13  nbConstraintChecks=18157364  nbValidityChecks=37419287  nbPropagations=528385  nbRevisions=6464229
33.65	     nbUselessRevisions=5127015  nbAssignments=13075  nbFailedAssignments=7032  nbBacktracks=5826  nbVisitedNodes=23697
33.65	     nbRestartNogoods=86
33.65	       =>  wckTime=30.96  cpuTime=30.58  mem=67M191
48.34	   
48.34	   search
48.34	     run=14  nbConstraintChecks=26929373  nbValidityChecks=55164950  nbPropagations=796554  nbRevisions=9799262
48.34	     nbUselessRevisions=7770205  nbAssignments=19588  nbFailedAssignments=10578  nbBacktracks=8745  nbVisitedNodes=35469
48.34	     nbRestartNogoods=102
48.34	       =>  wckTime=45.657  cpuTime=45.14  mem=67M191
70.53	   
70.53	   search
70.53	     run=15  nbConstraintChecks=40178771  nbValidityChecks=80427936  nbPropagations=1165470  nbRevisions=14487819
70.53	     nbUselessRevisions=11491114  nbAssignments=27934  nbFailedAssignments=14538  nbBacktracks=13123
70.53	     nbVisitedNodes=50043  nbRestartNogoods=118
70.53	       =>  wckTime=67.847  cpuTime=67.12  mem=67M191
104.22	   
104.22	   search
104.22	     run=16  nbConstraintChecks=60170366  nbValidityChecks=121632873  nbPropagations=1719606  nbRevisions=21566214
104.22	     nbUselessRevisions=17125510  nbAssignments=42108  nbFailedAssignments=22115  nbBacktracks=19691
104.22	     nbVisitedNodes=75869  nbRestartNogoods=133
104.22	       =>  wckTime=101.532  cpuTime=100.5  mem=67M191
151.49	   
151.49	   search
151.49	     run=17  nbConstraintChecks=88341168  nbValidityChecks=179014883  nbPropagations=2589550  nbRevisions=32337071
151.49	     nbUselessRevisions=25657595  nbAssignments=62818  nbFailedAssignments=32967  nbBacktracks=29543
151.49	     nbVisitedNodes=113612  nbRestartNogoods=143
151.49	       =>  wckTime=148.806  cpuTime=147.35  mem=67M191
228.45	   
228.45	   search
228.45	     run=18  nbConstraintChecks=134096162  nbValidityChecks=273586500  nbPropagations=3888761  nbRevisions=48676977
228.45	     nbUselessRevisions=38640435  nbAssignments=95952  nbFailedAssignments=51315  nbBacktracks=44324
228.45	     nbVisitedNodes=174522  nbRestartNogoods=158
228.45	       =>  wckTime=225.76  cpuTime=223.6  mem=67M191
335.99	   
335.99	   search
335.99	     run=19  nbConstraintChecks=198506586  nbValidityChecks=405856688  nbPropagations=5867423  nbRevisions=73423415
335.99	     nbUselessRevisions=58238760  nbAssignments=147696  nbFailedAssignments=80885  nbBacktracks=66492
335.99	     nbVisitedNodes=269453  nbRestartNogoods=165
335.99	       =>  wckTime=333.303  cpuTime=330.17  mem=67M191
495.09	   
495.09	   search
495.09	     run=20  nbConstraintChecks=294243689  nbValidityChecks=603578757  nbPropagations=8744975  nbRevisions=109755077
495.09	     nbUselessRevisions=87109228  nbAssignments=217023  nbFailedAssignments=116945  nbBacktracks=99744
495.09	     nbVisitedNodes=395005  nbRestartNogoods=178
495.09	       =>  wckTime=492.408  cpuTime=488.2  mem=67M191
717.49	   
717.49	   search
717.49	     run=21  nbConstraintChecks=436767457  nbValidityChecks=883385351  nbPropagations=12928640  nbRevisions=162954549
717.49	     nbUselessRevisions=129357653  nbAssignments=324905  nbFailedAssignments=174943  nbBacktracks=149623
717.49	     nbVisitedNodes=588407  nbRestartNogoods=192
717.49	       =>  wckTime=714.807  cpuTime=710.35  mem=67M191
1046.83	   
1046.83	   search
1046.83	     run=22  nbConstraintChecks=644545197  nbValidityChecks=1315197196  nbPropagations=19268509  nbRevisions=242301851
1046.83	     nbUselessRevisions=192258585  nbAssignments=481213  nbFailedAssignments=256425  nbBacktracks=224442
1046.83	     nbVisitedNodes=871979  nbRestartNogoods=206
1046.83	       =>  wckTime=1044.146  cpuTime=1039.36  mem=67M191
1542.17	   
1542.17	   search
1542.17	     run=23  nbConstraintChecks=958148788  nbValidityChecks=1961483211  nbPropagations=28868815  nbRevisions=361737007
1542.17	     nbUselessRevisions=286829672  nbAssignments=713295  nbFailedAssignments=376262  nbBacktracks=336670
1542.17	     nbVisitedNodes=1292550  nbRestartNogoods=220
1542.17	       =>  wckTime=1539.486  cpuTime=1534.15  mem=67M191

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/node17/watcher-206618-1168175783 -o ROOT/results/node17/solver-206618-1168175783 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206618-1168175783/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: 2.15 2.04 2.01 4/93 18456
/proc/meminfo: memFree=1537752/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=1784 CPUtime=0
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 165973091 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/18455/statm: 446 140 106 14 0 91 0

[startup+0.105895 s]
/proc/loadavg: 2.15 2.04 2.01 4/93 18456
/proc/meminfo: memFree=1537752/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=914988 CPUtime=0.09
/proc/18455/stat : 18455 (java) S 18453 18455 17813 0 -1 0 2996 0 1 0 8 1 0 0 17 0 8 0 165973091 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18455/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513936 s]
/proc/loadavg: 2.15 2.04 2.01 4/93 18456
/proc/meminfo: memFree=1537752/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915328 CPUtime=0.5
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 7498 0 1 0 46 4 0 0 18 0 8 0 165973091 937295872 7237 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073560944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18455/statm: 228832 7237 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33702 s]
/proc/loadavg: 2.15 2.04 2.01 3/100 18463
/proc/meminfo: memFree=1470688/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915328 CPUtime=1.3
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 19099 0 1 0 121 9 0 0 25 0 8 0 165973091 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155212721 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18455/statm: 228832 18837 2149 14 0 215302 0
[pid=18455/tid=18457] ppid=18453 vsize=915328 CPUtime=0.06
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 2681 0 0 0 5 1 0 0 17 0 8 0 165973095 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915328 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915328 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915328 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915328 CPUtime=0.08
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 308 0 0 0 8 0 0 0 16 0 8 0 165973098 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915328 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937295872 18837 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915328 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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.3
Current children cumulated vsize (KiB) 915328

[startup+2.9902 s]
/proc/loadavg: 2.13 2.04 2.01 3/100 18463
/proc/meminfo: memFree=1429984/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=2.95
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32691 0 1 0 278 17 0 0 25 0 8 0 165973091 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630028 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18455/statm: 228856 32426 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 17 0 8 0 165973095 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.19
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 364 0 0 0 18 1 0 0 15 0 8 0 165973098 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 937394176 32426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915424

[startup+6.28854 s]
/proc/loadavg: 2.13 2.04 2.01 3/100 18463
/proc/meminfo: memFree=1417632/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=6.21
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32710 0 1 0 604 17 0 0 25 0 8 0 165973091 937394176 32442 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073769417 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18455/statm: 228856 32442 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32442 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32442 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32442 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32442 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.22
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 380 0 0 0 21 1 0 0 16 0 8 0 165973098 937394176 32442 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32442 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 937394176 32442 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915424

[startup+12.7782 s]
/proc/loadavg: 2.11 2.04 2.01 3/100 18463
/proc/meminfo: memFree=1417696/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=12.64
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32722 0 1 0 1246 18 0 0 25 0 8 0 165973091 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761899 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18455/statm: 228856 32451 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.24
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 165973098 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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.64
Current children cumulated vsize (KiB) 915424

[startup+25.6296 s]
/proc/loadavg: 2.18 2.05 2.01 3/100 18463
/proc/meminfo: memFree=1417824/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=25.38
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32722 0 1 0 2520 18 0 0 25 0 8 0 165973091 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073765933 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18455/statm: 228856 32451 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.24
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 165973098 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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.38
Current children cumulated vsize (KiB) 915424

[startup+51.2642 s]
/proc/loadavg: 2.11 2.05 2.01 3/100 18463
/proc/meminfo: memFree=1417888/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=50.77
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32722 0 1 0 5059 18 0 0 25 0 8 0 165973091 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761076 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18455/statm: 228856 32451 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.24
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 165973098 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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.77
Current children cumulated vsize (KiB) 915424

[startup+102.53 s]
/proc/loadavg: 2.12 2.05 2.01 3/100 18463
/proc/meminfo: memFree=1417824/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=101.58
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32725 0 1 0 10139 19 0 0 25 0 8 0 165973091 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18455/statm: 228856 32453 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.25
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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.58
Current children cumulated vsize (KiB) 915424

[startup+162.547 s]
/proc/loadavg: 2.04 2.04 2.01 3/100 18465
/proc/meminfo: memFree=1417568/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=161.04
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32725 0 1 0 16085 19 0 0 25 0 8 0 165973091 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073781150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.03 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 18530
/proc/meminfo: memFree=1034976/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=1477.84
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32725 0 1 0 147754 30 0 0 25 0 8 0 165973091 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18455/statm: 228856 32453 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.25
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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) 1477.84
Current children cumulated vsize (KiB) 915424

[startup+1543.05 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18531
/proc/meminfo: memFree=1034904/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=1537.78
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32725 0 1 0 153748 30 0 0 25 0 8 0 165973091 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073779225 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18455/statm: 228856 32453 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.25
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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) 1537.78
Current children cumulated vsize (KiB) 915424

[startup+1603.07 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18531
/proc/meminfo: memFree=1034904/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=1597.73
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32725 0 1 0 159743 30 0 0 25 0 8 0 165973091 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761124 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18455/statm: 228856 32453 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.25
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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) 1597.73
Current children cumulated vsize (KiB) 915424

[startup+1663.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18531
/proc/meminfo: memFree=1034904/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=1657.7
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32725 0 1 0 165740 30 0 0 25 0 8 0 165973091 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761076 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18455/statm: 228856 32453 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.25
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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) 1657.7
Current children cumulated vsize (KiB) 915424

[startup+1723.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18531
/proc/meminfo: memFree=1034840/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=1717.66
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32725 0 1 0 171735 31 0 0 25 0 8 0 165973091 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073768086 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18455/statm: 228856 32453 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.25
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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) 1717.66
Current children cumulated vsize (KiB) 915424

[startup+1783.14 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18531
/proc/meminfo: memFree=1034840/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=1777.61
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32725 0 1 0 177730 31 0 0 25 0 8 0 165973091 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761157 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18455/statm: 228856 32453 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.25
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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) 1777.61
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.57 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 18531
/proc/meminfo: memFree=1034840/2055920 swapFree=4192812/4192956
[pid=18455] ppid=18453 vsize=915424 CPUtime=1800.03
/proc/18455/stat : 18455 (java) R 18453 18455 17813 0 -1 0 32725 0 1 0 179972 31 0 0 25 0 8 0 165973091 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073771068 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18455/statm: 228856 32453 2531 14 0 215326 0
[pid=18455/tid=18457] ppid=18453 vsize=915424 CPUtime=0.46
/proc/18455/task/18457/stat : 18457 (java) S 18453 18455 17813 0 -1 64 15712 0 0 0 39 7 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18458] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18458/stat : 18458 (java) S 18453 18455 17813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18459] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18459/stat : 18459 (java) S 18453 18455 17813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165973095 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18460] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18460/stat : 18460 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18461] ppid=18453 vsize=915424 CPUtime=0.25
/proc/18455/task/18461/stat : 18461 (java) S 18453 18455 17813 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18462] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18462/stat : 18462 (java) S 18453 18455 17813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165973098 937394176 32453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18455/tid=18463] ppid=18453 vsize=915424 CPUtime=0
/proc/18455/task/18463/stat : 18463 (java) S 18453 18455 17813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165973098 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) 1800.03
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1805.64
CPU time (s): 1800.11
CPU user time (s): 1799.77
CPU system time (s): 0.337948
CPU usage (%): 99.6935
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32742
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= 37600
involuntary context switches= 57443

runsolver used 2.33065 s user time and 5.67114 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Jan  7 13:16:23 UTC 2007


IDJOB= 206618
IDBENCH= 4222
FILE ID= node17/206618-1168175783

PBS_JOBID= 3478842

Free space on /tmp= 66314 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9c2988b919be61521e5ef44d9654d6ef

RANDOM SEED= 586926471

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.236
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.236
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:       1538232 kB
Buffers:         59328 kB
Cached:         217840 kB
SwapCached:          0 kB
Active:         287000 kB
Inactive:       168396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7728 kB
Writeback:           0 kB
Mapped:         207296 kB
Slab:            46680 kB
Committed_AS:  5157600 kB
PageTables:       2524 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= 66307 MiB



End job on node17 on Sun Jan  7 13:46:29 UTC 2007