Trace number 1045285

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.13 1814.28

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-8.xml
MD5SUM26123929065b998fd314418eb7267e98
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark80.3688
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints143
Maximum constraint arity66
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63
Global constraints used (with number of constraints)alldifferent(16),element(64)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1045285-1215028357.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.42	     nbVariables=200  nbDomainTypes=38  minDomainSize=1  maxDomainSize=64  nbTotalValues=4953
0.38/0.42	       =>  wckTime=0.158  cpuTime=0.12  mem=8M861
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
1.41/1.59	     nbConstraints=4175  nbUnaryConstraints=7  nbGlobalConstraints=23  nbSingletonDomainVariables=79  nbPurgedValues=441
1.55/1.68	     nbDisconnectedVariables=8  nbConflictsStructures=604  nbSharedConflictsStructures=3548
1.55/1.68	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=604  nbSharedEvaluationManagers=3548  minDegree=1
1.55/1.68	     maxDegree=68  minArity=2  avgArity=3.01  maxArity=7  nbGenerators=7  nbFusions=0  symmetryWckTime=0.371
1.55/1.68	     symmetryCpuTime=0.15
1.55/1.68	       =>  wckTime=1.324  cpuTime=0.91  mem=11M374
1.65/1.71	   
1.65/1.71	   solver IterativeSystematicSolver being built... 
1.85/1.94	   
1.85/1.94	   INFO : Forward propagation technique limited 
1.95/2.08	       =>  wckTime=1.816  cpuTime=1.19  mem=20M663
2.55/2.66	   
2.55/2.66	   preprocessing
2.55/2.66	     nbConstraintChecks=269928  nbValidityChecks=96727  nbPropagations=4201  nbRevisions=104438
2.55/2.66	     nbUselessRevisions=97644  nbSingletonTests=312  nbEffectiveSingletonTests=0  nbACRemovals=1924  nbFoundSingletons=0
2.55/2.66	     nbRemovedValues=1924  detectedInconsistency=no
2.55/2.66	       =>  wckTime=0.574  cpuTime=0.53  mem=21M643
3.55/3.67	   
3.55/3.67	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M620)

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-1045285-1215028357/watcher-1045285-1215028357 -o /tmp/evaluation-result-1045285-1215028357/solver-1045285-1215028357 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1045285-1215028357.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 5986
/proc/meminfo: memFree=1815600/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=1616 CPUtime=0
/proc/5986/stat : 5986 (java) D 5984 5986 4219 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 140647030 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/5986/statm: 404 145 119 9 0 46 0

[startup+0.0740429 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 5986
/proc/meminfo: memFree=1815600/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=865856 CPUtime=0.05
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 3155 0 1 0 4 1 0 0 18 0 9 0 140647030 886636544 2681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 216464 2681 1403 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101044 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 5986
/proc/meminfo: memFree=1815600/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=865884 CPUtime=0.09
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 3680 0 1 0 7 2 0 0 18 0 9 0 140647030 886665216 3155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 216471 3155 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301069 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 5986
/proc/meminfo: memFree=1815600/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=866284 CPUtime=0.28
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 5690 0 1 0 25 3 0 0 18 0 9 0 140647030 887074816 5091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 216571 5091 1936 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.70111 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 5986
/proc/meminfo: memFree=1815600/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=867048 CPUtime=0.68
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 8434 0 1 0 62 6 0 0 18 0 9 0 140647030 887857152 7794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 216762 7794 2012 9 0 211268 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867048

[startup+1.50219 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 5995
/proc/meminfo: memFree=1777000/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=867916 CPUtime=1.41
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 27325 0 1 0 126 15 0 0 18 0 10 0 140647030 888745984 17950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 216979 17950 2012 9 0 211507 0
[pid=5986/tid=5988] ppid=5984 vsize=867916 CPUtime=1.06
/proc/5986/task/5988/stat : 5988 (java) S 5984 5986 4219 0 -1 64 15647 0 1 0 96 10 0 0 16 0 10 0 140647031 888745984 17950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=5986/tid=5989] ppid=5984 vsize=867916 CPUtime=0.08
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 10201 0 0 0 6 2 0 0 16 0 10 0 140647033 888745984 17950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=867916 CPUtime=0
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 18 0 0 0 0 0 0 0 16 0 10 0 140647033 888745984 17950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=867916 CPUtime=0
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 18 0 0 0 0 0 0 0 16 0 10 0 140647033 888745984 17950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=867916 CPUtime=0
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 140647035 888745984 17950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=867916 CPUtime=0.22
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 704 0 0 0 22 0 0 0 15 0 10 0 140647035 888745984 17950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=867916 CPUtime=0
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 140647035 888745984 17950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=867916 CPUtime=0
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 140647035 888745984 17950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 867916

[startup+3.10237 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 5999
/proc/meminfo: memFree=1735912/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=3.05
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 46461 584 1 0 275 22 7 1 18 0 9 0 140647030 889180160 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 22436 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=2.4
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28054 584 1 0 218 14 7 1 25 0 9 0 140647031 889180160 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4127164976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.31
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 16587 584 0 0 19 4 7 1 17 0 9 0 140647033 889180160 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.45
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 967 584 0 0 36 1 7 1 15 0 9 0 140647035 889180160 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 9 584 0 0 0 0 7 1 15 0 9 0 140647035 889180160 22436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868340

[startup+6.3017 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 5999
/proc/meminfo: memFree=1735464/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=6.22
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 46519 584 1 0 592 22 7 1 18 0 9 0 140647030 889180160 22453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 22453 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=5.54
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28056 584 1 0 532 14 7 1 25 0 9 0 140647031 889180160 22453 996147200 134512640 134550740 4294955968 18446744073709551615 4127179107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.31
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 16587 584 0 0 19 4 7 1 17 0 9 0 140647033 889180160 22453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 22453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 22453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 22453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.49
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 993 584 0 0 40 1 7 1 15 0 9 0 140647035 889180160 22453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 22453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 39 584 0 0 0 0 7 1 15 0 9 0 140647035 889180160 22453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868340

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 5999
/proc/meminfo: memFree=1735336/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=12.56
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 46526 584 1 0 1226 22 7 1 18 0 9 0 140647030 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 22456 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=11.88
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28060 584 1 0 1166 14 7 1 25 0 9 0 140647031 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4127164976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.31
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 16587 584 0 0 19 4 7 1 17 0 9 0 140647033 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.49
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 996 584 0 0 40 1 7 1 15 0 9 0 140647035 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 39 584 0 0 0 0 7 1 15 0 9 0 140647035 889180160 22456 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) 868340

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 5999
/proc/meminfo: memFree=1735400/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=25.25
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 46528 584 1 0 2495 22 7 1 18 0 9 0 140647030 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 22456 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=24.56
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28061 584 1 0 2434 14 7 1 25 0 9 0 140647031 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4127169384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.31
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 16587 584 0 0 19 4 7 1 16 0 9 0 140647033 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.49
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 997 584 0 0 40 1 7 1 17 0 9 0 140647035 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 39 584 0 0 0 0 7 1 15 0 9 0 140647035 889180160 22456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868340

[startup+51.1024 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 5999
/proc/meminfo: memFree=1735400/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=50.62
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 46533 584 1 0 5032 22 7 1 18 0 9 0 140647030 889180160 22457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 22457 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=49.93
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28065 584 1 0 4971 14 7 1 25 0 9 0 140647031 889180160 22457 996147200 134512640 134550740 4294955968 18446744073709551615 4125952098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.31
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 16587 584 0 0 19 4 7 1 16 0 9 0 140647033 889180160 22457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 22457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 22457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 22457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.49
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 998 584 0 0 40 1 7 1 16 0 9 0 140647035 889180160 22457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08

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

/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.5
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 999 584 0 0 41 1 7 1 16 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.11
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 39 584 0 0 1 2 7 1 15 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.1
Current children cumulated vsize (KiB) 868340

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 6007
/proc/meminfo: memFree=1723112/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=1528.57
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 49720 584 1 0 152822 27 7 1 18 0 9 0 140647030 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 25249 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=1527.7
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28292 584 1 0 152746 16 7 1 25 0 9 0 140647031 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4127164853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.47
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 19546 584 0 0 33 6 7 1 16 0 9 0 140647033 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.5
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 999 584 0 0 41 1 7 1 16 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.11
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 39 584 0 0 1 2 7 1 15 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.57
Current children cumulated vsize (KiB) 868340

[startup+1602.3 s]
/proc/loadavg: 1.71 1.92 1.97 2/73 6029
/proc/meminfo: memFree=1743984/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=1588.22
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 49721 584 1 0 158786 28 7 1 18 0 9 0 140647030 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 25249 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=1587.33
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28293 584 1 0 158709 16 7 1 25 0 9 0 140647031 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4127164976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.48
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 19546 584 0 0 34 6 7 1 16 0 9 0 140647033 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.5
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 999 584 0 0 41 1 7 1 16 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.11
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 39 584 0 0 1 2 7 1 15 0 9 0 140647035 889180160 25249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.22
Current children cumulated vsize (KiB) 868340

[startup+1662.3 s]
/proc/loadavg: 1.26 1.75 1.91 2/73 6029
/proc/meminfo: memFree=1744112/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=1648.2
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 49723 584 1 0 164784 28 7 1 18 0 9 0 140647030 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 25250 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=1647.3
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28294 584 1 0 164706 16 7 1 25 0 9 0 140647031 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4127160685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.48
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 19547 584 0 0 34 6 7 1 16 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.5
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 999 584 0 0 41 1 7 1 16 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.11
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 39 584 0 0 1 2 7 1 15 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.2
Current children cumulated vsize (KiB) 868340

[startup+1722.3 s]
/proc/loadavg: 1.09 1.61 1.85 2/73 6029
/proc/meminfo: memFree=1744176/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=1708.17
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 49724 584 1 0 170781 28 7 1 18 0 9 0 140647030 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 25250 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=1707.28
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28295 584 1 0 170704 16 7 1 25 0 9 0 140647031 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4126375725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.49
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 19547 584 0 0 35 6 7 1 16 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.5
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 999 584 0 0 41 1 7 1 16 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.11
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 39 584 0 0 1 2 7 1 15 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.17
Current children cumulated vsize (KiB) 868340

[startup+1782.3 s]
/proc/loadavg: 1.03 1.50 1.79 2/73 6029
/proc/meminfo: memFree=1744176/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=1768.15
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 49724 584 1 0 176779 28 7 1 18 0 9 0 140647030 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 25250 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=1767.26
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28295 584 1 0 176702 16 7 1 25 0 9 0 140647031 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4127190090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.49
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 19547 584 0 0 35 6 7 1 16 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.5
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 999 584 0 0 41 1 7 1 16 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.11
/proc/5986/task/5995/stat : 5995 (java) S 5984 5986 4219 0 -1 64 39 584 0 0 1 2 7 1 15 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.15
Current children cumulated vsize (KiB) 868340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.2 s]
/proc/loadavg: 1.02 1.44 1.76 2/73 6029
/proc/meminfo: memFree=1744176/2055920 swapFree=4181040/4192956
[pid=5986] ppid=5984 vsize=868340 CPUtime=1800.04
/proc/5986/stat : 5986 (java) S 5984 5986 4219 0 -1 0 49725 584 1 0 179968 28 7 1 18 0 9 0 140647030 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217085 25250 2615 9 0 211613 0
[pid=5986/tid=5988] ppid=5984 vsize=868340 CPUtime=1799.14
/proc/5986/task/5988/stat : 5988 (java) R 5984 5986 4219 0 -1 64 28296 584 1 0 179890 16 7 1 25 0 9 0 140647031 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4127164976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5989] ppid=5984 vsize=868340 CPUtime=0.49
/proc/5986/task/5989/stat : 5989 (java) S 5984 5986 4219 0 -1 64 19547 584 0 0 35 6 7 1 16 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5990/stat : 5990 (java) S 5984 5986 4219 0 -1 64 22 584 0 0 0 0 7 1 16 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5991/stat : 5991 (java) S 5984 5986 4219 0 -1 64 21 584 0 0 0 0 7 1 15 0 9 0 140647033 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5992/stat : 5992 (java) S 5984 5986 4219 0 -1 64 0 584 0 0 0 0 7 1 18 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5984 vsize=868340 CPUtime=0.5
/proc/5986/task/5993/stat : 5993 (java) S 5984 5986 4219 0 -1 64 999 584 0 0 41 1 7 1 16 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5984 vsize=868340 CPUtime=0.08
/proc/5986/task/5994/stat : 5994 (java) S 5984 5986 4219 0 -1 64 2 584 0 0 0 0 7 1 19 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5995] ppid=5984 vsize=868340 CPUtime=0.11
/proc/5986/task/5995/stat : 5995 (java) R 5984 5986 4219 0 -1 64 39 584 0 0 1 2 7 1 15 0 9 0 140647035 889180160 25250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868340

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

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

Child status: 143
Real time (s): 1814.28
CPU time (s): 1800.13
CPU user time (s): 1799.82
CPU system time (s): 0.316951
CPU usage (%): 99.2204
Max. virtual memory (cumulated for all children) (KiB): 868428

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

runsolver used 2.56261 second user time and 5.49116 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-02 21:52:37
IDJOB=1045285
IDBENCH=53924
IDSOLVER=364
FILE ID=node46/1045285-1215028357
PBS_JOBID= 7874377
Free space on /tmp= 66204 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1045285-1215028357/watcher-1045285-1215028357 -o /tmp/evaluation-result-1045285-1215028357/solver-1045285-1215028357 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1045285-1215028357.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26123929065b998fd314418eb7267e98
RANDOM SEED=1855268568

node46.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.238
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.238
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:       1816080 kB
Buffers:         27288 kB
Cached:         131468 kB
SwapCached:       5872 kB
Active:         131864 kB
Inactive:        52716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816080 kB
SwapTotal:     4192956 kB
SwapFree:      4181040 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          34456 kB
Slab:            40992 kB
Committed_AS:   355320 kB
PageTables:       1548 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-02 22:22:53