Trace number 1061513

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 ESACSAT 14.3258 14.4887

DiagnosticValue
CHECKS355945
NODES2814

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-8b2.xml
MD5SUM2c0b269815922f4eb4069ee728481209
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 benchmark0.293954
Satisfiable
(Un)Satisfiability was proved
Number of variables1152
Number of constraints4664
Maximum constraint arity8
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4664
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1061513-1215133016.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.39/0.47	     nbVariables=1152  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=2304
0.39/0.47	       =>  wckTime=0.218  cpuTime=0.15  mem=10M779
0.39/0.47	   
0.39/0.47	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
2.09/2.14	     nbConstraints=4670  nbGlobalConstraints=18  nbMergedConstraints=12  nbConvertedConstraints=4464
2.09/2.14	     nbConvertConstraintsChecks=584  nbExtensionStructures=2  nbSharedExtensionStructures=4462  nbConflictsStructures=5
2.09/2.14	     nbSharedConflictsStructures=4647  nbSharedBinaryRepresentations=5  nbEvaluationManagers=3
2.09/2.14	     nbSharedEvaluationManagers=185  minDegree=2  maxDegree=58  minArity=2  avgArity=2.68  maxArity=384  nbGenerators=18
2.09/2.14	     nbFusions=0  symmetryWckTime=0.715  symmetryCpuTime=0.39
2.09/2.14	       =>  wckTime=1.883  cpuTime=1.37  mem=33M438
2.19/2.25	   
2.19/2.25	   solver IterativeSystematicSolver being built... 
2.29/2.36	   
2.29/2.36	   INFO : Forward propagation technique limited 
2.37/2.47	       =>  wckTime=2.217  cpuTime=1.55  mem=33M625
2.77/2.80	   
2.77/2.80	   preprocessing
2.77/2.80	     nbConstraintChecks=24966  nbValidityChecks=172  nbPropagations=4246  nbRevisions=13981  nbUselessRevisions=12252
2.77/2.80	     nbSingletonTests=1376  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
2.77/2.80	     detectedInconsistency=no
2.77/2.80	       =>  wckTime=0.325  cpuTime=0.29  mem=34M607
13.68/13.86	   
13.68/13.86	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=35M556)
14.28/14.41	   
14.28/14.41	   search
14.28/14.41	     run=6  nbConstraintChecks=330979  nbValidityChecks=52623  minDepth=19  maxDepth=1152  nbPropagations=254329
14.28/14.41	     nbRevisions=955465  nbUselessRevisions=700666  nbAssignments=2814  nbFailedAssignments=208  nbBacktracks=878
14.28/14.41	     nbVisitedNodes=3190  nbRestartNogoods=21  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=936.58
14.28/14.41	     nbIEliminables=155.92  nbDEliminables=0  nbPEliminables=0
14.28/14.41	       =>  wckTime=11.939  cpuTime=11.74  mem=35M556
14.28/14.41	   
14.28/14.41	   global
14.28/14.41	     nbConstraintChecks=355945  nbValidityChecks=52795  nbPropagations=258575  nbRevisions=969446
14.28/14.41	     nbUselessRevisions=712918  nbRestartNogoods=21  solvingWckTime=11.941  solvingCpuTime=11.74  expiredTime=no
14.28/14.41	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=13.29  globalCpuTime=13.35
14.28/14.41	       =>  wckTime=14.161  cpuTime=13.3  mem=35M556
14.28/14.42	   
14.28/14.42	s SATISFIABLE
14.28/14.42	v 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 
14.28/14.42	d NODES 2814
14.28/14.42	d CHECKS 355945
14.28/14.42	   
14.28/14.42	   totalWckTime=14.229  totalCpuTime=13.36

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1061513-1215133016/watcher-1061513-1215133016 -o /tmp/evaluation-result-1061513-1215133016/solver-1061513-1215133016 -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-1061513-1215133016.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.77 1.94 1.98 3/72 14478
/proc/meminfo: memFree=1836832/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=862848 CPUtime=0.04
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 2405 0 1 0 2 2 0 0 18 0 7 0 1992276228 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 215712 1984 910 9 0 210691 0
[pid=14478/tid=14479] ppid=14476 vsize=862848 CPUtime=0.03
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 1687 0 1 0 2 1 0 0 18 0 7 0 1992276229 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14480] ppid=14476 vsize=862848 CPUtime=0
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 7 0 1992276231 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=862848 CPUtime=0
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 10 0 0 0 0 0 0 0 19 0 7 0 1992276231 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=862848 CPUtime=0
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 7 0 1992276231 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=862848 CPUtime=0
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 7 0 1992276233 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=862848 CPUtime=0
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 23 0 0 0 0 0 0 0 19 0 7 0 1992276233 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.161444 s]
/proc/loadavg: 1.77 1.94 1.98 3/72 14478
/proc/meminfo: memFree=1836832/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=865884 CPUtime=0.14
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 4207 0 1 0 11 3 0 0 18 0 9 0 1992276228 886665216 3642 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 216478 3643 1818 9 0 211026 0
[pid=14478/tid=14479] ppid=14476 vsize=865912 CPUtime=0.12
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 3302 0 1 0 10 2 0 0 18 0 9 0 1992276229 886693888 3646 996147200 134512640 134550740 4294955968 18446744073709551615 4159513886 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14478/tid=14480] ppid=14476 vsize=865912 CPUtime=0
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1992276231 886693888 3650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=865912 CPUtime=0
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992276231 886693888 3650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=865912 CPUtime=0
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1992276231 886693888 3650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=865912 CPUtime=0
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992276233 886693888 3650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=865912 CPUtime=0
/proc/14478/task/14484/stat : 14484 (java) R 14476 14478 12897 0 -1 64 213 0 0 0 0 0 0 0 19 0 9 0 1992276233 886693888 3650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 865884

[startup+0.202721 s]
/proc/loadavg: 1.77 1.94 1.98 3/72 14478
/proc/meminfo: memFree=1836832/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=867068 CPUtime=0.19
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 4679 0 1 0 16 3 0 0 18 0 9 0 1992276228 887877632 4106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 216767 4107 1861 9 0 211315 0
[pid=14478/tid=14479] ppid=14476 vsize=867068 CPUtime=0.16
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 3749 0 1 0 14 2 0 0 17 0 9 0 1992276229 887877632 4107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14478/tid=14480] ppid=14476 vsize=867068 CPUtime=0
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1992276231 887877632 4107 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=867068 CPUtime=0
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992276231 887877632 4113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=867068 CPUtime=0
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1992276231 887877632 4116 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=867068 CPUtime=0
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992276233 887877632 4116 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=867068 CPUtime=0.01
/proc/14478/task/14484/stat : 14484 (java) R 14476 14478 12897 0 -1 64 235 0 0 0 1 0 0 0 17 0 9 0 1992276233 887877632 4117 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 867068

[startup+0.301694 s]
/proc/loadavg: 1.77 1.94 1.98 3/72 14478
/proc/meminfo: memFree=1836832/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=867284 CPUtime=0.29
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 5853 0 1 0 25 4 0 0 18 0 9 0 1992276228 888098816 5227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 216821 5228 1953 9 0 211349 0
[pid=14478/tid=14479] ppid=14476 vsize=867284 CPUtime=0.23
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 4869 0 1 0 20 3 0 0 17 0 9 0 1992276229 888098816 5229 996147200 134512640 134550740 4294955968 18446744073709551615 103650450 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14478/tid=14480] ppid=14476 vsize=867284 CPUtime=0
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1992276231 888098816 5229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=867284 CPUtime=0
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992276231 888098816 5229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=867284 CPUtime=0
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1992276231 888098816 5229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=867284 CPUtime=0
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992276233 888098816 5229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=867284 CPUtime=0.04
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 290 0 0 0 4 0 0 0 16 0 9 0 1992276233 888098816 5230 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867284

[startup+0.701573 s]
/proc/loadavg: 1.77 1.94 1.98 3/72 14478
/proc/meminfo: memFree=1836832/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=868556 CPUtime=0.68
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 9092 0 1 0 62 6 0 0 18 0 9 0 1992276228 889401344 8452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 217139 8453 2009 9 0 211645 0
[pid=14478/tid=14479] ppid=14476 vsize=868556 CPUtime=0.51
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 7725 0 1 0 46 5 0 0 19 0 9 0 1992276229 889401344 8453 996147200 134512640 134550740 4294955968 18446744073709551615 4126702437 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14478/tid=14480] ppid=14476 vsize=868556 CPUtime=0
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1992276231 889401344 8454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=868556 CPUtime=0
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992276231 889401344 8455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=868556 CPUtime=0
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1992276231 889401344 8455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=868556 CPUtime=0
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992276233 889401344 8456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=868556 CPUtime=0.15
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 672 0 0 0 15 0 0 0 16 0 9 0 1992276233 889401344 8457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868556

[startup+1.50137 s]
/proc/loadavg: 1.77 1.94 1.98 3/81 14487
/proc/meminfo: memFree=1797272/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=868684 CPUtime=1.49
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 16164 0 1 0 122 27 0 0 18 0 9 0 1992276228 889532416 15521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 217171 15522 2015 9 0 211677 0
[pid=14478/tid=14479] ppid=14476 vsize=868684 CPUtime=1.24
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 14743 0 1 0 99 25 0 0 21 0 9 0 1992276229 889532416 15522 996147200 134512640 134550740 4294955968 18446744073709551615 4127046419 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14478/tid=14480] ppid=14476 vsize=868684 CPUtime=0
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992276231 889532416 15523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=868684 CPUtime=0
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992276231 889532416 15524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=868684 CPUtime=0
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1992276231 889532416 15525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=868684 CPUtime=0
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992276233 889532416 15525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=868684 CPUtime=0.22
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 725 0 0 0 22 0 0 0 15 0 9 0 1992276233 889532416 15525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14478/tid=14486] ppid=14476 vsize=868684 CPUtime=0
/proc/14478/task/14486/stat : 14486 (java) S 14476 14478 12897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992276233 889532416 15526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14487] ppid=14476 vsize=868684 CPUtime=0
/proc/14478/task/14487/stat : 14487 (java) S 14476 14478 12897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992276233 889532416 15527 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 868684

[startup+3.10194 s]
/proc/loadavg: 1.77 1.94 1.98 4/81 14491
/proc/meminfo: memFree=1771160/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=869052 CPUtime=3.07
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 32736 653 1 0 258 32 16 1 18 0 9 0 1992276228 889909248 20465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 217263 20465 2637 9 0 211769 0
[pid=14478/tid=14479] ppid=14476 vsize=869052 CPUtime=2.51
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 18193 653 1 0 207 27 16 1 25 0 9 0 1992276229 889909248 20465 996147200 134512640 134550740 4294955968 18446744073709551615 4127192329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14480] ppid=14476 vsize=869052 CPUtime=0.37
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 12730 653 0 0 18 2 16 1 16 0 9 0 1992276231 889909248 20465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 17 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 18 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 18 0 9 0 1992276233 889909248 20465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=869052 CPUtime=0.5
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 982 653 0 0 32 1 16 1 15 0 9 0 1992276233 889909248 20465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14486] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14486/stat : 14486 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 19 0 9 0 1992276233 889909248 20465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14487] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14487/stat : 14487 (java) S 14476 14478 12897 0 -1 64 6 653 0 0 0 0 16 1 15 0 9 0 1992276233 889909248 20465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 869052

[startup+6.30211 s]
/proc/loadavg: 1.78 1.94 1.98 3/81 14491
/proc/meminfo: memFree=1764696/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=869052 CPUtime=6.25
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 32777 653 1 0 575 33 16 1 18 0 9 0 1992276228 889909248 20475 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 217263 20475 2637 9 0 211769 0
[pid=14478/tid=14479] ppid=14476 vsize=869052 CPUtime=5.66
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 18196 653 1 0 522 27 16 1 25 0 9 0 1992276229 889909248 20475 996147200 134512640 134550740 4294955968 18446744073709551615 4127192365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14480] ppid=14476 vsize=869052 CPUtime=0.37
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 12730 653 0 0 18 2 16 1 17 0 9 0 1992276231 889909248 20475 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 17 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20475 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 18 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20475 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 18 0 9 0 1992276233 889909248 20475 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=869052 CPUtime=0.52
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 993 653 0 0 34 1 16 1 15 0 9 0 1992276233 889909248 20475 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14486] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14486/stat : 14486 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 19 0 9 0 1992276233 889909248 20475 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14487] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14487/stat : 14487 (java) S 14476 14478 12897 0 -1 64 33 653 0 0 0 0 16 1 15 0 9 0 1992276233 889909248 20475 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 869052

[startup+12.7025 s]
/proc/loadavg: 1.80 1.94 1.98 3/81 14491
/proc/meminfo: memFree=1764696/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=869052 CPUtime=12.59
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 32799 653 1 0 1209 33 16 1 18 0 9 0 1992276228 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 217263 20478 2637 9 0 211769 0
[pid=14478/tid=14479] ppid=14476 vsize=869052 CPUtime=12
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 18199 653 1 0 1156 27 16 1 25 0 9 0 1992276229 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4127192335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14480] ppid=14476 vsize=869052 CPUtime=0.37
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 12730 653 0 0 18 2 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 17 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 18 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 18 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=869052 CPUtime=0.52
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 1012 653 0 0 34 1 16 1 15 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14486] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14486/stat : 14486 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 19 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14487] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14487/stat : 14487 (java) S 14476 14478 12897 0 -1 64 33 653 0 0 0 0 16 1 15 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 869052

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

[startup+12.8024 s]
/proc/loadavg: 1.80 1.94 1.98 3/81 14491
/proc/meminfo: memFree=1764696/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=869052 CPUtime=12.69
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 32799 653 1 0 1219 33 16 1 18 0 9 0 1992276228 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 217263 20478 2637 9 0 211769 0
[pid=14478/tid=14479] ppid=14476 vsize=869052 CPUtime=12.1
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 18199 653 1 0 1166 27 16 1 25 0 9 0 1992276229 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4127275283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14480] ppid=14476 vsize=869052 CPUtime=0.37
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 12730 653 0 0 18 2 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 17 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 18 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 18 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=869052 CPUtime=0.52
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 1012 653 0 0 34 1 16 1 15 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14486] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14486/stat : 14486 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 19 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14487] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14487/stat : 14487 (java) S 14476 14478 12897 0 -1 64 33 653 0 0 0 0 16 1 15 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 869052

[startup+13.6022 s]
/proc/loadavg: 1.82 1.94 1.98 3/81 14491
/proc/meminfo: memFree=1764696/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=869052 CPUtime=13.48
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 32799 653 1 0 1298 33 16 1 18 0 9 0 1992276228 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 217263 20478 2637 9 0 211769 0
[pid=14478/tid=14479] ppid=14476 vsize=869052 CPUtime=12.89
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 18199 653 1 0 1245 27 16 1 25 0 9 0 1992276229 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4127192335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14480] ppid=14476 vsize=869052 CPUtime=0.37
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 12730 653 0 0 18 2 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 17 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 18 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 18 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=869052 CPUtime=0.52
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 1012 653 0 0 34 1 16 1 15 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14486] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14486/stat : 14486 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 19 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14487] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14487/stat : 14487 (java) S 14476 14478 12897 0 -1 64 33 653 0 0 0 0 16 1 15 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.48
Current children cumulated vsize (KiB) 869052

[startup+14.0021 s]
/proc/loadavg: 1.82 1.94 1.98 3/81 14491
/proc/meminfo: memFree=1764696/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=869052 CPUtime=13.88
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 32799 653 1 0 1338 33 16 1 18 0 9 0 1992276228 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 217263 20478 2637 9 0 211769 0
[pid=14478/tid=14479] ppid=14476 vsize=869052 CPUtime=13.29
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 18199 653 1 0 1285 27 16 1 25 0 9 0 1992276229 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4127275330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14480] ppid=14476 vsize=869052 CPUtime=0.37
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 12730 653 0 0 18 2 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 17 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 18 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 18 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=869052 CPUtime=0.52
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 1012 653 0 0 34 1 16 1 16 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14486] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14486/stat : 14486 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 19 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14487] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14487/stat : 14487 (java) S 14476 14478 12897 0 -1 64 33 653 0 0 0 0 16 1 15 0 9 0 1992276233 889909248 20478 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.88
Current children cumulated vsize (KiB) 869052

[startup+14.407 s]
/proc/loadavg: 1.82 1.94 1.98 3/81 14491
/proc/meminfo: memFree=1764696/2055920 swapFree=4180112/4192956
[pid=14478] ppid=14476 vsize=869052 CPUtime=14.28
/proc/14478/stat : 14478 (java) S 14476 14478 12897 0 -1 0 32856 653 1 0 1378 33 16 1 18 0 9 0 1992276228 889909248 20493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14478/statm: 217263 20493 2637 9 0 211769 0
[pid=14478/tid=14479] ppid=14476 vsize=869052 CPUtime=13.66
/proc/14478/task/14479/stat : 14479 (java) R 14476 14478 12897 0 -1 64 18204 653 1 0 1322 27 16 1 25 0 9 0 1992276229 889909248 20493 996147200 134512640 134550740 4294955968 18446744073709551615 4126095717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14480] ppid=14476 vsize=869052 CPUtime=0.37
/proc/14478/task/14480/stat : 14480 (java) S 14476 14478 12897 0 -1 64 12730 653 0 0 18 2 16 1 16 0 9 0 1992276231 889909248 20493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14481] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14481/stat : 14481 (java) S 14476 14478 12897 0 -1 64 17 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14482] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14482/stat : 14482 (java) S 14476 14478 12897 0 -1 64 18 653 0 0 0 0 16 1 16 0 9 0 1992276231 889909248 20493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14483] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14483/stat : 14483 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 18 0 9 0 1992276233 889909248 20493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14484] ppid=14476 vsize=869052 CPUtime=0.55
/proc/14478/task/14484/stat : 14484 (java) S 14476 14478 12897 0 -1 64 1064 653 0 0 37 1 16 1 16 0 9 0 1992276233 889909248 20493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14486] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14486/stat : 14486 (java) S 14476 14478 12897 0 -1 64 1 653 0 0 0 0 16 1 19 0 9 0 1992276233 889909248 20493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14478/tid=14487] ppid=14476 vsize=869052 CPUtime=0.17
/proc/14478/task/14487/stat : 14487 (java) S 14476 14478 12897 0 -1 64 33 653 0 0 0 0 16 1 15 0 9 0 1992276233 889909248 20493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 869052

Child status: 0
Real time (s): 14.4887
CPU time (s): 14.3258
CPU user time (s): 13.9629
CPU system time (s): 0.362944
CPU usage (%): 98.8761
Max. virtual memory (cumulated for all children) (KiB): 869084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.9629
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33540
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= 2166
involuntary context switches= 2458

runsolver used 0.018997 second user time and 0.06099 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 02:56:56
IDJOB=1061513
IDBENCH=54565
IDSOLVER=364
FILE ID=node16/1061513-1215133016
PBS_JOBID= 7877258
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-8b2.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-1061513-1215133016/watcher-1061513-1215133016 -o /tmp/evaluation-result-1061513-1215133016/solver-1061513-1215133016 -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-1061513-1215133016.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c0b269815922f4eb4069ee728481209
RANDOM SEED=1385993730

node16.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.213
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.213
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:       1837312 kB
Buffers:         16620 kB
Cached:         106100 kB
SwapCached:       7024 kB
Active:         135648 kB
Inactive:        31660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837312 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:          51660 kB
Slab:            36576 kB
Committed_AS:  3411332 kB
PageTables:       1856 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= 66552 MiB
End job on node16 at 2008-07-04 02:57:11