Trace number 2096757

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 5.41518 5.53185

DiagnosticValue
CHECKS760956
NODES503

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-01.xml
MD5SUM9f01dc7a4ec49ede22f1d95a14de7260
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.600907
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints2940
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2812
Global constraints used (with number of constraints)

Solver Data

0.07/0.11	
0.07/0.11	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=mac.xml
0.27/0.34	   
0.27/0.34	   instance
0.27/0.34	     name=HOME/instance-2096757-1247410673.xml
0.27/0.37	   
0.27/0.37	   domains being loaded...
0.27/0.38	   
0.27/0.38	   variables being loaded...
0.37/0.46	     nbVariables=301  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7826
0.37/0.46	       =>  wckTime=0.197  cpuTime=0.15  mem=8M867
0.37/0.46	   
0.37/0.46	   relations being loaded...
0.57/0.64	   
0.57/0.64	   predicates being loaded...
0.67/0.70	   
0.67/0.70	   constraints being loaded...
1.15/1.22	   Too large in ConstraintConflictsSTructure
1.15/1.24	   Too large in ConstraintConflictsSTructure
1.15/1.25	   Too large in ConstraintConflictsSTructure
2.53/2.65	     nbConstraints=2940  nbRelationTypes=7  nbGlobalConstraints=128  nbExtensionStructures=7
2.53/2.65	     nbSharedExtensionStructures=121  nbConflictsStructures=4  nbSharedConflictsStructures=106
2.53/2.65	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.53/2.65	     nbSharedEvaluationManagers=2805  minDegree=6  maxDegree=138  minArity=3  avgArity=8.06  maxArity=18  nbGenerators=0
2.53/2.65	     nbFusions=0  symmetryWckTime=0.389  symmetryCpuTime=0.2
2.53/2.65	       =>  wckTime=2.392  cpuTime=1.81  mem=33M704
2.63/2.77	   
2.63/2.77	   solver IterativeSystematicSolver being built... 
3.02/3.16	   
3.02/3.16	   INFO : Forward propagation technique limited 
3.23/3.32	       =>  wckTime=3.059  cpuTime=2.14  mem=57M321
3.32/3.47	   
3.32/3.47	   preprocessing
3.32/3.47	     nbConstraintChecks=0  nbValidityChecks=807887  nbPropagations=342  nbRevisions=0  nbUselessRevisions=0
3.32/3.47	     nbRemovedValues=304  detectedInconsistency=no
3.32/3.47	       =>  wckTime=0.15  cpuTime=0.12  mem=58M308
5.31/5.47	   
5.31/5.47	   search
5.31/5.47	     run=1  nbConstraintChecks=760956  nbValidityChecks=5723561  minDepth=130  maxDepth=301  nbPropagations=5802
5.31/5.47	     nbRevisions=241543  nbUselessRevisions=241427  nbAssignments=503  nbFailedAssignments=17  nbBacktracks=14
5.31/5.47	     nbVisitedNodes=529  nbRestartNogoods=9  nbFoundSolutions=1  mapSize=8  nbInferences=0  nbTooLargeKeys=0
5.31/5.47	     nbSEliminables=0  nbREliminables=49.54  nbIEliminables=174.09  nbDEliminables=0  nbPEliminables=0
5.31/5.47	       =>  wckTime=2.148  cpuTime=2.05  mem=60M297
5.31/5.47	   
5.31/5.47	   global
5.31/5.47	     nbConstraintChecks=760956  nbValidityChecks=6531448  nbPropagations=6144  nbRevisions=241543
5.31/5.47	     nbUselessRevisions=241427  nbRestartNogoods=9  solvingWckTime=2.15  solvingCpuTime=2.05  expiredTime=no
5.31/5.47	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.19  globalCpuTime=4.25
5.31/5.47	       =>  wckTime=5.213  cpuTime=4.2  mem=60M297
5.31/5.47	   
5.31/5.47	s SATISFIABLE
5.31/5.47	v 11 4 13 0 19 4 0 17 14 11 0 21 2 17 0 1 4 17 0 18 0 11 1 0 2 14 3 4 17 0 6 4 13 8 6 7 19 2 11 20 1 2 14 0 17 18 4 13 4 3 18 2 24 19 7 8 0 1 17 0 19 18 15 0 19 4 18 17 0 19 18 8 0 12 7 0 0 18 17 0 1 0 19 5 0 19 4 1 4 19 7 4 18 3 0 0 8 17 24 1 0 6 18 1 17 8 4 13 7 0 24 8 3 0 7 0 13 18 5 17 0 13 2 15 14 17 4 3 4 13 8 0 11 18 19 4 0 18 4 3 0 17 4 18 2 14 12 4 11 14 19 20 18 2 0 13 4 9 14 7 13 18 10 14 17 0 13 15 0 13 4 11 4 3 0 21 8 18 17 0 14 20 11 1 0 13 4 8 17 4 3 4 13 6 4 17 12 18 12 0 13 18 0 13 13 4 4 13 6 17 0 21 4 18 15 4 13 18 18 19 4 4 3 4 21 4 13 15 0 11 18 2 0 19 18 7 8 13 4 17 18 0 17 8 19 20 13 0 1 11 4 2 0 19 19 11 4 12 0 13 18 2 0 17 4 2 17 14 22 0 17 4 0 13 0 19 4 18 0 11 4 10 0 13 4 1 4 11 11 3 14 4 18 0 17 4 18 18 4 4 18 
5.31/5.47	d NODES 503
5.31/5.47	d CHECKS 760956
5.31/5.47	   
5.31/5.47	   totalWckTime=5.269  totalCpuTime=4.26

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-2096757-1247410673/watcher-2096757-1247410673 -o /tmp/evaluation-result-2096757-1247410673/solver-2096757-1247410673 -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-2096757-1247410673.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.00 2.04 2.01 4/80 30521
/proc/meminfo: memFree=1768880/2055920 swapFree=4192812/4192956
[pid=30521] ppid=30519 vsize=18576 CPUtime=0
/proc/30521/stat : 30521 (runsolver) R 30519 30521 28915 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28131324 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 272836914471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30521/statm: 4644 284 249 26 0 2626 0

[startup+0.0782081 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 30521
/proc/meminfo: memFree=1768880/2055920 swapFree=4192812/4192956
[pid=30521] ppid=30519 vsize=864024 CPUtime=0.05
/proc/30521/stat : 30521 (java) S 30519 30521 28915 0 -1 0 2705 0 1 0 3 2 0 0 18 0 9 0 28131324 884760576 2263 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30521/statm: 216006 2263 1073 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.102209 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 30521
/proc/meminfo: memFree=1768880/2055920 swapFree=4192812/4192956
[pid=30521] ppid=30519 vsize=864148 CPUtime=0.07
/proc/30521/stat : 30521 (java) S 30519 30521 28915 0 -1 0 3133 0 1 0 5 2 0 0 18 0 9 0 28131324 884887552 2618 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30521/statm: 216037 2618 1241 9 0 210930 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864148

[startup+0.302224 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 30521
/proc/meminfo: memFree=1768880/2055920 swapFree=4192812/4192956
[pid=30521] ppid=30519 vsize=866144 CPUtime=0.27
/proc/30521/stat : 30521 (java) S 30519 30521 28915 0 -1 0 5601 0 1 0 23 4 0 0 18 0 9 0 28131324 886931456 5013 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30521/statm: 216536 5013 1907 9 0 211014 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866144

[startup+0.702247 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 30521
/proc/meminfo: memFree=1768880/2055920 swapFree=4192812/4192956
[pid=30521] ppid=30519 vsize=866720 CPUtime=0.67
/proc/30521/stat : 30521 (java) S 30519 30521 28915 0 -1 0 9735 0 1 0 61 6 0 0 18 0 9 0 28131324 887521280 9089 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30521/statm: 216680 9089 2029 9 0 211116 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866720

[startup+1.5013 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 30530
/proc/meminfo: memFree=1728808/2055920 swapFree=4192812/4192956
[pid=30521] ppid=30519 vsize=867700 CPUtime=1.45
/proc/30521/stat : 30521 (java) S 30519 30521 28915 0 -1 0 19219 0 1 0 131 14 0 0 18 0 9 0 28131324 888524800 18545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30521/statm: 216925 18545 2033 9 0 211383 0
[pid=30521/tid=30523] ppid=30519 vsize=867700 CPUtime=1.17
/proc/30521/task/30523/stat : 30523 (java) R 30519 30521 28915 0 -1 64 15835 0 1 0 105 12 0 0 25 0 9 0 28131326 888524800 18545 996147200 134512640 134550932 4294955968 18446744073709551615 4126577158 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30524] ppid=30519 vsize=867700 CPUtime=0.04
/proc/30521/task/30524/stat : 30524 (java) S 30519 30521 28915 0 -1 64 1972 0 0 0 4 0 0 0 16 0 9 0 28131329 888524800 18545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30525] ppid=30519 vsize=867700 CPUtime=0
/proc/30521/task/30525/stat : 30525 (java) S 30519 30521 28915 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28131329 888524800 18545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30526] ppid=30519 vsize=867700 CPUtime=0
/proc/30521/task/30526/stat : 30526 (java) S 30519 30521 28915 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28131329 888524800 18545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30527] ppid=30519 vsize=867700 CPUtime=0
/proc/30521/task/30527/stat : 30527 (java) S 30519 30521 28915 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28131331 888524800 18545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30528] ppid=30519 vsize=867700 CPUtime=0.22
/proc/30521/task/30528/stat : 30528 (java) S 30519 30521 28915 0 -1 64 710 0 0 0 21 1 0 0 15 0 9 0 28131331 888524800 18545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30529] ppid=30519 vsize=867700 CPUtime=0
/proc/30521/task/30529/stat : 30529 (java) S 30519 30521 28915 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28131331 888524800 18545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30530] ppid=30519 vsize=867700 CPUtime=0
/proc/30521/task/30530/stat : 30530 (java) S 30519 30521 28915 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28131331 888524800 18545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867700

[startup+3.10141 s]
/proc/loadavg: 2.00 2.04 2.01 4/89 30530
/proc/meminfo: memFree=1702184/2055920 swapFree=4192812/4192956
[pid=30521] ppid=30519 vsize=868116 CPUtime=3.02
/proc/30521/stat : 30521 (java) S 30519 30521 28915 0 -1 0 47291 703 1 0 255 32 14 1 18 0 9 0 28131324 888950784 27713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30521/statm: 217029 27713 2637 9 0 211487 0
[pid=30521/tid=30523] ppid=30519 vsize=868116 CPUtime=2.38
/proc/30521/task/30523/stat : 30523 (java) R 30519 30521 28915 0 -1 64 28338 703 1 0 199 24 14 1 25 0 9 0 28131326 888950784 27713 996147200 134512640 134550932 4294955968 18446744073709551615 4126695450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30524] ppid=30519 vsize=868116 CPUtime=0.44
/proc/30521/task/30524/stat : 30524 (java) S 30519 30521 28915 0 -1 64 17164 703 0 0 25 4 14 1 16 0 9 0 28131329 888950784 27713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30525] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30525/stat : 30525 (java) S 30519 30521 28915 0 -1 64 18 703 0 0 0 0 14 1 16 0 9 0 28131329 888950784 27713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30526] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30526/stat : 30526 (java) S 30519 30521 28915 0 -1 64 10 703 0 0 0 0 14 1 15 0 9 0 28131329 888950784 27713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30527] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30527/stat : 30527 (java) S 30519 30521 28915 0 -1 64 2 703 0 0 0 0 14 1 18 0 9 0 28131331 888950784 27713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30528] ppid=30519 vsize=868116 CPUtime=0.46
/proc/30521/task/30528/stat : 30528 (java) S 30519 30521 28915 0 -1 64 940 703 0 0 30 1 14 1 15 0 9 0 28131331 888950784 27713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30529] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30529/stat : 30529 (java) S 30519 30521 28915 0 -1 64 1 703 0 0 0 0 14 1 19 0 9 0 28131331 888950784 27713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30530] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30530/stat : 30530 (java) S 30519 30521 28915 0 -1 64 14 703 0 0 0 0 14 1 15 0 9 0 28131331 888950784 27713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 868116

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

[startup+4.70252 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 30534
/proc/meminfo: memFree=1651752/2055920 swapFree=4192812/4192956
[pid=30521] ppid=30519 vsize=868116 CPUtime=4.61
/proc/30521/stat : 30521 (java) S 30519 30521 28915 0 -1 0 51556 703 1 0 411 35 14 1 18 0 9 0 28131324 888950784 31654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30521/statm: 217029 31654 2639 9 0 211487 0
[pid=30521/tid=30523] ppid=30519 vsize=868116 CPUtime=3.81
/proc/30521/task/30523/stat : 30523 (java) R 30519 30521 28915 0 -1 64 28694 703 1 0 341 25 14 1 25 0 9 0 28131326 888950784 31654 996147200 134512640 134550932 4294955968 18446744073709551615 4127320386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30524] ppid=30519 vsize=868116 CPUtime=0.53
/proc/30521/task/30524/stat : 30524 (java) S 30519 30521 28915 0 -1 64 21022 703 0 0 32 6 14 1 16 0 9 0 28131329 888950784 31654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30525] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30525/stat : 30525 (java) S 30519 30521 28915 0 -1 64 18 703 0 0 0 0 14 1 16 0 9 0 28131329 888950784 31654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30526] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30526/stat : 30526 (java) S 30519 30521 28915 0 -1 64 10 703 0 0 0 0 14 1 15 0 9 0 28131329 888950784 31654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30527] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30527/stat : 30527 (java) S 30519 30521 28915 0 -1 64 2 703 0 0 0 0 14 1 18 0 9 0 28131331 888950784 31654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30528] ppid=30519 vsize=868116 CPUtime=0.54
/proc/30521/task/30528/stat : 30528 (java) S 30519 30521 28915 0 -1 64 991 703 0 0 38 1 14 1 15 0 9 0 28131331 888950784 31654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30529] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30529/stat : 30529 (java) S 30519 30521 28915 0 -1 64 1 703 0 0 0 0 14 1 19 0 9 0 28131331 888950784 31654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30530] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30530/stat : 30530 (java) S 30519 30521 28915 0 -1 64 14 703 0 0 0 0 14 1 15 0 9 0 28131331 888950784 31654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 868116

[startup+5.10255 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 30534
/proc/meminfo: memFree=1651752/2055920 swapFree=4192812/4192956
[pid=30521] ppid=30519 vsize=868116 CPUtime=5.01
/proc/30521/stat : 30521 (java) S 30519 30521 28915 0 -1 0 51557 703 1 0 451 35 14 1 18 0 9 0 28131324 888950784 31655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30521/statm: 217029 31655 2639 9 0 211487 0
[pid=30521/tid=30523] ppid=30519 vsize=868116 CPUtime=4.2
/proc/30521/task/30523/stat : 30523 (java) R 30519 30521 28915 0 -1 64 28694 703 1 0 380 25 14 1 25 0 9 0 28131326 888950784 31655 996147200 134512640 134550932 4294955968 18446744073709551615 4127271195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30524] ppid=30519 vsize=868116 CPUtime=0.53
/proc/30521/task/30524/stat : 30524 (java) S 30519 30521 28915 0 -1 64 21022 703 0 0 32 6 14 1 16 0 9 0 28131329 888950784 31655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30525] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30525/stat : 30525 (java) S 30519 30521 28915 0 -1 64 18 703 0 0 0 0 14 1 16 0 9 0 28131329 888950784 31655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30526] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30526/stat : 30526 (java) S 30519 30521 28915 0 -1 64 10 703 0 0 0 0 14 1 15 0 9 0 28131329 888950784 31655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30527] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30527/stat : 30527 (java) S 30519 30521 28915 0 -1 64 2 703 0 0 0 0 14 1 18 0 9 0 28131331 888950784 31655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30528] ppid=30519 vsize=868116 CPUtime=0.54
/proc/30521/task/30528/stat : 30528 (java) S 30519 30521 28915 0 -1 64 992 703 0 0 38 1 14 1 15 0 9 0 28131331 888950784 31655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30529] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30529/stat : 30529 (java) S 30519 30521 28915 0 -1 64 1 703 0 0 0 0 14 1 19 0 9 0 28131331 888950784 31655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30530] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30530/stat : 30530 (java) S 30519 30521 28915 0 -1 64 14 703 0 0 0 0 14 1 15 0 9 0 28131331 888950784 31655 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 868116

[startup+5.50756 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 30534
/proc/meminfo: memFree=1651688/2055920 swapFree=4192812/4192956
[pid=30521] ppid=30519 vsize=868116 CPUtime=5.38
/proc/30521/stat : 30521 (java) S 30519 30521 28915 0 -1 0 51592 703 1 0 488 35 14 1 18 0 9 0 28131324 888950784 31658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30521/statm: 217029 31658 2639 9 0 211487 0
[pid=30521/tid=30523] ppid=30519 vsize=868116 CPUtime=4.57
/proc/30521/task/30523/stat : 30523 (java) S 30519 30521 28915 0 -1 64 28702 703 1 0 417 25 14 1 25 0 9 0 28131326 888950784 31658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30524] ppid=30519 vsize=868116 CPUtime=0.53
/proc/30521/task/30524/stat : 30524 (java) S 30519 30521 28915 0 -1 64 21022 703 0 0 32 6 14 1 17 0 9 0 28131329 888950784 31658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30525] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30525/stat : 30525 (java) S 30519 30521 28915 0 -1 64 18 703 0 0 0 0 14 1 16 0 9 0 28131329 888950784 31658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30526] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30526/stat : 30526 (java) S 30519 30521 28915 0 -1 64 10 703 0 0 0 0 14 1 15 0 9 0 28131329 888950784 31658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30527] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30527/stat : 30527 (java) S 30519 30521 28915 0 -1 64 2 703 0 0 0 0 14 1 18 0 9 0 28131331 888950784 31658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30528] ppid=30519 vsize=868116 CPUtime=0.54
/proc/30521/task/30528/stat : 30528 (java) S 30519 30521 28915 0 -1 64 994 703 0 0 38 1 14 1 16 0 9 0 28131331 888950784 31658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30529] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30529/stat : 30529 (java) S 30519 30521 28915 0 -1 64 1 703 0 0 0 0 14 1 19 0 9 0 28131331 888950784 31658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30521/tid=30530] ppid=30519 vsize=868116 CPUtime=0.15
/proc/30521/task/30530/stat : 30530 (java) S 30519 30521 28915 0 -1 64 39 703 0 0 0 0 14 1 15 0 9 0 28131331 888950784 31658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 868116

Child status: 0
Real time (s): 5.53185
CPU time (s): 5.41518
CPU user time (s): 5.02524
CPU system time (s): 0.38994
CPU usage (%): 97.8909
Max. virtual memory (cumulated for all children) (KiB): 868204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.02524
system time used= 0.38994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52323
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= 1603
involuntary context switches= 1814

runsolver used 0.009998 second user time and 0.027995 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 16:57:53
IDJOB=2096757
IDBENCH=56626
IDSOLVER=773
FILE ID=node39/2096757-1247410673
PBS_JOBID= 9510565
Free space on /tmp= 66428 MiB

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

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

MD5SUM BENCH= 9f01dc7a4ec49ede22f1d95a14de7260
RANDOM SEED=87115461

node39.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:       1769360 kB
Buffers:         35452 kB
Cached:         100684 kB
SwapCached:          0 kB
Active:         172076 kB
Inactive:        49744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3108 kB
Writeback:           0 kB
Mapped:         106112 kB
Slab:            49828 kB
Committed_AS:   995356 kB
PageTables:       1928 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= 66428 MiB
End job on node39 at 2009-07-12 16:57:58