Trace number 1078546

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.06 1809.35

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-1_ext.xml
MD5SUMcf62121096bf58a94138f0592f878f5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-1078546-1215207174.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.27/0.38	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=784
0.27/0.38	       =>  wckTime=0.126  cpuTime=0.12  mem=7M919
0.27/0.38	   
0.27/0.38	   relations being loaded...
1.37/1.50	   
1.47/1.50	   constraints being loaded...
2.25/2.38	     nbConstraints=91  nbRelationTypes=93  nbGlobalConstraints=91  nbMergedConstraints=2  nbExtensionStructures=91
2.25/2.38	     nbSharedExtensionStructures=0  nbConflictsStructures=91  nbSharedConflictsStructures=0
2.25/2.38	     nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=15  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
2.25/2.38	     symmetryWckTime=0.059  symmetryCpuTime=0.02
2.25/2.38	       =>  wckTime=2.13  cpuTime=1.67  mem=61M460
2.53/2.62	   
2.53/2.62	   solver IterativeSystematicSolver being built... 
2.53/2.69	   
2.53/2.69	   INFO : Forward propagation technique limited 
2.65/2.77	       =>  wckTime=2.512  cpuTime=1.79  mem=63M548
2.74/2.85	   
2.74/2.85	   preprocessing
2.74/2.85	     nbConstraintChecks=0  nbValidityChecks=724998  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0
2.74/2.85	     nbRemovedValues=0  detectedInconsistency=no
2.74/2.85	       =>  wckTime=0.086  cpuTime=0.07  mem=64M588
4.52/4.67	   
4.52/4.67	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=65M597)

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-1078546-1215207174/watcher-1078546-1215207174 -o /tmp/evaluation-result-1078546-1215207174/solver-1078546-1215207174 -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-1078546-1215207174.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.00 1.99 1.98 3/73 27301
/proc/meminfo: memFree=1765040/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=18572 CPUtime=0
/proc/27301/stat : 27301 (runsolver) R 27299 27301 26762 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1999690758 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 213116316967 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27301/statm: 4643 292 257 25 0 2626 0

[startup+0.0866381 s]
/proc/loadavg: 2.00 1.99 1.98 3/73 27301
/proc/meminfo: memFree=1765040/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=865856 CPUtime=0.07
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 3432 0 1 0 5 2 0 0 18 0 9 0 1999690758 886636544 2933 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216464 2933 1580 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.101637 s]
/proc/loadavg: 2.00 1.99 1.98 3/73 27301
/proc/meminfo: memFree=1765040/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=865884 CPUtime=0.08
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 3679 0 1 0 6 2 0 0 18 0 9 0 1999690758 886665216 3154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216471 3154 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301661 s]
/proc/loadavg: 2.00 1.99 1.98 3/73 27301
/proc/meminfo: memFree=1765040/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=866132 CPUtime=0.27
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 5683 0 1 0 24 3 0 0 18 0 9 0 1999690758 886919168 5068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216533 5068 1942 9 0 211061 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866132

[startup+0.70171 s]
/proc/loadavg: 2.00 1.99 1.98 3/73 27301
/proc/meminfo: memFree=1765040/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=866396 CPUtime=0.67
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 10267 0 1 0 61 6 0 0 18 0 9 0 1999690758 887189504 9637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216599 9637 1969 9 0 211127 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866396

[startup+1.50179 s]
/proc/loadavg: 2.00 1.99 1.98 4/82 27310
/proc/meminfo: memFree=1706280/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=866528 CPUtime=1.47
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 19349 0 1 0 136 11 0 0 18 0 9 0 1999690758 887324672 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216632 18717 1983 9 0 211160 0
[pid=27301/tid=27303] ppid=27299 vsize=866528 CPUtime=1.31
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 15671 0 1 0 122 9 0 0 25 0 9 0 1999690760 887324672 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27304] ppid=27299 vsize=866528 CPUtime=0.06
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 2668 0 0 0 5 1 0 0 17 0 9 0 1999690761 887324672 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=866528 CPUtime=0
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999690762 887324672 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=866528 CPUtime=0
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1999690762 887324672 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=866528 CPUtime=0
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999690764 887324672 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=866528 CPUtime=0.08
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 312 0 0 0 8 0 0 0 16 0 9 0 1999690764 887324672 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=866528 CPUtime=0
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999690764 887324672 18717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=866528 CPUtime=0
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999690764 887324672 18717 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) 866528

[startup+3.10197 s]
/proc/loadavg: 2.00 1.99 1.98 4/82 27310
/proc/meminfo: memFree=1674472/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867264 CPUtime=3.04
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 46486 273 1 0 282 21 0 1 18 0 9 0 1999690758 888078336 31248 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216816 31248 2634 9 0 211322 0
[pid=27301/tid=27303] ppid=27299 vsize=867264 CPUtime=2.3
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 19847 273 1 0 218 11 0 1 25 0 9 0 1999690760 888078336 31248 996147200 134512640 134550740 4294955968 18446744073709551615 4126825730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867264 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 18 0 9 0 1999690761 888078336 31248 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867264 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888078336 31248 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867264 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888078336 31248 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867264 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888078336 31248 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867264 CPUtime=0.19
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 534 273 0 0 18 0 0 1 15 0 9 0 1999690764 888078336 31248 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867264 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888078336 31248 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867264 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888078336 31248 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) 867264

[startup+6.30232 s]
/proc/loadavg: 2.00 1.99 1.98 3/82 27314
/proc/meminfo: memFree=1649064/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867396 CPUtime=6.21
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 46521 273 1 0 599 21 0 1 18 0 9 0 1999690758 888213504 31267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216849 31267 2634 9 0 211355 0
[pid=27301/tid=27303] ppid=27299 vsize=867396 CPUtime=5.44
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 19862 273 1 0 532 11 0 1 25 0 9 0 1999690760 888213504 31267 996147200 134512640 134550740 4294955968 18446744073709551615 4126825547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867396 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 17 0 9 0 1999690761 888213504 31267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888213504 31267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.23
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 554 273 0 0 22 0 0 1 15 0 9 0 1999690764 888213504 31267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888213504 31267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888213504 31267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867396

[startup+12.703 s]
/proc/loadavg: 2.00 1.99 1.98 3/82 27314
/proc/meminfo: memFree=1648616/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867396 CPUtime=12.56
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 46550 273 1 0 1233 22 0 1 18 0 9 0 1999690758 888213504 31280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216849 31280 2634 9 0 211355 0
[pid=27301/tid=27303] ppid=27299 vsize=867396 CPUtime=11.75
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 19876 273 1 0 1163 11 0 1 25 0 9 0 1999690760 888213504 31280 996147200 134512640 134550740 4294955968 18446744073709551615 4126825573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867396 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 17 0 9 0 1999690761 888213504 31280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888213504 31280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.25
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 569 273 0 0 24 0 0 1 15 0 9 0 1999690764 888213504 31280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888213504 31280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) R 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888213504 31280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867396

[startup+25.5024 s]
/proc/loadavg: 2.00 1.99 1.98 3/82 27314
/proc/meminfo: memFree=1648040/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867396 CPUtime=25.23
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 46574 273 1 0 2500 22 0 1 18 0 9 0 1999690758 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216849 31284 2634 9 0 211355 0
[pid=27301/tid=27303] ppid=27299 vsize=867396 CPUtime=24.42
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 19892 273 1 0 2430 11 0 1 25 0 9 0 1999690760 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4126825547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867396 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 16 0 9 0 1999690761 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.26
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 577 273 0 0 25 0 0 1 16 0 9 0 1999690764 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867396

[startup+51.1012 s]
/proc/loadavg: 2.00 1.99 1.98 3/82 27314
/proc/meminfo: memFree=1647144/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867396 CPUtime=50.58
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 46610 273 1 0 5035 22 0 1 18 0 9 0 1999690758 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216849 31284 2634 9 0 211355 0
[pid=27301/tid=27303] ppid=27299 vsize=867396 CPUtime=49.77
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 19928 273 1 0 4965 11 0 1 25 0 9 0 1999690760 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4126825694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867396 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 16 0 9 0 1999690761 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.26
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 577 273 0 0 25 0 0 1 16 0 9 0 1999690764 888213504 31284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01

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

/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.27
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 580 273 0 0 26 0 0 1 16 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.12
Current children cumulated vsize (KiB) 867396

[startup+1602.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/92 27556
/proc/meminfo: memFree=1487384/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867396 CPUtime=1593.09
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 48646 273 1 0 159277 31 0 1 18 0 9 0 1999690758 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216849 31287 2634 9 0 211355 0
[pid=27301/tid=27303] ppid=27299 vsize=867396 CPUtime=1592.28
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 21961 273 1 0 159207 20 0 1 25 0 9 0 1999690760 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4126825164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867396 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 16 0 9 0 1999690761 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.27
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 580 273 0 0 26 0 0 1 16 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.09
Current children cumulated vsize (KiB) 867396

[startup+1662.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/92 27556
/proc/meminfo: memFree=1487192/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867396 CPUtime=1653.06
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 48720 273 1 0 165274 31 0 1 18 0 9 0 1999690758 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216849 31287 2634 9 0 211355 0
[pid=27301/tid=27303] ppid=27299 vsize=867396 CPUtime=1652.24
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 22035 273 1 0 165203 20 0 1 25 0 9 0 1999690760 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4126825547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867396 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 16 0 9 0 1999690761 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.27
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 580 273 0 0 26 0 0 1 16 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.06
Current children cumulated vsize (KiB) 867396

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/92 27562
/proc/meminfo: memFree=1486744/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867396 CPUtime=1713.04
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 48797 273 1 0 171271 32 0 1 18 0 9 0 1999690758 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216849 31287 2634 9 0 211355 0
[pid=27301/tid=27303] ppid=27299 vsize=867396 CPUtime=1712.22
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 22112 273 1 0 171200 21 0 1 25 0 9 0 1999690760 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4126825217 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867396 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 16 0 9 0 1999690761 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.27
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 580 273 0 0 26 0 0 1 16 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.04
Current children cumulated vsize (KiB) 867396

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/92 27562
/proc/meminfo: memFree=1486360/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867396 CPUtime=1773
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 48906 273 1 0 177267 32 0 1 18 0 9 0 1999690758 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216849 31287 2634 9 0 211355 0
[pid=27301/tid=27303] ppid=27299 vsize=867396 CPUtime=1772.18
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 22221 273 1 0 177196 21 0 1 25 0 9 0 1999690760 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4126852437 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867396 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 16 0 9 0 1999690761 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.27
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 580 273 0 0 26 0 0 1 16 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773
Current children cumulated vsize (KiB) 867396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/92 27562
/proc/meminfo: memFree=1486360/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867396 CPUtime=1800
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 48954 273 1 0 179967 32 0 1 18 0 9 0 1999690758 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216849 31287 2634 9 0 211355 0
[pid=27301/tid=27303] ppid=27299 vsize=867396 CPUtime=1799.18
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 22269 273 1 0 179896 21 0 1 25 0 9 0 1999690760 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4126825730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867396 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 16 0 9 0 1999690761 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.27
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 580 273 0 0 26 0 0 1 16 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 867396

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

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

[startup+1809.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/92 27562
/proc/meminfo: memFree=1486360/2055920 swapFree=4179916/4192956
[pid=27301] ppid=27299 vsize=867396 CPUtime=1800
/proc/27301/stat : 27301 (java) S 27299 27301 26762 0 -1 0 48954 273 1 0 179967 32 0 1 18 0 9 0 1999690758 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27301/statm: 216849 31287 2634 9 0 211355 0
[pid=27301/tid=27303] ppid=27299 vsize=867396 CPUtime=1799.18
/proc/27301/task/27303/stat : 27303 (java) R 27299 27301 26762 0 -1 64 22269 273 1 0 179896 21 0 1 25 0 9 0 1999690760 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4126825730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27301/tid=27304] ppid=27299 vsize=867396 CPUtime=0.53
/proc/27301/task/27304/stat : 27304 (java) S 27299 27301 26762 0 -1 64 25268 273 0 0 44 8 0 1 16 0 9 0 1999690761 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27305] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27305/stat : 27305 (java) S 27299 27301 26762 0 -1 64 18 273 0 0 0 0 0 1 17 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27306] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27306/stat : 27306 (java) S 27299 27301 26762 0 -1 64 10 273 0 0 0 0 0 1 16 0 9 0 1999690762 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27307] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27307/stat : 27307 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27308] ppid=27299 vsize=867396 CPUtime=0.27
/proc/27301/task/27308/stat : 27308 (java) S 27299 27301 26762 0 -1 64 580 273 0 0 26 0 0 1 16 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27309] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27309/stat : 27309 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27301/tid=27310] ppid=27299 vsize=867396 CPUtime=0.01
/proc/27301/task/27310/stat : 27310 (java) S 27299 27301 26762 0 -1 64 1 273 0 0 0 0 0 1 15 0 9 0 1999690764 888213504 31287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 867396

Child status: 143
Real time (s): 1809.35
CPU time (s): 1800.06
CPU user time (s): 1799.7
CPU system time (s): 0.359945
CPU usage (%): 99.4868
Max. virtual memory (cumulated for all children) (KiB): 867396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.359945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49263
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= 37790
involuntary context switches= 45647

runsolver used 2.19667 second user time and 6.04908 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 23:32:55
IDJOB=1078546
IDBENCH=56800
IDSOLVER=363
FILE ID=node37/1078546-1215207174
PBS_JOBID= 7881711
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-28-28-fcd/normalized-rand-3-28-28-93-632-fcd-1_ext.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-1078546-1215207174/watcher-1078546-1215207174 -o /tmp/evaluation-result-1078546-1215207174/solver-1078546-1215207174 -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-1078546-1215207174.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf62121096bf58a94138f0592f878f5b
RANDOM SEED=1034999790

node37.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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1765520 kB
Buffers:         15524 kB
Cached:         107188 kB
SwapCached:       6964 kB
Active:         209828 kB
Inactive:        27804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765520 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            7844 kB
Writeback:           0 kB
Mapped:         121376 kB
Slab:            38012 kB
Committed_AS:  3618676 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node37 at 2008-07-05 00:03:06