Trace number 1095522

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.14 1806.14

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-20_ext.xml
MD5SUM32b57063e2f0c446c073816e5dba0a1d
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.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1095522-1215256155.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.36	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=784
0.28/0.36	       =>  wckTime=0.107  cpuTime=0.1  mem=7M919
0.28/0.36	   
0.28/0.36	   relations being loaded...
1.18/1.27	   
1.18/1.27	   constraints being loaded...
1.98/2.08	     nbConstraints=92  nbRelationTypes=93  nbGlobalConstraints=92  nbMergedConstraints=1  nbExtensionStructures=92
1.98/2.08	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
1.98/2.08	     nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=17  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.98/2.08	     symmetryWckTime=0.055  symmetryCpuTime=0.02
1.98/2.08	       =>  wckTime=1.826  cpuTime=1.43  mem=61M983
2.26/2.32	   
2.26/2.32	   solver IterativeSystematicSolver being built... 
2.26/2.39	   
2.26/2.40	   INFO : Forward propagation technique limited 
2.35/2.47	       =>  wckTime=2.216  cpuTime=1.55  mem=63M851
2.45/2.57	   
2.45/2.57	   preprocessing
2.45/2.57	     nbConstraintChecks=0  nbValidityChecks=738165  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0
2.45/2.57	     nbRemovedValues=0  detectedInconsistency=no
2.45/2.57	       =>  wckTime=0.101  cpuTime=0.09  mem=64M879
4.54/4.62	   
4.54/4.62	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=65M873)

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-1095522-1215256155/watcher-1095522-1215256155 -o /tmp/evaluation-result-1095522-1215256155/solver-1095522-1215256155 -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-1095522-1215256155.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 2.00 2.00 3/73 2701
/proc/meminfo: memFree=1506736/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=1476 CPUtime=0
/proc/2701/stat : 2701 (java) R 2699 2701 1882 0 -1 0 127 0 0 0 0 0 0 0 18 0 1 0 1555282374 1511424 100 996147200 134512640 134550740 4294956128 18446744073709551615 4160642160 0 0 4096 0 0 0 0 17 0 0 0
/proc/2701/statm: 402 106 82 9 0 44 0

[startup+0.052406 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2701
/proc/meminfo: memFree=1506736/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=863688 CPUtime=0.03
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 2414 0 1 0 2 1 0 0 18 0 9 0 1555282374 884416512 1993 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 215922 1993 911 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.102412 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2701
/proc/meminfo: memFree=1506736/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=865884 CPUtime=0.09
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 3693 0 1 0 7 2 0 0 18 0 9 0 1555282374 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301445 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2701
/proc/meminfo: memFree=1506736/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=866284 CPUtime=0.28
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 5837 0 1 0 24 4 0 0 18 0 9 0 1555282374 887074816 5211 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216571 5211 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701516 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 2701
/proc/meminfo: memFree=1506736/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=866400 CPUtime=0.67
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 14228 0 1 0 59 8 0 0 18 0 9 0 1555282374 887193600 13598 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216600 13598 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866400

[startup+1.50265 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2710
/proc/meminfo: memFree=1439144/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=866532 CPUtime=1.48
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 23740 0 1 0 135 13 0 0 18 0 9 0 1555282374 887328768 23091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216633 23091 1996 9 0 211161 0
[pid=2701/tid=2703] ppid=2699 vsize=866532 CPUtime=1.2
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 15729 0 1 0 111 9 0 0 25 0 9 0 1555282375 887328768 23091 996147200 134512640 134550740 4294955968 18446744073709551615 4126617472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2704] ppid=2699 vsize=866532 CPUtime=0.15
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 6963 0 0 0 12 3 0 0 16 0 9 0 1555282377 887328768 23091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=866532 CPUtime=0
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1555282377 887328768 23091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2706] ppid=2699 vsize=866532 CPUtime=0
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1555282377 887328768 23091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2707] ppid=2699 vsize=866532 CPUtime=0
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1555282379 887328768 23091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=866532 CPUtime=0.1
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 351 0 0 0 10 0 0 0 16 0 9 0 1555282379 887328768 23091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2709] ppid=2699 vsize=866532 CPUtime=0
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1555282379 887328768 23091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=866532 CPUtime=0
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1555282379 887328768 23091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 866532

[startup+3.10193 s]
/proc/loadavg: 2.00 2.00 2.00 5/84 2714
/proc/meminfo: memFree=1404184/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=866944 CPUtime=3.06
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 46643 272 1 0 283 22 0 1 18 0 9 0 1555282374 887750656 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216736 31329 2634 9 0 211242 0
[pid=2701/tid=2703] ppid=2699 vsize=866944 CPUtime=2.31
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 19811 272 1 0 220 10 0 1 21 0 9 0 1555282375 887750656 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4126836546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2704] ppid=2699 vsize=866944 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 18 0 9 0 1555282377 887750656 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=866944 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887750656 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=866944 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887750656 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=866944 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887750656 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=866944 CPUtime=0.21
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 552 272 0 0 20 0 0 1 15 0 9 0 1555282379 887750656 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2709] ppid=2699 vsize=866944 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887750656 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=866944 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887750656 31329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 866944

[startup+6.30248 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2714
/proc/meminfo: memFree=1390432/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=867072 CPUtime=6.23
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 46670 272 1 0 600 22 0 1 18 0 9 0 1555282374 887881728 31343 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216768 31343 2634 9 0 211274 0
[pid=2701/tid=2703] ppid=2699 vsize=867072 CPUtime=5.46
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 19824 272 1 0 535 10 0 1 17 0 9 0 1555282375 887881728 31343 996147200 134512640 134550740 4294955968 18446744073709551615 4126836546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2704] ppid=2699 vsize=867072 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 16 0 9 0 1555282377 887881728 31343 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31343 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31343 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31343 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.23
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 566 272 0 0 22 0 0 1 16 0 9 0 1555282379 887881728 31343 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887881728 31343 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887881728 31343 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867072

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2714
/proc/meminfo: memFree=1389408/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=867072 CPUtime=12.56
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 46687 272 1 0 1233 22 0 1 18 0 9 0 1555282374 887881728 31349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216768 31349 2634 9 0 211274 0
[pid=2701/tid=2703] ppid=2699 vsize=867072 CPUtime=11.77
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 19831 272 1 0 1166 10 0 1 25 0 9 0 1555282375 887881728 31349 996147200 134512640 134550740 4294955968 18446744073709551615 4126862688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2704] ppid=2699 vsize=867072 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 16 0 9 0 1555282377 887881728 31349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.25
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 576 272 0 0 24 0 0 1 16 0 9 0 1555282379 887881728 31349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887881728 31349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887881728 31349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867072

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2714
/proc/meminfo: memFree=1387808/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=867072 CPUtime=25.24
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 46711 272 1 0 2501 22 0 1 18 0 9 0 1555282374 887881728 31356 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216768 31356 2634 9 0 211274 0
[pid=2701/tid=2703] ppid=2699 vsize=867072 CPUtime=24.43
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 19846 272 1 0 2432 10 0 1 18 0 9 0 1555282375 887881728 31356 996147200 134512640 134550740 4294955968 18446744073709551615 4126836609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2704] ppid=2699 vsize=867072 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 16 0 9 0 1555282377 887881728 31356 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31356 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31356 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31356 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.26
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 585 272 0 0 25 0 0 1 15 0 9 0 1555282379 887881728 31356 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887881728 31356 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887881728 31356 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867072

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 2714
/proc/meminfo: memFree=1383776/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=867072 CPUtime=50.59
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 46738 272 1 0 5036 22 0 1 18 0 9 0 1555282374 887881728 31358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216768 31358 2634 9 0 211274 0
[pid=2701/tid=2703] ppid=2699 vsize=867072 CPUtime=49.79
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 19871 272 1 0 4968 10 0 1 25 0 9 0 1555282375 887881728 31358 996147200 134512640 134550740 4294955968 18446744073709551615 4126836363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2704] ppid=2699 vsize=867072 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 16 0 9 0 1555282377 887881728 31358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.27
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 587 272 0 0 26 0 0 1 16 0 9 0 1555282379 887881728 31358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01

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

/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.28
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 591 272 0 0 26 1 0 1 16 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.4
Current children cumulated vsize (KiB) 867072

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2744
/proc/meminfo: memFree=1629608/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=867072 CPUtime=1596.38
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 48465 272 1 0 159609 28 0 1 18 0 9 0 1555282374 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216768 31361 2634 9 0 211274 0
[pid=2701/tid=2703] ppid=2699 vsize=867072 CPUtime=1595.56
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 21594 272 1 0 159539 16 0 1 25 0 9 0 1555282375 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4126930800 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2704] ppid=2699 vsize=867072 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.28
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 591 272 0 0 26 1 0 1 16 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.38
Current children cumulated vsize (KiB) 867072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2744
/proc/meminfo: memFree=1629608/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=867072 CPUtime=1656.35
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 48551 272 1 0 165606 28 0 1 18 0 9 0 1555282374 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216768 31361 2634 9 0 211274 0
[pid=2701/tid=2703] ppid=2699 vsize=867072 CPUtime=1655.54
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 21680 272 1 0 165537 16 0 1 25 0 9 0 1555282375 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4126836363 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2704] ppid=2699 vsize=867072 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.28
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 591 272 0 0 26 1 0 1 16 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.35
Current children cumulated vsize (KiB) 867072

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 2744
/proc/meminfo: memFree=1629608/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=867072 CPUtime=1716.32
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 48636 272 1 0 171603 28 0 1 18 0 9 0 1555282374 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216768 31361 2634 9 0 211274 0
[pid=2701/tid=2703] ppid=2699 vsize=867072 CPUtime=1715.51
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 21765 272 1 0 171534 16 0 1 25 0 9 0 1555282375 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4126872584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2704] ppid=2699 vsize=867072 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.28
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 591 272 0 0 26 1 0 1 16 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.32
Current children cumulated vsize (KiB) 867072

[startup+1782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/81 2744
/proc/meminfo: memFree=1629544/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=867072 CPUtime=1776.29
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 48714 272 1 0 177600 28 0 1 18 0 9 0 1555282374 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216768 31361 2634 9 0 211274 0
[pid=2701/tid=2703] ppid=2699 vsize=867072 CPUtime=1775.48
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 21843 272 1 0 177531 16 0 1 25 0 9 0 1555282375 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4126836389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2704] ppid=2699 vsize=867072 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.28
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 591 272 0 0 26 1 0 1 16 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.29
Current children cumulated vsize (KiB) 867072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.09 2.04 2.00 3/81 2744
/proc/meminfo: memFree=1629480/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=867072 CPUtime=1800.09
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 48741 272 1 0 179980 28 0 1 18 0 9 0 1555282374 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216768 31361 2634 9 0 211274 0
[pid=2701/tid=2703] ppid=2699 vsize=867072 CPUtime=1799.28
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 21870 272 1 0 179910 17 0 1 25 0 9 0 1555282375 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4126836546 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2704] ppid=2699 vsize=867072 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.28
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 591 272 0 0 26 1 0 1 16 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867072

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

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

[startup+1806.1 s]
/proc/loadavg: 2.09 2.04 2.00 3/81 2744
/proc/meminfo: memFree=1629480/2055920 swapFree=4180408/4192956
[pid=2701] ppid=2699 vsize=867072 CPUtime=1800.09
/proc/2701/stat : 2701 (java) S 2699 2701 1882 0 -1 0 48741 272 1 0 179980 28 0 1 18 0 9 0 1555282374 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2701/statm: 216768 31361 2634 9 0 211274 0
[pid=2701/tid=2703] ppid=2699 vsize=867072 CPUtime=1799.28
/proc/2701/task/2703/stat : 2703 (java) R 2699 2701 1882 0 -1 64 21870 272 1 0 179910 17 0 1 25 0 9 0 1555282375 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4126836546 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2704] ppid=2699 vsize=867072 CPUtime=0.51
/proc/2701/task/2704/stat : 2704 (java) S 2699 2701 1882 0 -1 64 25444 272 0 0 42 8 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2705] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2705/stat : 2705 (java) S 2699 2701 1882 0 -1 64 17 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2706] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2706/stat : 2706 (java) S 2699 2701 1882 0 -1 64 9 272 0 0 0 0 0 1 16 0 9 0 1555282377 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2701/tid=2707] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2707/stat : 2707 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2708] ppid=2699 vsize=867072 CPUtime=0.28
/proc/2701/task/2708/stat : 2708 (java) S 2699 2701 1882 0 -1 64 591 272 0 0 26 1 0 1 16 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2709] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2709/stat : 2709 (java) S 2699 2701 1882 0 -1 64 1 272 0 0 0 0 0 1 24 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2701/tid=2710] ppid=2699 vsize=867072 CPUtime=0.01
/proc/2701/task/2710/stat : 2710 (java) S 2699 2701 1882 0 -1 64 3 272 0 0 0 0 0 1 15 0 9 0 1555282379 887881728 31361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867072

Child status: 143
Real time (s): 1806.14
CPU time (s): 1800.14
CPU user time (s): 1799.82
CPU system time (s): 0.32395
CPU usage (%): 99.6677
Max. virtual memory (cumulated for all children) (KiB): 867072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.32395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49052
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= 37818
involuntary context switches= 43048

runsolver used 2.18867 second user time and 6.03608 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 13:09:16
IDJOB=1095522
IDBENCH=58911
IDSOLVER=363
FILE ID=node55/1095522-1215256155
PBS_JOBID= 7882068
Free space on /tmp= 66384 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32b57063e2f0c446c073816e5dba0a1d
RANDOM SEED=343544788

node55.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.261
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.261
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:       1507280 kB
Buffers:         18224 kB
Cached:         248808 kB
SwapCached:       6260 kB
Active:         371124 kB
Inactive:       125988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507280 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            7848 kB
Writeback:           0 kB
Mapped:         236732 kB
Slab:            36580 kB
Committed_AS:  3331408 kB
PageTables:       2228 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= 66416 MiB
End job on node55 at 2008-07-05 13:39:24