Trace number 2095622

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 21.2408 21.4797

DiagnosticValue
CHECKS6118380
NODES4509

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-07.xml
MD5SUMd3bbb87c49a34df4eb9bda6df8940577
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9767
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
Global constraints used (with number of constraints)

Solver Data

0.07/0.10	
0.07/0.10	Abscon 112 (May, 2008)
0.17/0.27	
0.17/0.27	   configuration
0.17/0.27	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2095622-1247407863.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.37/0.44	     nbVariables=368  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9568
0.37/0.44	       =>  wckTime=0.17  cpuTime=0.14  mem=8M867
0.37/0.44	   
0.37/0.44	   relations being loaded...
0.37/0.50	   
0.37/0.50	   predicates being loaded...
0.47/0.56	   
0.47/0.56	   constraints being loaded...
0.97/1.03	   Too large in ConstraintConflictsSTructure
0.97/1.06	   Too large in ConstraintConflictsSTructure
2.35/2.46	     nbConstraints=2573  nbRelationTypes=6  nbGlobalConstraints=153  nbExtensionStructures=6
2.35/2.46	     nbSharedExtensionStructures=146  nbConflictsStructures=4  nbSharedConflictsStructures=124
2.35/2.46	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
2.35/2.46	     nbSharedEvaluationManagers=2412  minDegree=14  maxDegree=87  minArity=3  avgArity=8.65  maxArity=350
2.35/2.46	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.499  symmetryCpuTime=0.22
2.35/2.46	       =>  wckTime=2.188  cpuTime=1.63  mem=29M280
2.44/2.57	   
2.44/2.57	   solver IterativeSystematicSolver being built... 
2.84/2.94	   
2.84/2.94	   INFO : Forward propagation technique limited 
2.94/3.01	       =>  wckTime=2.74  cpuTime=1.97  mem=80M787
3.93/4.06	   
3.93/4.06	   preprocessing
3.93/4.06	     nbConstraintChecks=162858  nbValidityChecks=6725008  nbPropagations=5605  nbRevisions=19326
3.93/4.06	     nbUselessRevisions=19321  nbSingletonTests=400  nbEffectiveSingletonTests=0  nbACRemovals=514  nbFoundSingletons=0
3.93/4.06	     nbRemovedValues=514  detectedInconsistency=no
3.93/4.06	       =>  wckTime=1.04  cpuTime=0.95  mem=82M683
5.22/5.37	   
5.22/5.37	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=55M448)
21.16/21.43	   
21.16/21.43	   search
21.16/21.43	     run=9  nbConstraintChecks=5955523  nbValidityChecks=48023180  minDepth=41  maxDepth=368  nbPropagations=269236
21.16/21.43	     nbRevisions=6790870  nbUselessRevisions=6790359  nbAssignments=4509  nbFailedAssignments=976  nbBacktracks=1859
21.16/21.43	     nbVisitedNodes=6106  nbRestartNogoods=101  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=62.87
21.16/21.43	     nbIEliminables=287.02  nbDEliminables=0  nbPEliminables=0
21.16/21.43	       =>  wckTime=18.416  cpuTime=17.99  mem=55M448
21.16/21.43	   
21.16/21.43	   global
21.16/21.43	     nbConstraintChecks=6118381  nbValidityChecks=54748188  nbPropagations=274841  nbRevisions=6810196
21.16/21.43	     nbUselessRevisions=6809680  nbRestartNogoods=101  solvingWckTime=18.418  solvingCpuTime=17.99  expiredTime=no
21.16/21.43	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=19.96  globalCpuTime=20.02
21.16/21.43	       =>  wckTime=21.163  cpuTime=19.97  mem=55M448
21.16/21.43	   
21.16/21.43	s SATISFIABLE
21.16/21.44	v 14 11 0 5 18 15 0 18 12 18 2 17 4 22 0 2 12 4 17 0 2 4 7 4 13 2 4 0 17 4 13 0 18 7 0 3 0 2 2 8 3 4 13 19 0 11 1 4 5 14 17 4 7 0 13 3 11 4 14 13 4 13 0 19 19 17 14 11 11 3 4 13 13 24 20 19 0 7 2 7 14 17 0 11 4 1 8 13 6 20 18 13 17 8 21 8 4 17 0 4 2 11 0 19 4 1 1 12 0 19 7 11 8 3 3 8 18 19 0 19 19 14 17 4 1 17 0 8 11 11 4 1 0 13 0 11 1 4 3 4 21 8 11 17 0 13 3 14 12 15 14 8 17 8 3 17 4 15 4 0 11 0 13 19 17 4 6 8 14 13 8 4 4 4 21 4 17 13 4 18 4 13 18 4 4 11 18 8 4 0 21 0 8 11 0 2 8 3 18 8 17 8 20 18 0 18 7 11 8 13 3 4 13 4 17 0 0 17 4 17 4 5 20 19 4 8 19 0 11 8 0 13 18 19 0 11 4 18 15 4 2 19 17 0 4 0 18 4 8 2 2 0 3 0 0 0 0 2 14 0 19 13 4 19 0 21 14 8 3 0 12 14 13 6 18 19 12 15 7 8 3 11 4 11 14 6 6 8 13 6 18 8 11 14 21 0 6 20 4 5 8 2 7 4 4 4 11 13 0 1 11 0 8 12 12 0 2 20 11 0 19 4 3 8 11 0 19 0 19 8 14 13 18 4 0 13 18 4 19 14 13 4 3 8 2 19 4 11 0 13 0 13 19 4 4 23 4 17 19 22 0 2 10 24 17 4 13 4 
21.16/21.44	d NODES 4509
21.16/21.44	d CHECKS 6118381
21.16/21.44	   
21.16/21.44	   totalWckTime=21.234  totalCpuTime=20.03

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095622-1247407863/watcher-2095622-1247407863 -o /tmp/evaluation-result-2095622-1247407863/solver-2095622-1247407863 -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-2095622-1247407863.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.03 2.04 1.98 4/80 3804
/proc/meminfo: memFree=1795344/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=18576 CPUtime=0
/proc/3804/stat : 3804 (runsolver) R 3802 3804 32688 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27849780 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3804/statm: 4644 284 249 26 0 2626 0

[startup+0.0208421 s]
/proc/loadavg: 2.03 2.04 1.98 4/80 3804
/proc/meminfo: memFree=1795344/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=11044 CPUtime=0
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 859 0 1 0 0 0 0 0 18 0 2 0 27849780 11309056 613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 2761 613 313 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11044

[startup+0.101841 s]
/proc/loadavg: 2.03 2.04 1.98 4/80 3804
/proc/meminfo: memFree=1795344/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=865984 CPUtime=0.07
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 3646 0 1 0 5 2 0 0 18 0 9 0 27849780 886767616 3129 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 216496 3129 1673 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.301865 s]
/proc/loadavg: 2.03 2.04 1.98 4/80 3804
/proc/meminfo: memFree=1795344/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=866300 CPUtime=0.28
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 5699 0 1 0 24 4 0 0 18 0 9 0 27849780 887091200 5106 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 216575 5106 1923 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866300

[startup+0.701896 s]
/proc/loadavg: 2.03 2.04 1.98 4/80 3804
/proc/meminfo: memFree=1795344/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=867156 CPUtime=0.67
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 9471 0 1 0 61 6 0 0 18 0 9 0 27849780 887967744 8825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 216789 8825 2037 9 0 211225 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867156

[startup+1.50198 s]
/proc/loadavg: 2.03 2.04 1.98 3/89 3813
/proc/meminfo: memFree=1750024/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=867688 CPUtime=1.46
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 19650 0 1 0 128 18 0 0 18 0 9 0 27849780 888512512 18976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 216922 18976 2033 9 0 211380 0
[pid=3804/tid=3806] ppid=3802 vsize=867688 CPUtime=1.16
/proc/3804/task/3806/stat : 3806 (java) R 3802 3804 32688 0 -1 64 15833 0 1 0 101 15 0 0 25 0 9 0 27849782 888512512 18976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3807] ppid=3802 vsize=867688 CPUtime=0.05
/proc/3804/task/3807/stat : 3807 (java) S 3802 3804 32688 0 -1 64 2403 0 0 0 4 1 0 0 16 0 9 0 27849783 888512512 18976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3808] ppid=3802 vsize=867688 CPUtime=0
/proc/3804/task/3808/stat : 3808 (java) S 3802 3804 32688 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27849783 888512512 18976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3809] ppid=3802 vsize=867688 CPUtime=0
/proc/3804/task/3809/stat : 3809 (java) S 3802 3804 32688 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27849783 888512512 18976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3810] ppid=3802 vsize=867688 CPUtime=0
/proc/3804/task/3810/stat : 3810 (java) S 3802 3804 32688 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27849785 888512512 18976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3811] ppid=3802 vsize=867688 CPUtime=0.22
/proc/3804/task/3811/stat : 3811 (java) S 3802 3804 32688 0 -1 64 713 0 0 0 22 0 0 0 15 0 9 0 27849785 888512512 18976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3812] ppid=3802 vsize=867688 CPUtime=0
/proc/3804/task/3812/stat : 3812 (java) S 3802 3804 32688 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27849785 888512512 18976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3813] ppid=3802 vsize=867688 CPUtime=0
/proc/3804/task/3813/stat : 3813 (java) S 3802 3804 32688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27849785 888512512 18976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867688

[startup+3.10211 s]
/proc/loadavg: 2.03 2.04 1.98 4/89 3813
/proc/meminfo: memFree=1713480/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=868192 CPUtime=3.04
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 47190 751 1 0 258 30 15 1 18 0 9 0 27849780 889028608 27395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 217048 27395 2661 9 0 211484 0
[pid=3804/tid=3806] ppid=3802 vsize=868192 CPUtime=2.39
/proc/3804/task/3806/stat : 3806 (java) R 3802 3804 32688 0 -1 64 29208 751 1 0 200 23 15 1 25 0 9 0 27849782 889028608 27395 996147200 134512640 134550932 4294955968 18446744073709551615 4127279713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3807] ppid=3802 vsize=868192 CPUtime=0.44
/proc/3804/task/3807/stat : 3807 (java) S 3802 3804 32688 0 -1 64 16177 751 0 0 24 4 15 1 16 0 9 0 27849783 889028608 27395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3808] ppid=3802 vsize=868192 CPUtime=0.16
/proc/3804/task/3808/stat : 3808 (java) S 3802 3804 32688 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 27849783 889028608 27395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3809] ppid=3802 vsize=868192 CPUtime=0.16
/proc/3804/task/3809/stat : 3809 (java) S 3802 3804 32688 0 -1 64 9 751 0 0 0 0 15 1 15 0 9 0 27849783 889028608 27395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3810] ppid=3802 vsize=868192 CPUtime=0.16
/proc/3804/task/3810/stat : 3810 (java) S 3802 3804 32688 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 27849785 889028608 27395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3811] ppid=3802 vsize=868192 CPUtime=0.49
/proc/3804/task/3811/stat : 3811 (java) S 3802 3804 32688 0 -1 64 957 751 0 0 32 1 15 1 15 0 9 0 27849785 889028608 27395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3812] ppid=3802 vsize=868192 CPUtime=0.16
/proc/3804/task/3812/stat : 3812 (java) S 3802 3804 32688 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 27849785 889028608 27395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3813] ppid=3802 vsize=868192 CPUtime=0.16
/proc/3804/task/3813/stat : 3813 (java) S 3802 3804 32688 0 -1 64 13 751 0 0 0 0 15 1 15 0 9 0 27849785 889028608 27395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868192

[startup+6.3024 s]
/proc/loadavg: 2.03 2.04 1.98 3/89 3817
/proc/meminfo: memFree=1675080/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=868104 CPUtime=6.21
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 52890 751 1 0 572 33 15 1 18 0 9 0 27849780 888938496 32457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 217026 32457 2639 9 0 211484 0
[pid=3804/tid=3806] ppid=3802 vsize=868104 CPUtime=5.37
/proc/3804/task/3806/stat : 3806 (java) R 3802 3804 32688 0 -1 64 29391 751 1 0 498 23 15 1 25 0 9 0 27849782 888938496 32457 996147200 134512640 134550932 4294955968 18446744073709551615 4127317392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3807] ppid=3802 vsize=868104 CPUtime=0.54
/proc/3804/task/3807/stat : 3807 (java) S 3802 3804 32688 0 -1 64 21616 751 0 0 32 6 15 1 16 0 9 0 27849783 888938496 32457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3808] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3808/stat : 3808 (java) S 3802 3804 32688 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3809] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3809/stat : 3809 (java) S 3802 3804 32688 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3810] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3810/stat : 3810 (java) S 3802 3804 32688 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 27849785 888938496 32457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3811] ppid=3802 vsize=868104 CPUtime=0.57
/proc/3804/task/3811/stat : 3811 (java) S 3802 3804 32688 0 -1 64 1008 751 0 0 40 1 15 1 16 0 9 0 27849785 888938496 32457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3812] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3812/stat : 3812 (java) S 3802 3804 32688 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 27849785 888938496 32457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3813] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3813/stat : 3813 (java) S 3802 3804 32688 0 -1 64 40 751 0 0 0 0 15 1 15 0 9 0 27849785 888938496 32457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868104

[startup+12.703 s]
/proc/loadavg: 2.03 2.04 1.98 3/89 3817
/proc/meminfo: memFree=1674888/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=868104 CPUtime=12.54
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 52935 751 1 0 1205 33 15 1 18 0 9 0 27849780 888938496 32470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 217026 32470 2639 9 0 211484 0
[pid=3804/tid=3806] ppid=3802 vsize=868104 CPUtime=11.68
/proc/3804/task/3806/stat : 3806 (java) R 3802 3804 32688 0 -1 64 29395 751 1 0 1129 23 15 1 25 0 9 0 27849782 888938496 32470 996147200 134512640 134550932 4294955968 18446744073709551615 4127357328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3807] ppid=3802 vsize=868104 CPUtime=0.54
/proc/3804/task/3807/stat : 3807 (java) S 3802 3804 32688 0 -1 64 21616 751 0 0 32 6 15 1 16 0 9 0 27849783 888938496 32470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3808] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3808/stat : 3808 (java) S 3802 3804 32688 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3809] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3809/stat : 3809 (java) S 3802 3804 32688 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3810] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3810/stat : 3810 (java) S 3802 3804 32688 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 27849785 888938496 32470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3811] ppid=3802 vsize=868104 CPUtime=0.6
/proc/3804/task/3811/stat : 3811 (java) S 3802 3804 32688 0 -1 64 1049 751 0 0 43 1 15 1 16 0 9 0 27849785 888938496 32470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3812] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3812/stat : 3812 (java) S 3802 3804 32688 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 27849785 888938496 32470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3813] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3813/stat : 3813 (java) S 3802 3804 32688 0 -1 64 40 751 0 0 0 0 15 1 15 0 9 0 27849785 888938496 32470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868104

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

[startup+15.9023 s]
/proc/loadavg: 2.02 2.04 1.98 3/89 3817
/proc/meminfo: memFree=1674888/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=868104 CPUtime=15.71
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 52938 751 1 0 1522 33 15 1 18 0 9 0 27849780 888938496 32471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 217026 32471 2639 9 0 211484 0
[pid=3804/tid=3806] ppid=3802 vsize=868104 CPUtime=14.85
/proc/3804/task/3806/stat : 3806 (java) R 3802 3804 32688 0 -1 64 29396 751 1 0 1446 23 15 1 25 0 9 0 27849782 888938496 32471 996147200 134512640 134550932 4294955968 18446744073709551615 4127302902 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3807] ppid=3802 vsize=868104 CPUtime=0.54
/proc/3804/task/3807/stat : 3807 (java) S 3802 3804 32688 0 -1 64 21616 751 0 0 32 6 15 1 17 0 9 0 27849783 888938496 32471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3808] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3808/stat : 3808 (java) S 3802 3804 32688 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3809] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3809/stat : 3809 (java) S 3802 3804 32688 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3810] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3810/stat : 3810 (java) S 3802 3804 32688 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 27849785 888938496 32471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3811] ppid=3802 vsize=868104 CPUtime=0.6
/proc/3804/task/3811/stat : 3811 (java) S 3802 3804 32688 0 -1 64 1051 751 0 0 43 1 15 1 16 0 9 0 27849785 888938496 32471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3812] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3812/stat : 3812 (java) S 3802 3804 32688 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 27849785 888938496 32471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3813] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3813/stat : 3813 (java) S 3802 3804 32688 0 -1 64 40 751 0 0 0 0 15 1 15 0 9 0 27849785 888938496 32471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 868104

[startup+19.1016 s]
/proc/loadavg: 2.02 2.04 1.98 3/89 3817
/proc/meminfo: memFree=1674888/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=868104 CPUtime=18.88
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 52941 751 1 0 1839 33 15 1 18 0 9 0 27849780 888938496 32473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 217026 32473 2639 9 0 211484 0
[pid=3804/tid=3806] ppid=3802 vsize=868104 CPUtime=18.01
/proc/3804/task/3806/stat : 3806 (java) R 3802 3804 32688 0 -1 64 29396 751 1 0 1762 23 15 1 25 0 9 0 27849782 888938496 32473 996147200 134512640 134550932 4294955968 18446744073709551615 4127313496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3807] ppid=3802 vsize=868104 CPUtime=0.54
/proc/3804/task/3807/stat : 3807 (java) S 3802 3804 32688 0 -1 64 21616 751 0 0 32 6 15 1 16 0 9 0 27849783 888938496 32473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3808] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3808/stat : 3808 (java) S 3802 3804 32688 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3809] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3809/stat : 3809 (java) S 3802 3804 32688 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3810] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3810/stat : 3810 (java) S 3802 3804 32688 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 27849785 888938496 32473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3811] ppid=3802 vsize=868104 CPUtime=0.6
/proc/3804/task/3811/stat : 3811 (java) S 3802 3804 32688 0 -1 64 1054 751 0 0 43 1 15 1 17 0 9 0 27849785 888938496 32473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3812] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3812/stat : 3812 (java) S 3802 3804 32688 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 27849785 888938496 32473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3813] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3813/stat : 3813 (java) S 3802 3804 32688 0 -1 64 40 751 0 0 0 0 15 1 15 0 9 0 27849785 888938496 32473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.88
Current children cumulated vsize (KiB) 868104

[startup+20.7027 s]
/proc/loadavg: 2.02 2.04 1.98 3/89 3817
/proc/meminfo: memFree=1674888/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=868104 CPUtime=20.47
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 52942 751 1 0 1998 33 15 1 18 0 9 0 27849780 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 217026 32474 2639 9 0 211484 0
[pid=3804/tid=3806] ppid=3802 vsize=868104 CPUtime=19.6
/proc/3804/task/3806/stat : 3806 (java) R 3802 3804 32688 0 -1 64 29396 751 1 0 1921 23 15 1 25 0 9 0 27849782 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4127313448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3807] ppid=3802 vsize=868104 CPUtime=0.54
/proc/3804/task/3807/stat : 3807 (java) S 3802 3804 32688 0 -1 64 21616 751 0 0 32 6 15 1 17 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3808] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3808/stat : 3808 (java) S 3802 3804 32688 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3809] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3809/stat : 3809 (java) S 3802 3804 32688 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3810] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3810/stat : 3810 (java) S 3802 3804 32688 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3811] ppid=3802 vsize=868104 CPUtime=0.6
/proc/3804/task/3811/stat : 3811 (java) S 3802 3804 32688 0 -1 64 1055 751 0 0 43 1 15 1 16 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3812] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3812/stat : 3812 (java) S 3802 3804 32688 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3813] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3813/stat : 3813 (java) S 3802 3804 32688 0 -1 64 40 751 0 0 0 0 15 1 15 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.47
Current children cumulated vsize (KiB) 868104

[startup+21.1027 s]
/proc/loadavg: 2.02 2.04 1.98 3/89 3817
/proc/meminfo: memFree=1674952/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=868104 CPUtime=20.86
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 52942 751 1 0 2037 33 15 1 18 0 9 0 27849780 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 217026 32474 2639 9 0 211484 0
[pid=3804/tid=3806] ppid=3802 vsize=868104 CPUtime=19.99
/proc/3804/task/3806/stat : 3806 (java) R 3802 3804 32688 0 -1 64 29396 751 1 0 1960 23 15 1 25 0 9 0 27849782 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4127309356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3807] ppid=3802 vsize=868104 CPUtime=0.54
/proc/3804/task/3807/stat : 3807 (java) S 3802 3804 32688 0 -1 64 21616 751 0 0 32 6 15 1 17 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3808] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3808/stat : 3808 (java) S 3802 3804 32688 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3809] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3809/stat : 3809 (java) S 3802 3804 32688 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3810] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3810/stat : 3810 (java) S 3802 3804 32688 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3811] ppid=3802 vsize=868104 CPUtime=0.6
/proc/3804/task/3811/stat : 3811 (java) S 3802 3804 32688 0 -1 64 1055 751 0 0 43 1 15 1 16 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3812] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3812/stat : 3812 (java) S 3802 3804 32688 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3813] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3813/stat : 3813 (java) S 3802 3804 32688 0 -1 64 40 751 0 0 0 0 15 1 15 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.86
Current children cumulated vsize (KiB) 868104

[startup+21.3028 s]
/proc/loadavg: 2.02 2.04 1.98 3/89 3817
/proc/meminfo: memFree=1674952/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=868104 CPUtime=21.06
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 52942 751 1 0 2057 33 15 1 18 0 9 0 27849780 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 217026 32474 2639 9 0 211484 0
[pid=3804/tid=3806] ppid=3802 vsize=868104 CPUtime=20.19
/proc/3804/task/3806/stat : 3806 (java) R 3802 3804 32688 0 -1 64 29396 751 1 0 1980 23 15 1 25 0 9 0 27849782 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4126381335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3807] ppid=3802 vsize=868104 CPUtime=0.54
/proc/3804/task/3807/stat : 3807 (java) S 3802 3804 32688 0 -1 64 21616 751 0 0 32 6 15 1 16 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3808] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3808/stat : 3808 (java) S 3802 3804 32688 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3809] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3809/stat : 3809 (java) S 3802 3804 32688 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3810] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3810/stat : 3810 (java) S 3802 3804 32688 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3811] ppid=3802 vsize=868104 CPUtime=0.6
/proc/3804/task/3811/stat : 3811 (java) S 3802 3804 32688 0 -1 64 1055 751 0 0 43 1 15 1 16 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3812] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3812/stat : 3812 (java) S 3802 3804 32688 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3813] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3813/stat : 3813 (java) S 3802 3804 32688 0 -1 64 40 751 0 0 0 0 15 1 15 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.06
Current children cumulated vsize (KiB) 868104

[startup+21.4028 s]
/proc/loadavg: 2.02 2.04 1.98 3/89 3817
/proc/meminfo: memFree=1674952/2055920 swapFree=4192812/4192956
[pid=3804] ppid=3802 vsize=868104 CPUtime=21.16
/proc/3804/stat : 3804 (java) S 3802 3804 32688 0 -1 0 52942 751 1 0 2067 33 15 1 18 0 9 0 27849780 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3804/statm: 217026 32474 2639 9 0 211484 0
[pid=3804/tid=3806] ppid=3802 vsize=868104 CPUtime=20.29
/proc/3804/task/3806/stat : 3806 (java) R 3802 3804 32688 0 -1 64 29396 751 1 0 1990 23 15 1 25 0 9 0 27849782 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4127314502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3807] ppid=3802 vsize=868104 CPUtime=0.54
/proc/3804/task/3807/stat : 3807 (java) S 3802 3804 32688 0 -1 64 21616 751 0 0 32 6 15 1 16 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3808] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3808/stat : 3808 (java) S 3802 3804 32688 0 -1 64 21 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3809] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3809/stat : 3809 (java) S 3802 3804 32688 0 -1 64 9 751 0 0 0 0 15 1 16 0 9 0 27849783 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3810] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3810/stat : 3810 (java) S 3802 3804 32688 0 -1 64 2 751 0 0 0 0 15 1 18 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3811] ppid=3802 vsize=868104 CPUtime=0.6
/proc/3804/task/3811/stat : 3811 (java) S 3802 3804 32688 0 -1 64 1055 751 0 0 43 1 15 1 16 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3812] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3812/stat : 3812 (java) S 3802 3804 32688 0 -1 64 0 751 0 0 0 0 15 1 19 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3804/tid=3813] ppid=3802 vsize=868104 CPUtime=0.16
/proc/3804/task/3813/stat : 3813 (java) S 3802 3804 32688 0 -1 64 40 751 0 0 0 0 15 1 15 0 9 0 27849785 888938496 32474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.16
Current children cumulated vsize (KiB) 868104

Child status: 0
Real time (s): 21.4797
CPU time (s): 21.2408
CPU user time (s): 20.8598
CPU system time (s): 0.380942
CPU usage (%): 98.8878
Max. virtual memory (cumulated for all children) (KiB): 868192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8598
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53729
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= 2575
involuntary context switches= 3055

runsolver used 0.035994 second user time and 0.072988 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 16:11:03
IDJOB=2095622
IDBENCH=55481
IDSOLVER=774
FILE ID=node51/2095622-1247407863
PBS_JOBID= 9510543
Free space on /tmp= 66204 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-07.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-2095622-1247407863/watcher-2095622-1247407863 -o /tmp/evaluation-result-2095622-1247407863/solver-2095622-1247407863 -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-2095622-1247407863.xml

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

MD5SUM BENCH= d3bbb87c49a34df4eb9bda6df8940577
RANDOM SEED=1216265224

node51.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.225
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.225
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:       1795824 kB
Buffers:         43804 kB
Cached:         104980 kB
SwapCached:          0 kB
Active:         148156 kB
Inactive:        52624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:          72404 kB
Slab:            44580 kB
Committed_AS:  1021996 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= 66204 MiB
End job on node51 at 2009-07-12 16:11:24