Trace number 1047384

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 ACUNSAT 89.3764 90.2795

DiagnosticValue
CHECKS1339
NODES1571

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-2_ext.xml
MD5SUMa5db1555c34dc2fa025ddf7d8f4d0030
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.5537
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1047384-1215039734.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.28/0.33	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.28/0.33	       =>  wckTime=0.09  cpuTime=0.09  mem=6M878
0.28/0.33	   
0.28/0.33	   relations being loaded...
0.28/0.38	   
0.28/0.38	   constraints being loaded...
1.57/1.62	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.57/1.62	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.57/1.62	     nbSharedBinaryRepresentations=0  minDegree=1904  maxDegree=1970  minArity=15  maxArity=15  nbGenerators=0
1.57/1.62	     nbFusions=0  symmetryWckTime=0.549  symmetryCpuTime=0.27
1.57/1.62	       =>  wckTime=1.382  cpuTime=0.75  mem=108M946
1.67/1.77	   
1.67/1.78	   solver IterativeSystematicSolver being built... 
1.78/1.85	   
1.78/1.85	   INFO : Forward propagation technique limited 
1.87/1.92	       =>  wckTime=1.687  cpuTime=0.87  mem=107M408
6.24/6.40	   
6.24/6.40	   preprocessing
6.24/6.40	     nbConstraintChecks=0  nbValidityChecks=18546068  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.24/6.40	     nbRemovedValues=0  detectedInconsistency=no
6.24/6.40	       =>  wckTime=4.473  cpuTime=4.41  mem=107M408
20.10/20.36	   
20.10/20.36	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=108M419)
89.23/90.20	   
89.23/90.20	   search
89.23/90.20	     run=8  nbConstraintChecks=1339  nbValidityChecks=1284888240  minDepth=0  maxDepth=10  nbPropagations=9640
89.23/90.20	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1571  nbFailedAssignments=507  nbBacktracks=1010
89.23/90.20	     nbVisitedNodes=2579  nbRestartNogoods=30  nbSEliminables=0  nbREliminables=13.53  nbIEliminables=0
89.23/90.20	     nbDEliminables=0  nbPEliminables=0
89.23/90.20	       =>  wckTime=88.272  cpuTime=87.34  mem=108M419
89.23/90.20	   
89.23/90.20	   global
89.23/90.20	     nbConstraintChecks=1339  nbValidityChecks=1303434308  nbPropagations=9661  nbRestartNogoods=30
89.23/90.20	     solvingWckTime=88.275  solvingCpuTime=87.34  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
89.23/90.20	     globalCpuTime=88.25
89.23/90.20	       =>  wckTime=89.963  cpuTime=88.21  mem=108M419
89.23/90.20	   
89.23/90.20	s UNSATISFIABLE
89.32/90.20	d NODES 1571
89.32/90.20	d CHECKS 1339
89.32/90.20	   
89.32/90.20	   totalWckTime=90.031  totalCpuTime=88.25

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1047384-1215039734/watcher-1047384-1215039734 -o /tmp/evaluation-result-1047384-1215039734/solver-1047384-1215039734 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1047384-1215039734.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.93 1.05 0.42 4/80 24730
/proc/meminfo: memFree=1586704/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=324 CPUtime=0
/proc/24730/stat : 24730 (java) R 24728 24730 24320 0 -1 0 224 0 0 0 0 0 0 0 18 0 1 0 1982946869 331776 44 996147200 134512640 134550740 4294955984 18446744073709551615 10945316 0 0 4096 0 0 0 0 17 0 0 0
/proc/24730/statm: 81 44 33 9 0 6 0

[startup+0.0694329 s]
/proc/loadavg: 1.93 1.05 0.42 4/80 24730
/proc/meminfo: memFree=1586704/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=865856 CPUtime=0.06
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 3409 0 1 0 4 2 0 0 18 0 9 0 1982946869 886636544 2919 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216464 2919 1570 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101438 s]
/proc/loadavg: 1.93 1.05 0.42 4/80 24730
/proc/meminfo: memFree=1586704/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=865884 CPUtime=0.09
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 3817 0 1 0 7 2 0 0 18 0 9 0 1982946869 886665216 3268 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216471 3269 1725 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301456 s]
/proc/loadavg: 1.93 1.05 0.42 4/80 24730
/proc/meminfo: memFree=1586704/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=866372 CPUtime=0.28
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 6077 0 1 0 24 4 0 0 18 0 9 0 1982946869 887164928 5447 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216593 5447 1961 9 0 211121 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866372

[startup+0.701506 s]
/proc/loadavg: 1.93 1.05 0.42 4/80 24730
/proc/meminfo: memFree=1586704/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867428 CPUtime=0.68
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 13316 0 1 0 60 8 0 0 18 0 9 0 1982946869 888246272 12677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216857 12683 1980 9 0 211385 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867428

[startup+1.5016 s]
/proc/loadavg: 1.93 1.05 0.42 4/89 24739
/proc/meminfo: memFree=1456264/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867752 CPUtime=1.25
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 36075 0 1 0 107 18 0 0 18 0 10 0 1982946869 888578048 35305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216938 35305 2005 9 0 211466 0
[pid=24730/tid=24732] ppid=24728 vsize=867752 CPUtime=0.85
/proc/24730/task/24732/stat : 24732 (java) S 24728 24730 24320 0 -1 64 15792 0 1 0 76 9 0 0 16 0 10 0 1982946869 888578048 35305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867752 CPUtime=0.17
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 18860 0 0 0 10 7 0 0 16 0 10 0 1982946871 888578048 35305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867752 CPUtime=0
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1982946871 888578048 35305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867752 CPUtime=0
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1982946871 888578048 35305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867752 CPUtime=0
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 1982946873 888578048 35305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867752 CPUtime=0.2
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 652 0 0 0 20 0 0 0 15 0 10 0 1982946873 888578048 35305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867752 CPUtime=0
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 1982946873 888578048 35305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867752 CPUtime=0
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1982946873 888578048 35305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 867752

[startup+3.10179 s]
/proc/loadavg: 1.94 1.07 0.43 3/89 24743
/proc/meminfo: memFree=1428040/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=3.06
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 56278 982 1 0 257 24 23 2 18 0 9 0 1982946869 888721408 42110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42110 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=2.46
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 21289 982 1 0 211 10 23 2 25 0 9 0 1982946869 888721408 42110 996147200 134512640 134550740 4294955984 18446744073709551615 4127056198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 17 0 9 0 1982946871 888721408 42110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.5
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 837 982 0 0 25 0 23 2 15 0 9 0 1982946873 888721408 42110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 9 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867892

[startup+6.30217 s]
/proc/loadavg: 1.94 1.07 0.43 3/89 24743
/proc/meminfo: memFree=1427912/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=6.24
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 59605 982 1 0 574 25 23 2 18 0 9 0 1982946869 888721408 42113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42113 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=5.62
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 24583 982 1 0 527 10 23 2 25 0 9 0 1982946869 888721408 42113 996147200 134512640 134550740 4294955984 18446744073709551615 4127056185 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.5
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 842 982 0 0 25 0 23 2 15 0 9 0 1982946873 888721408 42113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867892

[startup+12.7029 s]
/proc/loadavg: 1.95 1.10 0.45 3/89 24743
/proc/meminfo: memFree=1427864/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=12.57
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 65823 982 1 0 1206 26 23 2 18 0 9 0 1982946869 888721408 42123 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42123 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=11.94
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 30775 982 1 0 1158 11 23 2 20 0 9 0 1982946869 888721408 42123 996147200 134512640 134550740 4294955984 18446744073709551615 4126885600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42123 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42123 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42123 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42123 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.52
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 868 982 0 0 27 0 23 2 15 0 9 0 1982946873 888721408 42123 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42123 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42123 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867892

[startup+25.5014 s]
/proc/loadavg: 1.96 1.13 0.46 3/89 24743
/proc/meminfo: memFree=1428056/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=25.24
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 65863 982 1 0 2473 26 23 2 18 0 9 0 1982946869 888721408 42131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42131 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=24.59
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 30784 982 1 0 2423 11 23 2 18 0 9 0 1982946869 888721408 42131 996147200 134512640 134550740 4294955984 18446744073709551615 4127076590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.53
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 899 982 0 0 28 0 23 2 15 0 9 0 1982946873 888721408 42131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867892

[startup+51.1014 s]
/proc/loadavg: 1.97 1.20 0.50 3/89 24743
/proc/meminfo: memFree=1428056/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=50.6
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 65877 982 1 0 5009 26 23 2 18 0 9 0 1982946869 888721408 42135 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42135 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=49.94
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 30791 982 1 0 4958 11 23 2 25 0 9 0 1982946869 888721408 42135 996147200 134512640 134550740 4294955984 18446744073709551615 4127076437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42135 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42135 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42135 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42135 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.54
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 906 982 0 0 29 0 23 2 16 0 9 0 1982946873 888721408 42135 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25

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

/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 65887 982 1 0 8179 26 23 2 18 0 9 0 1982946869 888721408 42137 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42137 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=81.63
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 30796 982 1 0 8127 11 23 2 25 0 9 0 1982946869 888721408 42137 996147200 134512640 134550740 4294955984 18446744073709551615 4127076073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42137 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42137 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42137 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42137 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.55
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 911 982 0 0 30 0 23 2 15 0 9 0 1982946873 888721408 42137 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42137 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42137 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.3
Current children cumulated vsize (KiB) 867892

[startup+86.3016 s]
/proc/loadavg: 1.98 1.28 0.56 3/89 24743
/proc/meminfo: memFree=1427800/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=85.47
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 65889 982 1 0 8496 26 23 2 18 0 9 0 1982946869 888721408 42138 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42138 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=84.79
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 30796 982 1 0 8443 11 23 2 25 0 9 0 1982946869 888721408 42138 996147200 134512640 134550740 4294955984 18446744073709551615 4127076299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42138 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42138 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42138 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42138 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 913 982 0 0 31 0 23 2 15 0 9 0 1982946873 888721408 42138 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42138 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42138 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.47
Current children cumulated vsize (KiB) 867892

[startup+87.9018 s]
/proc/loadavg: 1.98 1.30 0.56 3/89 24743
/proc/meminfo: memFree=1427800/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=87.05
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 65900 982 1 0 8654 26 23 2 18 0 9 0 1982946869 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42144 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=86.36
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 30798 982 1 0 8600 11 23 2 20 0 9 0 1982946869 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4127076374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.57
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 922 982 0 0 32 0 23 2 15 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.05
Current children cumulated vsize (KiB) 867892

[startup+89.503 s]
/proc/loadavg: 1.98 1.30 0.56 3/89 24743
/proc/meminfo: memFree=1427800/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=88.63
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 65905 982 1 0 8812 26 23 2 18 0 9 0 1982946869 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42144 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=87.95
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 30799 982 1 0 8758 12 23 2 17 0 9 0 1982946869 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4127076924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.57
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 926 982 0 0 32 0 23 2 16 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.63
Current children cumulated vsize (KiB) 867892

[startup+89.903 s]
/proc/loadavg: 1.98 1.30 0.56 3/89 24743
/proc/meminfo: memFree=1427800/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=89.03
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 65906 982 1 0 8852 26 23 2 18 0 9 0 1982946869 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42144 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=88.35
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 30799 982 1 0 8798 12 23 2 21 0 9 0 1982946869 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4127121123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.57
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 927 982 0 0 32 0 23 2 16 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42144 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.03
Current children cumulated vsize (KiB) 867892

[startup+90.102 s]
/proc/loadavg: 1.98 1.30 0.56 3/89 24743
/proc/meminfo: memFree=1427672/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=89.23
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 65908 982 1 0 8872 26 23 2 18 0 9 0 1982946869 888721408 42146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42146 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=88.55
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 30799 982 1 0 8818 12 23 2 23 0 9 0 1982946869 888721408 42146 996147200 134512640 134550740 4294955984 18446744073709551615 4127076299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.57
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 929 982 0 0 32 0 23 2 16 0 9 0 1982946873 888721408 42146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.23
Current children cumulated vsize (KiB) 867892

[startup+90.206 s]
/proc/loadavg: 1.98 1.30 0.56 3/89 24743
/proc/meminfo: memFree=1427672/2055920 swapFree=4180424/4192956
[pid=24730] ppid=24728 vsize=867892 CPUtime=89.32
/proc/24730/stat : 24730 (java) S 24728 24730 24320 0 -1 0 65914 982 1 0 8881 26 23 2 18 0 9 0 1982946869 888721408 42147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24730/statm: 216973 42147 2636 9 0 211479 0
[pid=24730/tid=24732] ppid=24728 vsize=867892 CPUtime=88.64
/proc/24730/task/24732/stat : 24732 (java) R 24728 24730 24320 0 -1 64 30805 982 1 0 8827 12 23 2 24 0 9 0 1982946869 888721408 42147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24733] ppid=24728 vsize=867892 CPUtime=0.56
/proc/24730/task/24733/stat : 24733 (java) S 24728 24730 24320 0 -1 64 33309 982 0 0 20 11 23 2 16 0 9 0 1982946871 888721408 42147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24734] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24734/stat : 24734 (java) S 24728 24730 24320 0 -1 64 19 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24735] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24735/stat : 24735 (java) S 24728 24730 24320 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1982946871 888721408 42147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24736] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24736/stat : 24736 (java) S 24728 24730 24320 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 1982946873 888721408 42147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24737] ppid=24728 vsize=867892 CPUtime=0.57
/proc/24730/task/24737/stat : 24737 (java) S 24728 24730 24320 0 -1 64 929 982 0 0 32 0 23 2 15 0 9 0 1982946873 888721408 42147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24730/tid=24738] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24738/stat : 24738 (java) S 24728 24730 24320 0 -1 64 2 982 0 0 0 0 23 2 25 0 9 0 1982946873 888721408 42147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24730/tid=24739] ppid=24728 vsize=867892 CPUtime=0.25
/proc/24730/task/24739/stat : 24739 (java) S 24728 24730 24320 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 1982946873 888721408 42147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.32
Current children cumulated vsize (KiB) 867892

Child status: 0
Real time (s): 90.2795
CPU time (s): 89.3764
CPU user time (s): 89.0585
CPU system time (s): 0.317951
CPU usage (%): 98.9997
Max. virtual memory (cumulated for all children) (KiB): 868080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.0585
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66982
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= 3309
involuntary context switches= 4975

runsolver used 0.121981 second user time and 0.301954 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-03 01:02:14
IDJOB=1047384
IDBENCH=54144
IDSOLVER=363
FILE ID=node33/1047384-1215039734
PBS_JOBID= 7875108
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-2_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047384-1215039734/watcher-1047384-1215039734 -o /tmp/evaluation-result-1047384-1215039734/solver-1047384-1215039734 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1047384-1215039734.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5db1555c34dc2fa025ddf7d8f4d0030
RANDOM SEED=1189450922

node33.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.231
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.231
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:       1587184 kB
Buffers:         67540 kB
Cached:         237932 kB
SwapCached:       6444 kB
Active:         171300 kB
Inactive:       219236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587184 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3152 kB
Writeback:           0 kB
Mapped:          98572 kB
Slab:            63224 kB
Committed_AS:  4221296 kB
PageTables:       1968 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= 66540 MiB
End job on node33 at 2008-07-03 01:03:44