Trace number 2094706

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.13 1811.77

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-15-20.xml
MD5SUMf4f50398b68b852815c7b3779f17aa15
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1102.85
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints70
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension70
Global constraints used (with number of constraints)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2094706-1247404942.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.38/0.47	     nbVariables=600  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1200
0.38/0.47	       =>  wckTime=0.228  cpuTime=0.18  mem=8M868
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
1.07/1.13	     nbConstraints=137  nbGlobalConstraints=67  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0
1.07/1.13	     nbEvaluationManagers=2  nbSharedEvaluationManagers=68  minDegree=5  maxDegree=7  minArity=15  avgArity=29.64
1.07/1.13	     maxArity=600  nbGenerators=67  nbFusions=0  symmetryWckTime=0.328  symmetryCpuTime=0.23
1.07/1.13	       =>  wckTime=0.886  cpuTime=0.64  mem=36M247
1.15/1.20	   
1.15/1.20	   solver IterativeSystematicSolver being built... 
1.15/1.30	   
1.15/1.30	   INFO : Forward propagation technique limited 
1.26/1.39	       =>  wckTime=1.149  cpuTime=0.81  mem=26M813
4.92/5.76	   
4.92/5.76	   preprocessing
4.92/5.77	     nbConstraintChecks=2099741  nbValidityChecks=39695  nbPropagations=1945  nbRevisions=22017
4.92/5.77	     nbUselessRevisions=21619  nbSingletonTests=882  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
4.92/5.77	     nbRemovedValues=0  detectedInconsistency=no
4.92/5.77	       =>  wckTime=4.371  cpuTime=3.59  mem=27M776
19.03/19.98	   
19.03/19.98	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M739)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094706-1247404942/watcher-2094706-1247404942 -o /tmp/evaluation-result-2094706-1247404942/solver-2094706-1247404942 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094706-1247404942.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 330
/proc/meminfo: memFree=1752296/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=1616 CPUtime=0
/proc/330/stat : 330 (java) D 328 330 32214 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27560813 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/330/statm: 404 148 122 9 0 46 0

[startup+0.04243 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 330
/proc/meminfo: memFree=1752296/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=861936 CPUtime=0.02
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 2274 0 1 0 1 1 0 0 18 0 5 0 27560813 882622464 1877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 215484 1877 861 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.101576 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 330
/proc/meminfo: memFree=1752296/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=865984 CPUtime=0.08
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 3757 0 1 0 6 2 0 0 18 0 9 0 27560813 886767616 3215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216496 3215 1697 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301601 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 330
/proc/meminfo: memFree=1752296/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=866296 CPUtime=0.29
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 5683 0 1 0 25 4 0 0 18 0 9 0 27560813 887087104 5086 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216574 5086 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.701646 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 330
/proc/meminfo: memFree=1752296/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867200 CPUtime=0.69
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 8466 0 1 0 63 6 0 0 18 0 9 0 27560813 888012800 7820 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216800 7820 2033 9 0 211236 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867200

[startup+1.50173 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 343
/proc/meminfo: memFree=1718048/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=1.46
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21848 339 1 0 131 11 4 0 18 0 9 0 27560813 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14630 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=1.15
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17236 339 1 0 103 8 4 0 23 0 9 0 27560814 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4127018109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.09
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 5 0 4 0 16 0 9 0 27560816 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.26
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 797 339 0 0 22 0 4 0 16 0 9 0 27560818 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/339/stat : 339 (java) S 328 330 32214 0 -1 64 12 339 0 0 0 0 4 0 15 0 9 0 27560818 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867644

[startup+3.28694 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 343
/proc/meminfo: memFree=1703968/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=2.55
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21849 339 1 0 240 11 4 0 18 0 9 0 27560813 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14630 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=2.23
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17236 339 1 0 211 8 4 0 25 0 9 0 27560814 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4126975776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.09
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 5 0 4 0 16 0 9 0 27560816 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.26
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 798 339 0 0 22 0 4 0 16 0 9 0 27560818 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/339/stat : 339 (java) S 328 330 32214 0 -1 64 12 339 0 0 0 0 4 0 15 0 9 0 27560818 888467456 14630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 867644
heavy processes:

[startup+6.30229 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 343
/proc/meminfo: memFree=1703584/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=5.51
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21901 339 1 0 536 11 4 0 18 0 9 0 27560813 888467456 14657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14657 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=5.17
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17250 339 1 0 504 9 4 0 17 0 9 0 27560814 888467456 14657 996147200 134512640 134550932 4294955968 18446744073709551615 4126892392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.09
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 5 0 4 0 16 0 9 0 27560816 888467456 14657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.29
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 824 339 0 0 25 0 4 0 16 0 9 0 27560818 888467456 14657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/339/stat : 339 (java) S 328 330 32214 0 -1 64 24 339 0 0 0 0 4 0 15 0 9 0 27560818 888467456 14657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 867644

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 343
/proc/meminfo: memFree=1703456/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=11.87
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21920 339 1 0 1171 12 4 0 18 0 9 0 27560813 888467456 14665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14665 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=11.51
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17253 339 1 0 1138 9 4 0 20 0 9 0 27560814 888467456 14665 996147200 134512640 134550932 4294955968 18446744073709551615 4126986993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.09
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 5 0 4 0 16 0 9 0 27560816 888467456 14665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.3
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 840 339 0 0 26 0 4 0 15 0 9 0 27560818 888467456 14665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/339/stat : 339 (java) S 328 330 32214 0 -1 64 24 339 0 0 0 0 4 0 15 0 9 0 27560818 888467456 14665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 867644

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 343
/proc/meminfo: memFree=1703456/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=24.59
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21942 339 1 0 2443 12 4 0 18 0 9 0 27560813 888467456 14675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14675 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=24.21
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17257 339 1 0 2408 9 4 0 18 0 9 0 27560814 888467456 14675 996147200 134512640 134550932 4294955968 18446744073709551615 4126974428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.09
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 5 0 4 0 16 0 9 0 27560816 888467456 14675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.33
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 858 339 0 0 28 1 4 0 16 0 9 0 27560818 888467456 14675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/339/stat : 339 (java) S 328 330 32214 0 -1 64 24 339 0 0 0 0 4 0 15 0 9 0 27560818 888467456 14675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 867644

[startup+51.1065 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 343
/proc/meminfo: memFree=1703456/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=50.05
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21945 339 1 0 4989 12 4 0 18 0 9 0 27560813 888467456 14677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14677 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=49.67
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17257 339 1 0 4954 9 4 0 25 0 9 0 27560814 888467456 14677 996147200 134512640 134550932 4294955968 18446744073709551615 4126974404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.09
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 5 0 4 0 16 0 9 0 27560816 888467456 14677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.34
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 861 339 0 0 29 1 4 0 16 0 9 0 27560818 888467456 14677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04

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

/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.36
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 902 339 0 0 31 1 4 0 16 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/339/stat : 339 (java) S 328 330 32214 0 -1 64 24 339 0 0 0 0 4 0 15 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.85
Current children cumulated vsize (KiB) 867644

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 343
/proc/meminfo: memFree=1702432/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=1593.55
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21990 339 1 0 159337 14 4 0 18 0 9 0 27560813 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14686 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=1593.15
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17261 339 1 0 159300 11 4 0 25 0 9 0 27560814 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4126979440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.09
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 5 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.36
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 902 339 0 0 31 1 4 0 16 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/339/stat : 339 (java) S 328 330 32214 0 -1 64 24 339 0 0 0 0 4 0 15 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.55
Current children cumulated vsize (KiB) 867644

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 343
/proc/meminfo: memFree=1702368/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=1653.26
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21990 339 1 0 165307 15 4 0 18 0 9 0 27560813 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14686 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=1652.85
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17261 339 1 0 165270 11 4 0 25 0 9 0 27560814 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4126979444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.09
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 5 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.36
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 902 339 0 0 31 1 4 0 16 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/339/stat : 339 (java) S 328 330 32214 0 -1 64 24 339 0 0 0 0 4 0 15 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.26
Current children cumulated vsize (KiB) 867644

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/89 616
/proc/meminfo: memFree=1709608/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=1711.48
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21990 339 1 0 171113 31 4 0 18 0 9 0 27560813 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14686 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=1710.89
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17261 339 1 0 171070 15 4 0 25 0 9 0 27560814 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4126976269 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.11
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 6 1 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.36
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 902 339 0 0 31 1 4 0 16 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.21
/proc/330/task/339/stat : 339 (java) S 328 330 32214 0 -1 64 24 339 0 0 5 12 4 0 15 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.48
Current children cumulated vsize (KiB) 867644

[startup+1782.31 s]
/proc/loadavg: 2.20 2.06 1.93 3/89 620
/proc/meminfo: memFree=985376/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=1770.89
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21990 339 1 0 177054 31 4 0 18 0 9 0 27560813 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14686 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=1770.29
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17261 339 1 0 177010 15 4 0 25 0 9 0 27560814 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4126974353 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.11
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 6 1 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.36
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 902 339 0 0 31 1 4 0 16 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.23
/proc/330/task/339/stat : 339 (java) S 328 330 32214 0 -1 64 24 339 0 0 6 13 4 0 15 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.89
Current children cumulated vsize (KiB) 867644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.7 s]
/proc/loadavg: 2.18 2.07 1.94 4/89 620
/proc/meminfo: memFree=986208/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=1800.04
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21991 339 1 0 179969 31 4 0 18 0 9 0 27560813 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14686 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=1799.44
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17262 339 1 0 179925 15 4 0 25 0 9 0 27560814 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4126983600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.11
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 6 1 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.36
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 902 339 0 0 31 1 4 0 16 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.23
/proc/330/task/339/stat : 339 (java) R 328 330 32214 0 -1 64 24 339 0 0 6 13 4 0 15 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867644

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

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

[startup+1811.7 s]
/proc/loadavg: 2.18 2.07 1.94 4/89 620
/proc/meminfo: memFree=986208/2055920 swapFree=4192812/4192956
[pid=330] ppid=328 vsize=867644 CPUtime=1800.04
/proc/330/stat : 330 (java) S 328 330 32214 0 -1 0 21991 339 1 0 179969 31 4 0 18 0 9 0 27560813 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/330/statm: 216911 14686 2659 9 0 211347 0
[pid=330/tid=332] ppid=328 vsize=867644 CPUtime=1799.44
/proc/330/task/332/stat : 332 (java) R 328 330 32214 0 -1 64 17262 339 1 0 179925 15 4 0 25 0 9 0 27560814 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4126983600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=333] ppid=328 vsize=867644 CPUtime=0.11
/proc/330/task/333/stat : 333 (java) S 328 330 32214 0 -1 64 2972 339 0 0 6 1 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=330/tid=334] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/334/stat : 334 (java) S 328 330 32214 0 -1 64 19 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=335] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/335/stat : 335 (java) S 328 330 32214 0 -1 64 11 339 0 0 0 0 4 0 16 0 9 0 27560816 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=336] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/336/stat : 336 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 18 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=337] ppid=328 vsize=867644 CPUtime=0.36
/proc/330/task/337/stat : 337 (java) S 328 330 32214 0 -1 64 902 339 0 0 31 1 4 0 16 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=338] ppid=328 vsize=867644 CPUtime=0.04
/proc/330/task/338/stat : 338 (java) S 328 330 32214 0 -1 64 1 339 0 0 0 0 4 0 19 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=330/tid=339] ppid=328 vsize=867644 CPUtime=0.23
/proc/330/task/339/stat : 339 (java) R 328 330 32214 0 -1 64 24 339 0 0 6 13 4 0 15 0 9 0 27560818 888467456 14686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867644

Child status: 143
Real time (s): 1811.77
CPU time (s): 1800.13
CPU user time (s): 1799.79
CPU system time (s): 0.338948
CPU usage (%): 99.3577
Max. virtual memory (cumulated for all children) (KiB): 867644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22358
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= 37963
involuntary context switches= 52896

runsolver used 2.43463 second user time and 6.33304 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 15:22:22
IDJOB=2094706
IDBENCH=54504
IDSOLVER=774
FILE ID=node28/2094706-1247404942
PBS_JOBID= 9510588
Free space on /tmp= 66116 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-15-20.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094706-1247404942/watcher-2094706-1247404942 -o /tmp/evaluation-result-2094706-1247404942/solver-2094706-1247404942 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094706-1247404942.xml

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

MD5SUM BENCH= f4f50398b68b852815c7b3779f17aa15
RANDOM SEED=1288379056

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
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.230
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:       1752776 kB
Buffers:         34340 kB
Cached:         114716 kB
SwapCached:          0 kB
Active:         183760 kB
Inactive:        63756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:         115856 kB
Slab:            40500 kB
Committed_AS:  1005596 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66112 MiB
End job on node28 at 2009-07-12 15:52:36