Trace number 2096255

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 ACSAT 1.03084 1.08616

DiagnosticValue
CHECKS12830
NODES41

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle08.xml
MD5SUMf1369e2d264736f03a1eaa99e48651c1
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.071988
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints97
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension73
Global constraints used (with number of constraints)

Solver Data

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.20/0.24	
0.20/0.24	   configuration
0.20/0.24	     name=mac.xml
0.20/0.28	   
0.20/0.28	   instance
0.20/0.28	     name=HOME/instance-2096255-1247409992.xml
0.30/0.31	   
0.30/0.31	   domains being loaded...
0.30/0.32	   
0.30/0.32	   variables being loaded...
0.30/0.35	     nbVariables=41  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1066
0.30/0.35	       =>  wckTime=0.105  cpuTime=0.1  mem=7M892
0.30/0.35	   
0.30/0.35	   relations being loaded...
0.39/0.40	   
0.39/0.40	   predicates being loaded...
0.39/0.46	   
0.39/0.46	   constraints being loaded...
0.49/0.54	   Too large in ConstraintConflictsSTructure
0.59/0.70	     nbConstraints=97  nbRelationTypes=4  nbGlobalConstraints=16  nbConvertedConstraints=2
0.59/0.70	     nbConvertConstraintsChecks=676  nbExtensionStructures=5  nbSharedExtensionStructures=21  nbConflictsStructures=4
0.59/0.70	     nbSharedConflictsStructures=19  nbUnbuiltConflictsStructures=6  nbSharedBinaryRepresentations=50
0.59/0.70	     nbEvaluationManagers=5  nbSharedEvaluationManagers=66  minDegree=4  maxDegree=17  minArity=2  avgArity=4.89
0.59/0.70	     maxArity=14  nbGenerators=0  nbFusions=0  symmetryWckTime=0.052  symmetryCpuTime=0.04
0.59/0.70	       =>  wckTime=0.444  cpuTime=0.35  mem=23M128
0.68/0.77	   
0.68/0.77	   solver IterativeSystematicSolver being built... 
0.78/0.84	   
0.78/0.84	   INFO : Forward propagation technique limited 
0.78/0.90	       =>  wckTime=0.649  cpuTime=0.47  mem=23M113
0.88/0.96	   
0.88/0.96	   preprocessing
0.88/0.96	     nbConstraintChecks=3287  nbValidityChecks=127192  nbPropagations=54  nbRevisions=316  nbUselessRevisions=300
0.88/0.96	     nbRemovedValues=157  detectedInconsistency=no
0.88/0.96	       =>  wckTime=0.059  cpuTime=0.03  mem=23M113
0.97/1.03	   
0.97/1.03	   search
0.97/1.03	     run=0  nbConstraintChecks=9543  nbValidityChecks=152295  minDepth=42  maxDepth=41  nbPropagations=251
0.97/1.03	     nbRevisions=2098  nbUselessRevisions=2045  nbAssignments=41  nbFailedAssignments=0  nbBacktracks=0
0.97/1.03	     nbVisitedNodes=42  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
0.97/1.03	     nbSEliminables=0  nbREliminables=1.78  nbIEliminables=24.82  nbDEliminables=0  nbPEliminables=0
0.97/1.03	       =>  wckTime=0.129  cpuTime=0.08  mem=24M121
0.97/1.03	   
0.97/1.03	   global
0.97/1.03	     nbConstraintChecks=12830  nbValidityChecks=279487  nbPropagations=305  nbRevisions=2414  nbUselessRevisions=2345
0.97/1.03	     nbRestartNogoods=0  solvingWckTime=0.131  solvingCpuTime=0.08  expiredTime=no  totalExploration=no
0.97/1.03	     nbFoundSolutions=1  firstSolutionCpuTime=0.55  globalCpuTime=0.6
0.97/1.03	       =>  wckTime=0.783  cpuTime=0.56  mem=24M121
0.97/1.03	   
0.97/1.03	s SATISFIABLE
0.97/1.03	v 20 18 4 18 3 14 18 8 19 18 0 13 4 3 15 0 17 3 4 1 0 19 4 18 2 0 13 18 14 19 0 13 7 0 13 14 17 18 0 24 18 
0.97/1.03	d NODES 41
0.97/1.03	d CHECKS 12830
0.97/1.03	   
0.97/1.03	   totalWckTime=0.852  totalCpuTime=0.6

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-2096255-1247409992/watcher-2096255-1247409992 -o /tmp/evaluation-result-2096255-1247409992/solver-2096255-1247409992 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096255-1247409992.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.16 2.05 2.01 4/80 2382
/proc/meminfo: memFree=1442704/2055920 swapFree=4192812/4192956
[pid=2382] ppid=2380 vsize=862776 CPUtime=0.03
/proc/2382/stat : 2382 (java) S 2380 2382 32687 0 -1 0 2419 0 1 0 2 1 0 0 18 0 7 0 28061903 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2382/statm: 215694 1992 910 9 0 210609 0
[pid=2382/tid=2383] ppid=2380 vsize=862776 CPUtime=0.02
/proc/2382/task/2383/stat : 2383 (java) R 2380 2382 32687 0 -1 64 1707 0 1 0 2 0 0 0 18 0 7 0 28061904 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2384] ppid=2380 vsize=862776 CPUtime=0
/proc/2382/task/2384/stat : 2384 (java) S 2380 2382 32687 0 -1 64 2 0 0 0 0 0 0 0 19 0 7 0 28061906 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2385] ppid=2380 vsize=862776 CPUtime=0
/proc/2382/task/2385/stat : 2385 (java) S 2380 2382 32687 0 -1 64 11 0 0 0 0 0 0 0 19 0 7 0 28061906 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2386] ppid=2380 vsize=862776 CPUtime=0
/proc/2382/task/2386/stat : 2386 (java) S 2380 2382 32687 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 28061906 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2387] ppid=2380 vsize=862776 CPUtime=0
/proc/2382/task/2387/stat : 2387 (java) S 2380 2382 32687 0 -1 64 2 0 0 0 0 0 0 0 18 0 7 0 28061908 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2388] ppid=2380 vsize=862776 CPUtime=0
/proc/2382/task/2388/stat : 2388 (java) S 2380 2382 32687 0 -1 64 15 0 0 0 0 0 0 0 19 0 7 0 28061908 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.0836301 s]
/proc/loadavg: 2.16 2.05 2.01 4/80 2382
/proc/meminfo: memFree=1442704/2055920 swapFree=4192812/4192956
[pid=2382] ppid=2380 vsize=865956 CPUtime=0.07
/proc/2382/stat : 2382 (java) S 2380 2382 32687 0 -1 0 3609 0 1 0 5 2 0 0 18 0 9 0 28061903 886738944 3093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2382/statm: 216489 3094 1648 9 0 210981 0
[pid=2382/tid=2383] ppid=2380 vsize=865956 CPUtime=0.05
/proc/2382/task/2383/stat : 2383 (java) R 2380 2382 32687 0 -1 64 2699 0 1 0 4 1 0 0 16 0 9 0 28061904 886738944 3098 996147200 134512640 134550932 4294955968 18446744073709551615 104263691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2382/tid=2384] ppid=2380 vsize=865956 CPUtime=0
/proc/2382/task/2384/stat : 2384 (java) S 2380 2382 32687 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28061906 886738944 3100 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2385] ppid=2380 vsize=865956 CPUtime=0
/proc/2382/task/2385/stat : 2385 (java) S 2380 2382 32687 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28061906 886738944 3101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2386] ppid=2380 vsize=865956 CPUtime=0
/proc/2382/task/2386/stat : 2386 (java) S 2380 2382 32687 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28061906 886738944 3102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2387] ppid=2380 vsize=865956 CPUtime=0
/proc/2382/task/2387/stat : 2387 (java) S 2380 2382 32687 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28061908 886738944 3103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2388] ppid=2380 vsize=865956 CPUtime=0
/proc/2382/task/2388/stat : 2388 (java) S 2380 2382 32687 0 -1 64 218 0 0 0 0 0 0 0 19 0 9 0 28061908 886738944 3103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865956

[startup+0.102375 s]
/proc/loadavg: 2.16 2.05 2.01 4/80 2382
/proc/meminfo: memFree=1442704/2055920 swapFree=4192812/4192956
[pid=2382] ppid=2380 vsize=865984 CPUtime=0.09
/proc/2382/stat : 2382 (java) S 2380 2382 32687 0 -1 0 3837 0 1 0 7 2 0 0 18 0 9 0 28061903 886767616 3280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2382/statm: 216496 3280 1731 9 0 210981 0
[pid=2382/tid=2383] ppid=2380 vsize=865984 CPUtime=0.07
/proc/2382/task/2383/stat : 2383 (java) R 2380 2382 32687 0 -1 64 2913 0 1 0 6 1 0 0 17 0 9 0 28061904 886767616 3280 996147200 134512640 134550932 4294955968 18446744073709551615 102517322 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2382/tid=2384] ppid=2380 vsize=865984 CPUtime=0
/proc/2382/task/2384/stat : 2384 (java) S 2380 2382 32687 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28061906 886767616 3280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2385] ppid=2380 vsize=865984 CPUtime=0
/proc/2382/task/2385/stat : 2385 (java) S 2380 2382 32687 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28061906 886767616 3280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2386] ppid=2380 vsize=865984 CPUtime=0
/proc/2382/task/2386/stat : 2386 (java) S 2380 2382 32687 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28061906 886767616 3280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2387] ppid=2380 vsize=865984 CPUtime=0
/proc/2382/task/2387/stat : 2387 (java) S 2380 2382 32687 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28061908 886767616 3280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2388] ppid=2380 vsize=865984 CPUtime=0.01
/proc/2382/task/2388/stat : 2388 (java) R 2380 2382 32687 0 -1 64 227 0 0 0 1 0 0 0 16 0 9 0 28061908 886767616 3280 996147200 134512640 134550932 4294955968 18446744073709551615 101712280 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302402 s]
/proc/loadavg: 2.16 2.05 2.01 4/80 2382
/proc/meminfo: memFree=1442704/2055920 swapFree=4192812/4192956
[pid=2382] ppid=2380 vsize=866380 CPUtime=0.3
/proc/2382/stat : 2382 (java) S 2380 2382 32687 0 -1 0 5996 0 1 0 25 5 0 0 18 0 9 0 28061903 887173120 5362 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2382/statm: 216595 5362 1986 9 0 211053 0
[pid=2382/tid=2383] ppid=2380 vsize=866380 CPUtime=0.23
/proc/2382/task/2383/stat : 2383 (java) R 2380 2382 32687 0 -1 64 5017 0 1 0 20 3 0 0 18 0 9 0 28061904 887173120 5362 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2382/tid=2384] ppid=2380 vsize=866380 CPUtime=0
/proc/2382/task/2384/stat : 2384 (java) S 2380 2382 32687 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28061906 887173120 5362 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2385] ppid=2380 vsize=866380 CPUtime=0
/proc/2382/task/2385/stat : 2385 (java) S 2380 2382 32687 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28061906 887173120 5364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2386] ppid=2380 vsize=866380 CPUtime=0
/proc/2382/task/2386/stat : 2386 (java) S 2380 2382 32687 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28061906 887173120 5364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2387] ppid=2380 vsize=866380 CPUtime=0
/proc/2382/task/2387/stat : 2387 (java) S 2380 2382 32687 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28061908 887173120 5364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2388] ppid=2380 vsize=866380 CPUtime=0.03
/proc/2382/task/2388/stat : 2388 (java) S 2380 2382 32687 0 -1 64 282 0 0 0 3 0 0 0 16 0 9 0 28061908 887173120 5364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 866380

[startup+0.702435 s]
/proc/loadavg: 2.16 2.05 2.01 4/80 2382
/proc/meminfo: memFree=1442704/2055920 swapFree=4192812/4192956
[pid=2382] ppid=2380 vsize=867024 CPUtime=0.68
/proc/2382/stat : 2382 (java) S 2380 2382 32687 0 -1 0 11106 156 1 0 61 7 0 0 18 0 10 0 28061903 887832576 9433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2382/statm: 216756 9433 2057 9 0 211192 0
[pid=2382/tid=2383] ppid=2380 vsize=867024 CPUtime=0.54
/proc/2382/task/2383/stat : 2383 (java) S 2380 2382 32687 0 -1 64 9587 156 1 0 48 6 0 0 16 0 10 0 28061904 887832576 9433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2384] ppid=2380 vsize=867024 CPUtime=0
/proc/2382/task/2384/stat : 2384 (java) R 2380 2382 32687 0 -1 64 222 156 0 0 0 0 0 0 16 0 10 0 28061906 887832576 9433 996147200 134512640 134550932 4294955968 18446744073709551615 103660530 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2385] ppid=2380 vsize=867024 CPUtime=0
/proc/2382/task/2385/stat : 2385 (java) S 2380 2382 32687 0 -1 64 11 156 0 0 0 0 0 0 19 0 10 0 28061906 887832576 9433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2386] ppid=2380 vsize=867024 CPUtime=0
/proc/2382/task/2386/stat : 2386 (java) S 2380 2382 32687 0 -1 64 4 156 0 0 0 0 0 0 20 0 10 0 28061906 887832576 9433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2387] ppid=2380 vsize=867024 CPUtime=0
/proc/2382/task/2387/stat : 2387 (java) S 2380 2382 32687 0 -1 64 2 156 0 0 0 0 0 0 18 0 10 0 28061908 887832576 9433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2388] ppid=2380 vsize=867024 CPUtime=0.12
/proc/2382/task/2388/stat : 2388 (java) S 2380 2382 32687 0 -1 64 479 156 0 0 12 0 0 0 16 0 10 0 28061908 887832576 9433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867024

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

[startup+0.903022 s]
/proc/loadavg: 2.16 2.05 2.01 4/80 2382
/proc/meminfo: memFree=1442704/2055920 swapFree=4192812/4192956
[pid=2382] ppid=2380 vsize=868048 CPUtime=0.88
/proc/2382/stat : 2382 (java) S 2380 2382 32687 0 -1 0 17973 156 1 0 79 9 0 0 18 0 10 0 28061903 888881152 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2382/statm: 217012 10853 2655 9 0 211448 0
[pid=2382/tid=2383] ppid=2380 vsize=868048 CPUtime=0.66
/proc/2382/task/2383/stat : 2383 (java) R 2380 2382 32687 0 -1 64 13461 156 1 0 60 6 0 0 17 0 10 0 28061904 888881152 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2384] ppid=2380 vsize=868048 CPUtime=0.05
/proc/2382/task/2384/stat : 2384 (java) S 2380 2382 32687 0 -1 64 3120 156 0 0 5 0 0 0 16 0 10 0 28061906 888881152 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2385] ppid=2380 vsize=868048 CPUtime=0
/proc/2382/task/2385/stat : 2385 (java) S 2380 2382 32687 0 -1 64 19 156 0 0 0 0 0 0 15 0 10 0 28061906 888881152 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2386] ppid=2380 vsize=868048 CPUtime=0
/proc/2382/task/2386/stat : 2386 (java) S 2380 2382 32687 0 -1 64 11 156 0 0 0 0 0 0 15 0 10 0 28061906 888881152 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2387] ppid=2380 vsize=868048 CPUtime=0
/proc/2382/task/2387/stat : 2387 (java) S 2380 2382 32687 0 -1 64 2 156 0 0 0 0 0 0 18 0 10 0 28061908 888881152 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2388] ppid=2380 vsize=868048 CPUtime=0.14
/proc/2382/task/2388/stat : 2388 (java) S 2380 2382 32687 0 -1 64 556 156 0 0 14 0 0 0 15 0 10 0 28061908 888881152 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 868048

[startup+1.00335 s]
/proc/loadavg: 2.16 2.05 2.01 4/91 2395
/proc/meminfo: memFree=1394680/2055920 swapFree=4192812/4192956
[pid=2382] ppid=2380 vsize=868048 CPUtime=0.97
/proc/2382/stat : 2382 (java) S 2380 2382 32687 0 -1 0 18275 156 1 0 88 9 0 0 18 0 10 0 28061903 888881152 11147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2382/statm: 217012 11147 2656 9 0 211448 0
[pid=2395] ppid=2382 vsize=44 CPUtime=0
/proc/2395/stat : 2395 (rm) R 2382 2382 32687 0 -1 4194304 22 0 0 0 0 0 0 0 18 0 1 0 28061971 45056 2 996147200 0 0 548682069479 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 1 0 0
/proc/2395/statm: 11 2 0 0 0 1 0
[pid=2382/tid=2383] ppid=2380 vsize=868048 CPUtime=0.73
/proc/2382/task/2383/stat : 2383 (java) R 2380 2382 32687 0 -1 64 13734 156 1 0 66 7 0 0 17 0 10 0 28061904 888881152 11147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2384] ppid=2380 vsize=868048 CPUtime=0.05
/proc/2382/task/2384/stat : 2384 (java) S 2380 2382 32687 0 -1 64 3120 156 0 0 5 0 0 0 16 0 10 0 28061906 888881152 11147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2385] ppid=2380 vsize=868048 CPUtime=0
/proc/2382/task/2385/stat : 2385 (java) S 2380 2382 32687 0 -1 64 19 156 0 0 0 0 0 0 15 0 10 0 28061906 888881152 11147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2386] ppid=2380 vsize=868048 CPUtime=0
/proc/2382/task/2386/stat : 2386 (java) S 2380 2382 32687 0 -1 64 11 156 0 0 0 0 0 0 15 0 10 0 28061906 888881152 11147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2387] ppid=2380 vsize=868048 CPUtime=0
/proc/2382/task/2387/stat : 2387 (java) S 2380 2382 32687 0 -1 64 2 156 0 0 0 0 0 0 18 0 10 0 28061908 888881152 11147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2388] ppid=2380 vsize=868048 CPUtime=0.16
/proc/2382/task/2388/stat : 2388 (java) S 2380 2382 32687 0 -1 64 585 156 0 0 16 0 0 0 15 0 10 0 28061908 888881152 11147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2390] ppid=2380 vsize=868048 CPUtime=0
/proc/2382/task/2390/stat : 2390 (java) S 2380 2382 32687 0 -1 64 0 156 0 0 0 0 0 0 19 0 10 0 28061908 888881152 11147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2382/tid=2391] ppid=2380 vsize=868048 CPUtime=0
/proc/2382/task/2391/stat : 2391 (java) S 2380 2382 32687 0 -1 64 9 156 0 0 0 0 0 0 15 0 10 0 28061908 888881152 11147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2382/tid=2394] ppid=2380 vsize=868048 CPUtime=0
/proc/2382/task/2394/stat : 2394 (java) S 2380 2382 32687 0 -1 64 45 156 0 0 0 0 0 0 16 0 10 0 28061971 888881152 11147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 868092

Child status: 0
Real time (s): 1.08616
CPU time (s): 1.03084
CPU user time (s): 0.91486
CPU system time (s): 0.115982
CPU usage (%): 94.9072
Max. virtual memory (cumulated for all children) (KiB): 868092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.91486
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18686
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= 959
involuntary context switches= 963

runsolver used 0.002999 second user time and 0.013997 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 16:46:32
IDJOB=2096255
IDBENCH=56142
IDSOLVER=773
FILE ID=node67/2096255-1247409992
PBS_JOBID= 9510514
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle08.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096255-1247409992/watcher-2096255-1247409992 -o /tmp/evaluation-result-2096255-1247409992/solver-2096255-1247409992 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096255-1247409992.xml

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

MD5SUM BENCH= f1369e2d264736f03a1eaa99e48651c1
RANDOM SEED=920172656

node67.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.239
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.239
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:       1443184 kB
Buffers:         38728 kB
Cached:         156364 kB
SwapCached:          0 kB
Active:         465256 kB
Inactive:        87908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20436 kB
Writeback:           0 kB
Mapped:         376108 kB
Slab:            44180 kB
Committed_AS:  1016384 kB
PageTables:       2500 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= 66496 MiB
End job on node67 at 2009-07-12 16:46:33