Trace number 1044910

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.15 1814.37

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-7_ext.xml
MD5SUMc2a68a97e27745c8dca782d744c38811
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.8833
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.11	
0.06/0.11	Abscon 112 (May, 2008)
0.16/0.26	
0.16/0.26	   configuration
0.16/0.26	     name=esac.xml
0.26/0.32	   
0.26/0.32	   instance
0.26/0.32	     name=HOME/instance-1044910-1215023107.xml
0.26/0.35	   
0.26/0.35	   domains being loaded...
0.26/0.36	   
0.26/0.36	   variables being loaded...
0.36/0.49	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.36/0.49	       =>  wckTime=0.226  cpuTime=0.17  mem=9M869
0.36/0.49	   
0.36/0.49	   relations being loaded...
0.36/0.50	   
0.36/0.50	   constraints being loaded...
1.35/1.50	     nbConstraints=10168  nbRelationTypes=26  nbGlobalConstraints=26  nbSingletonDomainVariables=361
1.35/1.50	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.35/1.50	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.35/1.50	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.402  symmetryCpuTime=0.22  nbCliques=26
1.35/1.50	       =>  wckTime=1.235  cpuTime=0.78  mem=27M895
1.55/1.63	   
1.55/1.64	   solver IterativeSystematicSolver being built... 
1.65/1.71	   
1.65/1.72	   INFO : Forward propagation technique limited 
1.75/1.81	       =>  wckTime=1.55  cpuTime=0.93  mem=31M885
2.05/2.16	   
2.05/2.16	   preprocessing
2.05/2.16	     nbConstraintChecks=200562  nbPropagations=3655  nbRevisions=38366  nbUselessRevisions=30881  nbSingletonTests=1010
2.05/2.16	     nbEffectiveSingletonTests=0  nbACRemovals=5399  nbFoundSingletons=0  nbRemovedValues=5399  detectedInconsistency=no
2.05/2.16	       =>  wckTime=0.35  cpuTime=0.31  mem=32M880
2.44/2.52	   
2.44/2.52	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=34M885)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044910-1215023107/watcher-1044910-1215023107 -o /tmp/evaluation-result-1044910-1215023107/solver-1044910-1215023107 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044910-1215023107.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.04 1.93 3/72 25353
/proc/meminfo: memFree=1814064/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=152 CPUtime=0
/proc/25353/stat : 25353 (java) D 25351 25353 24886 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1981284790 155648 26 996147200 134512640 134550740 4294956144 18446744073709551615 1172260 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/25353/statm: 38 26 19 9 0 4 0

[startup+0.0352959 s]
/proc/loadavg: 2.08 2.04 1.93 3/72 25353
/proc/meminfo: memFree=1814064/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=11200 CPUtime=0.01
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 880 0 1 0 0 1 0 0 18 0 2 0 1981284790 11468800 632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 2800 632 330 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11200

[startup+0.101302 s]
/proc/loadavg: 2.08 2.04 1.93 3/72 25353
/proc/meminfo: memFree=1814064/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=865856 CPUtime=0.06
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 3379 0 1 0 5 1 0 0 18 0 9 0 1981284790 886636544 2892 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216464 2892 1566 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.301317 s]
/proc/loadavg: 2.08 2.04 1.93 3/72 25353
/proc/meminfo: memFree=1814064/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=866204 CPUtime=0.26
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 5624 0 1 0 23 3 0 0 18 0 9 0 1981284790 886992896 5038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216551 5038 1903 9 0 211099 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866204

[startup+0.701357 s]
/proc/loadavg: 2.08 2.04 1.93 3/72 25353
/proc/meminfo: memFree=1814064/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867444 CPUtime=0.66
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 9186 0 1 0 60 6 0 0 18 0 9 0 1981284790 888262656 8556 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216861 8556 1975 9 0 211389 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867444

[startup+1.50242 s]
/proc/loadavg: 2.08 2.04 1.93 4/81 25362
/proc/meminfo: memFree=1750312/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867768 CPUtime=1.46
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 21479 621 1 0 121 11 13 1 18 0 10 0 1981284790 888594432 18947 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216942 18947 2010 9 0 211470 0
[pid=25353/tid=25355] ppid=25351 vsize=867768 CPUtime=1.1
/proc/25353/task/25355/stat : 25355 (java) S 25351 25353 24886 0 -1 64 17338 621 1 0 88 8 13 1 17 0 10 0 1981284792 888594432 18947 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867768 CPUtime=0.24
/proc/25353/task/25356/stat : 25356 (java) R 25351 25353 24886 0 -1 64 2530 621 0 0 10 0 13 1 16 0 10 0 1981284795 888594432 18947 996147200 134512640 134550740 4294955968 18446744073709551615 102496043 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867768 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 12 621 0 0 0 0 13 1 16 0 10 0 1981284795 888594432 18947 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867768 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 6 621 0 0 0 0 13 1 16 0 10 0 1981284795 888594432 18947 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867768 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 621 0 0 0 0 13 1 22 0 10 0 1981284797 888594432 18947 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867768 CPUtime=0.35
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 781 621 0 0 21 0 13 1 16 0 10 0 1981284797 888594432 18947 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867768 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 621 0 0 0 0 13 1 23 0 10 0 1981284797 888594432 18947 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867768 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 9 621 0 0 0 0 13 1 15 0 10 0 1981284797 888594432 18947 996147200 134512640 134550740 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) 867768

[startup+3.10156 s]
/proc/loadavg: 2.08 2.04 1.93 4/83 25366
/proc/meminfo: memFree=1737184/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867916 CPUtime=3.03
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 32357 744 1 0 275 14 13 1 18 0 9 0 1981284790 888745984 21595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216979 21595 2636 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867916 CPUtime=2.43
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 22725 744 1 0 219 10 13 1 18 0 9 0 1981284792 888745984 21595 996147200 134512640 134550740 4294955968 18446744073709551615 4127078475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867916 CPUtime=0.36
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 7904 744 0 0 21 1 13 1 16 0 9 0 1981284795 888745984 21595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888745984 21595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 9 744 0 0 0 0 13 1 16 0 9 0 1981284795 888745984 21595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888745984 21595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867916 CPUtime=0.47
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 890 744 0 0 33 0 13 1 15 0 9 0 1981284797 888745984 21595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888745984 21595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 9 744 0 0 0 0 13 1 15 0 9 0 1981284797 888745984 21595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867916

[startup+6.30183 s]
/proc/loadavg: 2.07 2.04 1.93 3/81 25366
/proc/meminfo: memFree=1737512/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867916 CPUtime=6.2
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 34083 744 1 0 591 15 13 1 18 0 9 0 1981284790 888745984 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216979 21599 2636 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867916 CPUtime=5.59
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 24422 744 1 0 534 11 13 1 17 0 9 0 1981284792 888745984 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4127108928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867916 CPUtime=0.36
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 7904 744 0 0 21 1 13 1 16 0 9 0 1981284795 888745984 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888745984 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 9 744 0 0 0 0 13 1 16 0 9 0 1981284795 888745984 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888745984 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867916 CPUtime=0.48
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 895 744 0 0 34 0 13 1 16 0 9 0 1981284797 888745984 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888745984 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 33 744 0 0 0 0 13 1 15 0 9 0 1981284797 888745984 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 867916

[startup+12.7014 s]
/proc/loadavg: 2.07 2.04 1.93 3/81 25366
/proc/meminfo: memFree=1737320/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867916 CPUtime=12.54
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 37784 744 1 0 1223 17 13 1 18 0 9 0 1981284790 888745984 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216979 21600 2636 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867916 CPUtime=11.92
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 28122 744 1 0 1166 12 13 1 25 0 9 0 1981284792 888745984 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4127078869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867916 CPUtime=0.36
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 7904 744 0 0 21 1 13 1 16 0 9 0 1981284795 888745984 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888745984 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 9 744 0 0 0 0 13 1 16 0 9 0 1981284795 888745984 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888745984 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867916 CPUtime=0.48
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 896 744 0 0 34 0 13 1 16 0 9 0 1981284797 888745984 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888745984 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867916 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 33 744 0 0 0 0 13 1 15 0 9 0 1981284797 888745984 21600 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867916

[startup+25.5025 s]
/proc/loadavg: 2.05 2.03 1.93 3/81 25366
/proc/meminfo: memFree=1733096/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867828 CPUtime=25.23
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 39452 744 1 0 2491 18 13 1 18 0 9 0 1981284790 888655872 22691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216957 22691 2615 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867828 CPUtime=24.59
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 28674 744 1 0 2432 13 13 1 25 0 9 0 1981284792 888655872 22691 996147200 134512640 134550740 4294955968 18446744073709551615 4126095811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867828 CPUtime=0.38
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 9017 744 0 0 22 2 13 1 16 0 9 0 1981284795 888655872 22691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 22691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 22691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888655872 22691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867828 CPUtime=0.48
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 898 744 0 0 34 0 13 1 17 0 9 0 1981284797 888655872 22691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888655872 22691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 33 744 0 0 0 0 13 1 15 0 9 0 1981284797 888655872 22691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867828

[startup+51.1027 s]
/proc/loadavg: 2.03 2.03 1.93 3/81 25366
/proc/meminfo: memFree=1728680/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867828 CPUtime=50.6
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 40571 744 1 0 5027 19 13 1 18 0 9 0 1981284790 888655872 23803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216957 23803 2615 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867828 CPUtime=49.94
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 28677 744 1 0 4967 13 13 1 25 0 9 0 1981284792 888655872 23803 996147200 134512640 134550740 4294955968 18446744073709551615 4127091732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867828 CPUtime=0.4
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 10133 744 0 0 23 3 13 1 16 0 9 0 1981284795 888655872 23803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888655872 23803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867828 CPUtime=0.49
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 898 744 0 0 35 0 13 1 15 0 9 0 1981284797 888655872 23803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867828 CPUtime=0.14

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

/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867828 CPUtime=0.49
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 899 744 0 0 35 0 13 1 16 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 33 744 0 0 0 0 13 1 15 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1528.39
Current children cumulated vsize (KiB) 867828

[startup+1602.3 s]
/proc/loadavg: 1.95 1.98 1.95 3/89 25408
/proc/meminfo: memFree=1657768/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867828 CPUtime=1588.14
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 40670 744 1 0 158777 23 13 1 18 0 9 0 1981284790 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216957 23818 2615 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867828 CPUtime=1587.38
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 28754 744 1 0 158707 17 13 1 25 0 9 0 1981284792 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4127131425 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867828 CPUtime=0.5
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 10154 744 0 0 33 3 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867828 CPUtime=0.49
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 899 744 0 0 35 0 13 1 16 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 33 744 0 0 0 0 13 1 15 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.14
Current children cumulated vsize (KiB) 867828

[startup+1662.3 s]
/proc/loadavg: 1.98 1.98 1.95 3/89 25408
/proc/meminfo: memFree=1648616/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867828 CPUtime=1648.11
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 40673 744 1 0 164774 23 13 1 18 0 9 0 1981284790 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216957 23818 2615 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867828 CPUtime=1647.35
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 28757 744 1 0 164704 17 13 1 25 0 9 0 1981284792 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4127091189 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867828 CPUtime=0.5
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 10154 744 0 0 33 3 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867828 CPUtime=0.49
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 899 744 0 0 35 0 13 1 16 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 33 744 0 0 0 0 13 1 15 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.11
Current children cumulated vsize (KiB) 867828

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.95 3/89 25408
/proc/meminfo: memFree=1648552/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867828 CPUtime=1708.09
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 40676 744 1 0 170772 23 13 1 18 0 9 0 1981284790 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216957 23818 2615 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867828 CPUtime=1707.33
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 28760 744 1 0 170702 17 13 1 25 0 9 0 1981284792 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4126972159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867828 CPUtime=0.51
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 10154 744 0 0 34 3 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867828 CPUtime=0.49
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 899 744 0 0 35 0 13 1 16 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 33 744 0 0 0 0 13 1 15 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.09
Current children cumulated vsize (KiB) 867828

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.95 3/89 25408
/proc/meminfo: memFree=1648424/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867828 CPUtime=1768.07
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 40679 744 1 0 176770 23 13 1 18 0 9 0 1981284790 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216957 23818 2615 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867828 CPUtime=1767.31
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 28763 744 1 0 176700 17 13 1 25 0 9 0 1981284792 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4127095673 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867828 CPUtime=0.51
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 10154 744 0 0 34 3 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867828 CPUtime=0.49
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 899 744 0 0 35 0 13 1 16 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 33 744 0 0 0 0 13 1 15 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.07
Current children cumulated vsize (KiB) 867828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.3 s]
/proc/loadavg: 1.99 1.98 1.95 3/89 25408
/proc/meminfo: memFree=1642472/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867828 CPUtime=1800.06
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 40680 744 1 0 179969 23 13 1 18 0 9 0 1981284790 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216957 23818 2615 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867828 CPUtime=1799.3
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 28764 744 1 0 179899 17 13 1 25 0 9 0 1981284792 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4125952107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867828 CPUtime=0.51
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 10154 744 0 0 34 3 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867828 CPUtime=0.49
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 899 744 0 0 35 0 13 1 16 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 33 744 0 0 0 0 13 1 15 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867828

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

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

[startup+1814.3 s]
/proc/loadavg: 1.99 1.98 1.95 3/89 25408
/proc/meminfo: memFree=1642472/2055920 swapFree=4180076/4192956
[pid=25353] ppid=25351 vsize=867828 CPUtime=1800.06
/proc/25353/stat : 25353 (java) S 25351 25353 24886 0 -1 0 40680 744 1 0 179969 23 13 1 18 0 9 0 1981284790 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25353/statm: 216957 23818 2615 9 0 211485 0
[pid=25353/tid=25355] ppid=25351 vsize=867828 CPUtime=1799.3
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 24886 0 -1 64 28764 744 1 0 179899 17 13 1 25 0 9 0 1981284792 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4125952107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=867828 CPUtime=0.51
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 24886 0 -1 64 10154 744 0 0 34 3 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 24886 0 -1 64 14 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25358] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 24886 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 1981284795 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25359] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 24886 0 -1 64 1 744 0 0 0 0 13 1 22 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=867828 CPUtime=0.49
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 24886 0 -1 64 899 744 0 0 35 0 13 1 16 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25353/tid=25361] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 24886 0 -1 64 2 744 0 0 0 0 13 1 23 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=867828 CPUtime=0.14
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 24886 0 -1 64 33 744 0 0 0 0 13 1 15 0 9 0 1981284797 888655872 23818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867828

Child status: 143
Real time (s): 1814.37
CPU time (s): 1800.15
CPU user time (s): 1799.88
CPU system time (s): 0.269958
CPU usage (%): 99.2162
Max. virtual memory (cumulated for all children) (KiB): 867960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41451
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= 38776
involuntary context switches= 43134

runsolver used 2.45463 second user time and 5.80712 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-02 20:25:08
IDJOB=1044910
IDBENCH=53549
IDSOLVER=364
FILE ID=node31/1044910-1215023107
PBS_JOBID= 7874408
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-7_ext.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044910-1215023107/watcher-1044910-1215023107 -o /tmp/evaluation-result-1044910-1215023107/solver-1044910-1215023107 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044910-1215023107.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c2a68a97e27745c8dca782d744c38811
RANDOM SEED=480025050

node31.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.232
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.232
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:       1814480 kB
Buffers:         18392 kB
Cached:         137684 kB
SwapCached:       5764 kB
Active:         129652 kB
Inactive:        49932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814480 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            2776 kB
Writeback:           0 kB
Mapped:          31472 kB
Slab:            46664 kB
Committed_AS:  3007068 kB
PageTables:       1964 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= 66544 MiB
End job on node31 at 2008-07-02 20:55:24