Trace number 1047591

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 ACSAT 63.0964 63.4284

DiagnosticValue
CHECKS4879
NODES1171

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-24_ext.xml
MD5SUM9ba8aee6934293b41abce7daa463ddc3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.52077
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.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1047591-1215040826.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.28/0.37	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.28/0.37	       =>  wckTime=0.136  cpuTime=0.1  mem=6M878
0.28/0.37	   
0.28/0.37	   relations being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
1.76/1.86	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.86/1.98	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.86/1.98	     nbSharedBinaryRepresentations=0  minDegree=1897  maxDegree=1994  minArity=15  maxArity=15  nbGenerators=0
1.86/1.98	     nbFusions=0  symmetryWckTime=0.564  symmetryCpuTime=0.28
1.86/1.98	       =>  wckTime=1.618  cpuTime=0.94  mem=112M262
1.96/2.02	   
1.96/2.03	   solver IterativeSystematicSolver being built... 
1.96/2.10	   
2.07/2.10	   INFO : Forward propagation technique limited 
2.07/2.17	       =>  wckTime=1.932  cpuTime=1.07  mem=110M454
6.73/6.81	   
6.73/6.81	   preprocessing
6.73/6.81	     nbConstraintChecks=0  nbValidityChecks=19224318  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.73/6.81	     nbRemovedValues=0  detectedInconsistency=no
6.73/6.81	       =>  wckTime=4.634  cpuTime=4.58  mem=110M454
19.58/19.71	   
19.58/19.71	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=111M451)
62.96/63.38	   
62.96/63.38	   search
62.96/63.38	     run=7  nbConstraintChecks=4879  nbValidityChecks=956390218  minDepth=2  maxDepth=21  nbPropagations=6391
62.96/63.38	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1171  nbFailedAssignments=366  nbBacktracks=733
62.96/63.38	     nbVisitedNodes=1907  nbRestartNogoods=24  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=13.45
62.96/63.38	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
62.96/63.38	       =>  wckTime=61.21  cpuTime=60.84  mem=111M451
62.96/63.38	   
62.96/63.38	   global
62.96/63.38	     nbConstraintChecks=4879  nbValidityChecks=975614536  nbPropagations=6412  nbRestartNogoods=24
62.96/63.38	     solvingWckTime=61.212  solvingCpuTime=60.84  expiredTime=no  totalExploration=no  nbFoundSolutions=1
62.96/63.38	     firstSolutionCpuTime=61.88  globalCpuTime=61.96
62.96/63.39	       =>  wckTime=63.146  cpuTime=61.91  mem=111M451
62.96/63.39	   
62.96/63.39	s SATISFIABLE
62.96/63.39	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
62.96/63.39	d NODES 1171
62.96/63.39	d CHECKS 4879
62.96/63.39	   
62.96/63.39	   totalWckTime=63.205  totalCpuTime=61.96

Verifier Data (download as text)

OK

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-1047591-1215040826/watcher-1047591-1215040826 -o /tmp/evaluation-result-1047591-1215040826/solver-1047591-1215040826 -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-1047591-1215040826.xml 

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


[startup+0 s]
/proc/loadavg: 2.13 2.06 1.53 4/72 25142
/proc/meminfo: memFree=1157216/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=18572 CPUtime=0
/proc/25142/stat : 25142 (runsolver) R 25140 25142 24320 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1983056131 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 210824129831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25142/statm: 4643 292 257 25 0 2626 0

[startup+0.091758 s]
/proc/loadavg: 2.13 2.06 1.53 4/72 25142
/proc/meminfo: memFree=1157216/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=865884 CPUtime=0.07
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 3602 0 1 0 5 2 0 0 18 0 9 0 1983056131 886665216 3090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216471 3090 1658 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.102758 s]
/proc/loadavg: 2.13 2.06 1.53 4/72 25142
/proc/meminfo: memFree=1157216/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=865884 CPUtime=0.08
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 3718 0 1 0 6 2 0 0 18 0 9 0 1983056131 886665216 3181 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216471 3181 1686 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301785 s]
/proc/loadavg: 2.13 2.06 1.53 4/72 25142
/proc/meminfo: memFree=1157216/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=866196 CPUtime=0.28
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 5622 0 1 0 24 4 0 0 18 0 9 0 1983056131 886984704 5036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702831 s]
/proc/loadavg: 2.13 2.06 1.53 4/72 25142
/proc/meminfo: memFree=1157216/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867172 CPUtime=0.68
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 8333 0 1 0 62 6 0 0 18 0 9 0 1983056131 887984128 7703 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216793 7703 1971 9 0 211321 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867172

[startup+1.50293 s]
/proc/loadavg: 2.13 2.06 1.53 4/81 25151
/proc/meminfo: memFree=1072472/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867464 CPUtime=1.47
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 35941 0 1 0 128 19 0 0 18 0 9 0 1983056131 888283136 35293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216866 35293 2003 9 0 211394 0
[pid=25142/tid=25144] ppid=25140 vsize=867464 CPUtime=1.06
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 15730 0 1 0 96 10 0 0 25 0 9 0 1983056132 888283136 35293 996147200 134512640 134550740 4294955984 18446744073709551615 4125950761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867464 CPUtime=0.19
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 18859 0 0 0 11 8 0 0 16 0 9 0 1983056134 888283136 35293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867464 CPUtime=0
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983056134 888283136 35293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867464 CPUtime=0
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983056134 888283136 35293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867464 CPUtime=0
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983056136 888283136 35293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867464 CPUtime=0.2
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 656 0 0 0 20 0 0 0 16 0 9 0 1983056136 888283136 35293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867464 CPUtime=0
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983056136 888283136 35293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867464 CPUtime=0
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983056136 888283136 35293 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867464

[startup+3.10111 s]
/proc/loadavg: 2.13 2.06 1.53 4/81 25155
/proc/meminfo: memFree=995864/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867904 CPUtime=3.06
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 56763 980 1 0 255 26 23 2 18 0 9 0 1983056131 888733696 42783 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216976 42783 2636 9 0 211482 0
[pid=25142/tid=25144] ppid=25140 vsize=867904 CPUtime=2.43
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 20981 980 1 0 207 11 23 2 25 0 9 0 1983056132 888733696 42783 996147200 134512640 134550740 4294955984 18446744073709551615 4127067251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867904 CPUtime=0.58
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 34095 980 0 0 22 11 23 2 17 0 9 0 1983056134 888733696 42783 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 18 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42783 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 9 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42783 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983056136 888733696 42783 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867904 CPUtime=0.49
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 847 980 0 0 24 0 23 2 15 0 9 0 1983056136 888733696 42783 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983056136 888733696 42783 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 11 980 0 0 0 0 23 2 15 0 9 0 1983056136 888733696 42783 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867904

[startup+6.3025 s]
/proc/loadavg: 2.12 2.06 1.53 3/81 25155
/proc/meminfo: memFree=988824/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867904 CPUtime=6.24
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 60513 980 1 0 572 27 23 2 18 0 9 0 1983056131 888733696 42785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216976 42785 2636 9 0 211482 0
[pid=25142/tid=25144] ppid=25140 vsize=867904 CPUtime=5.6
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 24701 980 1 0 523 12 23 2 25 0 9 0 1983056132 888733696 42785 996147200 134512640 134550740 4294955984 18446744073709551615 4127056808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867904 CPUtime=0.58
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 34095 980 0 0 22 11 23 2 16 0 9 0 1983056134 888733696 42785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 18 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 9 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983056136 888733696 42785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867904 CPUtime=0.5
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 852 980 0 0 25 0 23 2 15 0 9 0 1983056136 888733696 42785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983056136 888733696 42785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 36 980 0 0 0 0 23 2 15 0 9 0 1983056136 888733696 42785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867904

[startup+12.7013 s]
/proc/loadavg: 2.11 2.06 1.53 3/81 25155
/proc/meminfo: memFree=983448/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867904 CPUtime=12.61
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 66769 980 1 0 1207 29 23 2 18 0 9 0 1983056131 888733696 42796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216976 42796 2636 9 0 211482 0
[pid=25142/tid=25144] ppid=25140 vsize=867904 CPUtime=11.96
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 30929 980 1 0 1157 14 23 2 25 0 9 0 1983056132 888733696 42796 996147200 134512640 134550740 4294955984 18446744073709551615 4127108184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867904 CPUtime=0.58
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 34095 980 0 0 22 11 23 2 16 0 9 0 1983056134 888733696 42796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 18 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 9 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983056136 888733696 42796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867904 CPUtime=0.52
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 880 980 0 0 26 1 23 2 15 0 9 0 1983056136 888733696 42796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983056136 888733696 42796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 36 980 0 0 0 0 23 2 15 0 9 0 1983056136 888733696 42796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867904

[startup+25.5028 s]
/proc/loadavg: 2.08 2.05 1.54 3/81 25155
/proc/meminfo: memFree=971288/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867904 CPUtime=25.35
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 66807 980 1 0 2481 29 23 2 18 0 9 0 1983056131 888733696 42806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216976 42806 2636 9 0 211482 0
[pid=25142/tid=25144] ppid=25140 vsize=867904 CPUtime=24.68
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 30938 980 1 0 2429 14 23 2 25 0 9 0 1983056132 888733696 42806 996147200 134512640 134550740 4294955984 18446744073709551615 4127108101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867904 CPUtime=0.58
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 34095 980 0 0 22 11 23 2 16 0 9 0 1983056134 888733696 42806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 18 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 9 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983056136 888733696 42806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867904 CPUtime=0.55
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 909 980 0 0 29 1 23 2 15 0 9 0 1983056136 888733696 42806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983056136 888733696 42806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 36 980 0 0 0 0 23 2 15 0 9 0 1983056136 888733696 42806 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 867904

[startup+51.1029 s]
/proc/loadavg: 2.05 2.05 1.55 3/81 25155
/proc/meminfo: memFree=950488/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867904 CPUtime=50.82
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 66818 980 1 0 5028 29 23 2 18 0 9 0 1983056131 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216976 42810 2636 9 0 211482 0
[pid=25142/tid=25144] ppid=25140 vsize=867904 CPUtime=50.14
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 30940 980 1 0 4975 14 23 2 25 0 9 0 1983056132 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4127056861 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867904 CPUtime=0.58
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 34095 980 0 0 22 11 23 2 17 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 18 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 9 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867904 CPUtime=0.56
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 918 980 0 0 30 1 23 2 16 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 36 980 0 0 0 0 23 2 15 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 867904

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

[startup+57.5026 s]
/proc/loadavg: 2.05 2.05 1.55 3/81 25155
/proc/meminfo: memFree=946968/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867904 CPUtime=57.19
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 66822 980 1 0 5665 29 23 2 18 0 9 0 1983056131 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216976 42810 2636 9 0 211482 0
[pid=25142/tid=25144] ppid=25140 vsize=867904 CPUtime=56.5
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 30942 980 1 0 5611 14 23 2 25 0 9 0 1983056132 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4127067227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867904 CPUtime=0.58
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 34095 980 0 0 22 11 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 18 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 9 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867904 CPUtime=0.56
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 920 980 0 0 30 1 23 2 16 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 36 980 0 0 0 0 23 2 15 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 57.19
Current children cumulated vsize (KiB) 867904

[startup+60.703 s]
/proc/loadavg: 2.05 2.05 1.56 3/81 25155
/proc/meminfo: memFree=943576/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867904 CPUtime=60.37
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 66822 980 1 0 5983 29 23 2 18 0 9 0 1983056131 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216976 42810 2636 9 0 211482 0
[pid=25142/tid=25144] ppid=25140 vsize=867904 CPUtime=59.69
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 30942 980 1 0 5930 14 23 2 25 0 9 0 1983056132 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4127067147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867904 CPUtime=0.58
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 34095 980 0 0 22 11 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 18 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 9 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867904 CPUtime=0.56
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 920 980 0 0 30 1 23 2 15 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 36 980 0 0 0 0 23 2 15 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.37
Current children cumulated vsize (KiB) 867904

[startup+62.3012 s]
/proc/loadavg: 2.05 2.05 1.56 3/81 25155
/proc/meminfo: memFree=943576/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867904 CPUtime=61.97
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 66822 980 1 0 6143 29 23 2 18 0 9 0 1983056131 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216976 42810 2636 9 0 211482 0
[pid=25142/tid=25144] ppid=25140 vsize=867904 CPUtime=61.28
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 30942 980 1 0 6089 14 23 2 25 0 9 0 1983056132 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4127067450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867904 CPUtime=0.58
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 34095 980 0 0 22 11 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 18 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 9 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867904 CPUtime=0.56
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 920 980 0 0 30 1 23 2 15 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 36 980 0 0 0 0 23 2 15 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.97
Current children cumulated vsize (KiB) 867904

[startup+63.1013 s]
/proc/loadavg: 2.05 2.05 1.56 3/81 25155
/proc/meminfo: memFree=943576/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867904 CPUtime=62.76
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 66822 980 1 0 6222 29 23 2 18 0 9 0 1983056131 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216976 42810 2636 9 0 211482 0
[pid=25142/tid=25144] ppid=25140 vsize=867904 CPUtime=62.08
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 30942 980 1 0 6169 14 23 2 25 0 9 0 1983056132 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4127113379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867904 CPUtime=0.58
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 34095 980 0 0 22 11 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 18 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 9 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867904 CPUtime=0.56
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 920 980 0 0 30 1 23 2 15 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 36 980 0 0 0 0 23 2 15 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.76
Current children cumulated vsize (KiB) 867904

[startup+63.3013 s]
/proc/loadavg: 2.05 2.05 1.56 3/81 25155
/proc/meminfo: memFree=943576/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=867904 CPUtime=62.96
/proc/25142/stat : 25142 (java) S 25140 25142 24320 0 -1 0 66822 980 1 0 6242 29 23 2 18 0 9 0 1983056131 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 216976 42810 2636 9 0 211482 0
[pid=25142/tid=25144] ppid=25140 vsize=867904 CPUtime=62.28
/proc/25142/task/25144/stat : 25144 (java) R 25140 25142 24320 0 -1 64 30942 980 1 0 6189 14 23 2 25 0 9 0 1983056132 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4127110697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25145] ppid=25140 vsize=867904 CPUtime=0.58
/proc/25142/task/25145/stat : 25145 (java) S 25140 25142 24320 0 -1 64 34095 980 0 0 22 11 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25146] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25146/stat : 25146 (java) S 25140 25142 24320 0 -1 64 18 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25147] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25147/stat : 25147 (java) S 25140 25142 24320 0 -1 64 9 980 0 0 0 0 23 2 16 0 9 0 1983056134 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25148] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25148/stat : 25148 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 18 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25149] ppid=25140 vsize=867904 CPUtime=0.56
/proc/25142/task/25149/stat : 25149 (java) S 25140 25142 24320 0 -1 64 920 980 0 0 30 1 23 2 15 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25150] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25150/stat : 25150 (java) S 25140 25142 24320 0 -1 64 1 980 0 0 0 0 23 2 19 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25142/tid=25151] ppid=25140 vsize=867904 CPUtime=0.25
/proc/25142/task/25151/stat : 25151 (java) S 25140 25142 24320 0 -1 64 36 980 0 0 0 0 23 2 15 0 9 0 1983056136 888733696 42810 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.96
Current children cumulated vsize (KiB) 867904

[startup+63.4017 s]
/proc/loadavg: 2.05 2.05 1.56 3/81 25155
/proc/meminfo: memFree=943576/2055920 swapFree=4180424/4192956
[pid=25142] ppid=25140 vsize=0 CPUtime=63.05
/proc/25142/stat : 25142 (java) Z 25140 25142 24320 0 -1 12 66922 980 1 0 6251 29 23 2 16 0 2 0 1983056131 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25142/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 63.05
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 63.4284
CPU time (s): 63.0964
CPU user time (s): 62.7495
CPU system time (s): 0.346947
CPU usage (%): 99.4766
Max. virtual memory (cumulated for all children) (KiB): 868088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.7495
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67902
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= 2594
involuntary context switches= 3292

runsolver used 0.076988 second user time and 0.223965 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-03 01:20:26
IDJOB=1047591
IDBENCH=54153
IDSOLVER=363
FILE ID=node33/1047591-1215040826
PBS_JOBID= 7875108
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-24_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-1047591-1215040826/watcher-1047591-1215040826 -o /tmp/evaluation-result-1047591-1215040826/solver-1047591-1215040826 -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-1047591-1215040826.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9ba8aee6934293b41abce7daa463ddc3
RANDOM SEED=373373739

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:       1157696 kB
Buffers:         68920 kB
Cached:         234308 kB
SwapCached:       6444 kB
Active:         611276 kB
Inactive:       207952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157696 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:         522564 kB
Slab:            62760 kB
Committed_AS:  4160664 kB
PageTables:       3400 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= 66544 MiB
End job on node33 at 2008-07-03 01:21:30