Trace number 1093491

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.12 1807.87

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-4-5.xml
MD5SUM1177c7af9960e3129505024a30a05414
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1740
Number of constraints6040
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6040
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1093491-1215250142.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.47/0.55	     nbVariables=1740  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=3480
0.47/0.55	       =>  wckTime=0.286  cpuTime=0.19  mem=9M804
0.47/0.55	   
0.47/0.55	   predicates being loaded...
0.58/0.62	   
0.58/0.62	   constraints being loaded...
4.24/4.31	     nbConstraints=6087  nbGlobalConstraints=47  nbConflictsStructures=3  nbSharedConflictsStructures=6007
4.24/4.31	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
4.24/4.31	     nbSharedEvaluationManagers=6036  minDegree=8  maxDegree=27  minArity=3  avgArity=4.68  maxArity=580
4.24/4.31	     nbGenerators=47  nbFusions=0  symmetryWckTime=2.375  symmetryCpuTime=1.24
4.24/4.31	       =>  wckTime=4.05  cpuTime=2.62  mem=22M630
4.34/4.44	   
4.34/4.44	   solver IterativeSystematicSolver being built... 
4.53/4.64	   
4.53/4.65	   INFO : Forward propagation technique limited 
4.73/4.82	       =>  wckTime=4.556  cpuTime=2.92  mem=34M553
4.73/4.88	   
4.73/4.89	   preprocessing
4.73/4.89	     nbConstraintChecks=5760  nbValidityChecks=600  nbPropagations=1740  nbRevisions=600  nbUselessRevisions=600
4.73/4.89	     nbRemovedValues=0  detectedInconsistency=no
4.73/4.89	       =>  wckTime=0.058  cpuTime=0.05  mem=35M548

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-1093491-1215250142/watcher-1093491-1215250142 -o /tmp/evaluation-result-1093491-1215250142/solver-1093491-1215250142 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1093491-1215250142.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: 1.92 1.98 1.99 4/80 6775
/proc/meminfo: memFree=1383192/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=18572 CPUtime=0
/proc/6775/stat : 6775 (runsolver) R 6773 6775 5965 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2003988206 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6775/statm: 4643 292 257 25 0 2626 0

[startup+0.0182599 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 6775
/proc/meminfo: memFree=1383192/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=10704 CPUtime=0.01
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 739 0 0 0 0 1 0 0 18 0 2 0 2003988206 10960896 519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 2676 519 243 9 0 1196 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10704

[startup+0.101839 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 6775
/proc/meminfo: memFree=1383192/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=865884 CPUtime=0.08
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 3680 0 1 0 5 3 0 0 18 0 9 0 2003988206 886665216 3155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 216471 3155 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301862 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 6775
/proc/meminfo: memFree=1383192/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=866284 CPUtime=0.28
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 5681 0 1 0 23 5 0 0 18 0 9 0 2003988206 887074816 5086 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 216571 5086 1932 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701893 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 6775
/proc/meminfo: memFree=1383192/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=867512 CPUtime=0.67
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 8463 0 1 0 60 7 0 0 18 0 9 0 2003988206 888332288 7823 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 216878 7823 2008 9 0 211384 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867512

[startup+1.50297 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 6784
/proc/meminfo: memFree=1342928/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=867512 CPUtime=1.47
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 16355 0 1 0 122 25 0 0 18 0 9 0 2003988206 888332288 15714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 216878 15714 2011 9 0 211384 0
[pid=6775/tid=6777] ppid=6773 vsize=867512 CPUtime=1.23
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 14991 0 1 0 100 23 0 0 25 0 9 0 2003988208 888332288 15714 996147200 134512640 134550740 4294955968 18446744073709551615 4126893720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6778] ppid=6773 vsize=867512 CPUtime=0
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2003988210 888332288 15714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=867512 CPUtime=0
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003988210 888332288 15714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=867512 CPUtime=0
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003988210 888332288 15714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=867512 CPUtime=0
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003988212 888332288 15714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=867512 CPUtime=0.22
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 667 0 0 0 21 1 0 0 16 0 9 0 2003988212 888332288 15714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=867512 CPUtime=0
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003988212 888332288 15714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=867512 CPUtime=0
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003988212 888332288 15714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867512

[startup+3.10113 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 6786
/proc/meminfo: memFree=1316480/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868072 CPUtime=3.04
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 21436 1173 1 0 172 38 93 1 18 0 10 0 2003988206 888905728 18342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217018 18342 2008 9 0 211546 0
[pid=6775/tid=6777] ppid=6773 vsize=868072 CPUtime=2.68
/proc/6775/task/6777/stat : 6777 (java) S 6773 6775 5965 0 -1 64 18035 1173 1 0 139 35 93 1 15 0 10 0 2003988208 888905728 18342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868072 CPUtime=1.02
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 1875 1173 0 0 8 0 93 1 16 0 10 0 2003988210 888905728 18342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868072 CPUtime=0.94
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 13 1173 0 0 0 0 93 1 16 0 10 0 2003988210 888905728 18342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868072 CPUtime=0.94
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 5 1173 0 0 0 0 93 1 16 0 10 0 2003988210 888905728 18342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868072 CPUtime=0.94
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1173 0 0 0 0 93 1 18 0 10 0 2003988212 888905728 18342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868072 CPUtime=1.18
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 728 1173 0 0 23 1 93 1 15 0 10 0 2003988212 888905728 18342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868072 CPUtime=0.94
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1173 0 0 0 0 93 1 19 0 10 0 2003988212 888905728 18342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868072 CPUtime=0.94
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 4 1173 0 0 0 0 93 1 15 0 10 0 2003988212 888905728 18342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868072

[startup+6.3024 s]
/proc/loadavg: 1.93 1.98 1.99 4/89 6788
/proc/meminfo: memFree=1299264/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868264 CPUtime=6.22
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 41883 1297 1 0 483 44 93 2 18 0 9 0 2003988206 889102336 23416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217066 23416 2637 9 0 211572 0
[pid=6775/tid=6777] ppid=6773 vsize=868264 CPUtime=5.47
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 28478 1297 1 0 414 38 93 2 17 0 9 0 2003988208 889102336 23416 996147200 134512640 134550740 4294955968 18446744073709551615 4127331132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868264 CPUtime=1.28
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 11516 1297 0 0 31 2 93 2 17 0 9 0 2003988210 889102336 23416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 18 1297 0 0 0 0 93 2 15 0 9 0 2003988210 889102336 23416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.33
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1014 1297 0 0 37 1 93 2 15 0 9 0 2003988212 889102336 23416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 19 0 9 0 2003988212 889102336 23416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 24 1297 0 0 0 0 93 2 15 0 9 0 2003988212 889102336 23416 996147200 134512640 134550740 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) 868264

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 6788
/proc/meminfo: memFree=1299072/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868264 CPUtime=12.55
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 41920 1297 1 0 1116 44 93 2 18 0 9 0 2003988206 889102336 23431 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217066 23431 2637 9 0 211572 0
[pid=6775/tid=6777] ppid=6773 vsize=868264 CPUtime=11.77
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 28479 1297 1 0 1044 38 93 2 25 0 9 0 2003988208 889102336 23431 996147200 134512640 134550740 4294955968 18446744073709551615 4127272944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868264 CPUtime=1.28
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 11516 1297 0 0 31 2 93 2 17 0 9 0 2003988210 889102336 23431 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 18 1297 0 0 0 0 93 2 15 0 9 0 2003988210 889102336 23431 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23431 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23431 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.36
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1050 1297 0 0 40 1 93 2 16 0 9 0 2003988212 889102336 23431 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 19 0 9 0 2003988212 889102336 23431 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 24 1297 0 0 0 0 93 2 15 0 9 0 2003988212 889102336 23431 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868264

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 4/89 6788
/proc/meminfo: memFree=1299200/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868264 CPUtime=25.24
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 41925 1297 1 0 2385 44 93 2 18 0 9 0 2003988206 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217066 23434 2637 9 0 211572 0
[pid=6775/tid=6777] ppid=6773 vsize=868264 CPUtime=24.44
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 28480 1297 1 0 2311 38 93 2 25 0 9 0 2003988208 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4127349401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868264 CPUtime=1.28
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 11516 1297 0 0 31 2 93 2 16 0 9 0 2003988210 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 18 1297 0 0 0 0 93 2 15 0 9 0 2003988210 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.37
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1054 1297 0 0 41 1 93 2 17 0 9 0 2003988212 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 19 0 9 0 2003988212 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 24 1297 0 0 0 0 93 2 15 0 9 0 2003988212 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868264

[startup+51.1024 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 6788
/proc/meminfo: memFree=1299200/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868264 CPUtime=50.59
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 41925 1297 1 0 4920 44 93 2 18 0 9 0 2003988206 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217066 23434 2637 9 0 211572 0
[pid=6775/tid=6777] ppid=6773 vsize=868264 CPUtime=49.8
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 28480 1297 1 0 4847 38 93 2 25 0 9 0 2003988208 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4127292644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868264 CPUtime=1.28
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 11516 1297 0 0 31 2 93 2 16 0 9 0 2003988210 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 18 1297 0 0 0 0 93 2 15 0 9 0 2003988210 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.37
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1054 1297 0 0 41 1 93 2 16 0 9 0 2003988212 889102336 23434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95

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

/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.37
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1055 1297 0 0 41 1 93 2 16 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 19 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 24 1297 0 0 0 0 93 2 15 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.66
Current children cumulated vsize (KiB) 868264

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/90 6871
/proc/meminfo: memFree=1597872/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868264 CPUtime=1534.64
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 41926 1297 1 0 153321 48 93 2 18 0 9 0 2003988206 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217066 23435 2637 9 0 211572 0
[pid=6775/tid=6777] ppid=6773 vsize=868264 CPUtime=1533.85
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 28480 1297 1 0 153247 43 93 2 25 0 9 0 2003988208 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4127291191 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868264 CPUtime=1.28
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 11516 1297 0 0 31 2 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 18 1297 0 0 0 0 93 2 15 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.37
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1055 1297 0 0 41 1 93 2 16 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 19 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 24 1297 0 0 0 0 93 2 15 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.64
Current children cumulated vsize (KiB) 868264

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/90 6871
/proc/meminfo: memFree=1597808/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868264 CPUtime=1594.61
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 41926 1297 1 0 159318 48 93 2 18 0 9 0 2003988206 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217066 23435 2637 9 0 211572 0
[pid=6775/tid=6777] ppid=6773 vsize=868264 CPUtime=1593.83
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 28480 1297 1 0 159245 43 93 2 25 0 9 0 2003988208 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4127284343 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868264 CPUtime=1.28
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 11516 1297 0 0 31 2 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 18 1297 0 0 0 0 93 2 15 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.37
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1055 1297 0 0 41 1 93 2 16 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 19 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 24 1297 0 0 0 0 93 2 15 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.61
Current children cumulated vsize (KiB) 868264

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 6871
/proc/meminfo: memFree=1597744/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868264 CPUtime=1654.59
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 41926 1297 1 0 165316 48 93 2 18 0 9 0 2003988206 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217066 23435 2637 9 0 211572 0
[pid=6775/tid=6777] ppid=6773 vsize=868264 CPUtime=1653.8
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 28480 1297 1 0 165242 43 93 2 25 0 9 0 2003988208 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4127321630 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868264 CPUtime=1.28
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 11516 1297 0 0 31 2 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 18 1297 0 0 0 0 93 2 15 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.37
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1055 1297 0 0 41 1 93 2 16 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 19 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 24 1297 0 0 0 0 93 2 15 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.59
Current children cumulated vsize (KiB) 868264

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 6871
/proc/meminfo: memFree=1597616/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868264 CPUtime=1714.57
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 41926 1297 1 0 171314 48 93 2 18 0 9 0 2003988206 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217066 23435 2637 9 0 211572 0
[pid=6775/tid=6777] ppid=6773 vsize=868264 CPUtime=1713.78
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 28480 1297 1 0 171240 43 93 2 25 0 9 0 2003988208 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4127325723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868264 CPUtime=1.28
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 11516 1297 0 0 31 2 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 18 1297 0 0 0 0 93 2 15 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.37
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1055 1297 0 0 41 1 93 2 16 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 19 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 24 1297 0 0 0 0 93 2 15 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.57
Current children cumulated vsize (KiB) 868264

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 6871
/proc/meminfo: memFree=1597488/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868264 CPUtime=1774.56
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 41926 1297 1 0 177312 49 93 2 18 0 9 0 2003988206 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217066 23435 2637 9 0 211572 0
[pid=6775/tid=6777] ppid=6773 vsize=868264 CPUtime=1773.76
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 28480 1297 1 0 177238 43 93 2 25 0 9 0 2003988208 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4127329901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868264 CPUtime=1.28
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 11516 1297 0 0 31 2 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 18 1297 0 0 0 0 93 2 15 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.37
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1055 1297 0 0 41 1 93 2 16 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 19 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 24 1297 0 0 0 0 93 2 15 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.56
Current children cumulated vsize (KiB) 868264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 6871
/proc/meminfo: memFree=1597488/2055920 swapFree=4180844/4192956
[pid=6775] ppid=6773 vsize=868264 CPUtime=1800.05
/proc/6775/stat : 6775 (java) S 6773 6775 5965 0 -1 0 41926 1297 1 0 179861 49 93 2 18 0 9 0 2003988206 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6775/statm: 217066 23435 2637 9 0 211572 0
[pid=6775/tid=6777] ppid=6773 vsize=868264 CPUtime=1799.26
/proc/6775/task/6777/stat : 6777 (java) R 6773 6775 5965 0 -1 64 28480 1297 1 0 179788 43 93 2 25 0 9 0 2003988208 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4127325758 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6775/tid=6778] ppid=6773 vsize=868264 CPUtime=1.28
/proc/6775/task/6778/stat : 6778 (java) S 6773 6775 5965 0 -1 64 11516 1297 0 0 31 2 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6779] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6779/stat : 6779 (java) S 6773 6775 5965 0 -1 64 18 1297 0 0 0 0 93 2 15 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6780] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6780/stat : 6780 (java) S 6773 6775 5965 0 -1 64 21 1297 0 0 0 0 93 2 16 0 9 0 2003988210 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6781] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6781/stat : 6781 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 18 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6782] ppid=6773 vsize=868264 CPUtime=1.37
/proc/6775/task/6782/stat : 6782 (java) S 6773 6775 5965 0 -1 64 1055 1297 0 0 41 1 93 2 16 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6783] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6783/stat : 6783 (java) S 6773 6775 5965 0 -1 64 1 1297 0 0 0 0 93 2 19 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6775/tid=6784] ppid=6773 vsize=868264 CPUtime=0.95
/proc/6775/task/6784/stat : 6784 (java) S 6773 6775 5965 0 -1 64 24 1297 0 0 0 0 93 2 15 0 9 0 2003988212 889102336 23435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868264

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

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

Child status: 143
Real time (s): 1807.87
CPU time (s): 1800.12
CPU user time (s): 1799.6
CPU system time (s): 0.52592
CPU usage (%): 99.5715
Max. virtual memory (cumulated for all children) (KiB): 873776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.52592
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43252
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= 38614
involuntary context switches= 53315

runsolver used 2.22666 second user time and 6.02408 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 11:29:02
IDJOB=1093491
IDBENCH=58707
IDSOLVER=363
FILE ID=node25/1093491-1215250142
PBS_JOBID= 7881991
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-4-5.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093491-1215250142/watcher-1093491-1215250142 -o /tmp/evaluation-result-1093491-1215250142/solver-1093491-1215250142 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1093491-1215250142.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1177c7af9960e3129505024a30a05414
RANDOM SEED=1980759323

node25.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.234
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.234
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:       1383672 kB
Buffers:         17824 kB
Cached:         183692 kB
SwapCached:       5952 kB
Active:         558160 kB
Inactive:        62024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383672 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            2892 kB
Writeback:           0 kB
Mapped:         432064 kB
Slab:            36304 kB
Committed_AS:  4341700 kB
PageTables:       2756 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= 66524 MiB
End job on node25 at 2008-07-05 11:59:12