Trace number 2095137

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 3.42148 3.4564

DiagnosticValue
CHECKS131821
NODES339

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-07.xml
MD5SUM1e6ce14559b05155904d8881047f709d
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.814876
Satisfiable
(Un)Satisfiability was proved
Number of variables193
Number of constraints663
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension74
Number of constraints which are defined in intension589
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2095137-1247406636.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.38	     nbVariables=193  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=5018
0.30/0.38	       =>  wckTime=0.144  cpuTime=0.14  mem=8M868
0.30/0.38	   
0.30/0.38	   relations being loaded...
0.90/0.97	   
0.90/0.97	   predicates being loaded...
1.00/1.05	   
1.00/1.05	   constraints being loaded...
1.29/1.34	   Too large in ConstraintConflictsSTructure
1.29/1.36	   Too large in ConstraintConflictsSTructure
1.39/1.40	   Too large in ConstraintConflictsSTructure
1.87/2.00	     nbConstraints=664  nbRelationTypes=7  nbGlobalConstraints=75  nbExtensionStructures=7
1.87/2.00	     nbSharedExtensionStructures=67  nbConflictsStructures=4  nbSharedConflictsStructures=52
1.87/2.00	     nbUnbuiltConflictsStructures=11  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
1.87/2.00	     nbSharedEvaluationManagers=581  minDegree=6  maxDegree=55  minArity=3  avgArity=8.72  maxArity=180  nbGenerators=1
1.87/2.00	     nbFusions=0  symmetryWckTime=0.237  symmetryCpuTime=0.08
1.87/2.00	       =>  wckTime=1.761  cpuTime=1.39  mem=21M788
1.97/2.09	   
1.97/2.09	   solver IterativeSystematicSolver being built... 
2.18/2.24	   
2.18/2.24	   INFO : Forward propagation technique limited 
2.28/2.30	       =>  wckTime=2.07  cpuTime=1.57  mem=58M479
2.38/2.49	   
2.38/2.49	   preprocessing
2.38/2.49	     nbConstraintChecks=0  nbValidityChecks=1218158  nbPropagations=201  nbRevisions=0  nbUselessRevisions=0
2.38/2.49	     nbRemovedValues=68  detectedInconsistency=no
2.38/2.49	       =>  wckTime=0.185  cpuTime=0.17  mem=59M402
3.36/3.42	   
3.36/3.42	   search
3.36/3.42	     run=1  nbConstraintChecks=131821  nbValidityChecks=8037940  minDepth=75  maxDepth=193  nbPropagations=4469
3.36/3.42	     nbRevisions=44994  nbUselessRevisions=44970  nbAssignments=339  nbFailedAssignments=16  nbBacktracks=23
3.36/3.42	     nbVisitedNodes=364  nbRestartNogoods=6  nbFoundSolutions=1  mapSize=12  nbInferences=0  nbTooLargeKeys=0
3.36/3.42	     nbSEliminables=0  nbREliminables=59.84  nbIEliminables=91.69  nbDEliminables=0  nbPEliminables=0
3.36/3.42	       =>  wckTime=1.107  cpuTime=1.03  mem=60M342
3.36/3.42	   
3.36/3.42	   global
3.36/3.42	     nbConstraintChecks=131821  nbValidityChecks=9256098  nbPropagations=4670  nbRevisions=44994
3.36/3.42	     nbUselessRevisions=44970  nbRestartNogoods=6  solvingWckTime=1.11  solvingCpuTime=1.03  expiredTime=no
3.36/3.42	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=2.59  globalCpuTime=2.65
3.36/3.42	       =>  wckTime=3.184  cpuTime=2.6  mem=60M342
3.36/3.42	   
3.36/3.42	s SATISFIABLE
3.36/3.42	v 4 5 5 18 15 0 18 18 18 2 0 11 11 14 11 11 0 4 8 17 4 0 14 3 0 8 17 14 20 13 3 19 17 8 15 2 11 14 21 4 11 4 19 19 4 17 18 0 11 18 14 17 0 13 4 0 11 4 15 17 14 18 4 18 18 22 0 0 5 18 15 11 0 2 4 18 0 20 1 4 15 11 0 19 14 13 8 2 0 11 0 19 4 6 14 0 19 4 4 18 4 11 0 2 14 2 10 0 19 8 4 11 18 18 13 0 15 14 13 4 3 0 24 2 20 19 4 18 19 18 0 17 4 2 20 18 14 2 0 0 20 19 20 12 13 24 0 13 8 2 20 19 18 12 0 17 13 4 12 4 11 0 13 20 17 8 0 0 21 8 0 13 17 4 0 15 12 4 11 18 11 4 0 18 4 20 17 13 18 1 0 18 18 
3.36/3.42	d NODES 339
3.36/3.42	d CHECKS 131821
3.36/3.42	   
3.36/3.42	   totalWckTime=3.237  totalCpuTime=2.65

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-2095137-1247406636/watcher-2095137-1247406636 -o /tmp/evaluation-result-2095137-1247406636/solver-2095137-1247406636 -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-2095137-1247406636.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.00 1.99 4/80 30536
/proc/meminfo: memFree=1788520/2055920 swapFree=4192812/4192956
[pid=30536] ppid=30534 vsize=10676 CPUtime=0
/proc/30536/stat : 30536 (java) S 30534 30536 29880 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27731168 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30536/statm: 2669 474 207 9 0 1184 0
[pid=30536/tid=30537] ppid=30534 vsize=10676 CPUtime=0
/proc/30536/task/30537/stat : 30537 (java) R 30534 30536 29880 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27731169 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 11435992 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0508969 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 30536
/proc/meminfo: memFree=1788520/2055920 swapFree=4192812/4192956
[pid=30536] ppid=30534 vsize=862776 CPUtime=0.03
/proc/30536/stat : 30536 (java) S 30534 30536 29880 0 -1 0 2401 0 1 0 2 1 0 0 18 0 7 0 27731168 883482624 1978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30536/statm: 215694 1978 905 9 0 210609 0
[pid=30536/tid=30537] ppid=30534 vsize=862776 CPUtime=0.02
/proc/30536/task/30537/stat : 30537 (java) S 30534 30536 29880 0 -1 64 1706 0 1 0 2 0 0 0 18 0 7 0 27731169 883482624 1978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862776

[startup+0.101681 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 30536
/proc/meminfo: memFree=1788520/2055920 swapFree=4192812/4192956
[pid=30536] ppid=30534 vsize=865984 CPUtime=0.08
/proc/30536/stat : 30536 (java) S 30534 30536 29880 0 -1 0 3785 0 1 0 6 2 0 0 18 0 9 0 27731168 886767616 3236 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30536/statm: 216496 3236 1708 9 0 210981 0
[pid=30536/tid=30537] ppid=30534 vsize=865984 CPUtime=0.07
/proc/30536/task/30537/stat : 30537 (java) R 30534 30536 29880 0 -1 64 2879 0 1 0 6 1 0 0 18 0 9 0 27731169 886767616 3236 996147200 134512640 134550932 4294955968 18446744073709551615 102755238 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301703 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 30536
/proc/meminfo: memFree=1788520/2055920 swapFree=4192812/4192956
[pid=30536] ppid=30534 vsize=866376 CPUtime=0.3
/proc/30536/stat : 30536 (java) S 30534 30536 29880 0 -1 0 6055 0 1 0 26 4 0 0 18 0 9 0 27731168 887169024 5421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30536/statm: 216594 5421 1985 9 0 211052 0
[pid=30536/tid=30537] ppid=30534 vsize=866376 CPUtime=0.26
/proc/30536/task/30537/stat : 30537 (java) R 30534 30536 29880 0 -1 64 5113 0 1 0 23 3 0 0 17 0 9 0 27731169 887169024 5421 996147200 134512640 134550932 4294955968 18446744073709551615 4125980609 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 866376

[startup+0.701741 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 30536
/proc/meminfo: memFree=1788520/2055920 swapFree=4192812/4192956
[pid=30536] ppid=30534 vsize=866508 CPUtime=0.7
/proc/30536/stat : 30536 (java) S 30534 30536 29880 0 -1 0 9737 0 1 0 64 6 0 0 18 0 9 0 27731168 887304192 9099 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30536/statm: 216627 9099 1999 9 0 211085 0
[pid=30536/tid=30537] ppid=30534 vsize=866508 CPUtime=0.61
/proc/30536/task/30537/stat : 30537 (java) R 30534 30536 29880 0 -1 64 8712 0 1 0 56 5 0 0 19 0 9 0 27731169 887304192 9099 996147200 134512640 134550932 4294955968 18446744073709551615 4126614860 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 866508

[startup+1.50281 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 30545
/proc/meminfo: memFree=1733408/2055920 swapFree=4192812/4192956
[pid=30536] ppid=30534 vsize=867108 CPUtime=1.49
/proc/30536/stat : 30536 (java) S 30534 30536 29880 0 -1 0 19170 0 1 0 137 12 0 0 18 0 9 0 27731168 887918592 18496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30536/statm: 216777 18496 2031 9 0 211235 0
[pid=30536/tid=30537] ppid=30534 vsize=867108 CPUtime=1.27
/proc/30536/task/30537/stat : 30537 (java) R 30534 30536 29880 0 -1 64 15848 0 1 0 117 10 0 0 25 0 9 0 27731169 887918592 18496 996147200 134512640 134550932 4294955968 18446744073709551615 4126095863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30539] ppid=30534 vsize=867108 CPUtime=0.02
/proc/30536/task/30539/stat : 30539 (java) S 30534 30536 29880 0 -1 64 2093 0 0 0 2 0 0 0 16 0 9 0 27731171 887918592 18496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30540] ppid=30534 vsize=867108 CPUtime=0
/proc/30536/task/30540/stat : 30540 (java) S 30534 30536 29880 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27731171 887918592 18496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30541] ppid=30534 vsize=867108 CPUtime=0
/proc/30536/task/30541/stat : 30541 (java) S 30534 30536 29880 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27731171 887918592 18496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30542] ppid=30534 vsize=867108 CPUtime=0
/proc/30536/task/30542/stat : 30542 (java) S 30534 30536 29880 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27731173 887918592 18496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30543] ppid=30534 vsize=867108 CPUtime=0.17
/proc/30536/task/30543/stat : 30543 (java) S 30534 30536 29880 0 -1 64 526 0 0 0 17 0 0 0 16 0 9 0 27731173 887918592 18496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30544] ppid=30534 vsize=867108 CPUtime=0
/proc/30536/task/30544/stat : 30544 (java) S 30534 30536 29880 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27731173 887918592 18496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30545] ppid=30534 vsize=867108 CPUtime=0
/proc/30536/task/30545/stat : 30545 (java) S 30534 30536 29880 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27731173 887918592 18496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867108

[startup+3.10297 s]
/proc/loadavg: 2.16 2.03 2.00 4/91 30549
/proc/meminfo: memFree=1696656/2055920 swapFree=4192812/4192956
[pid=30536] ppid=30534 vsize=867976 CPUtime=3.07
/proc/30536/stat : 30536 (java) S 30534 30536 29880 0 -1 0 39605 426 1 0 284 19 3 1 18 0 9 0 27731168 888807424 25540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30536/statm: 216994 25540 2661 9 0 211430 0
[pid=30536/tid=30537] ppid=30534 vsize=867976 CPUtime=2.54
/proc/30536/task/30537/stat : 30537 (java) R 30534 30536 29880 0 -1 64 22581 426 1 0 236 14 3 1 25 0 9 0 27731169 888807424 25540 996147200 134512640 134550932 4294955968 18446744073709551615 4127073456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30539] ppid=30534 vsize=867976 CPUtime=0.23
/proc/30536/task/30539/stat : 30539 (java) S 30534 30536 29880 0 -1 64 15411 426 0 0 16 3 3 1 17 0 9 0 27731171 888807424 25540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30540] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30540/stat : 30540 (java) S 30534 30536 29880 0 -1 64 20 426 0 0 0 0 3 1 16 0 9 0 27731171 888807424 25540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30541] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30541/stat : 30541 (java) S 30534 30536 29880 0 -1 64 8 426 0 0 0 0 3 1 15 0 9 0 27731171 888807424 25540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30542] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30542/stat : 30542 (java) S 30534 30536 29880 0 -1 64 2 426 0 0 0 0 3 1 18 0 9 0 27731173 888807424 25540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30543] ppid=30534 vsize=867976 CPUtime=0.34
/proc/30536/task/30543/stat : 30543 (java) S 30534 30536 29880 0 -1 64 764 426 0 0 30 0 3 1 15 0 9 0 27731173 888807424 25540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30544] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30544/stat : 30544 (java) S 30534 30536 29880 0 -1 64 1 426 0 0 0 0 3 1 19 0 9 0 27731173 888807424 25540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30545] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30545/stat : 30545 (java) S 30534 30536 29880 0 -1 64 14 426 0 0 0 0 3 1 15 0 9 0 27731173 888807424 25540 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867976

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

[startup+3.30799 s]
/proc/loadavg: 2.16 2.03 2.00 3/89 30549
/proc/meminfo: memFree=1696280/2055920 swapFree=4192812/4192956
[pid=30536] ppid=30534 vsize=867976 CPUtime=3.27
/proc/30536/stat : 30536 (java) S 30534 30536 29880 0 -1 0 39617 426 1 0 304 19 3 1 18 0 9 0 27731168 888807424 25542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30536/statm: 216994 25542 2661 9 0 211430 0
[pid=30536/tid=30537] ppid=30534 vsize=867976 CPUtime=2.74
/proc/30536/task/30537/stat : 30537 (java) R 30534 30536 29880 0 -1 64 22591 426 1 0 256 14 3 1 25 0 9 0 27731169 888807424 25542 996147200 134512640 134550932 4294955968 18446744073709551615 4125952192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30539] ppid=30534 vsize=867976 CPUtime=0.23
/proc/30536/task/30539/stat : 30539 (java) S 30534 30536 29880 0 -1 64 15411 426 0 0 16 3 3 1 17 0 9 0 27731171 888807424 25542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30540] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30540/stat : 30540 (java) S 30534 30536 29880 0 -1 64 20 426 0 0 0 0 3 1 16 0 9 0 27731171 888807424 25542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30541] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30541/stat : 30541 (java) S 30534 30536 29880 0 -1 64 8 426 0 0 0 0 3 1 15 0 9 0 27731171 888807424 25542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30542] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30542/stat : 30542 (java) S 30534 30536 29880 0 -1 64 2 426 0 0 0 0 3 1 18 0 9 0 27731173 888807424 25542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30543] ppid=30534 vsize=867976 CPUtime=0.34
/proc/30536/task/30543/stat : 30543 (java) S 30534 30536 29880 0 -1 64 766 426 0 0 30 0 3 1 15 0 9 0 27731173 888807424 25542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30544] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30544/stat : 30544 (java) S 30534 30536 29880 0 -1 64 1 426 0 0 0 0 3 1 19 0 9 0 27731173 888807424 25542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30545] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30545/stat : 30545 (java) S 30534 30536 29880 0 -1 64 14 426 0 0 0 0 3 1 15 0 9 0 27731173 888807424 25542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 867976

[startup+3.403 s]
/proc/loadavg: 2.16 2.03 2.00 3/89 30549
/proc/meminfo: memFree=1696280/2055920 swapFree=4192812/4192956
[pid=30536] ppid=30534 vsize=867976 CPUtime=3.36
/proc/30536/stat : 30536 (java) S 30534 30536 29880 0 -1 0 39628 426 1 0 313 19 3 1 18 0 9 0 27731168 888807424 25546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30536/statm: 216994 25546 2661 9 0 211430 0
[pid=30536/tid=30537] ppid=30534 vsize=867976 CPUtime=2.83
/proc/30536/task/30537/stat : 30537 (java) R 30534 30536 29880 0 -1 64 22598 426 1 0 265 14 3 1 25 0 9 0 27731169 888807424 25546 996147200 134512640 134550932 4294955968 18446744073709551615 4127126096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30539] ppid=30534 vsize=867976 CPUtime=0.23
/proc/30536/task/30539/stat : 30539 (java) S 30534 30536 29880 0 -1 64 15411 426 0 0 16 3 3 1 17 0 9 0 27731171 888807424 25546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30540] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30540/stat : 30540 (java) S 30534 30536 29880 0 -1 64 20 426 0 0 0 0 3 1 16 0 9 0 27731171 888807424 25546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30541] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30541/stat : 30541 (java) S 30534 30536 29880 0 -1 64 8 426 0 0 0 0 3 1 15 0 9 0 27731171 888807424 25546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30542] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30542/stat : 30542 (java) S 30534 30536 29880 0 -1 64 2 426 0 0 0 0 3 1 18 0 9 0 27731173 888807424 25546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30543] ppid=30534 vsize=867976 CPUtime=0.35
/proc/30536/task/30543/stat : 30543 (java) S 30534 30536 29880 0 -1 64 770 426 0 0 31 0 3 1 15 0 9 0 27731173 888807424 25546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30544] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30544/stat : 30544 (java) S 30534 30536 29880 0 -1 64 1 426 0 0 0 0 3 1 19 0 9 0 27731173 888807424 25546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30536/tid=30545] ppid=30534 vsize=867976 CPUtime=0.04
/proc/30536/task/30545/stat : 30545 (java) S 30534 30536 29880 0 -1 64 14 426 0 0 0 0 3 1 15 0 9 0 27731173 888807424 25546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 867976

Child status: 0
Real time (s): 3.4564
CPU time (s): 3.42148
CPU user time (s): 3.19551
CPU system time (s): 0.225965
CPU usage (%): 98.9898
Max. virtual memory (cumulated for all children) (KiB): 868120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.19551
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40186
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= 1322
involuntary context switches= 1442

runsolver used 0.003999 second user time and 0.024996 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 15:50:37
IDJOB=2095137
IDBENCH=54908
IDSOLVER=773
FILE ID=node4/2095137-1247406636
PBS_JOBID= 9510635
Free space on /tmp= 66264 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-15-07.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-2095137-1247406636/watcher-2095137-1247406636 -o /tmp/evaluation-result-2095137-1247406636/solver-2095137-1247406636 -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-2095137-1247406636.xml

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

MD5SUM BENCH= 1e6ce14559b05155904d8881047f709d
RANDOM SEED=900099569

node4.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1789000 kB
Buffers:         36216 kB
Cached:         109168 kB
SwapCached:          0 kB
Active:         155148 kB
Inactive:        57200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4944 kB
Writeback:           0 kB
Mapped:          87424 kB
Slab:            39684 kB
Committed_AS:  1004076 kB
PageTables:       2004 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= 66264 MiB
End job on node4 at 2009-07-12 15:50:40