Trace number 2096784

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 7.70983 7.82008

DiagnosticValue
CHECKS1450220
NODES939

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-07.xml
MD5SUM54357bc776348c1c86014af38d77c600
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.815875
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3141
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension3007
Global constraints used (with number of constraints)

Solver Data

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-2096784-1247410698.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.39	     nbVariables=291  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7566
0.29/0.39	       =>  wckTime=0.15  cpuTime=0.11  mem=8M867
0.29/0.39	   
0.29/0.39	   relations being loaded...
0.39/0.49	   
0.39/0.49	   predicates being loaded...
0.49/0.55	   
0.49/0.55	   constraints being loaded...
1.00/1.01	   Too large in ConstraintConflictsSTructure
1.00/1.04	   Too large in ConstraintConflictsSTructure
1.00/1.05	   Too large in ConstraintConflictsSTructure
1.09/1.12	   Too large in ConstraintConflictsSTructure
2.25/2.49	     nbConstraints=3141  nbRelationTypes=8  nbGlobalConstraints=134  nbExtensionStructures=8
2.25/2.49	     nbSharedExtensionStructures=126  nbConflictsStructures=4  nbSharedConflictsStructures=116
2.25/2.49	     nbUnbuiltConflictsStructures=13  nbSharedBinaryRepresentations=0  nbEvaluationManagers=9
2.25/2.49	     nbSharedEvaluationManagers=2998  minDegree=4  maxDegree=130  minArity=3  avgArity=7.41  maxArity=30  nbGenerators=0
2.25/2.49	     nbFusions=0  symmetryWckTime=0.375  symmetryCpuTime=0.19
2.25/2.49	       =>  wckTime=2.252  cpuTime=1.76  mem=39M965
2.58/2.62	   
2.58/2.63	   solver IterativeSystematicSolver being built... 
2.97/3.01	   
2.97/3.01	   INFO : Forward propagation technique limited 
2.97/3.08	       =>  wckTime=2.841  cpuTime=2.11  mem=83M296
4.36/4.44	   
4.36/4.44	   preprocessing
4.36/4.44	     nbConstraintChecks=391595  nbValidityChecks=5001761  nbPropagations=3550  nbRevisions=40446
4.36/4.44	     nbUselessRevisions=40437  nbSingletonTests=314  nbEffectiveSingletonTests=0  nbACRemovals=576  nbFoundSingletons=0
4.36/4.44	     nbRemovedValues=576  detectedInconsistency=no
4.36/4.44	       =>  wckTime=1.357  cpuTime=1.17  mem=55M3
7.63/7.74	   
7.63/7.74	   search
7.63/7.74	     run=3  nbConstraintChecks=1058630  nbValidityChecks=10480663  minDepth=151  maxDepth=291  nbPropagations=33885
7.63/7.74	     nbRevisions=1158664  nbUselessRevisions=1158504  nbAssignments=939  nbFailedAssignments=55  nbBacktracks=100
7.63/7.74	     nbVisitedNodes=1030  nbRestartNogoods=10  nbFoundSolutions=1  mapSize=42  nbInferences=0  nbTooLargeKeys=0
7.63/7.74	     nbSEliminables=0  nbREliminables=22.71  nbIEliminables=205.84  nbDEliminables=0  nbPEliminables=0
7.63/7.74	       =>  wckTime=4.654  cpuTime=4.41  mem=57M2
7.63/7.74	   
7.63/7.74	   global
7.63/7.74	     nbConstraintChecks=1450225  nbValidityChecks=15482424  nbPropagations=37435  nbRevisions=1199110
7.63/7.74	     nbUselessRevisions=1198941  nbRestartNogoods=10  solvingWckTime=4.657  solvingCpuTime=4.41  expiredTime=no
7.63/7.74	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.51  globalCpuTime=6.58
7.63/7.74	       =>  wckTime=7.502  cpuTime=6.53  mem=57M2
7.63/7.74	   
7.63/7.74	s SATISFIABLE
7.63/7.74	v 18 19 4 0 3 10 20 3 14 0 1 4 3 0 11 11 19 17 0 3 4 8 17 0 13 15 0 17 4 6 14 0 0 20 19 14 1 8 14 6 17 0 15 7 8 4 18 20 17 13 24 4 18 17 14 18 4 13 0 8 11 17 4 4 3 8 13 10 7 8 13 3 7 14 4 11 0 13 2 4 18 15 0 18 18 2 0 19 0 11 0 13 0 11 14 14 5 15 0 11 12 15 14 18 19 15 14 13 4 12 0 13 13 0 8 3 15 0 13 15 0 13 4 1 17 4 19 14 13 18 18 4 0 19 22 0 17 13 4 3 17 0 19 18 14 0 17 18 0 17 0 2 11 14 0 10 18 1 0 17 18 4 23 2 8 18 4 18 11 14 0 3 0 17 10 18 0 24 18 14 17 4 0 13 19 8 18 4 17 0 0 13 0 11 17 0 3 8 23 3 4 18 2 4 13 19 18 12 14 6 10 4 11 18 4 24 19 0 6 15 8 14 13 5 8 13 1 0 18 18 0 8 13 20 15 14 4 19 11 0 1 0 3 0 13 14 13 2 14 13 18 4 17 21 0 19 8 21 4 11 4 13 0 17 4 0 19 0 13 10 11 14 18 4 18 4 13 3 15 4 22 18 18 14 13 18 18 4 4 17 18 
7.63/7.74	d NODES 939
7.63/7.74	d CHECKS 1450225
7.63/7.74	   
7.63/7.75	   totalWckTime=7.568  totalCpuTime=6.58

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-2096784-1247410698/watcher-2096784-1247410698 -o /tmp/evaluation-result-2096784-1247410698/solver-2096784-1247410698 -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-2096784-1247410698.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.21 2.06 2.01 4/80 561
/proc/meminfo: memFree=1717344/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=200 CPUtime=0
/proc/561/stat : 561 (java) R 559 561 29719 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28133254 204800 27 996147200 134512640 134550932 4294955968 18446744073709551615 4309853 0 0 4096 0 0 0 0 17 0 0 0
/proc/561/statm: 68 33 26 9 0 4 0

[startup+0.0124131 s]
/proc/loadavg: 2.21 2.06 2.01 4/80 561
/proc/meminfo: memFree=1717344/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=10964 CPUtime=0
/proc/561/stat : 561 (java) S 559 561 29719 0 -1 0 817 0 0 0 0 0 0 0 18 0 2 0 28133254 11227136 571 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/561/statm: 2741 577 284 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10964

[startup+0.101421 s]
/proc/loadavg: 2.21 2.06 2.01 4/80 561
/proc/meminfo: memFree=1717344/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=865980 CPUtime=0.09
/proc/561/stat : 561 (java) S 559 561 29719 0 -1 0 3803 0 1 0 8 1 0 0 18 0 9 0 28133254 886763520 3254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/561/statm: 216495 3254 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301434 s]
/proc/loadavg: 2.21 2.06 2.01 4/80 561
/proc/meminfo: memFree=1717344/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=866380 CPUtime=0.29
/proc/561/stat : 561 (java) S 559 561 29719 0 -1 0 6090 0 1 0 26 3 0 0 18 0 9 0 28133254 887173120 5456 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/561/statm: 216595 5456 1987 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701457 s]
/proc/loadavg: 2.21 2.06 2.01 4/80 561
/proc/meminfo: memFree=1717344/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=867292 CPUtime=0.68
/proc/561/stat : 561 (java) S 559 561 29719 0 -1 0 10653 0 1 0 64 4 0 0 18 0 9 0 28133254 888107008 10007 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/561/statm: 216823 10009 2039 9 0 211259 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867292

[startup+1.50151 s]
/proc/loadavg: 2.21 2.06 2.01 3/89 570
/proc/meminfo: memFree=1665560/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=867692 CPUtime=1.48
/proc/561/stat : 561 (java) S 559 561 29719 0 -1 0 19380 0 1 0 133 15 0 0 18 0 9 0 28133254 888516608 18706 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/561/statm: 216923 18706 2033 9 0 211381 0
[pid=561/tid=563] ppid=559 vsize=867692 CPUtime=1.21
/proc/561/task/563/stat : 563 (java) R 559 561 29719 0 -1 64 15833 0 1 0 107 14 0 0 25 0 9 0 28133255 888516608 18706 996147200 134512640 134550932 4294955968 18446744073709551615 103796113 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=564] ppid=559 vsize=867692 CPUtime=0.04
/proc/561/task/564/stat : 564 (java) S 559 561 29719 0 -1 64 2121 0 0 0 4 0 0 0 16 0 9 0 28133256 888516608 18706 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=565] ppid=559 vsize=867692 CPUtime=0
/proc/561/task/565/stat : 565 (java) S 559 561 29719 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28133257 888516608 18706 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=566] ppid=559 vsize=867692 CPUtime=0
/proc/561/task/566/stat : 566 (java) S 559 561 29719 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28133257 888516608 18706 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=567] ppid=559 vsize=867696 CPUtime=0
/proc/561/task/567/stat : 567 (java) S 559 561 29719 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28133259 888520704 18706 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=568] ppid=559 vsize=867692 CPUtime=0.21
/proc/561/task/568/stat : 568 (java) S 559 561 29719 0 -1 64 724 0 0 0 21 0 0 0 16 0 9 0 28133259 888516608 18706 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=569] ppid=559 vsize=867692 CPUtime=0
/proc/561/task/569/stat : 569 (java) S 559 561 29719 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28133259 888516608 18706 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=570] ppid=559 vsize=867692 CPUtime=0
/proc/561/task/570/stat : 570 (java) S 559 561 29719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28133259 888516608 18706 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867692

[startup+3.1029 s]
/proc/loadavg: 2.21 2.06 2.01 3/89 570
/proc/meminfo: memFree=1636504/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=868196 CPUtime=3.07
/proc/561/stat : 561 (java) S 559 561 29719 0 -1 0 47140 574 1 0 264 29 13 1 18 0 10 0 28133254 889032704 27553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/561/statm: 217049 27553 2661 9 0 211485 0
[pid=561/tid=563] ppid=559 vsize=868196 CPUtime=2.46
/proc/561/task/563/stat : 563 (java) R 559 561 29719 0 -1 64 28480 574 1 0 210 22 13 1 17 0 10 0 28133255 889032704 27553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=564] ppid=559 vsize=868196 CPUtime=0.43
/proc/561/task/564/stat : 564 (java) S 559 561 29719 0 -1 64 16881 574 0 0 25 4 13 1 17 0 10 0 28133256 889032704 27553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=565] ppid=559 vsize=868196 CPUtime=0.14
/proc/561/task/565/stat : 565 (java) S 559 561 29719 0 -1 64 18 574 0 0 0 0 13 1 15 0 10 0 28133257 889032704 27553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=566] ppid=559 vsize=868196 CPUtime=0.14
/proc/561/task/566/stat : 566 (java) S 559 561 29719 0 -1 64 10 574 0 0 0 0 13 1 15 0 10 0 28133257 889032704 27553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=567] ppid=559 vsize=868196 CPUtime=0.14
/proc/561/task/567/stat : 567 (java) S 559 561 29719 0 -1 64 2 574 0 0 0 0 13 1 24 0 10 0 28133259 889032704 27553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=568] ppid=559 vsize=868196 CPUtime=0.43
/proc/561/task/568/stat : 568 (java) S 559 561 29719 0 -1 64 932 574 0 0 28 1 13 1 15 0 10 0 28133259 889032704 27553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=569] ppid=559 vsize=868196 CPUtime=0.14
/proc/561/task/569/stat : 569 (java) S 559 561 29719 0 -1 64 1 574 0 0 0 0 13 1 25 0 10 0 28133259 889032704 27553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=570] ppid=559 vsize=868196 CPUtime=0.14
/proc/561/task/570/stat : 570 (java) S 559 561 29719 0 -1 64 13 574 0 0 0 0 13 1 15 0 10 0 28133259 889032704 27553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868196

[startup+6.30284 s]
/proc/loadavg: 2.28 2.07 2.02 3/89 574
/proc/meminfo: memFree=1597904/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=868108 CPUtime=6.24
/proc/561/stat : 561 (java) S 559 561 29719 0 -1 0 52190 696 1 0 578 32 13 1 18 0 9 0 28133254 888942592 32333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/561/statm: 217027 32333 2639 9 0 211485 0
[pid=561/tid=563] ppid=559 vsize=868108 CPUtime=5.44
/proc/561/task/563/stat : 563 (java) R 559 561 29719 0 -1 64 28695 696 1 0 508 22 13 1 17 0 9 0 28133255 888942592 32333 996147200 134512640 134550932 4294955968 18446744073709551615 4127326283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=564] ppid=559 vsize=868108 CPUtime=0.53
/proc/561/task/564/stat : 564 (java) S 559 561 29719 0 -1 64 21630 696 0 0 33 6 13 1 16 0 9 0 28133256 888942592 32333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=565] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/565/stat : 565 (java) S 559 561 29719 0 -1 64 18 696 0 0 0 0 13 1 15 0 9 0 28133257 888942592 32333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=566] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/566/stat : 566 (java) S 559 561 29719 0 -1 64 10 696 0 0 0 0 13 1 15 0 9 0 28133257 888942592 32333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=567] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/567/stat : 567 (java) S 559 561 29719 0 -1 64 2 696 0 0 0 0 13 1 24 0 9 0 28133259 888942592 32333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=568] ppid=559 vsize=868108 CPUtime=0.5
/proc/561/task/568/stat : 568 (java) S 559 561 29719 0 -1 64 987 696 0 0 35 1 13 1 16 0 9 0 28133259 888942592 32333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=569] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/569/stat : 569 (java) S 559 561 29719 0 -1 64 1 696 0 0 0 0 13 1 25 0 9 0 28133259 888942592 32333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=570] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/570/stat : 570 (java) S 559 561 29719 0 -1 64 41 696 0 0 0 0 13 1 15 0 9 0 28133259 888942592 32333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868108

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

[startup+7.10189 s]
/proc/loadavg: 2.28 2.07 2.02 3/89 574
/proc/meminfo: memFree=1597904/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=868108 CPUtime=7.03
/proc/561/stat : 561 (java) S 559 561 29719 0 -1 0 52191 696 1 0 657 32 13 1 18 0 9 0 28133254 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/561/statm: 217027 32334 2639 9 0 211485 0
[pid=561/tid=563] ppid=559 vsize=868108 CPUtime=6.23
/proc/561/task/563/stat : 563 (java) R 559 561 29719 0 -1 64 28695 696 1 0 587 22 13 1 24 0 9 0 28133255 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4127297119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=564] ppid=559 vsize=868108 CPUtime=0.53
/proc/561/task/564/stat : 564 (java) S 559 561 29719 0 -1 64 21630 696 0 0 33 6 13 1 16 0 9 0 28133256 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=565] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/565/stat : 565 (java) S 559 561 29719 0 -1 64 18 696 0 0 0 0 13 1 15 0 9 0 28133257 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=566] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/566/stat : 566 (java) S 559 561 29719 0 -1 64 10 696 0 0 0 0 13 1 15 0 9 0 28133257 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=567] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/567/stat : 567 (java) S 559 561 29719 0 -1 64 2 696 0 0 0 0 13 1 24 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=568] ppid=559 vsize=868108 CPUtime=0.51
/proc/561/task/568/stat : 568 (java) S 559 561 29719 0 -1 64 988 696 0 0 36 1 13 1 15 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=569] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/569/stat : 569 (java) S 559 561 29719 0 -1 64 1 696 0 0 0 0 13 1 25 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=570] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/570/stat : 570 (java) S 559 561 29719 0 -1 64 41 696 0 0 0 0 13 1 15 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 868108

[startup+7.50192 s]
/proc/loadavg: 2.28 2.07 2.02 3/89 574
/proc/meminfo: memFree=1597904/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=868108 CPUtime=7.43
/proc/561/stat : 561 (java) S 559 561 29719 0 -1 0 52193 696 1 0 697 32 13 1 18 0 9 0 28133254 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/561/statm: 217027 32334 2639 9 0 211485 0
[pid=561/tid=563] ppid=559 vsize=868108 CPUtime=6.62
/proc/561/task/563/stat : 563 (java) R 559 561 29719 0 -1 64 28696 696 1 0 626 22 13 1 25 0 9 0 28133255 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4127313558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=564] ppid=559 vsize=868108 CPUtime=0.53
/proc/561/task/564/stat : 564 (java) S 559 561 29719 0 -1 64 21630 696 0 0 33 6 13 1 17 0 9 0 28133256 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=565] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/565/stat : 565 (java) S 559 561 29719 0 -1 64 18 696 0 0 0 0 13 1 15 0 9 0 28133257 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=566] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/566/stat : 566 (java) S 559 561 29719 0 -1 64 10 696 0 0 0 0 13 1 15 0 9 0 28133257 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=567] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/567/stat : 567 (java) S 559 561 29719 0 -1 64 2 696 0 0 0 0 13 1 24 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=568] ppid=559 vsize=868108 CPUtime=0.51
/proc/561/task/568/stat : 568 (java) S 559 561 29719 0 -1 64 989 696 0 0 36 1 13 1 15 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=569] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/569/stat : 569 (java) S 559 561 29719 0 -1 64 1 696 0 0 0 0 13 1 25 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=570] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/570/stat : 570 (java) S 559 561 29719 0 -1 64 41 696 0 0 0 0 13 1 15 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 868108

[startup+7.70693 s]
/proc/loadavg: 2.28 2.07 2.02 3/89 574
/proc/meminfo: memFree=1597904/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=868108 CPUtime=7.63
/proc/561/stat : 561 (java) S 559 561 29719 0 -1 0 52193 696 1 0 717 32 13 1 18 0 9 0 28133254 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/561/statm: 217027 32334 2639 9 0 211485 0
[pid=561/tid=563] ppid=559 vsize=868108 CPUtime=6.82
/proc/561/task/563/stat : 563 (java) R 559 561 29719 0 -1 64 28696 696 1 0 646 22 13 1 25 0 9 0 28133255 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4127259187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=564] ppid=559 vsize=868108 CPUtime=0.53
/proc/561/task/564/stat : 564 (java) S 559 561 29719 0 -1 64 21630 696 0 0 33 6 13 1 17 0 9 0 28133256 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=565] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/565/stat : 565 (java) S 559 561 29719 0 -1 64 18 696 0 0 0 0 13 1 15 0 9 0 28133257 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=566] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/566/stat : 566 (java) S 559 561 29719 0 -1 64 10 696 0 0 0 0 13 1 15 0 9 0 28133257 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=567] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/567/stat : 567 (java) S 559 561 29719 0 -1 64 2 696 0 0 0 0 13 1 24 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=568] ppid=559 vsize=868108 CPUtime=0.51
/proc/561/task/568/stat : 568 (java) S 559 561 29719 0 -1 64 989 696 0 0 36 1 13 1 15 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=561/tid=569] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/569/stat : 569 (java) S 559 561 29719 0 -1 64 1 696 0 0 0 0 13 1 25 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=561/tid=570] ppid=559 vsize=868108 CPUtime=0.14
/proc/561/task/570/stat : 570 (java) S 559 561 29719 0 -1 64 41 696 0 0 0 0 13 1 15 0 9 0 28133259 888942592 32334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 868108

[startup+7.80213 s]
/proc/loadavg: 2.28 2.07 2.02 3/89 574
/proc/meminfo: memFree=1597904/2055920 swapFree=4192812/4192956
[pid=561] ppid=559 vsize=0 CPUtime=7.67
/proc/561/stat : 561 (java) Z 559 561 29719 0 -1 12 52231 696 1 0 721 32 13 1 16 0 2 0 28133254 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/561/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 7.82008
CPU time (s): 7.70983
CPU user time (s): 7.34988
CPU system time (s): 0.359945
CPU usage (%): 98.5901
Max. virtual memory (cumulated for all children) (KiB): 868240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.34988
system time used= 0.359945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52927
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= 1730
involuntary context switches= 1840

runsolver used 0.013997 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 16:58:18
IDJOB=2096784
IDBENCH=56655
IDSOLVER=774
FILE ID=node52/2096784-1247410698
PBS_JOBID= 9510542
Free space on /tmp= 66144 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-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-2096784-1247410698/watcher-2096784-1247410698 -o /tmp/evaluation-result-2096784-1247410698/solver-2096784-1247410698 -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-2096784-1247410698.xml

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

MD5SUM BENCH= 54357bc776348c1c86014af38d77c600
RANDOM SEED=1951408875

node52.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.236
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.236
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:       1717824 kB
Buffers:         42584 kB
Cached:         145096 kB
SwapCached:          0 kB
Active:         186328 kB
Inactive:        94752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3408 kB
Writeback:           0 kB
Mapped:         113876 kB
Slab:            41904 kB
Committed_AS:  1020384 kB
PageTables:       2068 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= 66140 MiB
End job on node52 at 2009-07-12 16:58:26