Trace number 2094333

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 81.2836 82.1064

DiagnosticValue
CHECKS3364
NODES1552

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-15_ext.xml
MD5SUMda05c6d9b235bf71f582eab5aa868d14
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 benchmark24.8612
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

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2094333-1247403562.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.34	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.28/0.34	       =>  wckTime=0.094  cpuTime=0.08  mem=7M892
0.28/0.34	   
0.28/0.34	   relations being loaded...
0.28/0.39	   
0.28/0.39	   constraints being loaded...
1.56/1.66	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.56/1.66	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.56/1.66	     nbSharedBinaryRepresentations=0  minDegree=1888  maxDegree=1986  minArity=15  maxArity=15  nbGenerators=0
1.56/1.66	     nbFusions=0  symmetryWckTime=0.548  symmetryCpuTime=0.26
1.56/1.66	       =>  wckTime=1.417  cpuTime=0.78  mem=110M71
1.75/1.82	   
1.75/1.83	   solver IterativeSystematicSolver being built... 
1.85/1.90	   
1.85/1.91	   INFO : Forward propagation technique limited 
1.85/1.97	       =>  wckTime=1.73  cpuTime=0.91  mem=108M63
6.42/6.52	   
6.42/6.52	   preprocessing
6.42/6.52	     nbConstraintChecks=0  nbValidityChecks=18719700  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.42/6.52	     nbRemovedValues=0  detectedInconsistency=no
6.42/6.52	       =>  wckTime=4.541  cpuTime=4.48  mem=109M21
19.88/20.18	   
19.88/20.18	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=109M979)
81.20/82.03	   
81.20/82.03	   search
81.20/82.03	     run=8  nbConstraintChecks=3364  nbValidityChecks=1272985650  minDepth=0  maxDepth=9  nbPropagations=9654
81.20/82.03	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1552  nbFailedAssignments=494  nbBacktracks=1005
81.20/82.03	     nbVisitedNodes=2547  nbRestartNogoods=29  nbSEliminables=0  nbREliminables=13.61  nbIEliminables=0
81.20/82.03	     nbDEliminables=0  nbPEliminables=0
81.20/82.03	       =>  wckTime=80.056  cpuTime=79.21  mem=109M979
81.20/82.03	   
81.20/82.03	   global
81.20/82.03	     nbConstraintChecks=3364  nbValidityChecks=1291705350  nbPropagations=9675  nbRestartNogoods=29
81.20/82.03	     solvingWckTime=80.058  solvingCpuTime=79.21  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
81.20/82.03	     globalCpuTime=80.15
81.20/82.03	       =>  wckTime=81.79  cpuTime=80.12  mem=109M979
81.20/82.04	   
81.20/82.04	s UNSATISFIABLE
81.20/82.04	d NODES 1552
81.20/82.04	d CHECKS 3364
81.20/82.04	   
81.20/82.04	   totalWckTime=81.859  totalCpuTime=80.16

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094333-1247403562/watcher-2094333-1247403562 -o /tmp/evaluation-result-2094333-1247403562/solver-2094333-1247403562 -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-2094333-1247403562.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: 2.13 2.04 1.86 4/80 27822
/proc/meminfo: memFree=1736368/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=152 CPUtime=0
/proc/27822/stat : 27822 (java) R 27820 27822 27338 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27419908 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 10518827 0 0 4096 0 0 0 0 17 0 0 0
/proc/27822/statm: 38 26 19 9 0 4 0

[startup+0.0940441 s]
/proc/loadavg: 2.13 2.04 1.86 4/80 27822
/proc/meminfo: memFree=1736368/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=865980 CPUtime=0.07
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 3731 0 1 0 6 1 0 0 18 0 9 0 27419908 886763520 3199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216495 3199 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865980

[startup+0.101045 s]
/proc/loadavg: 2.13 2.04 1.86 4/80 27822
/proc/meminfo: memFree=1736368/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=865980 CPUtime=0.08
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 3747 0 1 0 7 1 0 0 18 0 9 0 27419908 886763520 3213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216495 3213 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301066 s]
/proc/loadavg: 2.13 2.04 1.86 4/80 27822
/proc/meminfo: memFree=1736368/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=866380 CPUtime=0.28
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 5997 0 1 0 24 4 0 0 18 0 9 0 27419908 887173120 5363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216595 5363 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701109 s]
/proc/loadavg: 2.13 2.04 1.86 4/80 27822
/proc/meminfo: memFree=1736368/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867528 CPUtime=0.67
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 12162 0 1 0 61 6 0 0 18 0 9 0 27419908 888348672 11515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216882 11520 2009 9 0 211340 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867528

[startup+1.50119 s]
/proc/loadavg: 2.13 2.04 1.86 4/89 27831
/proc/meminfo: memFree=1631016/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867852 CPUtime=1.28
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 36047 0 1 0 110 18 0 0 18 0 10 0 27419908 888680448 35270 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216963 35270 2030 9 0 211421 0
[pid=27822/tid=27824] ppid=27820 vsize=867852 CPUtime=0.87
/proc/27822/task/27824/stat : 27824 (java) S 27820 27822 27338 0 -1 64 15839 0 1 0 79 8 0 0 16 0 10 0 27419909 888680448 35270 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867852 CPUtime=0.17
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 18767 0 0 0 10 7 0 0 17 0 10 0 27419911 888680448 35270 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867852 CPUtime=0
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27419911 888680448 35270 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867852 CPUtime=0
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27419911 888680448 35270 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867852 CPUtime=0
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 0 0 0 0 0 0 0 23 0 10 0 27419913 888680448 35270 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867852 CPUtime=0.2
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 667 0 0 0 20 0 0 0 15 0 10 0 27419913 888680448 35270 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867852 CPUtime=0
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 27419913 888680448 35270 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867852 CPUtime=0
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 27419913 888680448 35270 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 867852

[startup+3.10236 s]
/proc/loadavg: 2.13 2.04 1.86 4/91 27835
/proc/meminfo: memFree=1575704/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=3.05
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 56578 981 1 0 256 24 23 2 18 0 9 0 27419908 888823808 42340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42340 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=2.44
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 21317 981 1 0 209 10 23 2 17 0 9 0 27419909 888823808 42340 996147200 134512640 134550932 4294955968 18446744073709551615 4127093344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.49
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 860 981 0 0 24 0 23 2 15 0 9 0 27419913 888823808 42340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 13 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867992

[startup+6.30271 s]
/proc/loadavg: 2.12 2.04 1.86 3/89 27835
/proc/meminfo: memFree=1576672/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=6.22
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 60036 981 1 0 572 25 23 2 18 0 9 0 27419908 888823808 42342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42342 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=5.61
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 24744 981 1 0 525 11 23 2 25 0 9 0 27419909 888823808 42342 996147200 134512640 134550932 4294955968 18446744073709551615 4127104294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.49
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 865 981 0 0 24 0 23 2 15 0 9 0 27419913 888823808 42342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 39 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867992

[startup+12.7024 s]
/proc/loadavg: 2.11 2.04 1.86 3/89 27835
/proc/meminfo: memFree=1576544/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=12.56
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 66110 981 1 0 1205 26 23 2 18 0 9 0 27419908 888823808 42353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42353 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=11.92
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 30789 981 1 0 1156 11 23 2 20 0 9 0 27419909 888823808 42353 996147200 134512640 134550932 4294955968 18446744073709551615 4127104133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.5
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 894 981 0 0 25 0 23 2 15 0 9 0 27419913 888823808 42353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 39 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867992

[startup+25.5018 s]
/proc/loadavg: 2.08 2.04 1.86 3/89 27835
/proc/meminfo: memFree=1576608/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=25.23
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 66159 981 1 0 2472 26 23 2 18 0 9 0 27419908 888823808 42363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42363 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=24.58
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 30795 981 1 0 2421 12 23 2 25 0 9 0 27419909 888823808 42363 996147200 134512640 134550932 4294955968 18446744073709551615 4127104365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.52
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 937 981 0 0 27 0 23 2 16 0 9 0 27419913 888823808 42363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 39 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867992

[startup+51.1015 s]
/proc/loadavg: 2.05 2.03 1.87 3/89 27835
/proc/meminfo: memFree=1576416/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=50.58
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 66171 981 1 0 5007 26 23 2 18 0 9 0 27419908 888823808 42366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42366 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=49.93
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 30802 981 1 0 4956 12 23 2 25 0 9 0 27419909 888823808 42366 996147200 134512640 134550932 4294955968 18446744073709551615 4127136237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.53
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 942 981 0 0 28 0 23 2 15 0 9 0 27419913 888823808 42366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 39 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 867992

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

[startup+63.9029 s]
/proc/loadavg: 2.04 2.03 1.87 3/89 27835
/proc/meminfo: memFree=1576480/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=63.26
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 66178 981 1 0 6275 26 23 2 18 0 9 0 27419908 888823808 42368 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42368 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=62.6
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 30805 981 1 0 6223 12 23 2 25 0 9 0 27419909 888823808 42368 996147200 134512640 134550932 4294955968 18446744073709551615 4127104091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42368 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42368 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42368 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42368 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.54
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 946 981 0 0 28 1 23 2 16 0 9 0 27419913 888823808 42368 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42368 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 39 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42368 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.26
Current children cumulated vsize (KiB) 867992

[startup+70.3016 s]
/proc/loadavg: 2.04 2.03 1.87 3/89 27835
/proc/meminfo: memFree=1576480/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=69.6
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 66181 981 1 0 6909 26 23 2 18 0 9 0 27419908 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42369 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=68.95
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 30807 981 1 0 6858 12 23 2 25 0 9 0 27419909 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4127104192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.55
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 947 981 0 0 29 1 23 2 15 0 9 0 27419913 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 39 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.6
Current children cumulated vsize (KiB) 867992

[startup+76.7013 s]
/proc/loadavg: 2.03 2.03 1.87 3/89 27835
/proc/meminfo: memFree=1576480/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=75.94
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 66182 981 1 0 7543 26 23 2 18 0 9 0 27419908 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42369 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=75.28
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 30808 981 1 0 7491 12 23 2 25 0 9 0 27419909 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4127104171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.55
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 947 981 0 0 29 1 23 2 15 0 9 0 27419913 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 39 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.94
Current children cumulated vsize (KiB) 867992

[startup+79.9026 s]
/proc/loadavg: 2.03 2.03 1.87 3/89 27835
/proc/meminfo: memFree=1576416/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=79.12
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 66192 981 1 0 7860 27 23 2 18 0 9 0 27419908 888823808 42375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42375 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=78.44
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 30809 981 1 0 7807 12 23 2 21 0 9 0 27419909 888823808 42375 996147200 134512640 134550932 4294955968 18446744073709551615 4127135258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.56
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 956 981 0 0 30 1 23 2 16 0 9 0 27419913 888823808 42375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 39 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42375 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.12
Current children cumulated vsize (KiB) 867992

[startup+81.5028 s]
/proc/loadavg: 2.03 2.03 1.87 3/89 27835
/proc/meminfo: memFree=1576352/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=80.7
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 66195 981 1 0 8018 27 23 2 18 0 9 0 27419908 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42377 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=80.02
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 30810 981 1 0 7965 12 23 2 25 0 9 0 27419909 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4127116846 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.56
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 958 981 0 0 30 1 23 2 15 0 9 0 27419913 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 39 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.7
Current children cumulated vsize (KiB) 867992

[startup+81.9029 s]
/proc/loadavg: 2.03 2.03 1.87 3/89 27835
/proc/meminfo: memFree=1576352/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=867992 CPUtime=81.1
/proc/27822/stat : 27822 (java) S 27820 27822 27338 0 -1 0 66195 981 1 0 8058 27 23 2 18 0 9 0 27419908 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27822/statm: 216998 42377 2660 9 0 211434 0
[pid=27822/tid=27824] ppid=27820 vsize=867992 CPUtime=80.42
/proc/27822/task/27824/stat : 27824 (java) R 27820 27822 27338 0 -1 64 30810 981 1 0 8005 12 23 2 25 0 9 0 27419909 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4127104091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27825] ppid=27820 vsize=867992 CPUtime=0.58
/proc/27822/task/27825/stat : 27825 (java) S 27820 27822 27338 0 -1 64 33554 981 0 0 22 11 23 2 16 0 9 0 27419911 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27826] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27826/stat : 27826 (java) S 27820 27822 27338 0 -1 64 21 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27827] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27827/stat : 27827 (java) S 27820 27822 27338 0 -1 64 9 981 0 0 0 0 23 2 16 0 9 0 27419911 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27828] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27828/stat : 27828 (java) S 27820 27822 27338 0 -1 64 2 981 0 0 0 0 23 2 23 0 9 0 27419913 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27829] ppid=27820 vsize=867992 CPUtime=0.56
/proc/27822/task/27829/stat : 27829 (java) S 27820 27822 27338 0 -1 64 958 981 0 0 30 1 23 2 15 0 9 0 27419913 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27822/tid=27830] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27830/stat : 27830 (java) S 27820 27822 27338 0 -1 64 0 981 0 0 0 0 23 2 24 0 9 0 27419913 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27822/tid=27831] ppid=27820 vsize=867992 CPUtime=0.25
/proc/27822/task/27831/stat : 27831 (java) S 27820 27822 27338 0 -1 64 39 981 0 0 0 0 23 2 15 0 9 0 27419913 888823808 42377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.1
Current children cumulated vsize (KiB) 867992

[startup+82.1032 s]
/proc/loadavg: 2.03 2.03 1.87 3/89 27835
/proc/meminfo: memFree=1576352/2055920 swapFree=4192812/4192956
[pid=27822] ppid=27820 vsize=0 CPUtime=81.26
/proc/27822/stat : 27822 (java) Z 27820 27822 27338 0 -1 12 66284 981 1 0 8072 29 23 2 16 0 2 0 27419908 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27822/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 81.26
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 82.1064
CPU time (s): 81.2836
CPU user time (s): 80.9587
CPU system time (s): 0.32495
CPU usage (%): 98.9979
Max. virtual memory (cumulated for all children) (KiB): 868176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.9587
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67265
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= 3188
involuntary context switches= 4816

runsolver used 0.077988 second user time and 0.305953 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 14:59:22
IDJOB=2094333
IDBENCH=54137
IDSOLVER=773
FILE ID=node47/2094333-1247403562
PBS_JOBID= 9510551
Free space on /tmp= 66468 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-15_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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094333-1247403562/watcher-2094333-1247403562 -o /tmp/evaluation-result-2094333-1247403562/solver-2094333-1247403562 -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-2094333-1247403562.xml

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

MD5SUM BENCH= da05c6d9b235bf71f582eab5aa868d14
RANDOM SEED=1247427643

node47.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.218
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.218
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:       1736848 kB
Buffers:         32820 kB
Cached:         128544 kB
SwapCached:          0 kB
Active:         200184 kB
Inactive:        64308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:         123440 kB
Slab:            39448 kB
Committed_AS:   994528 kB
PageTables:       2048 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= 66464 MiB
End job on node47 at 2009-07-12 15:00:44