Trace number 2094879

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 11.6272 11.7715

DiagnosticValue
CHECKS7394850
NODES32547

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-13-12.xml
MD5SUM12e89d208a13ffc4fd3736356dbf3d7d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.10283
Satisfiable
(Un)Satisfiability was proved
Number of variables234
Number of constraints193
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension193
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2094879-1247405299.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.42	     nbVariables=234  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=468
0.38/0.42	       =>  wckTime=0.173  cpuTime=0.13  mem=7M892
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
0.87/0.92	     nbConstraints=225  nbGlobalConstraints=32  nbConflictsStructures=5  nbSharedConflictsStructures=188
0.87/0.92	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=5  nbSharedEvaluationManagers=188  minDegree=5  maxDegree=17
0.87/0.92	     minArity=6  avgArity=10.2  maxArity=36  nbGenerators=32  nbFusions=0  symmetryWckTime=0.122  symmetryCpuTime=0.06
0.87/0.92	       =>  wckTime=0.678  cpuTime=0.46  mem=21M643
0.87/0.99	   
0.87/0.99	   solver IterativeSystematicSolver being built... 
0.97/1.09	   
0.97/1.09	   INFO : Forward propagation technique limited 
1.07/1.17	       =>  wckTime=0.926  cpuTime=0.61  mem=25M190
1.07/1.19	   
1.07/1.19	   preprocessing
1.07/1.19	     nbConstraintChecks=0  nbPropagations=234  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.07/1.19	     detectedInconsistency=no
1.07/1.19	       =>  wckTime=0.018  cpuTime=0.01  mem=26M182
1.66/1.71	   
1.66/1.71	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=27M174)
11.57/11.73	   
11.57/11.73	   search
11.57/11.73	     run=12  nbConstraintChecks=7394854  nbValidityChecks=551733  minDepth=11  maxDepth=234  nbPropagations=357427
11.57/11.73	     nbRevisions=1645647  nbUselessRevisions=1289459  nbAssignments=32547  nbFailedAssignments=3036
11.57/11.73	     nbInferredBacktracks=43  nbBacktracks=28045  nbVisitedNodes=40635  nbRestartNogoods=77  nbFoundSolutions=1
11.57/11.73	     nbSEliminables=9.98  nbREliminables=95  nbIEliminables=27.47  nbDEliminables=0  nbPEliminables=0
11.57/11.73	       =>  wckTime=10.558  cpuTime=10.36  mem=28M149
11.57/11.73	   
11.57/11.73	   global
11.57/11.73	     nbConstraintChecks=7394854  nbValidityChecks=551733  nbPropagations=357661  nbRevisions=1645647
11.57/11.73	     nbUselessRevisions=1289459  nbRestartNogoods=77  solvingWckTime=10.56  solvingCpuTime=10.36  expiredTime=no
11.57/11.73	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=10.97  globalCpuTime=11.03
11.57/11.73	       =>  wckTime=11.487  cpuTime=10.97  mem=28M149
11.57/11.73	   
11.57/11.73	s SATISFIABLE
11.57/11.73	v 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 
11.57/11.73	d NODES 32547
11.57/11.73	d CHECKS 7394854
11.57/11.74	   
11.57/11.74	   totalWckTime=11.545  totalCpuTime=11.04

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094879-1247405299/watcher-2094879-1247405299 -o /tmp/evaluation-result-2094879-1247405299/solver-2094879-1247405299 -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-2094879-1247405299.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.01 2.03 1.97 3/80 32172
/proc/meminfo: memFree=1678248/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=10676 CPUtime=0
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27596827 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 2669 474 207 9 0 1184 0
[pid=32172/tid=32173] ppid=32170 vsize=10676 CPUtime=0
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27596828 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 7774168 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.108545 s]
/proc/loadavg: 2.01 2.03 1.97 3/80 32172
/proc/meminfo: memFree=1678248/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=865984 CPUtime=0.09
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 3807 0 1 0 7 2 0 0 18 0 9 0 27596827 886767616 3253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216496 3253 1715 9 0 210981 0
[pid=32172/tid=32173] ppid=32170 vsize=865984 CPUtime=0.07
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 2899 0 1 0 6 1 0 0 18 0 9 0 27596828 886767616 3253 996147200 134512640 134550932 4294955968 18446744073709551615 7388272 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.201551 s]
/proc/loadavg: 2.01 2.03 1.97 3/80 32172
/proc/meminfo: memFree=1678248/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=866144 CPUtime=0.18
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 4665 0 1 0 15 3 0 0 18 0 9 0 27596827 886931456 4082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216536 4082 1875 9 0 211014 0
[pid=32172/tid=32173] ppid=32170 vsize=866144 CPUtime=0.16
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 3757 0 1 0 14 2 0 0 18 0 9 0 27596828 886931456 4082 996147200 134512640 134550932 4294955968 18446744073709551615 4125961540 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301571 s]
/proc/loadavg: 2.01 2.03 1.97 3/80 32172
/proc/meminfo: memFree=1678248/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=866144 CPUtime=0.28
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 5660 0 1 0 24 4 0 0 18 0 9 0 27596827 886931456 5063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216536 5063 1927 9 0 211014 0
[pid=32172/tid=32173] ppid=32170 vsize=866144 CPUtime=0.25
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 4727 0 1 0 22 3 0 0 19 0 9 0 27596828 886931456 5063 996147200 134512640 134550932 4294955968 18446744073709551615 6927140 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866144

[startup+0.70164 s]
/proc/loadavg: 2.01 2.03 1.97 3/80 32172
/proc/meminfo: memFree=1678248/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=867160 CPUtime=0.68
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 8347 0 1 0 62 6 0 0 18 0 9 0 27596827 887971840 7701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216790 7701 2033 9 0 211226 0
[pid=32172/tid=32173] ppid=32170 vsize=867160 CPUtime=0.54
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 7142 0 1 0 49 5 0 0 20 0 9 0 27596828 887971840 7701 996147200 134512640 134550932 4294955968 18446744073709551615 103822515 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867160

[startup+1.50177 s]
/proc/loadavg: 2.01 2.03 1.97 3/89 32185
/proc/meminfo: memFree=1647200/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=867936 CPUtime=1.46
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 18722 338 1 0 132 11 3 0 18 0 9 0 27596827 888766464 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216984 12053 2659 9 0 211420 0
[pid=32172/tid=32173] ppid=32170 vsize=867936 CPUtime=1.12
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 13938 338 1 0 101 8 3 0 24 0 9 0 27596828 888766464 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4126977631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=867936 CPUtime=0.07
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31251 0 -1 64 3165 338 0 0 4 0 3 0 17 0 9 0 27596830 888766464 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31251 0 -1 64 19 338 0 0 0 0 3 0 17 0 9 0 27596830 888766464 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31251 0 -1 64 12 338 0 0 0 0 3 0 16 0 9 0 27596830 888766464 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32178] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31251 0 -1 64 2 338 0 0 0 0 3 0 18 0 9 0 27596832 888766464 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32179] ppid=32170 vsize=867936 CPUtime=0.29
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31251 0 -1 64 772 338 0 0 25 1 3 0 16 0 9 0 27596832 888766464 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32180] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31251 0 -1 64 0 338 0 0 0 0 3 0 19 0 9 0 27596832 888766464 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32181] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31251 0 -1 64 10 338 0 0 0 0 3 0 15 0 9 0 27596832 888766464 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867936

[startup+3.10205 s]
/proc/loadavg: 2.01 2.03 1.97 3/89 32185
/proc/meminfo: memFree=1639904/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=867936 CPUtime=3.05
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 18820 338 1 0 291 11 3 0 18 0 9 0 27596827 888766464 12150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216984 12150 2659 9 0 211420 0
[pid=32172/tid=32173] ppid=32170 vsize=867936 CPUtime=2.67
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 14012 338 1 0 256 8 3 0 25 0 9 0 27596828 888766464 12150 996147200 134512640 134550932 4294955968 18446744073709551615 4126815855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=867936 CPUtime=0.07
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31251 0 -1 64 3165 338 0 0 4 0 3 0 16 0 9 0 27596830 888766464 12150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31251 0 -1 64 19 338 0 0 0 0 3 0 17 0 9 0 27596830 888766464 12150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31251 0 -1 64 12 338 0 0 0 0 3 0 16 0 9 0 27596830 888766464 12150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32178] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31251 0 -1 64 2 338 0 0 0 0 3 0 18 0 9 0 27596832 888766464 12150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32179] ppid=32170 vsize=867936 CPUtime=0.33
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31251 0 -1 64 796 338 0 0 29 1 3 0 15 0 9 0 27596832 888766464 12150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32180] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31251 0 -1 64 0 338 0 0 0 0 3 0 19 0 9 0 27596832 888766464 12150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32181] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31251 0 -1 64 10 338 0 0 0 0 3 0 15 0 9 0 27596832 888766464 12150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867936

[startup+6.3016 s]
/proc/loadavg: 2.01 2.03 1.97 3/89 32185
/proc/meminfo: memFree=1639648/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=867936 CPUtime=6.21
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 18839 338 1 0 607 11 3 0 18 0 9 0 27596827 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216984 12154 2659 9 0 211420 0
[pid=32172/tid=32173] ppid=32170 vsize=867936 CPUtime=5.84
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 14016 338 1 0 573 8 3 0 25 0 9 0 27596828 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4126813943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=867936 CPUtime=0.07
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31251 0 -1 64 3165 338 0 0 4 0 3 0 16 0 9 0 27596830 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31251 0 -1 64 19 338 0 0 0 0 3 0 17 0 9 0 27596830 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31251 0 -1 64 12 338 0 0 0 0 3 0 16 0 9 0 27596830 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32178] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31251 0 -1 64 2 338 0 0 0 0 3 0 18 0 9 0 27596832 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32179] ppid=32170 vsize=867936 CPUtime=0.33
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31251 0 -1 64 798 338 0 0 29 1 3 0 15 0 9 0 27596832 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32180] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31251 0 -1 64 0 338 0 0 0 0 3 0 19 0 9 0 27596832 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32181] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31251 0 -1 64 23 338 0 0 0 0 3 0 15 0 9 0 27596832 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867936

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

[startup+6.40161 s]
/proc/loadavg: 2.01 2.03 1.97 3/89 32185
/proc/meminfo: memFree=1639648/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=867936 CPUtime=6.31
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 18839 338 1 0 617 11 3 0 18 0 9 0 27596827 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216984 12154 2659 9 0 211420 0
[pid=32172/tid=32173] ppid=32170 vsize=867936 CPUtime=5.94
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 14016 338 1 0 583 8 3 0 25 0 9 0 27596828 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4126812177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=867936 CPUtime=0.07
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31251 0 -1 64 3165 338 0 0 4 0 3 0 16 0 9 0 27596830 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31251 0 -1 64 19 338 0 0 0 0 3 0 17 0 9 0 27596830 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31251 0 -1 64 12 338 0 0 0 0 3 0 16 0 9 0 27596830 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32178] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31251 0 -1 64 2 338 0 0 0 0 3 0 18 0 9 0 27596832 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32179] ppid=32170 vsize=867936 CPUtime=0.33
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31251 0 -1 64 798 338 0 0 29 1 3 0 15 0 9 0 27596832 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32180] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31251 0 -1 64 0 338 0 0 0 0 3 0 19 0 9 0 27596832 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32181] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31251 0 -1 64 23 338 0 0 0 0 3 0 15 0 9 0 27596832 888766464 12154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 867936

[startup+9.60217 s]
/proc/loadavg: 2.01 2.03 1.97 3/89 32185
/proc/meminfo: memFree=1639648/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=867936 CPUtime=9.49
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 18841 338 1 0 934 12 3 0 18 0 9 0 27596827 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216984 12155 2659 9 0 211420 0
[pid=32172/tid=32173] ppid=32170 vsize=867936 CPUtime=9.11
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 14018 338 1 0 899 9 3 0 25 0 9 0 27596828 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4126732137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=867936 CPUtime=0.07
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31251 0 -1 64 3165 338 0 0 4 0 3 0 16 0 9 0 27596830 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31251 0 -1 64 19 338 0 0 0 0 3 0 17 0 9 0 27596830 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31251 0 -1 64 12 338 0 0 0 0 3 0 16 0 9 0 27596830 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32178] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31251 0 -1 64 2 338 0 0 0 0 3 0 18 0 9 0 27596832 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32179] ppid=32170 vsize=867936 CPUtime=0.33
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31251 0 -1 64 798 338 0 0 29 1 3 0 15 0 9 0 27596832 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32180] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31251 0 -1 64 0 338 0 0 0 0 3 0 19 0 9 0 27596832 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32181] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31251 0 -1 64 23 338 0 0 0 0 3 0 15 0 9 0 27596832 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 867936

[startup+10.4013 s]
/proc/loadavg: 2.01 2.03 1.97 3/89 32185
/proc/meminfo: memFree=1639584/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=867936 CPUtime=10.28
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 18841 338 1 0 1013 12 3 0 18 0 9 0 27596827 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216984 12155 2659 9 0 211420 0
[pid=32172/tid=32173] ppid=32170 vsize=867936 CPUtime=9.9
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 14018 338 1 0 978 9 3 0 25 0 9 0 27596828 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4126976818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=867936 CPUtime=0.07
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31251 0 -1 64 3165 338 0 0 4 0 3 0 16 0 9 0 27596830 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31251 0 -1 64 19 338 0 0 0 0 3 0 17 0 9 0 27596830 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31251 0 -1 64 12 338 0 0 0 0 3 0 16 0 9 0 27596830 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32178] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31251 0 -1 64 2 338 0 0 0 0 3 0 18 0 9 0 27596832 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32179] ppid=32170 vsize=867936 CPUtime=0.33
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31251 0 -1 64 798 338 0 0 29 1 3 0 15 0 9 0 27596832 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32180] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31251 0 -1 64 0 338 0 0 0 0 3 0 19 0 9 0 27596832 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32181] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31251 0 -1 64 23 338 0 0 0 0 3 0 15 0 9 0 27596832 888766464 12155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 867936

[startup+11.2014 s]
/proc/loadavg: 2.01 2.03 1.97 3/89 32185
/proc/meminfo: memFree=1639520/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=867936 CPUtime=11.07
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 18844 338 1 0 1092 12 3 0 18 0 9 0 27596827 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216984 12158 2659 9 0 211420 0
[pid=32172/tid=32173] ppid=32170 vsize=867936 CPUtime=10.69
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 14020 338 1 0 1057 9 3 0 25 0 9 0 27596828 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4126813591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=867936 CPUtime=0.07
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31251 0 -1 64 3165 338 0 0 4 0 3 0 16 0 9 0 27596830 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31251 0 -1 64 19 338 0 0 0 0 3 0 17 0 9 0 27596830 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31251 0 -1 64 12 338 0 0 0 0 3 0 16 0 9 0 27596830 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32178] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31251 0 -1 64 2 338 0 0 0 0 3 0 18 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32179] ppid=32170 vsize=867936 CPUtime=0.33
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31251 0 -1 64 799 338 0 0 29 1 3 0 17 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32180] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31251 0 -1 64 0 338 0 0 0 0 3 0 19 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32181] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31251 0 -1 64 23 338 0 0 0 0 3 0 15 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 867936

[startup+11.6015 s]
/proc/loadavg: 2.01 2.03 1.97 3/89 32185
/proc/meminfo: memFree=1639520/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=867936 CPUtime=11.47
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 18844 338 1 0 1132 12 3 0 18 0 9 0 27596827 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216984 12158 2659 9 0 211420 0
[pid=32172/tid=32173] ppid=32170 vsize=867936 CPUtime=11.09
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 14020 338 1 0 1097 9 3 0 25 0 9 0 27596828 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4126813607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=867936 CPUtime=0.07
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31251 0 -1 64 3165 338 0 0 4 0 3 0 16 0 9 0 27596830 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31251 0 -1 64 19 338 0 0 0 0 3 0 17 0 9 0 27596830 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31251 0 -1 64 12 338 0 0 0 0 3 0 16 0 9 0 27596830 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32178] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31251 0 -1 64 2 338 0 0 0 0 3 0 18 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32179] ppid=32170 vsize=867936 CPUtime=0.33
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31251 0 -1 64 799 338 0 0 29 1 3 0 17 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32180] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31251 0 -1 64 0 338 0 0 0 0 3 0 19 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32181] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31251 0 -1 64 23 338 0 0 0 0 3 0 15 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 867936

[startup+11.7015 s]
/proc/loadavg: 2.01 2.03 1.97 3/89 32185
/proc/meminfo: memFree=1639520/2055920 swapFree=4192812/4192956
[pid=32172] ppid=32170 vsize=867936 CPUtime=11.57
/proc/32172/stat : 32172 (java) S 32170 32172 31251 0 -1 0 18844 338 1 0 1142 12 3 0 18 0 9 0 27596827 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 216984 12158 2659 9 0 211420 0
[pid=32172/tid=32173] ppid=32170 vsize=867936 CPUtime=11.19
/proc/32172/task/32173/stat : 32173 (java) R 32170 32172 31251 0 -1 64 14020 338 1 0 1107 9 3 0 25 0 9 0 27596828 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4126977737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=867936 CPUtime=0.07
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31251 0 -1 64 3165 338 0 0 4 0 3 0 16 0 9 0 27596830 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31251 0 -1 64 19 338 0 0 0 0 3 0 17 0 9 0 27596830 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31251 0 -1 64 12 338 0 0 0 0 3 0 16 0 9 0 27596830 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32178] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31251 0 -1 64 2 338 0 0 0 0 3 0 18 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32179] ppid=32170 vsize=867936 CPUtime=0.33
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31251 0 -1 64 799 338 0 0 29 1 3 0 17 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32180] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31251 0 -1 64 0 338 0 0 0 0 3 0 19 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32172/tid=32181] ppid=32170 vsize=867936 CPUtime=0.03
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31251 0 -1 64 23 338 0 0 0 0 3 0 15 0 9 0 27596832 888766464 12158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.57
Current children cumulated vsize (KiB) 867936

Child status: 0
Real time (s): 11.7715
CPU time (s): 11.6272
CPU user time (s): 11.4913
CPU system time (s): 0.135979
CPU usage (%): 98.7748
Max. virtual memory (cumulated for all children) (KiB): 867936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4913
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19311
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= 1504
involuntary context switches= 1993

runsolver used 0.015997 second user time and 0.047992 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 15:28:19
IDJOB=2094879
IDBENCH=54630
IDSOLVER=773
FILE ID=node14/2094879-1247405299
PBS_JOBID= 9510615
Free space on /tmp= 66512 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-13-12.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-2094879-1247405299/watcher-2094879-1247405299 -o /tmp/evaluation-result-2094879-1247405299/solver-2094879-1247405299 -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-2094879-1247405299.xml

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

MD5SUM BENCH= 12e89d208a13ffc4fd3736356dbf3d7d
RANDOM SEED=697440292

node14.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.265
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.265
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:       1678728 kB
Buffers:         49048 kB
Cached:         137408 kB
SwapCached:          0 kB
Active:         233244 kB
Inactive:        85040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2392 kB
Writeback:           0 kB
Mapped:         152228 kB
Slab:            43864 kB
Committed_AS:  1010464 kB
PageTables:       2084 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= 66512 MiB
End job on node14 at 2009-07-12 15:28:31