Trace number 2098475

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.09 1801.27

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-20.xml
MD5SUM6d5f02cccaa55c134438d9df18996966
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark304.851
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2098475-1247415664.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.35	     nbVariables=25  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=125
0.29/0.35	       =>  wckTime=0.103  cpuTime=0.08  mem=7M892
0.29/0.35	   
0.29/0.35	   relations being loaded...
3.37/3.40	   
3.37/3.40	   INFO : Contraction of relations, mem = 104M517
5.28/5.36	   
5.28/5.36	   constraints being loaded...
8.56/8.60	     nbConstraints=56  nbRelationTypes=56  nbGlobalConstraints=56  nbExtensionStructures=56
8.56/8.60	     nbSharedExtensionStructures=0  nbConflictsStructures=56  nbSharedConflictsStructures=0
8.56/8.60	     nbSharedBinaryRepresentations=0  minDegree=9  maxDegree=22  minArity=7  maxArity=7  nbGenerators=0  nbFusions=0
8.56/8.60	     symmetryWckTime=0.079  symmetryCpuTime=0.03
8.56/8.60	       =>  wckTime=8.349  cpuTime=7.17  mem=166M584
9.06/9.18	   
9.06/9.19	   solver IterativeSystematicSolver being built... 
9.16/9.25	   
9.16/9.26	   INFO : Forward propagation technique limited 
9.26/9.32	       =>  wckTime=9.079  cpuTime=7.29  mem=179M308
9.55/9.64	   
9.55/9.64	   preprocessing
9.55/9.64	     nbConstraintChecks=0  nbValidityChecks=2204292  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0
9.55/9.64	     nbRemovedValues=0  detectedInconsistency=no
9.55/9.64	       =>  wckTime=0.314  cpuTime=0.31  mem=179M308
11.34/11.40	   
11.34/11.40	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=180M291)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098475-1247415664/watcher-2098475-1247415664 -o /tmp/evaluation-result-2098475-1247415664/solver-2098475-1247415664 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098475-1247415664.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.88 2.08 2.04 4/80 31290
/proc/meminfo: memFree=1657840/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=1616 CPUtime=0
/proc/31290/stat : 31290 (java) D 31288 31290 31253 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 28630582 1654784 145 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31290/statm: 404 145 119 9 0 46 0

[startup+0.0122869 s]
/proc/loadavg: 1.88 2.08 2.04 4/80 31290
/proc/meminfo: memFree=1657840/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=10764 CPUtime=0
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 733 0 0 0 0 0 0 0 18 0 2 0 28630582 11022336 514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 2048 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 2691 516 236 9 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10764

[startup+0.101308 s]
/proc/loadavg: 1.88 2.08 2.04 4/80 31290
/proc/meminfo: memFree=1657840/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=865980 CPUtime=0.08
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 3735 0 1 0 7 1 0 0 18 0 9 0 28630582 886763520 3203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216495 3203 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301347 s]
/proc/loadavg: 1.88 2.08 2.04 4/80 31290
/proc/meminfo: memFree=1657840/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=866380 CPUtime=0.29
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 5969 0 1 0 26 3 0 0 18 0 9 0 28630582 887173120 5335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216595 5335 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701424 s]
/proc/loadavg: 1.88 2.08 2.04 4/80 31290
/proc/meminfo: memFree=1657840/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=866624 CPUtime=0.68
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 17183 0 1 0 60 8 0 0 18 0 9 0 28630582 887422976 16544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216656 16544 2005 9 0 211114 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866624

[startup+1.50158 s]
/proc/loadavg: 1.88 2.08 2.04 3/89 31299
/proc/meminfo: memFree=1592232/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=866624 CPUtime=1.48
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 24622 0 1 0 137 11 0 0 18 0 9 0 28630582 887422976 23979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216656 23984 2012 9 0 211114 0
[pid=31290/tid=31292] ppid=31288 vsize=866624 CPUtime=1.28
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 15706 0 1 0 121 7 0 0 25 0 9 0 28630583 887422976 23987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31293] ppid=31288 vsize=866624 CPUtime=0.11
/proc/31290/task/31293/stat : 31293 (java) R 31288 31290 31253 0 -1 64 7895 0 0 0 9 2 0 0 16 0 9 0 28630584 887422976 23991 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31294] ppid=31288 vsize=866624 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28630584 887422976 23994 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31295] ppid=31288 vsize=866624 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28630584 887422976 23998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31296] ppid=31288 vsize=866624 CPUtime=0
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28630586 887422976 24002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=866624 CPUtime=0.06
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 28630586 887422976 24006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=866624 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28630586 887422976 24010 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=866624 CPUtime=0
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28630586 887422976 24013 996147200 134512640 134550932 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) 866624

[startup+3.10288 s]
/proc/loadavg: 1.88 2.08 2.04 3/89 31299
/proc/meminfo: memFree=1556392/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867084 CPUtime=3.08
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 33386 0 1 0 290 18 0 0 18 0 9 0 28630582 887894016 32739 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216771 32744 2012 9 0 211229 0
[pid=31290/tid=31292] ppid=31288 vsize=867084 CPUtime=2.67
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 15715 0 1 0 257 10 0 0 25 0 9 0 28630583 887894016 32748 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867084 CPUtime=0.3
/proc/31290/task/31293/stat : 31293 (java) R 31288 31290 31253 0 -1 64 16521 0 0 0 24 6 0 0 16 0 9 0 28630584 887894016 32751 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867084 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28630584 887894016 32755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867084 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28630584 887894016 32759 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867084 CPUtime=0
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28630586 887894016 32763 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867084 CPUtime=0.08
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 460 0 0 0 8 0 0 0 16 0 9 0 28630586 887894016 32767 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867084 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28630586 887894016 32771 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867084 CPUtime=0
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28630586 887894016 32775 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867084

[startup+6.30149 s]
/proc/loadavg: 1.97 2.09 2.04 4/89 31299
/proc/meminfo: memFree=1530216/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867156 CPUtime=6.28
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 37252 0 1 0 607 21 0 0 18 0 9 0 28630582 887967744 35940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216789 35940 2633 9 0 211247 0
[pid=31290/tid=31292] ppid=31288 vsize=867156 CPUtime=5.49
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 15761 0 1 0 537 12 0 0 25 0 9 0 28630583 887967744 35940 996147200 134512640 134550932 4294955968 18446744073709551615 4126698215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867156 CPUtime=0.64
/proc/31290/task/31293/stat : 31293 (java) S 31288 31290 31253 0 -1 64 20303 0 0 0 57 7 0 0 16 0 9 0 28630584 887967744 35940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867156 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28630584 887967744 35940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867156 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28630584 887967744 35940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867156 CPUtime=0
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28630586 887967744 35940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867156 CPUtime=0.11
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 486 0 0 0 11 0 0 0 16 0 9 0 28630586 887967744 35940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867156 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28630586 887967744 35940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867156 CPUtime=0
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28630586 887967744 35940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867156

[startup+12.7027 s]
/proc/loadavg: 1.97 2.09 2.04 3/89 31303
/proc/meminfo: memFree=1429464/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867892 CPUtime=12.62
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 95228 280 1 0 1220 40 0 2 18 0 9 0 28630582 888721408 59586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216973 59586 2660 9 0 211409 0
[pid=31290/tid=31292] ppid=31288 vsize=867892 CPUtime=10.77
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 22533 280 1 0 1061 14 0 2 25 0 9 0 28630583 888721408 59586 996147200 134512640 134550932 4294955968 18446744073709551615 4126874867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867892 CPUtime=1.6
/proc/31290/task/31293/stat : 31293 (java) S 31288 31290 31253 0 -1 64 71172 280 0 0 136 22 0 2 17 0 9 0 28630584 888721408 59586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 22 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 10 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 24 0 9 0 28630586 888721408 59586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867892 CPUtime=0.25
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 666 280 0 0 22 1 0 2 16 0 9 0 28630586 888721408 59586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 25 0 9 0 28630586 888721408 59586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 15 280 0 0 0 0 0 2 15 0 9 0 28630586 888721408 59586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867892

[startup+25.5012 s]
/proc/loadavg: 1.97 2.08 2.04 3/89 31303
/proc/meminfo: memFree=1429472/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867892 CPUtime=25.31
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 95261 280 1 0 2488 41 0 2 18 0 9 0 28630582 888721408 59599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216973 59599 2660 9 0 211409 0
[pid=31290/tid=31292] ppid=31288 vsize=867892 CPUtime=23.43
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 22550 280 1 0 2326 15 0 2 25 0 9 0 28630583 888721408 59599 996147200 134512640 134550932 4294955968 18446744073709551615 4126863949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867892 CPUtime=1.6
/proc/31290/task/31293/stat : 31293 (java) S 31288 31290 31253 0 -1 64 71172 280 0 0 136 22 0 2 16 0 9 0 28630584 888721408 59599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 22 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 10 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 24 0 9 0 28630586 888721408 59599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867892 CPUtime=0.28
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 682 280 0 0 25 1 0 2 17 0 9 0 28630586 888721408 59599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 25 0 9 0 28630586 888721408 59599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 15 280 0 0 0 0 0 2 15 0 9 0 28630586 888721408 59599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 867892

[startup+51.102 s]
/proc/loadavg: 1.85 2.04 2.03 5/89 31377
/proc/meminfo: memFree=1248408/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867892 CPUtime=50.7
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 95293 280 1 0 5024 44 0 2 18 0 9 0 28630582 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216973 59603 2660 9 0 211409 0
[pid=31290/tid=31292] ppid=31288 vsize=867892 CPUtime=48.82
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 22578 280 1 0 4862 18 0 2 25 0 9 0 28630583 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4126874834 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867892 CPUtime=1.6
/proc/31290/task/31293/stat : 31293 (java) S 31288 31290 31253 0 -1 64 71172 280 0 0 136 22 0 2 17 0 9 0 28630584 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 22 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 10 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 24 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867892 CPUtime=0.29
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 686 280 0 0 26 1 0 2 16 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 25 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 10 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 24 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867892 CPUtime=0.29
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 686 280 0 0 26 1 0 2 16 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 25 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 15 280 0 0 0 0 0 2 15 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.24
Current children cumulated vsize (KiB) 867892

[startup+1542.3 s]
/proc/loadavg: 2.01 2.16 2.15 3/89 31377
/proc/meminfo: memFree=1246752/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867892 CPUtime=1541.21
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 96609 280 1 0 154071 48 0 2 18 0 9 0 28630582 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216973 59603 2660 9 0 211409 0
[pid=31290/tid=31292] ppid=31288 vsize=867892 CPUtime=1539.33
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 23894 280 1 0 153909 22 0 2 25 0 9 0 28630583 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4126874834 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867892 CPUtime=1.6
/proc/31290/task/31293/stat : 31293 (java) S 31288 31290 31253 0 -1 64 71172 280 0 0 136 22 0 2 16 0 9 0 28630584 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 22 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 10 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 24 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867892 CPUtime=0.29
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 686 280 0 0 26 1 0 2 16 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 25 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 15 280 0 0 0 0 0 2 15 0 9 0 28630586 888721408 59603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.21
Current children cumulated vsize (KiB) 867892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.13 2.14 3/89 31377
/proc/meminfo: memFree=1246752/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867892 CPUtime=1601.19
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 96660 280 1 0 160068 49 0 2 18 0 9 0 28630582 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216973 59604 2660 9 0 211409 0
[pid=31290/tid=31292] ppid=31288 vsize=867892 CPUtime=1599.29
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 23944 280 1 0 159905 22 0 2 25 0 9 0 28630583 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4126874651 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867892 CPUtime=1.6
/proc/31290/task/31293/stat : 31293 (java) S 31288 31290 31253 0 -1 64 71172 280 0 0 136 22 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 22 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 10 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 24 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867892 CPUtime=0.29
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 687 280 0 0 26 1 0 2 16 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 25 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 15 280 0 0 0 0 0 2 15 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.19
Current children cumulated vsize (KiB) 867892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.10 2.13 3/89 31377
/proc/meminfo: memFree=1246688/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867892 CPUtime=1661.16
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 96705 280 1 0 166065 49 0 2 18 0 9 0 28630582 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216973 59604 2660 9 0 211409 0
[pid=31290/tid=31292] ppid=31288 vsize=867892 CPUtime=1659.27
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 23989 280 1 0 165902 23 0 2 25 0 9 0 28630583 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4126874834 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867892 CPUtime=1.6
/proc/31290/task/31293/stat : 31293 (java) S 31288 31290 31253 0 -1 64 71172 280 0 0 136 22 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 22 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 10 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 24 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867892 CPUtime=0.29
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 687 280 0 0 26 1 0 2 16 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 25 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 15 280 0 0 0 0 0 2 15 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.16
Current children cumulated vsize (KiB) 867892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.08 2.12 3/89 31377
/proc/meminfo: memFree=1246624/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867892 CPUtime=1721.13
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 96756 280 1 0 172062 49 0 2 18 0 9 0 28630582 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216973 59604 2660 9 0 211409 0
[pid=31290/tid=31292] ppid=31288 vsize=867892 CPUtime=1719.24
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 24040 280 1 0 171899 23 0 2 25 0 9 0 28630583 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4126863945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867892 CPUtime=1.6
/proc/31290/task/31293/stat : 31293 (java) S 31288 31290 31253 0 -1 64 71172 280 0 0 136 22 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 22 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 10 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 24 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867892 CPUtime=0.29
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 687 280 0 0 26 1 0 2 16 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 25 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 15 280 0 0 0 0 0 2 15 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.13
Current children cumulated vsize (KiB) 867892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.10 3/89 31377
/proc/meminfo: memFree=1246496/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867892 CPUtime=1781.11
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 96806 280 1 0 178060 49 0 2 18 0 9 0 28630582 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216973 59604 2660 9 0 211409 0
[pid=31290/tid=31292] ppid=31288 vsize=867892 CPUtime=1779.22
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 24090 280 1 0 177897 23 0 2 25 0 9 0 28630583 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4126863945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867892 CPUtime=1.6
/proc/31290/task/31293/stat : 31293 (java) S 31288 31290 31253 0 -1 64 71172 280 0 0 136 22 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 22 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 10 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 24 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867892 CPUtime=0.29
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 687 280 0 0 26 1 0 2 16 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 25 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 15 280 0 0 0 0 0 2 15 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.11
Current children cumulated vsize (KiB) 867892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 2.06 2.10 3/89 31379
/proc/meminfo: memFree=1246368/2055920 swapFree=4192812/4192956
[pid=31290] ppid=31288 vsize=867892 CPUtime=1800
/proc/31290/stat : 31290 (java) S 31288 31290 31253 0 -1 0 96819 280 1 0 179949 49 0 2 18 0 9 0 28630582 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31290/statm: 216973 59604 2660 9 0 211409 0
[pid=31290/tid=31292] ppid=31288 vsize=867892 CPUtime=1798.11
/proc/31290/task/31292/stat : 31292 (java) R 31288 31290 31253 0 -1 64 24103 280 1 0 179786 23 0 2 25 0 9 0 28630583 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4126874834 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31293] ppid=31288 vsize=867892 CPUtime=1.6
/proc/31290/task/31293/stat : 31293 (java) S 31288 31290 31253 0 -1 64 71172 280 0 0 136 22 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31294] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31294/stat : 31294 (java) S 31288 31290 31253 0 -1 64 22 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31295/stat : 31295 (java) S 31288 31290 31253 0 -1 64 10 280 0 0 0 0 0 2 16 0 9 0 28630584 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31296/stat : 31296 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 24 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31297] ppid=31288 vsize=867892 CPUtime=0.29
/proc/31290/task/31297/stat : 31297 (java) S 31288 31290 31253 0 -1 64 687 280 0 0 26 1 0 2 16 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31298] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31298/stat : 31298 (java) S 31288 31290 31253 0 -1 64 1 280 0 0 0 0 0 2 25 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31290/tid=31299] ppid=31288 vsize=867892 CPUtime=0.02
/proc/31290/task/31299/stat : 31299 (java) S 31288 31290 31253 0 -1 64 15 280 0 0 0 0 0 2 15 0 9 0 28630586 888721408 59604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 867892

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): 1801.27
CPU time (s): 1800.09
CPU user time (s): 1799.53
CPU system time (s): 0.554915
CPU usage (%): 99.9341
Max. virtual memory (cumulated for all children) (KiB): 868352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.554915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97133
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= 37902
involuntary context switches= 52076

runsolver used 2.46162 second user time and 5.73813 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 18:21:07
IDJOB=2098475
IDBENCH=58680
IDSOLVER=773
FILE ID=node42/2098475-1247415664
PBS_JOBID= 9510670
Free space on /tmp= 66280 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-20.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098475-1247415664/watcher-2098475-1247415664 -o /tmp/evaluation-result-2098475-1247415664/solver-2098475-1247415664 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098475-1247415664.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6d5f02cccaa55c134438d9df18996966
RANDOM SEED=731465262

node42.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.283
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.283
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:       1658320 kB
Buffers:         47784 kB
Cached:         198716 kB
SwapCached:          0 kB
Active:         225156 kB
Inactive:       117564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           32464 kB
Writeback:           0 kB
Mapped:         116684 kB
Slab:            40120 kB
Committed_AS:  1012568 kB
PageTables:       1948 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= 66248 MiB
End job on node42 at 2009-07-12 18:51:10