Trace number 1081980

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 54.7087 55.1541

DiagnosticValue
CHECKS3017070
NODES0

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-36.xml
MD5SUM87cb5ec2449d8c75ad96262506f10f50
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark54.7087
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of constraints22715
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22715
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1081980-1215220349.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.38/0.48	     nbVariables=1296  nbDomainTypes=1  minDomainSize=36  maxDomainSize=36  nbTotalValues=46656
0.38/0.48	       =>  wckTime=0.24  cpuTime=0.18  mem=11M755
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.49/0.54	   
0.49/0.54	   constraints being loaded...
35.73/36.06	     nbConstraints=23640  nbGlobalConstraints=925  nbConvertedConstraints=22715  nbConvertConstraintsChecks=14082336
35.73/36.06	     nbExtensionStructures=10866  nbSharedExtensionStructures=22710  nbConflictsStructures=11753
35.73/36.06	     nbSharedConflictsStructures=22710  nbSharedBinaryRepresentations=782135  minDegree=36  maxDegree=38  minArity=2
35.73/36.06	     avgArity=2.05  maxArity=36  nbGenerators=889  nbFusions=889  symmetryWckTime=27.252  symmetryCpuTime=6.66
35.73/36.06	     nbCliques=36
35.73/36.06	       =>  wckTime=35.818  cpuTime=14.62  mem=69M540
36.02/36.37	   
36.02/36.37	   solver IterativeSystematicSolver being built... 
36.12/36.46	   
36.12/36.46	   INFO : Forward propagation technique limited 
36.22/36.59	       =>  wckTime=36.351  cpuTime=14.8  mem=53M98
54.66/55.10	   
54.66/55.10	   preprocessing
54.66/55.10	     nbConstraintChecks=3017067  nbPropagations=75373  nbRevisions=1103301  nbUselessRevisions=1056704
54.66/55.10	     nbSingletonTests=10066  nbEffectiveSingletonTests=19  nbACRemovals=31074  nbFoundSingletons=0
54.66/55.10	     nbRemovedValues=31111  nbRemovedTuples=1260  detectedInconsistency=yes
54.66/55.10	       =>  wckTime=18.501  cpuTime=18.29  mem=54M101
54.66/55.10	   
54.66/55.10	   global
54.66/55.10	     nbConstraintChecks=3017067  nbPropagations=75373  nbRevisions=1103301  nbUselessRevisions=1056704
54.66/55.10	     nbRestartNogoods=0  solvingWckTime=18.506  solvingCpuTime=18.29  expiredTime=no  totalExploration=yes
54.66/55.10	     nbFoundSolutions=0  globalCpuTime=33.12
54.66/55.10	       =>  wckTime=54.863  cpuTime=33.09  mem=54M101
54.66/55.11	   
54.66/55.11	s UNSATISFIABLE
54.66/55.11	d NODES 0
54.66/55.11	d CHECKS 3017067
54.66/55.11	   
54.66/55.11	   totalWckTime=54.93  totalCpuTime=33.13

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081980-1215220349/watcher-1081980-1215220349 -o /tmp/evaluation-result-1081980-1215220349/solver-1081980-1215220349 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1081980-1215220349.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18693
/proc/meminfo: memFree=1412960/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=1616 CPUtime=0
/proc/18693/stat : 18693 (java) D 18691 18693 17985 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2001009226 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/18693/statm: 404 148 122 9 0 46 0

[startup+0.0924209 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18693
/proc/meminfo: memFree=1412960/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=865884 CPUtime=0.08
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 3692 0 1 0 6 2 0 0 18 0 9 0 2001009226 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 216471 3167 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.10142 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18693
/proc/meminfo: memFree=1412960/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=865884 CPUtime=0.09
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 3741 0 1 0 7 2 0 0 18 0 9 0 2001009226 886665216 3205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 216471 3206 1693 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301458 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18693
/proc/meminfo: memFree=1412960/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=866372 CPUtime=0.29
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 6030 0 1 0 24 5 0 0 18 0 9 0 2001009226 887164928 5404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 216593 5404 1956 9 0 211121 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866372

[startup+0.701531 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18693
/proc/meminfo: memFree=1412960/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=867600 CPUtime=0.68
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 9514 0 1 0 62 6 0 0 18 0 9 0 2001009226 888422400 8874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 216900 8874 2012 9 0 211406 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867600

[startup+1.50268 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 18702
/proc/meminfo: memFree=1366552/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=867512 CPUtime=1.49
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 19146 0 1 0 137 12 0 0 18 0 9 0 2001009226 888332288 18481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 216878 18481 2004 9 0 211406 0
[pid=18693/tid=18695] ppid=18691 vsize=867512 CPUtime=1.22
/proc/18693/task/18695/stat : 18695 (java) R 18691 18693 17985 0 -1 64 15749 0 1 0 112 10 0 0 25 0 9 0 2001009227 888332288 18481 996147200 134512640 134550740 4294955968 18446744073709551615 4126520613 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18696] ppid=18691 vsize=867512 CPUtime=0.09
/proc/18693/task/18696/stat : 18696 (java) S 18691 18693 17985 0 -1 64 2039 0 0 0 8 1 0 0 16 0 9 0 2001009228 888332288 18481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18697] ppid=18691 vsize=867512 CPUtime=0
/proc/18693/task/18697/stat : 18697 (java) S 18691 18693 17985 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001009228 888332288 18481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18698] ppid=18691 vsize=867512 CPUtime=0
/proc/18693/task/18698/stat : 18698 (java) S 18691 18693 17985 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001009228 888332288 18481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18699] ppid=18691 vsize=867512 CPUtime=0
/proc/18693/task/18699/stat : 18699 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001009230 888332288 18481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18700] ppid=18691 vsize=867512 CPUtime=0.16
/proc/18693/task/18700/stat : 18700 (java) S 18691 18693 17985 0 -1 64 661 0 0 0 16 0 0 0 16 0 9 0 2001009230 888332288 18481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18701] ppid=18691 vsize=867512 CPUtime=0
/proc/18693/task/18701/stat : 18701 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001009230 888332288 18481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18702] ppid=18691 vsize=867512 CPUtime=0
/proc/18693/task/18702/stat : 18702 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001009230 888332288 18481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867512

[startup+3.10197 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 18702
/proc/meminfo: memFree=1346392/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=867644 CPUtime=3.09
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 22263 0 1 0 280 29 0 0 18 0 9 0 2001009226 888467456 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 216910 21594 2006 9 0 211438 0
[pid=18693/tid=18695] ppid=18691 vsize=867644 CPUtime=2.62
/proc/18693/task/18695/stat : 18695 (java) R 18691 18693 17985 0 -1 64 15785 0 1 0 237 25 0 0 25 0 9 0 2001009227 888467456 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18696] ppid=18691 vsize=867640 CPUtime=0.19
/proc/18693/task/18696/stat : 18696 (java) S 18691 18693 17985 0 -1 64 5056 0 0 0 18 1 0 0 17 0 9 0 2001009228 888463360 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18697] ppid=18691 vsize=867644 CPUtime=0
/proc/18693/task/18697/stat : 18697 (java) S 18691 18693 17985 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001009228 888467456 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18698] ppid=18691 vsize=867640 CPUtime=0
/proc/18693/task/18698/stat : 18698 (java) S 18691 18693 17985 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001009228 888463360 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18699] ppid=18691 vsize=867640 CPUtime=0
/proc/18693/task/18699/stat : 18699 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001009230 888463360 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18700] ppid=18691 vsize=867640 CPUtime=0.23
/proc/18693/task/18700/stat : 18700 (java) S 18691 18693 17985 0 -1 64 725 0 0 0 23 0 0 0 16 0 9 0 2001009230 888463360 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18701] ppid=18691 vsize=867640 CPUtime=0
/proc/18693/task/18701/stat : 18701 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001009230 888463360 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18702] ppid=18691 vsize=867640 CPUtime=0
/proc/18693/task/18702/stat : 18702 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001009230 888463360 21594 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867644

[startup+6.30257 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 18702
/proc/meminfo: memFree=1333976/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=867640 CPUtime=6.29
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 23756 0 1 0 557 72 0 0 18 0 9 0 2001009226 888463360 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 216910 23085 2006 9 0 211438 0
[pid=18693/tid=18695] ppid=18691 vsize=867640 CPUtime=5.72
/proc/18693/task/18695/stat : 18695 (java) R 18691 18693 17985 0 -1 64 15788 0 1 0 505 67 0 0 25 0 9 0 2001009227 888463360 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18696] ppid=18691 vsize=867640 CPUtime=0.29
/proc/18693/task/18696/stat : 18696 (java) S 18691 18693 17985 0 -1 64 6545 0 0 0 27 2 0 0 17 0 9 0 2001009228 888463360 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18697] ppid=18691 vsize=867640 CPUtime=0
/proc/18693/task/18697/stat : 18697 (java) S 18691 18693 17985 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001009228 888463360 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18698] ppid=18691 vsize=867640 CPUtime=0
/proc/18693/task/18698/stat : 18698 (java) S 18691 18693 17985 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001009228 888463360 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18699] ppid=18691 vsize=867640 CPUtime=0
/proc/18693/task/18699/stat : 18699 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001009230 888463360 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18700] ppid=18691 vsize=867640 CPUtime=0.23
/proc/18693/task/18700/stat : 18700 (java) S 18691 18693 17985 0 -1 64 726 0 0 0 23 0 0 0 16 0 9 0 2001009230 888463360 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18701] ppid=18691 vsize=867640 CPUtime=0
/proc/18693/task/18701/stat : 18701 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001009230 888463360 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18702] ppid=18691 vsize=867640 CPUtime=0
/proc/18693/task/18702/stat : 18702 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001009230 888463360 23085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867640

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 18704
/proc/meminfo: memFree=1315144/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=867964 CPUtime=8.96
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 25592 0 1 0 793 103 0 0 18 0 10 0 2001009226 888795136 24369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 216991 24369 2012 9 0 211519 0
[pid=18704] ppid=18693 vsize=9012 CPUtime=3.67
/proc/18704/stat : 18704 (saucy) R 18693 18693 17985 0 -1 4194304 1658 0 0 0 366 1 0 0 25 0 1 0 2001010122 9228288 1629 996147200 134512640 134531332 4294956000 18446744073709551615 134521757 0 4 0 0 0 0 0 17 1 0 0
/proc/18704/statm: 2253 1629 104 4 0 1929 0
[pid=18693/tid=18695] ppid=18691 vsize=867964 CPUtime=8.28
/proc/18693/task/18695/stat : 18695 (java) S 18691 18693 17985 0 -1 64 16246 0 1 0 730 98 0 0 15 0 10 0 2001009227 888795136 24369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=18693/tid=18696] ppid=18691 vsize=867964 CPUtime=0.39
/proc/18693/task/18696/stat : 18696 (java) S 18691 18693 17985 0 -1 64 7836 0 0 0 36 3 0 0 16 0 10 0 2001009228 888795136 24369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18697] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18697/stat : 18697 (java) S 18691 18693 17985 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2001009228 888795136 24369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18698] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18698/stat : 18698 (java) S 18691 18693 17985 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 2001009228 888795136 24369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18699] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18699/stat : 18699 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 2001009230 888795136 24369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18700] ppid=18691 vsize=867964 CPUtime=0.25
/proc/18693/task/18700/stat : 18700 (java) S 18691 18693 17985 0 -1 64 733 0 0 0 25 0 0 0 15 0 10 0 2001009230 888795136 24369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18701] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18701/stat : 18701 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2001009230 888795136 24369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18702] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18702/stat : 18702 (java) S 18691 18693 17985 0 -1 64 10 0 0 0 0 0 0 0 15 0 10 0 2001009230 888795136 24369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18703] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18703/stat : 18703 (java) S 18691 18693 17985 0 -1 64 71 0 0 0 0 0 0 0 16 0 10 0 2001010122 888795136 24369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 876976

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 18704
/proc/meminfo: memFree=1313864/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=867964 CPUtime=8.98
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 26188 0 1 0 795 103 0 0 18 0 10 0 2001009226 888795136 24370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 216991 24370 2012 9 0 211519 0
[pid=18704] ppid=18693 vsize=10200 CPUtime=16.33
/proc/18704/stat : 18704 (saucy) R 18693 18693 17985 0 -1 4194304 1944 0 0 0 1631 2 0 0 25 0 1 0 2001010122 10444800 1915 996147200 134512640 134531332 4294956000 18446744073709551615 134523803 0 4 0 0 0 0 0 17 1 0 0
/proc/18704/statm: 2550 1915 104 4 0 2226 0
[pid=18693/tid=18695] ppid=18691 vsize=867964 CPUtime=8.3
/proc/18693/task/18695/stat : 18695 (java) S 18691 18693 17985 0 -1 64 16802 0 1 0 732 98 0 0 15 0 10 0 2001009227 888795136 24370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=18693/tid=18696] ppid=18691 vsize=867964 CPUtime=0.39
/proc/18693/task/18696/stat : 18696 (java) S 18691 18693 17985 0 -1 64 7836 0 0 0 36 3 0 0 16 0 10 0 2001009228 888795136 24370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18697] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18697/stat : 18697 (java) S 18691 18693 17985 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2001009228 888795136 24370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18698] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18698/stat : 18698 (java) S 18691 18693 17985 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 2001009228 888795136 24370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18699] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18699/stat : 18699 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 2001009230 888795136 24370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18700] ppid=18691 vsize=867964 CPUtime=0.25
/proc/18693/task/18700/stat : 18700 (java) S 18691 18693 17985 0 -1 64 773 0 0 0 25 0 0 0 15 0 10 0 2001009230 888795136 24370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18701] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18701/stat : 18701 (java) S 18691 18693 17985 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2001009230 888795136 24370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18702] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18702/stat : 18702 (java) S 18691 18693 17985 0 -1 64 10 0 0 0 0 0 0 0 15 0 10 0 2001009230 888795136 24370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18703] ppid=18691 vsize=867964 CPUtime=0
/proc/18693/task/18703/stat : 18703 (java) S 18691 18693 17985 0 -1 64 71 0 0 0 0 0 0 0 16 0 10 0 2001010122 888795136 24370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 878164

[startup+51.1028 s]
/proc/loadavg: 2.02 2.00 2.00 3/81 18706
/proc/meminfo: memFree=1312776/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=868376 CPUtime=50.7
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 46628 2131 1 0 2933 110 2024 3 18 0 9 0 2001009226 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 217094 27449 2637 9 0 211600 0
[pid=18693/tid=18695] ppid=18691 vsize=868376 CPUtime=49.56
/proc/18693/task/18695/stat : 18695 (java) R 18691 18693 17985 0 -1 64 27343 2131 1 0 2827 102 2024 3 25 0 9 0 2001009227 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18696] ppid=18691 vsize=868376 CPUtime=20.96
/proc/18693/task/18696/stat : 18696 (java) S 18691 18693 17985 0 -1 64 17376 2131 0 0 64 5 2024 3 16 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18697] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18697/stat : 18697 (java) S 18691 18693 17985 0 -1 64 17 2131 0 0 0 0 2024 3 17 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18698] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18698/stat : 18698 (java) S 18691 18693 17985 0 -1 64 15 2131 0 0 0 0 2024 3 16 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18699] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18699/stat : 18699 (java) S 18691 18693 17985 0 -1 64 1 2131 0 0 0 0 2024 3 23 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18700] ppid=18691 vsize=868376 CPUtime=20.67
/proc/18693/task/18700/stat : 18700 (java) S 18691 18693 17985 0 -1 64 1056 2131 0 0 39 1 2024 3 15 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18701] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18701/stat : 18701 (java) S 18691 18693 17985 0 -1 64 1 2131 0 0 0 0 2024 3 24 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18702] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18702/stat : 18702 (java) S 18691 18693 17985 0 -1 64 12 2131 0 0 0 0 2024 3 15 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 868376

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

[startup+52.7021 s]
/proc/loadavg: 2.02 2.00 2.00 3/81 18706
/proc/meminfo: memFree=1312776/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=868376 CPUtime=52.28
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 46636 2131 1 0 3091 110 2024 3 18 0 9 0 2001009226 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 217094 27449 2637 9 0 211600 0
[pid=18693/tid=18695] ppid=18691 vsize=868376 CPUtime=51.15
/proc/18693/task/18695/stat : 18695 (java) R 18691 18693 17985 0 -1 64 27351 2131 1 0 2986 102 2024 3 25 0 9 0 2001009227 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4127434490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18696] ppid=18691 vsize=868376 CPUtime=20.96
/proc/18693/task/18696/stat : 18696 (java) S 18691 18693 17985 0 -1 64 17376 2131 0 0 64 5 2024 3 16 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18697] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18697/stat : 18697 (java) S 18691 18693 17985 0 -1 64 17 2131 0 0 0 0 2024 3 17 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18698] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18698/stat : 18698 (java) S 18691 18693 17985 0 -1 64 15 2131 0 0 0 0 2024 3 16 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18699] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18699/stat : 18699 (java) S 18691 18693 17985 0 -1 64 1 2131 0 0 0 0 2024 3 23 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18700] ppid=18691 vsize=868376 CPUtime=20.67
/proc/18693/task/18700/stat : 18700 (java) S 18691 18693 17985 0 -1 64 1056 2131 0 0 39 1 2024 3 15 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18701] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18701/stat : 18701 (java) S 18691 18693 17985 0 -1 64 1 2131 0 0 0 0 2024 3 24 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18702] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18702/stat : 18702 (java) S 18691 18693 17985 0 -1 64 12 2131 0 0 0 0 2024 3 15 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.28
Current children cumulated vsize (KiB) 868376

[startup+54.3014 s]
/proc/loadavg: 2.02 2.00 2.00 3/81 18706
/proc/meminfo: memFree=1312776/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=868376 CPUtime=53.86
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 46651 2131 1 0 3249 110 2024 3 18 0 9 0 2001009226 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 217094 27449 2637 9 0 211600 0
[pid=18693/tid=18695] ppid=18691 vsize=868376 CPUtime=52.73
/proc/18693/task/18695/stat : 18695 (java) R 18691 18693 17985 0 -1 64 27366 2131 1 0 3144 102 2024 3 25 0 9 0 2001009227 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4127425894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18696] ppid=18691 vsize=868376 CPUtime=20.96
/proc/18693/task/18696/stat : 18696 (java) S 18691 18693 17985 0 -1 64 17376 2131 0 0 64 5 2024 3 16 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18697] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18697/stat : 18697 (java) S 18691 18693 17985 0 -1 64 17 2131 0 0 0 0 2024 3 17 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18698] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18698/stat : 18698 (java) S 18691 18693 17985 0 -1 64 15 2131 0 0 0 0 2024 3 16 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18699] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18699/stat : 18699 (java) S 18691 18693 17985 0 -1 64 1 2131 0 0 0 0 2024 3 23 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18700] ppid=18691 vsize=868376 CPUtime=20.67
/proc/18693/task/18700/stat : 18700 (java) S 18691 18693 17985 0 -1 64 1056 2131 0 0 39 1 2024 3 15 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18701] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18701/stat : 18701 (java) S 18691 18693 17985 0 -1 64 1 2131 0 0 0 0 2024 3 24 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18702] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18702/stat : 18702 (java) S 18691 18693 17985 0 -1 64 12 2131 0 0 0 0 2024 3 15 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.86
Current children cumulated vsize (KiB) 868376

[startup+54.7015 s]
/proc/loadavg: 2.02 2.00 2.00 3/81 18706
/proc/meminfo: memFree=1312776/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=868376 CPUtime=54.26
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 46659 2131 1 0 3289 110 2024 3 18 0 9 0 2001009226 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 217094 27449 2637 9 0 211600 0
[pid=18693/tid=18695] ppid=18691 vsize=868376 CPUtime=53.13
/proc/18693/task/18695/stat : 18695 (java) R 18691 18693 17985 0 -1 64 27374 2131 1 0 3184 102 2024 3 25 0 9 0 2001009227 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18696] ppid=18691 vsize=868376 CPUtime=20.96
/proc/18693/task/18696/stat : 18696 (java) S 18691 18693 17985 0 -1 64 17376 2131 0 0 64 5 2024 3 16 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18697] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18697/stat : 18697 (java) S 18691 18693 17985 0 -1 64 17 2131 0 0 0 0 2024 3 17 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18698] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18698/stat : 18698 (java) S 18691 18693 17985 0 -1 64 15 2131 0 0 0 0 2024 3 16 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18699] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18699/stat : 18699 (java) S 18691 18693 17985 0 -1 64 1 2131 0 0 0 0 2024 3 23 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18700] ppid=18691 vsize=868376 CPUtime=20.67
/proc/18693/task/18700/stat : 18700 (java) S 18691 18693 17985 0 -1 64 1056 2131 0 0 39 1 2024 3 15 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18701] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18701/stat : 18701 (java) S 18691 18693 17985 0 -1 64 1 2131 0 0 0 0 2024 3 24 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18702] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18702/stat : 18702 (java) S 18691 18693 17985 0 -1 64 12 2131 0 0 0 0 2024 3 15 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.26
Current children cumulated vsize (KiB) 868376

[startup+55.1026 s]
/proc/loadavg: 2.02 2.00 2.00 3/81 18706
/proc/meminfo: memFree=1312776/2055920 swapFree=4180412/4192956
[pid=18693] ppid=18691 vsize=868376 CPUtime=54.66
/proc/18693/stat : 18693 (java) S 18691 18693 17985 0 -1 0 46664 2131 1 0 3328 111 2024 3 18 0 9 0 2001009226 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18693/statm: 217094 27449 2637 9 0 211600 0
[pid=18693/tid=18695] ppid=18691 vsize=868376 CPUtime=53.53
/proc/18693/task/18695/stat : 18695 (java) R 18691 18693 17985 0 -1 64 27379 2131 1 0 3223 103 2024 3 25 0 9 0 2001009227 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4125964636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18696] ppid=18691 vsize=868376 CPUtime=20.96
/proc/18693/task/18696/stat : 18696 (java) S 18691 18693 17985 0 -1 64 17376 2131 0 0 64 5 2024 3 16 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18697] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18697/stat : 18697 (java) S 18691 18693 17985 0 -1 64 17 2131 0 0 0 0 2024 3 17 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18698] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18698/stat : 18698 (java) S 18691 18693 17985 0 -1 64 15 2131 0 0 0 0 2024 3 16 0 9 0 2001009228 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18699] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18699/stat : 18699 (java) S 18691 18693 17985 0 -1 64 1 2131 0 0 0 0 2024 3 23 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18700] ppid=18691 vsize=868376 CPUtime=20.67
/proc/18693/task/18700/stat : 18700 (java) S 18691 18693 17985 0 -1 64 1056 2131 0 0 39 1 2024 3 15 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18693/tid=18701] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18701/stat : 18701 (java) S 18691 18693 17985 0 -1 64 1 2131 0 0 0 0 2024 3 24 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18693/tid=18702] ppid=18691 vsize=868376 CPUtime=20.27
/proc/18693/task/18702/stat : 18702 (java) S 18691 18693 17985 0 -1 64 12 2131 0 0 0 0 2024 3 15 0 9 0 2001009230 889217024 27449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.66
Current children cumulated vsize (KiB) 868376

Child status: 0
Real time (s): 55.1541
CPU time (s): 54.7087
CPU user time (s): 53.5409
CPU system time (s): 1.16782
CPU usage (%): 99.1923
Max. virtual memory (cumulated for all children) (KiB): 878428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.5409
system time used= 1.16782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48994
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= 3417
involuntary context switches= 3509

runsolver used 0.066989 second user time and 0.197969 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 03:12:30
IDJOB=1081980
IDBENCH=57166
IDSOLVER=364
FILE ID=node21/1081980-1215220349
PBS_JOBID= 7881811
Free space on /tmp= 66480 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-36.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081980-1215220349/watcher-1081980-1215220349 -o /tmp/evaluation-result-1081980-1215220349/solver-1081980-1215220349 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1081980-1215220349.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 87cb5ec2449d8c75ad96262506f10f50
RANDOM SEED=911767233

node21.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.263
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.263
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:       1413440 kB
Buffers:         93852 kB
Cached:         429056 kB
SwapCached:       6472 kB
Active:         238892 kB
Inactive:       335624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413440 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            4812 kB
Writeback:           0 kB
Mapped:          57936 kB
Slab:            53164 kB
Committed_AS:  3553420 kB
PageTables:       1880 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= 66476 MiB
End job on node21 at 2008-07-05 03:13:25