Trace number 1077049

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.05823 4.76041

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.592909
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 (download as text)

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.21/0.20	
0.21/0.20	   configuration
0.21/0.20	     name=mac.xml
0.21/0.23	   
0.21/0.23	   instance
0.21/0.23	     name=HOME/instance-1077049-1215191416.xml
0.21/0.26	   
0.21/0.27	   domains being loaded...
0.21/0.27	   
0.21/0.27	   variables being loaded...
0.34/0.32	     nbVariables=301  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7826
0.34/0.32	       =>  wckTime=0.12  cpuTime=0.13  mem=8M894
0.34/0.32	   
0.34/0.32	   relations being loaded...
0.47/0.42	   
0.47/0.42	   predicates being loaded...
0.47/0.47	   
0.47/0.47	   constraints being loaded...
0.95/0.85	   Too large in ConstraintConflictsSTructure
0.95/0.86	   Too large in ConstraintConflictsSTructure
0.95/0.87	   Too large in ConstraintConflictsSTructure
2.31/2.16	     nbConstraints=2940  nbRelationTypes=7  nbGlobalConstraints=128  nbExtensionStructures=7
2.31/2.16	     nbSharedExtensionStructures=121  nbConflictsStructures=4  nbSharedConflictsStructures=106
2.31/2.16	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.31/2.16	     nbSharedEvaluationManagers=2805  minDegree=6  maxDegree=138  minArity=3  avgArity=8.06  maxArity=18  nbGenerators=0
2.31/2.16	     nbFusions=0  symmetryWckTime=0.372  symmetryCpuTime=0.22
2.31/2.16	       =>  wckTime=1.951  cpuTime=1.69  mem=33M925
2.42/2.27	   
2.42/2.27	   solver IterativeSystematicSolver being built... 
2.85/2.61	   
2.85/2.61	   INFO : Forward propagation technique limited 
2.95/2.76	       =>  wckTime=2.56  cpuTime=2.02  mem=57M359
3.17/2.90	   
3.17/2.90	   preprocessing
3.17/2.90	     nbConstraintChecks=0  nbValidityChecks=807887  nbPropagations=342  nbRevisions=0  nbUselessRevisions=0
3.17/2.90	     nbRemovedValues=304  detectedInconsistency=no
3.17/2.90	       =>  wckTime=0.13  cpuTime=0.13  mem=58M338
4.99/4.72	   
4.99/4.72	   search
4.99/4.72	     run=1  nbConstraintChecks=760956  nbValidityChecks=5723561  minDepth=130  maxDepth=301  nbPropagations=5802
4.99/4.72	     nbRevisions=241543  nbUselessRevisions=241427  nbAssignments=503  nbFailedAssignments=17  nbBacktracks=14
4.99/4.72	     nbVisitedNodes=529  nbRestartNogoods=9  nbFoundSolutions=1  mapSize=8  nbInferences=0  nbTooLargeKeys=0
4.99/4.72	     nbSEliminables=0  nbREliminables=49.54  nbIEliminables=174.09  nbDEliminables=0  nbPEliminables=0
4.99/4.72	       =>  wckTime=1.952  cpuTime=1.94  mem=60M311
4.99/4.72	   
4.99/4.72	   global
4.99/4.72	     nbConstraintChecks=760956  nbValidityChecks=6531448  nbPropagations=6144  nbRevisions=241543
4.99/4.72	     nbUselessRevisions=241427  nbRestartNogoods=9  solvingWckTime=1.955  solvingCpuTime=1.94  expiredTime=no
4.99/4.72	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=3.94  globalCpuTime=3.99
4.99/4.72	       =>  wckTime=4.518  cpuTime=3.96  mem=60M311
4.99/4.72	   
4.99/4.72	s SATISFIABLE
4.99/4.72	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 
4.99/4.72	d NODES 503
4.99/4.72	d CHECKS 760956
4.99/4.72	   
4.99/4.72	   totalWckTime=4.559  totalCpuTime=3.99

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077049-1215191416/watcher-1077049-1215191416 -o /tmp/evaluation-result-1077049-1215191416/solver-1077049-1215191416 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1077049-1215191416.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 23836
/proc/meminfo: memFree=1824960/2055920 swapFree=4181068/4192956
[pid=23836] ppid=23834 vsize=152 CPUtime=0
/proc/23836/stat : 23836 (java) R 23834 23836 20660 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 156952966 155648 26 996147200 134512640 134550740 4294955936 18446744073709551615 5103915 0 0 4096 0 0 0 0 17 0 0 0
/proc/23836/statm: 38 26 19 9 0 4 0

[startup+0.028786 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 23836
/proc/meminfo: memFree=1824960/2055920 swapFree=4181068/4192956
[pid=23836] ppid=23834 vsize=861876 CPUtime=0.01
/proc/23836/stat : 23836 (java) S 23834 23836 20660 0 -1 0 1898 0 1 0 0 1 0 0 18 0 5 0 156952966 882561024 1583 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23836/statm: 215469 1583 702 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101793 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 23836
/proc/meminfo: memFree=1824960/2055920 swapFree=4181068/4192956
[pid=23836] ppid=23834 vsize=866752 CPUtime=0.1
/proc/23836/stat : 23836 (java) S 23834 23836 20660 0 -1 0 3913 0 1 0 8 2 0 0 18 0 9 0 156952966 887554048 3353 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23836/statm: 216688 3354 1761 9 0 211243 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866752

[startup+0.301815 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 23836
/proc/meminfo: memFree=1824960/2055920 swapFree=4181068/4192956
[pid=23836] ppid=23834 vsize=867132 CPUtime=0.34
/proc/23836/stat : 23836 (java) S 23834 23836 20660 0 -1 0 6522 0 1 0 30 4 0 0 18 0 9 0 156952966 887943168 5892 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23836/statm: 216783 5893 1966 9 0 211311 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 867132

[startup+0.701855 s]
/proc/loadavg: 0.94 0.97 0.99 3/64 23836
/proc/meminfo: memFree=1824960/2055920 swapFree=4181068/4192956
[pid=23836] ppid=23834 vsize=868440 CPUtime=0.84
/proc/23836/stat : 23836 (java) S 23834 23836 20660 0 -1 0 13189 0 1 0 77 7 0 0 18 0 9 0 156952966 889282560 12549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23836/statm: 217110 12550 2012 9 0 211616 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 868440

[startup+1.50295 s]
/proc/loadavg: 0.94 0.97 0.99 2/73 23845
/proc/meminfo: memFree=1758584/2055920 swapFree=4181068/4192956
[pid=23836] ppid=23834 vsize=868352 CPUtime=1.7
/proc/23836/stat : 23836 (java) S 23834 23836 20660 0 -1 0 19230 0 1 0 151 19 0 0 18 0 9 0 156952966 889192448 18564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23836/statm: 217088 18564 2007 9 0 211616 0
[pid=23836/tid=23838] ppid=23834 vsize=868352 CPUtime=1.42
/proc/23836/task/23838/stat : 23838 (java) R 23834 23836 20660 0 -1 64 15767 0 1 0 125 17 0 0 21 0 9 0 156952967 889192448 18564 996147200 134512640 134550740 4294955936 18446744073709551615 4126525383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23836/tid=23839] ppid=23834 vsize=868352 CPUtime=0.04
/proc/23836/task/23839/stat : 23839 (java) S 23834 23836 20660 0 -1 64 2022 0 0 0 4 0 0 0 16 0 9 0 156952968 889192448 18564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23840] ppid=23834 vsize=868352 CPUtime=0
/proc/23836/task/23840/stat : 23840 (java) S 23834 23836 20660 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 156952968 889192448 18564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23841] ppid=23834 vsize=868352 CPUtime=0
/proc/23836/task/23841/stat : 23841 (java) S 23834 23836 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 156952968 889192448 18564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23842] ppid=23834 vsize=868352 CPUtime=0
/proc/23836/task/23842/stat : 23842 (java) S 23834 23836 20660 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 156952971 889192448 18564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23843] ppid=23834 vsize=868352 CPUtime=0.21
/proc/23836/task/23843/stat : 23843 (java) S 23834 23836 20660 0 -1 64 745 0 0 0 21 0 0 0 16 0 9 0 156952971 889192448 18564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23844] ppid=23834 vsize=868352 CPUtime=0
/proc/23836/task/23844/stat : 23844 (java) S 23834 23836 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 156952971 889192448 18564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23845] ppid=23834 vsize=868352 CPUtime=0
/proc/23836/task/23845/stat : 23845 (java) S 23834 23836 20660 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 156952971 889192448 18564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 868352

[startup+3.10212 s]
/proc/loadavg: 1.03 0.99 1.00 2/73 23849
/proc/meminfo: memFree=1743224/2055920 swapFree=4181068/4192956
[pid=23836] ppid=23834 vsize=868776 CPUtime=3.39
/proc/23836/stat : 23836 (java) S 23834 23836 20660 0 -1 0 51506 704 1 0 295 30 13 1 18 0 9 0 156952966 889626624 31597 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23836/statm: 217194 31597 2615 9 0 211722 0
[pid=23836/tid=23838] ppid=23834 vsize=868776 CPUtime=2.66
/proc/23836/task/23838/stat : 23838 (java) R 23834 23836 20660 0 -1 64 28619 704 1 0 230 22 13 1 18 0 9 0 156952967 889626624 31597 996147200 134512640 134550740 4294955936 18446744073709551615 4127277621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23836/tid=23839] ppid=23834 vsize=868776 CPUtime=0.51
/proc/23836/task/23839/stat : 23839 (java) S 23834 23836 20660 0 -1 64 21033 704 0 0 32 5 13 1 16 0 9 0 156952968 889626624 31597 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23840] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23840/stat : 23840 (java) S 23834 23836 20660 0 -1 64 17 704 0 0 0 0 13 1 16 0 9 0 156952968 889626624 31597 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23841] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23841/stat : 23841 (java) S 23834 23836 20660 0 -1 64 9 704 0 0 0 0 13 1 15 0 9 0 156952968 889626624 31597 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23842] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23842/stat : 23842 (java) S 23834 23836 20660 0 -1 64 1 704 0 0 0 0 13 1 22 0 9 0 156952971 889626624 31597 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23843] ppid=23834 vsize=868776 CPUtime=0.47
/proc/23836/task/23843/stat : 23843 (java) S 23834 23836 20660 0 -1 64 997 704 0 0 32 1 13 1 15 0 9 0 156952971 889626624 31597 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23844] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23844/stat : 23844 (java) S 23834 23836 20660 0 -1 64 1 704 0 0 0 0 13 1 23 0 9 0 156952971 889626624 31597 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23845] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23845/stat : 23845 (java) S 23834 23836 20660 0 -1 64 6 704 0 0 0 0 13 1 15 0 9 0 156952971 889626624 31597 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 868776

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

[startup+3.90219 s]
/proc/loadavg: 1.03 0.99 1.00 2/73 23849
/proc/meminfo: memFree=1708280/2055920 swapFree=4181068/4192956
[pid=23836] ppid=23834 vsize=868776 CPUtime=4.19
/proc/23836/stat : 23836 (java) S 23834 23836 20660 0 -1 0 51519 704 1 0 375 30 13 1 18 0 9 0 156952966 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23836/statm: 217194 31608 2615 9 0 211722 0
[pid=23836/tid=23838] ppid=23834 vsize=868776 CPUtime=3.45
/proc/23836/task/23838/stat : 23838 (java) R 23834 23836 20660 0 -1 64 28621 704 1 0 309 22 13 1 25 0 9 0 156952967 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4127279515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23839] ppid=23834 vsize=868776 CPUtime=0.51
/proc/23836/task/23839/stat : 23839 (java) S 23834 23836 20660 0 -1 64 21033 704 0 0 32 5 13 1 17 0 9 0 156952968 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23840] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23840/stat : 23840 (java) S 23834 23836 20660 0 -1 64 17 704 0 0 0 0 13 1 16 0 9 0 156952968 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23841] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23841/stat : 23841 (java) S 23834 23836 20660 0 -1 64 9 704 0 0 0 0 13 1 15 0 9 0 156952968 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23842] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23842/stat : 23842 (java) S 23834 23836 20660 0 -1 64 1 704 0 0 0 0 13 1 22 0 9 0 156952971 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23843] ppid=23834 vsize=868776 CPUtime=0.48
/proc/23836/task/23843/stat : 23843 (java) S 23834 23836 20660 0 -1 64 1008 704 0 0 33 1 13 1 15 0 9 0 156952971 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23844] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23844/stat : 23844 (java) S 23834 23836 20660 0 -1 64 1 704 0 0 0 0 13 1 23 0 9 0 156952971 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23845] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23845/stat : 23845 (java) S 23834 23836 20660 0 -1 64 6 704 0 0 0 0 13 1 15 0 9 0 156952971 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 868776

[startup+4.30223 s]
/proc/loadavg: 1.03 0.99 1.00 2/73 23849
/proc/meminfo: memFree=1708216/2055920 swapFree=4181068/4192956
[pid=23836] ppid=23834 vsize=868776 CPUtime=4.6
/proc/23836/stat : 23836 (java) S 23834 23836 20660 0 -1 0 51519 704 1 0 416 30 13 1 18 0 9 0 156952966 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23836/statm: 217194 31608 2615 9 0 211722 0
[pid=23836/tid=23838] ppid=23834 vsize=868776 CPUtime=3.85
/proc/23836/task/23838/stat : 23838 (java) R 23834 23836 20660 0 -1 64 28621 704 1 0 349 22 13 1 25 0 9 0 156952967 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4127222679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23839] ppid=23834 vsize=868776 CPUtime=0.51
/proc/23836/task/23839/stat : 23839 (java) S 23834 23836 20660 0 -1 64 21033 704 0 0 32 5 13 1 16 0 9 0 156952968 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23840] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23840/stat : 23840 (java) S 23834 23836 20660 0 -1 64 17 704 0 0 0 0 13 1 16 0 9 0 156952968 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23841] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23841/stat : 23841 (java) S 23834 23836 20660 0 -1 64 9 704 0 0 0 0 13 1 15 0 9 0 156952968 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23842] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23842/stat : 23842 (java) S 23834 23836 20660 0 -1 64 1 704 0 0 0 0 13 1 22 0 9 0 156952971 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23843] ppid=23834 vsize=868776 CPUtime=0.48
/proc/23836/task/23843/stat : 23843 (java) S 23834 23836 20660 0 -1 64 1008 704 0 0 33 1 13 1 15 0 9 0 156952971 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23844] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23844/stat : 23844 (java) S 23834 23836 20660 0 -1 64 1 704 0 0 0 0 13 1 23 0 9 0 156952971 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23845] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23845/stat : 23845 (java) S 23834 23836 20660 0 -1 64 6 704 0 0 0 0 13 1 15 0 9 0 156952971 889626624 31608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 868776

[startup+4.70227 s]
/proc/loadavg: 1.03 0.99 1.00 2/73 23849
/proc/meminfo: memFree=1708216/2055920 swapFree=4181068/4192956
[pid=23836] ppid=23834 vsize=868776 CPUtime=4.99
/proc/23836/stat : 23836 (java) S 23834 23836 20660 0 -1 0 51523 704 1 0 455 30 13 1 18 0 9 0 156952966 889626624 31610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23836/statm: 217194 31610 2615 9 0 211722 0
[pid=23836/tid=23838] ppid=23834 vsize=868776 CPUtime=4.25
/proc/23836/task/23838/stat : 23838 (java) R 23834 23836 20660 0 -1 64 28623 704 1 0 389 22 13 1 25 0 9 0 156952967 889626624 31610 996147200 134512640 134550740 4294955936 18446744073709551615 4125978165 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23839] ppid=23834 vsize=868776 CPUtime=0.51
/proc/23836/task/23839/stat : 23839 (java) S 23834 23836 20660 0 -1 64 21033 704 0 0 32 5 13 1 16 0 9 0 156952968 889626624 31610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23840] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23840/stat : 23840 (java) S 23834 23836 20660 0 -1 64 17 704 0 0 0 0 13 1 16 0 9 0 156952968 889626624 31610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23841] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23841/stat : 23841 (java) S 23834 23836 20660 0 -1 64 9 704 0 0 0 0 13 1 15 0 9 0 156952968 889626624 31610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23842] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23842/stat : 23842 (java) S 23834 23836 20660 0 -1 64 1 704 0 0 0 0 13 1 22 0 9 0 156952971 889626624 31610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23843] ppid=23834 vsize=868776 CPUtime=0.48
/proc/23836/task/23843/stat : 23843 (java) S 23834 23836 20660 0 -1 64 1010 704 0 0 33 1 13 1 15 0 9 0 156952971 889626624 31610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23844] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23844/stat : 23844 (java) S 23834 23836 20660 0 -1 64 1 704 0 0 0 0 13 1 23 0 9 0 156952971 889626624 31610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23836/tid=23845] ppid=23834 vsize=868776 CPUtime=0.14
/proc/23836/task/23845/stat : 23845 (java) S 23834 23836 20660 0 -1 64 6 704 0 0 0 0 13 1 15 0 9 0 156952971 889626624 31610 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 868776

Child status: 0
Real time (s): 4.76041
CPU time (s): 5.05823
CPU user time (s): 4.71228
CPU system time (s): 0.345947
CPU usage (%): 106.256
Max. virtual memory (cumulated for all children) (KiB): 868872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.71228
system time used= 0.345947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52264
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= 603
involuntary context switches= 372

runsolver used 0.009998 second user time and 0.020996 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 19:10:16
IDJOB=1077049
IDBENCH=56626
IDSOLVER=363
FILE ID=node46/1077049-1215191416
PBS_JOBID= 7881562
Free space on /tmp= 66212 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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077049-1215191416/watcher-1077049-1215191416 -o /tmp/evaluation-result-1077049-1215191416/solver-1077049-1215191416 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1077049-1215191416.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f01dc7a4ec49ede22f1d95a14de7260
RANDOM SEED=1632481659

node46.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.238
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.238
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:       1825440 kB
Buffers:         35576 kB
Cached:         134600 kB
SwapCached:       5876 kB
Active:         120764 kB
Inactive:        57868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825440 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            3092 kB
Writeback:           0 kB
Mapped:          14708 kB
Slab:            38064 kB
Committed_AS:   356620 kB
PageTables:       1184 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node46 at 2008-07-04 19:10:21