Trace number 2095690

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 ESACUNSAT 19.576 19.8298

DiagnosticValue
CHECKS0
NODES1206

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-16_ext.xml
MD5SUM71ac09d37f4ac1064a6a1973aa3d8c5c
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 benchmark14.5918
Satisfiable
(Un)Satisfiability was proved
Number of variables224
Number of constraints30
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2095690-1247408072.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.38	     nbVariables=224  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=5824
0.29/0.38	       =>  wckTime=0.14  cpuTime=0.11  mem=8M867
0.29/0.38	   
0.29/0.38	   relations being loaded...
0.39/0.45	   
0.39/0.45	   constraints being loaded...
0.39/0.50	   Too large in ConstraintConflictsSTructure
0.48/0.52	   Too large in ConstraintConflictsSTructure
0.48/0.60	     nbConstraints=30  nbRelationTypes=2  nbGlobalConstraints=30  nbExtensionStructures=2
0.57/0.60	     nbSharedExtensionStructures=28  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.57/0.60	     maxDegree=2  minArity=14  avgArity=14.93  maxArity=16  nbGenerators=0  nbFusions=0  symmetryWckTime=0.071
0.57/0.60	     symmetryCpuTime=0.03
0.57/0.60	       =>  wckTime=0.354  cpuTime=0.26  mem=22M171
0.57/0.67	   
0.57/0.67	   solver IterativeSystematicSolver being built... 
0.67/0.73	   
0.67/0.73	   INFO : Forward propagation technique limited 
0.77/0.82	       =>  wckTime=0.576  cpuTime=0.39  mem=23M115
4.82/4.98	   
4.82/4.98	   preprocessing
4.82/4.98	     nbConstraintChecks=0  nbValidityChecks=33595766  nbPropagations=26274  nbRevisions=0  nbUselessRevisions=0
4.82/4.98	     nbSingletonTests=375  nbEffectiveSingletonTests=1  nbACRemovals=337  nbFoundSingletons=0  nbRemovedValues=338
4.82/4.98	     detectedInconsistency=no
4.82/4.98	       =>  wckTime=4.158  cpuTime=4.06  mem=24M123
9.29/9.42	   
9.29/9.42	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=25M98)
19.49/19.76	   
19.49/19.76	   search
19.49/19.76	     run=9  nbConstraintChecks=0  nbValidityChecks=121269351  minDepth=0  maxDepth=5  nbPropagations=629855
19.49/19.76	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1206  nbFailedAssignments=759  nbBacktracks=419
19.49/19.76	     nbVisitedNodes=2278  nbRestartNogoods=103  nbSEliminables=0  nbREliminables=26.96  nbIEliminables=146.42
19.49/19.76	     nbDEliminables=0  nbPEliminables=0
19.49/19.76	       =>  wckTime=18.94  cpuTime=18.67  mem=25M98
19.49/19.76	   
19.49/19.76	   global
19.49/19.76	     nbConstraintChecks=0  nbValidityChecks=154865117  nbPropagations=656129  nbRestartNogoods=103
19.49/19.76	     solvingWckTime=18.943  solvingCpuTime=18.67  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
19.49/19.76	     globalCpuTime=19.1
19.49/19.76	       =>  wckTime=19.523  cpuTime=19.07  mem=25M98
19.49/19.76	   
19.49/19.77	s UNSATISFIABLE
19.49/19.77	d NODES 1206
19.49/19.77	d CHECKS 0
19.49/19.77	   
19.49/19.77	   totalWckTime=19.59  totalCpuTime=19.11

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-2095690-1247408072/watcher-2095690-1247408072 -o /tmp/evaluation-result-2095690-1247408072/solver-2095690-1247408072 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095690-1247408072.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.08 2.01 2.01 4/80 32166
/proc/meminfo: memFree=1786552/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=152 CPUtime=0
/proc/32166/stat : 32166 (java) R 32164 32166 30423 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27873635 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 2495268 0 0 4096 0 0 0 0 17 0 0 0
/proc/32166/statm: 38 26 19 9 0 4 0

[startup+0.0621199 s]
/proc/loadavg: 2.08 2.01 2.01 4/80 32166
/proc/meminfo: memFree=1786552/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=864144 CPUtime=0.05
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 2893 0 1 0 4 1 0 0 18 0 9 0 27873635 884883456 2409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216036 2409 1143 9 0 210929 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864144

[startup+0.102132 s]
/proc/loadavg: 2.08 2.01 2.01 4/80 32166
/proc/meminfo: memFree=1786552/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=865980 CPUtime=0.09
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 3805 0 1 0 7 2 0 0 18 0 9 0 27873635 886763520 3256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216495 3256 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.302172 s]
/proc/loadavg: 2.08 2.01 2.01 4/80 32166
/proc/meminfo: memFree=1786552/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=866380 CPUtime=0.29
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 6083 0 1 0 26 3 0 0 18 0 9 0 27873635 887173120 5449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216595 5449 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.702262 s]
/proc/loadavg: 2.08 2.01 2.01 4/80 32166
/proc/meminfo: memFree=1786552/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867032 CPUtime=0.67
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 15047 158 1 0 61 6 0 0 18 0 10 0 27873635 887840768 10922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216758 10922 2652 9 0 211194 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867032

[startup+1.50144 s]
/proc/loadavg: 2.08 2.01 2.01 3/89 32179
/proc/meminfo: memFree=1752752/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867032 CPUtime=1.47
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 18031 280 1 0 140 7 0 0 18 0 9 0 27873635 887840768 11047 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216758 11047 2657 9 0 211194 0
[pid=32166/tid=32168] ppid=32164 vsize=867032 CPUtime=1.21
/proc/32166/task/32168/stat : 32168 (java) R 32164 32166 30423 0 -1 64 13072 280 1 0 116 5 0 0 22 0 9 0 27873636 887840768 11047 996147200 134512640 134550932 4294955968 18446744073709551615 4126822791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=867032 CPUtime=0.04
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 30423 0 -1 64 3569 280 0 0 4 0 0 0 17 0 9 0 27873637 887840768 11047 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32164 vsize=867032 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 30423 0 -1 64 19 280 0 0 0 0 0 0 16 0 9 0 27873637 887840768 11047 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=867032 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 30423 0 -1 64 9 280 0 0 0 0 0 0 16 0 9 0 27873637 887840768 11047 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32164 vsize=867032 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 30423 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 27873639 887840768 11047 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=867032 CPUtime=0.18
/proc/32166/task/32173/stat : 32173 (java) S 32164 32166 30423 0 -1 64 550 280 0 0 18 0 0 0 15 0 9 0 27873639 887840768 11047 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32164 vsize=867032 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 30423 0 -1 64 0 280 0 0 0 0 0 0 25 0 9 0 27873639 887840768 11047 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=867032 CPUtime=0
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 30423 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 27873639 887840768 11047 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867032

[startup+3.10175 s]
/proc/loadavg: 2.08 2.01 2.01 3/89 32179
/proc/meminfo: memFree=1752496/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867032 CPUtime=3.05
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 18042 280 1 0 298 7 0 0 18 0 9 0 27873635 887840768 11056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216758 11056 2657 9 0 211194 0
[pid=32166/tid=32168] ppid=32164 vsize=867032 CPUtime=2.79
/proc/32166/task/32168/stat : 32168 (java) R 32164 32166 30423 0 -1 64 13082 280 1 0 274 5 0 0 25 0 9 0 27873636 887840768 11056 996147200 134512640 134550932 4294955968 18446744073709551615 4126840290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=867032 CPUtime=0.04
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 30423 0 -1 64 3569 280 0 0 4 0 0 0 17 0 9 0 27873637 887840768 11056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32164 vsize=867032 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 30423 0 -1 64 19 280 0 0 0 0 0 0 16 0 9 0 27873637 887840768 11056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=867032 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 30423 0 -1 64 9 280 0 0 0 0 0 0 16 0 9 0 27873637 887840768 11056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32164 vsize=867032 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 30423 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 27873639 887840768 11056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=867032 CPUtime=0.18
/proc/32166/task/32173/stat : 32173 (java) S 32164 32166 30423 0 -1 64 551 280 0 0 18 0 0 0 15 0 9 0 27873639 887840768 11056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32164 vsize=867032 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 30423 0 -1 64 0 280 0 0 0 0 0 0 25 0 9 0 27873639 887840768 11056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=867032 CPUtime=0
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 30423 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 27873639 887840768 11056 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) 867032

[startup+6.30133 s]
/proc/loadavg: 2.08 2.01 2.01 3/89 32179
/proc/meminfo: memFree=1751216/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867160 CPUtime=6.22
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 18315 280 1 0 614 8 0 0 18 0 9 0 27873635 887971840 11326 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216790 11326 2657 9 0 211226 0
[pid=32166/tid=32168] ppid=32164 vsize=867160 CPUtime=5.93
/proc/32166/task/32168/stat : 32168 (java) R 32164 32166 30423 0 -1 64 13344 280 1 0 588 5 0 0 17 0 9 0 27873636 887971840 11326 996147200 134512640 134550932 4294955968 18446744073709551615 4126822816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=867160 CPUtime=0.04
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 30423 0 -1 64 3569 280 0 0 4 0 0 0 16 0 9 0 27873637 887971840 11326 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 30423 0 -1 64 19 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11326 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 30423 0 -1 64 9 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11326 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 30423 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 27873639 887971840 11326 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=867160 CPUtime=0.2
/proc/32166/task/32173/stat : 32173 (java) S 32164 32166 30423 0 -1 64 562 280 0 0 20 0 0 0 15 0 9 0 27873639 887971840 11326 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 30423 0 -1 64 0 280 0 0 0 0 0 0 25 0 9 0 27873639 887971840 11326 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 30423 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 27873639 887971840 11326 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) 867160

[startup+12.7016 s]
/proc/loadavg: 2.07 2.01 2.01 3/89 32179
/proc/meminfo: memFree=1750896/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867160 CPUtime=12.55
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 18343 280 1 0 1247 8 0 0 18 0 9 0 27873635 887971840 11351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216790 11351 2657 9 0 211226 0
[pid=32166/tid=32168] ppid=32164 vsize=867160 CPUtime=12.26
/proc/32166/task/32168/stat : 32168 (java) R 32164 32166 30423 0 -1 64 13365 280 1 0 1220 6 0 0 25 0 9 0 27873636 887971840 11351 996147200 134512640 134550932 4294955968 18446744073709551615 4126822581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=867160 CPUtime=0.04
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 30423 0 -1 64 3569 280 0 0 4 0 0 0 16 0 9 0 27873637 887971840 11351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 30423 0 -1 64 19 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 30423 0 -1 64 9 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 30423 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 27873639 887971840 11351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=867160 CPUtime=0.21
/proc/32166/task/32173/stat : 32173 (java) S 32164 32166 30423 0 -1 64 569 280 0 0 21 0 0 0 16 0 9 0 27873639 887971840 11351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 30423 0 -1 64 0 280 0 0 0 0 0 0 25 0 9 0 27873639 887971840 11351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 30423 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 27873639 887971840 11351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867160

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

[startup+15.9022 s]
/proc/loadavg: 2.06 2.01 2.01 3/89 32179
/proc/meminfo: memFree=1750896/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867160 CPUtime=15.72
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 18346 280 1 0 1564 8 0 0 18 0 9 0 27873635 887971840 11354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216790 11354 2657 9 0 211226 0
[pid=32166/tid=32168] ppid=32164 vsize=867160 CPUtime=15.43
/proc/32166/task/32168/stat : 32168 (java) R 32164 32166 30423 0 -1 64 13368 280 1 0 1537 6 0 0 22 0 9 0 27873636 887971840 11354 996147200 134512640 134550932 4294955968 18446744073709551615 4126822748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=867160 CPUtime=0.04
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 30423 0 -1 64 3569 280 0 0 4 0 0 0 16 0 9 0 27873637 887971840 11354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 30423 0 -1 64 19 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 30423 0 -1 64 9 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 30423 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 27873639 887971840 11354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=867160 CPUtime=0.21
/proc/32166/task/32173/stat : 32173 (java) S 32164 32166 30423 0 -1 64 569 280 0 0 21 0 0 0 16 0 9 0 27873639 887971840 11354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 30423 0 -1 64 0 280 0 0 0 0 0 0 25 0 9 0 27873639 887971840 11354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 30423 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 27873639 887971840 11354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 867160

[startup+17.5015 s]
/proc/loadavg: 2.06 2.01 2.01 3/89 32179
/proc/meminfo: memFree=1750896/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867160 CPUtime=17.31
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 18350 280 1 0 1723 8 0 0 18 0 9 0 27873635 887971840 11356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216790 11356 2657 9 0 211226 0
[pid=32166/tid=32168] ppid=32164 vsize=867160 CPUtime=17.02
/proc/32166/task/32168/stat : 32168 (java) R 32164 32166 30423 0 -1 64 13369 280 1 0 1696 6 0 0 18 0 9 0 27873636 887971840 11356 996147200 134512640 134550932 4294955968 18446744073709551615 4126822738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=867160 CPUtime=0.04
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 30423 0 -1 64 3569 280 0 0 4 0 0 0 16 0 9 0 27873637 887971840 11356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 30423 0 -1 64 19 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 30423 0 -1 64 9 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 30423 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 27873639 887971840 11356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=867160 CPUtime=0.21
/proc/32166/task/32173/stat : 32173 (java) S 32164 32166 30423 0 -1 64 572 280 0 0 21 0 0 0 15 0 9 0 27873639 887971840 11356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 30423 0 -1 64 0 280 0 0 0 0 0 0 25 0 9 0 27873639 887971840 11356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 30423 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 27873639 887971840 11356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.31
Current children cumulated vsize (KiB) 867160

[startup+19.1028 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 32179
/proc/meminfo: memFree=1750896/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867160 CPUtime=18.89
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 18351 280 1 0 1881 8 0 0 18 0 9 0 27873635 887971840 11357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216790 11357 2657 9 0 211226 0
[pid=32166/tid=32168] ppid=32164 vsize=867160 CPUtime=18.6
/proc/32166/task/32168/stat : 32168 (java) R 32164 32166 30423 0 -1 64 13369 280 1 0 1854 6 0 0 25 0 9 0 27873636 887971840 11357 996147200 134512640 134550932 4294955968 18446744073709551615 4126822777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=867160 CPUtime=0.04
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 30423 0 -1 64 3569 280 0 0 4 0 0 0 16 0 9 0 27873637 887971840 11357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 30423 0 -1 64 19 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 30423 0 -1 64 9 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 30423 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 27873639 887971840 11357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=867160 CPUtime=0.22
/proc/32166/task/32173/stat : 32173 (java) S 32164 32166 30423 0 -1 64 573 280 0 0 22 0 0 0 15 0 9 0 27873639 887971840 11357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 30423 0 -1 64 0 280 0 0 0 0 0 0 25 0 9 0 27873639 887971840 11357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 30423 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 27873639 887971840 11357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.89
Current children cumulated vsize (KiB) 867160

[startup+19.5029 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 32179
/proc/meminfo: memFree=1750896/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867160 CPUtime=19.29
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 18354 280 1 0 1921 8 0 0 18 0 9 0 27873635 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216790 11359 2657 9 0 211226 0
[pid=32166/tid=32168] ppid=32164 vsize=867160 CPUtime=19
/proc/32166/task/32168/stat : 32168 (java) R 32164 32166 30423 0 -1 64 13371 280 1 0 1894 6 0 0 18 0 9 0 27873636 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4126822555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=867160 CPUtime=0.04
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 30423 0 -1 64 3569 280 0 0 4 0 0 0 16 0 9 0 27873637 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 30423 0 -1 64 19 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 30423 0 -1 64 9 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 30423 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 27873639 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=867160 CPUtime=0.22
/proc/32166/task/32173/stat : 32173 (java) S 32164 32166 30423 0 -1 64 574 280 0 0 22 0 0 0 15 0 9 0 27873639 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 30423 0 -1 64 0 280 0 0 0 0 0 0 25 0 9 0 27873639 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 30423 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 27873639 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.29
Current children cumulated vsize (KiB) 867160

[startup+19.7029 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 32179
/proc/meminfo: memFree=1750832/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867160 CPUtime=19.49
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 18354 280 1 0 1941 8 0 0 18 0 9 0 27873635 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216790 11359 2657 9 0 211226 0
[pid=32166/tid=32168] ppid=32164 vsize=867160 CPUtime=19.2
/proc/32166/task/32168/stat : 32168 (java) R 32164 32166 30423 0 -1 64 13371 280 1 0 1914 6 0 0 20 0 9 0 27873636 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4126840290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=867160 CPUtime=0.04
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 30423 0 -1 64 3569 280 0 0 4 0 0 0 16 0 9 0 27873637 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 30423 0 -1 64 19 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 30423 0 -1 64 9 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 30423 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 27873639 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=867160 CPUtime=0.22
/proc/32166/task/32173/stat : 32173 (java) S 32164 32166 30423 0 -1 64 574 280 0 0 22 0 0 0 16 0 9 0 27873639 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 30423 0 -1 64 0 280 0 0 0 0 0 0 25 0 9 0 27873639 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 30423 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 27873639 887971840 11359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.49
Current children cumulated vsize (KiB) 867160

[startup+19.8079 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 32179
/proc/meminfo: memFree=1750832/2055920 swapFree=4192812/4192956
[pid=32166] ppid=32164 vsize=867160 CPUtime=19.55
/proc/32166/stat : 32166 (java) S 32164 32166 30423 0 -1 0 18441 280 1 0 1947 8 0 0 18 0 9 0 27873635 887971840 11445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216790 11445 2657 9 0 211226 0
[pid=32166/tid=32168] ppid=32164 vsize=867160 CPUtime=19.26
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 30423 0 -1 64 13458 280 1 0 1920 6 0 0 21 0 9 0 27873636 887971840 11445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=867160 CPUtime=0.04
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 30423 0 -1 64 3569 280 0 0 4 0 0 0 16 0 9 0 27873637 887971840 11445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 30423 0 -1 64 19 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 30423 0 -1 64 9 280 0 0 0 0 0 0 16 0 9 0 27873637 887971840 11445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32172] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 30423 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 27873639 887971840 11445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=867160 CPUtime=0.22
/proc/32166/task/32173/stat : 32173 (java) S 32164 32166 30423 0 -1 64 574 280 0 0 22 0 0 0 15 0 9 0 27873639 887971840 11445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32174] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 30423 0 -1 64 0 280 0 0 0 0 0 0 25 0 9 0 27873639 887971840 11445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=867160 CPUtime=0
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 30423 0 -1 64 4 280 0 0 0 0 0 0 15 0 9 0 27873639 887971840 11445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.55
Current children cumulated vsize (KiB) 867160

Child status: 0
Real time (s): 19.8298
CPU time (s): 19.576
CPU user time (s): 19.478
CPU system time (s): 0.097985
CPU usage (%): 98.7201
Max. virtual memory (cumulated for all children) (KiB): 867160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.478
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18750
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= 1425
involuntary context switches= 1511

runsolver used 0.027995 second user time and 0.077988 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 16:14:32
IDJOB=2095690
IDBENCH=55525
IDSOLVER=774
FILE ID=node23/2095690-1247408072
PBS_JOBID= 9510598
Free space on /tmp= 66360 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-16_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095690-1247408072/watcher-2095690-1247408072 -o /tmp/evaluation-result-2095690-1247408072/solver-2095690-1247408072 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095690-1247408072.xml

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

MD5SUM BENCH= 71ac09d37f4ac1064a6a1973aa3d8c5c
RANDOM SEED=734829300

node23.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.277
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.277
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:       1787032 kB
Buffers:         38088 kB
Cached:         112124 kB
SwapCached:          0 kB
Active:         154932 kB
Inactive:        56420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          81484 kB
Slab:            42752 kB
Committed_AS:  1010244 kB
PageTables:       1876 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= 66356 MiB
End job on node23 at 2009-07-12 16:14:52