Trace number 2097483

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 AC? (TO) 1800.25 1801.64

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-28.xml
MD5SUM0ee4188de7d6c5919718ac5c6628a5b8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.49032
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1360
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2097483-1247412572.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.48/0.53	     nbVariables=600  nbDomainTypes=92  minDomainSize=1262  maxDomainSize=1360  nbTotalValues=786762
0.48/0.53	       =>  wckTime=0.257  cpuTime=0.2  mem=25M557
0.48/0.53	   
0.48/0.53	   predicates being loaded...
0.48/0.59	   
0.48/0.59	   constraints being loaded...
20.87/21.17	   
20.87/21.17	   INFO : Stopping converting binary constraints (cpu=20.25, mem = 46M390)
22.85/23.19	     nbConstraints=9705  nbGlobalConstraints=9060  nbConvertedConstraints=101  nbConvertConstraintsChecks=101314481
22.85/23.19	     nbExtensionStructures=59  nbSharedExtensionStructures=42  nbConflictsStructures=59  nbSharedConflictsStructures=42
22.85/23.19	     nbUnbuiltConflictsStructures=190  nbSharedBinaryRepresentations=76728  nbEvaluationManagers=190
22.85/23.19	     nbSharedEvaluationManagers=354  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
22.85/23.19	     nbFusions=0  symmetryWckTime=1.793  symmetryCpuTime=1.6  nbCliques=15
22.85/23.19	       =>  wckTime=22.918  cpuTime=22.05  mem=79M506
23.14/23.46	   
23.14/23.46	   solver IterativeSystematicSolver being built... 
23.24/23.55	   
23.24/23.55	   INFO : Forward propagation technique limited 
23.44/23.73	       =>  wckTime=23.457  cpuTime=22.22  mem=80M768
68.42/69.18	   
68.42/69.18	   preprocessing
68.42/69.18	     nbConstraintChecks=241198207  nbValidityChecks=1277581  nbPropagations=1266  nbRevisions=2815
68.42/69.18	     nbUselessRevisions=1943  nbRemovedValues=417732  detectedInconsistency=no
68.42/69.18	       =>  wckTime=45.417  cpuTime=44.97  mem=110M735
83.41/84.28	   
83.41/84.28	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=100M425)

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-2097483-1247412572/watcher-2097483-1247412572 -o /tmp/evaluation-result-2097483-1247412572/solver-2097483-1247412572 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097483-1247412572.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.01 2.02 2.00 4/80 31000
/proc/meminfo: memFree=1206992/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=10676 CPUtime=0
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28323371 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 2669 474 207 9 0 1184 0
[pid=31000/tid=31001] ppid=30998 vsize=10676 CPUtime=0
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28323372 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4976600 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.020709 s]
/proc/loadavg: 2.01 2.02 2.00 4/80 31000
/proc/meminfo: memFree=1206992/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=11260 CPUtime=0.01
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 882 0 1 0 0 1 0 0 18 0 2 0 28323371 11530240 636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 2815 636 330 9 0 1198 0
[pid=31000/tid=31001] ppid=30998 vsize=11260 CPUtime=0
/proc/31000/task/31001/stat : 31001 (java) D 30998 31000 29563 0 -1 64 204 0 1 0 0 0 0 0 17 0 2 0 28323372 11530240 636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16784584 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11260

[startup+0.10264 s]
/proc/loadavg: 2.01 2.02 2.00 4/80 31000
/proc/meminfo: memFree=1206992/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=865984 CPUtime=0.08
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 3726 0 1 0 6 2 0 0 18 0 9 0 28323371 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 216496 3194 1695 9 0 210981 0
[pid=31000/tid=31001] ppid=30998 vsize=865984 CPUtime=0.06
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 2809 0 1 0 5 1 0 0 18 0 9 0 28323372 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301654 s]
/proc/loadavg: 2.01 2.02 2.00 4/80 31000
/proc/meminfo: memFree=1206992/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=866300 CPUtime=0.28
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 5697 0 1 0 24 4 0 0 18 0 9 0 28323371 887091200 5104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 216575 5104 1923 9 0 211053 0
[pid=31000/tid=31001] ppid=30998 vsize=866300 CPUtime=0.22
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 4716 0 1 0 19 3 0 0 18 0 9 0 28323372 887091200 5104 996147200 134512640 134550932 4294955968 18446744073709551615 4125951028 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866300

[startup+0.70168 s]
/proc/loadavg: 2.01 2.02 2.00 4/80 31000
/proc/meminfo: memFree=1206992/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=867776 CPUtime=0.67
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 12241 0 1 0 59 8 0 0 18 0 9 0 28323371 888602624 11595 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 216944 11595 2038 9 0 211380 0
[pid=31000/tid=31001] ppid=30998 vsize=867776 CPUtime=0.49
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 10880 0 1 0 43 6 0 0 19 0 9 0 28323372 888602624 11595 996147200 134512640 134550932 4294955968 18446744073709551615 102639097 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867776

[startup+1.50272 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 31009
/proc/meminfo: memFree=1152392/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=867688 CPUtime=1.46
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 22326 0 1 0 134 12 0 0 18 0 9 0 28323371 888512512 21654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 216922 21654 2029 9 0 211380 0
[pid=31000/tid=31001] ppid=30998 vsize=867688 CPUtime=1.17
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 15815 0 1 0 109 8 0 0 25 0 9 0 28323372 888512512 21654 996147200 134512640 134550932 4294955968 18446744073709551615 4126919072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31003] ppid=30998 vsize=867688 CPUtime=0.09
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 5124 0 0 0 7 2 0 0 17 0 9 0 28323374 888512512 21654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31004] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28323374 888512512 21654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28323374 888512512 21654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28323376 888512512 21654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=867688 CPUtime=0.18
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 684 0 0 0 18 0 0 0 16 0 9 0 28323376 888512512 21654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31008] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28323376 888512512 21654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28323376 888512512 21654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867688

[startup+3.10282 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 31009
/proc/meminfo: memFree=1127816/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=867688 CPUtime=3.05
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 22357 0 1 0 292 13 0 0 18 0 9 0 28323371 888512512 21682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 216922 21682 2031 9 0 211380 0
[pid=31000/tid=31001] ppid=30998 vsize=867688 CPUtime=2.74
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 15827 0 1 0 265 9 0 0 25 0 9 0 28323372 888512512 21682 996147200 134512640 134550932 4294955968 18446744073709551615 4126945227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31003] ppid=30998 vsize=867688 CPUtime=0.09
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 5124 0 0 0 7 2 0 0 17 0 9 0 28323374 888512512 21682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31004] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28323374 888512512 21682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28323374 888512512 21682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28323376 888512512 21682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=867688 CPUtime=0.19
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 703 0 0 0 19 0 0 0 15 0 9 0 28323376 888512512 21682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31008] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28323376 888512512 21682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28323376 888512512 21682 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867688

[startup+6.30102 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 31009
/proc/meminfo: memFree=1127496/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=867688 CPUtime=6.22
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 22370 0 1 0 607 15 0 0 18 0 9 0 28323371 888512512 21692 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 216922 21692 2031 9 0 211380 0
[pid=31000/tid=31001] ppid=30998 vsize=867688 CPUtime=5.89
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 15831 0 1 0 578 11 0 0 25 0 9 0 28323372 888512512 21692 996147200 134512640 134550932 4294955968 18446744073709551615 4126917552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31003] ppid=30998 vsize=867688 CPUtime=0.09
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 5124 0 0 0 7 2 0 0 16 0 9 0 28323374 888512512 21692 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31004] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28323374 888512512 21692 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28323374 888512512 21692 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28323376 888512512 21692 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=867688 CPUtime=0.21
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 712 0 0 0 21 0 0 0 16 0 9 0 28323376 888512512 21692 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31008] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28323376 888512512 21692 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28323376 888512512 21692 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867688

[startup+12.7024 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 31009
/proc/meminfo: memFree=1127312/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=867688 CPUtime=12.56
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 22387 0 1 0 1237 19 0 0 18 0 9 0 28323371 888512512 21707 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 216922 21707 2031 9 0 211380 0
[pid=31000/tid=31001] ppid=30998 vsize=867688 CPUtime=12.21
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 15834 0 1 0 1206 15 0 0 25 0 9 0 28323372 888512512 21707 996147200 134512640 134550932 4294955968 18446744073709551615 4126914493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31003] ppid=30998 vsize=867688 CPUtime=0.09
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 5124 0 0 0 7 2 0 0 16 0 9 0 28323374 888512512 21707 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31004] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28323374 888512512 21707 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28323374 888512512 21707 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28323376 888512512 21707 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=867688 CPUtime=0.24
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 726 0 0 0 24 0 0 0 15 0 9 0 28323376 888512512 21707 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31008] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28323376 888512512 21707 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=867688 CPUtime=0
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28323376 888512512 21707 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867688

[startup+25.5012 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 31013
/proc/meminfo: memFree=1065360/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=868100 CPUtime=25.22
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 63005 730 1 0 2472 39 10 1 18 0 9 0 28323371 888934400 37819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 217025 37819 2662 9 0 211461 0
[pid=31000/tid=31001] ppid=30998 vsize=868100 CPUtime=24.25
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 29082 730 1 0 2390 24 10 1 25 0 9 0 28323372 888934400 37819 996147200 134512640 134550932 4294955968 18446744073709551615 4126915728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31003] ppid=30998 vsize=868100 CPUtime=0.69
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 32136 730 0 0 47 11 10 1 17 0 9 0 28323374 888934400 37819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31004] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 20 730 0 0 0 0 10 1 16 0 9 0 28323374 888934400 37819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 22 730 0 0 0 0 10 1 15 0 9 0 28323374 888934400 37819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 730 0 0 0 0 10 1 18 0 9 0 28323376 888934400 37819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=868100 CPUtime=0.44
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 926 730 0 0 33 0 10 1 15 0 9 0 28323376 888934400 37819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31008] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 730 0 0 0 0 10 1 19 0 9 0 28323376 888934400 37819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 12 730 0 0 0 0 10 1 15 0 9 0 28323376 888934400 37819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868100

[startup+51.1018 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 31013
/proc/meminfo: memFree=1065296/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=868100 CPUtime=50.58
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 63281 730 1 0 5008 39 10 1 18 0 9 0 28323371 888934400 37828 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 217025 37828 2662 9 0 211461 0
[pid=31000/tid=31001] ppid=30998 vsize=868100 CPUtime=49.61
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 29344 730 1 0 4925 25 10 1 25 0 9 0 28323372 888934400 37828 996147200 134512640 134550932 4294955968 18446744073709551615 4127266054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31003] ppid=30998 vsize=868100 CPUtime=0.69
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 32136 730 0 0 47 11 10 1 16 0 9 0 28323374 888934400 37828 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1481
Current children cumulated vsize (KiB) 868100

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31056
/proc/meminfo: memFree=1529504/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=868100 CPUtime=1540.98
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 67201 730 1 0 154036 51 10 1 18 0 9 0 28323371 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 217025 40667 2662 9 0 211461 0
[pid=31000/tid=31001] ppid=30998 vsize=868100 CPUtime=1538.37
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 30247 730 1 0 153796 30 10 1 25 0 9 0 28323372 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4126912917 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=868100 CPUtime=2.23
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 35107 730 0 0 196 16 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31004] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 20 730 0 0 0 0 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 22 730 0 0 0 0 10 1 15 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 730 0 0 0 0 10 1 18 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=868100 CPUtime=0.55
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 984 730 0 0 43 1 10 1 16 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31008] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 730 0 0 0 0 10 1 19 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 14 730 0 0 0 0 10 1 15 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.98
Current children cumulated vsize (KiB) 868100

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31056
/proc/meminfo: memFree=1529504/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=868100 CPUtime=1600.95
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 67227 730 1 0 160033 51 10 1 18 0 9 0 28323371 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 217025 40667 2662 9 0 211461 0
[pid=31000/tid=31001] ppid=30998 vsize=868100 CPUtime=1598.27
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 30273 730 1 0 159786 30 10 1 25 0 9 0 28323372 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4127166775 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=868100 CPUtime=2.31
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 35107 730 0 0 204 16 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31004] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 20 730 0 0 0 0 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 22 730 0 0 0 0 10 1 15 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 730 0 0 0 0 10 1 18 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=868100 CPUtime=0.55
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 984 730 0 0 43 1 10 1 16 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31008] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 730 0 0 0 0 10 1 19 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 14 730 0 0 0 0 10 1 15 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.95
Current children cumulated vsize (KiB) 868100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31056
/proc/meminfo: memFree=1529440/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=868100 CPUtime=1660.93
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 67260 730 1 0 166031 51 10 1 18 0 9 0 28323371 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 217025 40667 2662 9 0 211461 0
[pid=31000/tid=31001] ppid=30998 vsize=868100 CPUtime=1658.15
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 30306 730 1 0 165773 31 10 1 25 0 9 0 28323372 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4127263973 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=868100 CPUtime=2.42
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 35107 730 0 0 215 16 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31004] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 20 730 0 0 0 0 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 22 730 0 0 0 0 10 1 15 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 730 0 0 0 0 10 1 18 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=868100 CPUtime=0.55
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 984 730 0 0 43 1 10 1 16 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31008] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 730 0 0 0 0 10 1 19 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 14 730 0 0 0 0 10 1 15 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.93
Current children cumulated vsize (KiB) 868100

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31056
/proc/meminfo: memFree=1529440/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=868100 CPUtime=1720.91
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 67293 730 1 0 172028 52 10 1 18 0 9 0 28323371 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 217025 40667 2662 9 0 211461 0
[pid=31000/tid=31001] ppid=30998 vsize=868100 CPUtime=1718.01
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 30339 730 1 0 171759 31 10 1 25 0 9 0 28323372 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4127166220 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=868100 CPUtime=2.52
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 35107 730 0 0 225 16 10 1 17 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31004] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 20 730 0 0 0 0 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 22 730 0 0 0 0 10 1 15 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 730 0 0 0 0 10 1 18 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=868100 CPUtime=0.55
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 984 730 0 0 43 1 10 1 16 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31008] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 730 0 0 0 0 10 1 19 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 14 730 0 0 0 0 10 1 15 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.91
Current children cumulated vsize (KiB) 868100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31056
/proc/meminfo: memFree=1529312/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=868100 CPUtime=1780.89
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 67330 730 1 0 178026 52 10 1 18 0 9 0 28323371 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 217025 40667 2662 9 0 211461 0
[pid=31000/tid=31001] ppid=30998 vsize=868100 CPUtime=1777.88
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 30376 730 1 0 177746 31 10 1 25 0 9 0 28323372 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4127266079 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=868100 CPUtime=2.64
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 35107 730 0 0 236 17 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31004] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 20 730 0 0 0 0 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 22 730 0 0 0 0 10 1 15 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 730 0 0 0 0 10 1 18 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=868100 CPUtime=0.55
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 984 730 0 0 43 1 10 1 16 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31008] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 730 0 0 0 0 10 1 19 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 14 730 0 0 0 0 10 1 15 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.89
Current children cumulated vsize (KiB) 868100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31056
/proc/meminfo: memFree=1529312/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=868100 CPUtime=1800.09
/proc/31000/stat : 31000 (java) S 30998 31000 29563 0 -1 0 67338 730 1 0 179946 52 10 1 18 0 9 0 28323371 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 217025 40667 2662 9 0 211461 0
[pid=31000/tid=31001] ppid=30998 vsize=868100 CPUtime=1797.05
/proc/31000/task/31001/stat : 31001 (java) R 30998 31000 29563 0 -1 64 30384 730 1 0 179663 31 10 1 25 0 9 0 28323372 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4127273405 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31003] ppid=30998 vsize=868100 CPUtime=2.66
/proc/31000/task/31003/stat : 31003 (java) S 30998 31000 29563 0 -1 64 35107 730 0 0 238 17 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31004] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31004/stat : 31004 (java) S 30998 31000 29563 0 -1 64 20 730 0 0 0 0 10 1 16 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31005] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31005/stat : 31005 (java) S 30998 31000 29563 0 -1 64 22 730 0 0 0 0 10 1 15 0 9 0 28323374 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31006] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31006/stat : 31006 (java) S 30998 31000 29563 0 -1 64 2 730 0 0 0 0 10 1 18 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31007] ppid=30998 vsize=868100 CPUtime=0.55
/proc/31000/task/31007/stat : 31007 (java) S 30998 31000 29563 0 -1 64 984 730 0 0 43 1 10 1 16 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31000/tid=31008] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31008/stat : 31008 (java) S 30998 31000 29563 0 -1 64 1 730 0 0 0 0 10 1 19 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31000/tid=31009] ppid=30998 vsize=868100 CPUtime=0.11
/proc/31000/task/31009/stat : 31009 (java) S 30998 31000 29563 0 -1 64 14 730 0 0 0 0 10 1 15 0 9 0 28323376 888934400 40667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868100

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

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

[startup+1801.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31056
/proc/meminfo: memFree=1529312/2055920 swapFree=4191900/4192956
[pid=31000] ppid=30998 vsize=0 CPUtime=1800.2
/proc/31000/stat : 31000 (java) Z 30998 31000 29563 0 -1 1036 67370 730 1 0 179956 53 10 1 15 0 2 0 28323371 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31000/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1801.64
CPU time (s): 1800.25
CPU user time (s): 1799.67
CPU system time (s): 0.573912
CPU usage (%): 99.9229
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.573912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68100
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= 44096
involuntary context switches= 19045

runsolver used 2.40863 second user time and 5.80112 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 17:29:32
IDJOB=2097483
IDBENCH=57436
IDSOLVER=773
FILE ID=node29/2097483-1247412572
PBS_JOBID= 9510586
Free space on /tmp= 66368 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-28.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097483-1247412572/watcher-2097483-1247412572 -o /tmp/evaluation-result-2097483-1247412572/solver-2097483-1247412572 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097483-1247412572.xml

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

MD5SUM BENCH= 0ee4188de7d6c5919718ac5c6628a5b8
RANDOM SEED=1270934950

node29.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.225
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.225
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:       1207472 kB
Buffers:         39876 kB
Cached:         116676 kB
SwapCached:        392 kB
Active:         734940 kB
Inactive:        58092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1207472 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3260 kB
Writeback:           0 kB
Mapped:         656192 kB
Slab:            39396 kB
Committed_AS:  1014192 kB
PageTables:       3116 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= 66376 MiB
End job on node29 at 2009-07-12 17:59:36