Trace number 1064095

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.98839 4.02333

DiagnosticValue
CHECKS415238
NODES294

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-05.xml
MD5SUM7673da9bb2ec89d6ebeb64aba0b3e8de
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.577912
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1064095-1215139769.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.39	     nbVariables=291  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7566
0.29/0.39	       =>  wckTime=0.152  cpuTime=0.13  mem=8M894
0.29/0.39	   
0.29/0.39	   relations being loaded...
0.49/0.56	   
0.49/0.56	   predicates being loaded...
0.59/0.62	   
0.59/0.62	   constraints being loaded...
1.09/1.10	   Too large in ConstraintConflictsSTructure
1.09/1.13	   Too large in ConstraintConflictsSTructure
1.09/1.15	   Too large in ConstraintConflictsSTructure
2.07/2.16	     nbConstraints=2544  nbRelationTypes=7  nbGlobalConstraints=126  nbExtensionStructures=7
2.07/2.16	     nbSharedExtensionStructures=119  nbConflictsStructures=4  nbSharedConflictsStructures=109
2.07/2.16	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.07/2.16	     nbSharedEvaluationManagers=2411  minDegree=9  maxDegree=122  minArity=3  avgArity=7.84  maxArity=32  nbGenerators=0
2.07/2.16	     nbFusions=0  symmetryWckTime=0.316  symmetryCpuTime=0.15
2.07/2.16	       =>  wckTime=1.923  cpuTime=1.45  mem=38M487
2.16/2.28	   
2.16/2.28	   solver IterativeSystematicSolver being built... 
2.57/2.62	   
2.57/2.62	   INFO : Forward propagation technique limited 
2.57/2.69	       =>  wckTime=2.448  cpuTime=1.76  mem=77M207
2.76/2.88	   
2.76/2.88	   preprocessing
2.76/2.88	     nbConstraintChecks=199  nbValidityChecks=1231455  nbPropagations=314  nbRevisions=15  nbUselessRevisions=15
2.76/2.88	     nbRemovedValues=187  detectedInconsistency=no
2.76/2.88	       =>  wckTime=0.188  cpuTime=0.17  mem=79M147
3.86/3.98	   
3.86/3.98	   search
3.86/3.98	     run=0  nbConstraintChecks=415039  nbValidityChecks=4702642  minDepth=96  maxDepth=291  nbPropagations=2175
3.86/3.98	     nbRevisions=72034  nbUselessRevisions=72026  nbAssignments=294  nbFailedAssignments=3  nbBacktracks=0
3.86/3.98	     nbVisitedNodes=298  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
3.86/3.98	     nbSEliminables=0  nbREliminables=52.03  nbIEliminables=158.55  nbDEliminables=0  nbPEliminables=0
3.86/3.98	       =>  wckTime=1.29  cpuTime=1.21  mem=80M116
3.86/3.98	   
3.86/3.98	   global
3.86/3.98	     nbConstraintChecks=415238  nbValidityChecks=5934097  nbPropagations=2489  nbRevisions=72049
3.86/3.98	     nbUselessRevisions=72041  nbRestartNogoods=0  solvingWckTime=1.292  solvingCpuTime=1.21  expiredTime=no
3.86/3.98	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=2.96  globalCpuTime=3.01
3.86/3.98	       =>  wckTime=3.744  cpuTime=2.97  mem=80M116
3.86/3.98	   
3.86/3.98	s SATISFIABLE
3.86/3.98	v 1 0 13 2 5 24 18 0 4 18 2 19 0 17 4 14 13 4 17 2 14 14 15 12 0 10 14 0 8 0 18 4 19 20 8 7 0 10 0 1 17 14 18 15 0 13 19 17 0 12 18 19 0 12 3 18 14 3 4 17 4 15 14 11 24 21 8 13 24 11 0 2 4 19 0 19 4 2 7 0 18 4 3 4 23 8 13 4 19 20 11 4 18 13 14 17 18 4 8 17 1 0 0 11 12 14 0 18 8 17 8 18 0 13 3 18 18 0 13 4 4 13 4 3 4 4 10 16 20 0 19 18 12 0 17 18 0 1 11 4 18 18 8 13 6 8 13 3 8 18 6 20 8 18 4 15 0 20 11 18 19 4 8 13 13 14 13 20 18 19 24 15 4 0 13 4 17 0 18 18 13 0 6 7 0 0 17 1 0 4 11 13 4 0 19 8 17 4 0 11 5 0 18 0 23 14 8 3 6 14 15 0 10 18 3 8 5 5 4 17 4 13 19 8 0 11 6 4 0 17 19 0 0 11 4 18 18 8 13 3 0 1 0 18 1 0 17 4 8 21 0 13 19 0 11 4 0 17 11 4 0 11 0 17 11 4 8 18 8 3 4 18 12 0 0 18 6 0 4 18 4 18 13 4 2 14 18 18 4 4 18 
3.86/3.98	d NODES 294
3.86/3.98	d CHECKS 415238
3.86/3.99	   
3.86/3.99	   totalWckTime=3.809  totalCpuTime=3.02

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-1064095-1215139769/watcher-1064095-1215139769 -o /tmp/evaluation-result-1064095-1215139769/solver-1064095-1215139769 -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-1064095-1215139769.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: 2.50 3.80 5.33 3/88 4732
/proc/meminfo: memFree=1119432/2055920 swapFree=4179140/4192956
[pid=4732] ppid=4730 vsize=152 CPUtime=0
/proc/4732/stat : 4732 (java) R 4730 4732 645 0 -1 0 205 0 0 0 0 0 0 0 19 0 1 0 125657602 155648 26 996147200 134512640 134550740 4294955984 18446744073709551615 11768612 0 0 4096 0 0 0 0 17 0 0 0
/proc/4732/statm: 38 26 19 9 0 4 0

[startup+0.016114 s]
/proc/loadavg: 2.50 3.80 5.33 3/88 4732
/proc/meminfo: memFree=1119432/2055920 swapFree=4179140/4192956
[pid=4732] ppid=4730 vsize=860508 CPUtime=0
/proc/4732/stat : 4732 (java) S 4730 4732 645 0 -1 0 1069 0 1 0 0 0 0 0 20 0 2 0 125657602 881160192 819 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/4732/statm: 215127 832 381 9 0 213525 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 860508

[startup+0.101124 s]
/proc/loadavg: 2.50 3.80 5.33 3/88 4732
/proc/meminfo: memFree=1119432/2055920 swapFree=4179140/4192956
[pid=4732] ppid=4730 vsize=865884 CPUtime=0.09
/proc/4732/stat : 4732 (java) S 4730 4732 645 0 -1 0 3765 0 1 0 7 2 0 0 20 0 9 0 125657602 886665216 3223 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4732/statm: 216471 3226 1710 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301149 s]
/proc/loadavg: 2.50 3.80 5.33 3/88 4732
/proc/meminfo: memFree=1119432/2055920 swapFree=4179140/4192956
[pid=4732] ppid=4730 vsize=866408 CPUtime=0.29
/proc/4732/stat : 4732 (java) S 4730 4732 645 0 -1 0 6021 0 1 0 25 4 0 0 20 0 9 0 125657602 887201792 5395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4732/statm: 216602 5396 1956 9 0 211130 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866408

[startup+0.701192 s]
/proc/loadavg: 2.50 3.80 5.33 3/88 4732
/proc/meminfo: memFree=1119432/2055920 swapFree=4179140/4192956
[pid=4732] ppid=4730 vsize=867092 CPUtime=0.68
/proc/4732/stat : 4732 (java) S 4730 4732 645 0 -1 0 12464 0 1 0 62 6 0 0 20 0 9 0 125657602 887902208 11824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4732/statm: 216773 11825 2008 9 0 211279 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867092

[startup+1.50227 s]
/proc/loadavg: 2.50 3.80 5.33 3/97 4741
/proc/meminfo: memFree=1061760/2055920 swapFree=4179140/4192956
[pid=4732] ppid=4730 vsize=867592 CPUtime=1.49
/proc/4732/stat : 4732 (java) S 4730 4732 645 0 -1 0 19015 0 1 0 133 16 0 0 20 0 9 0 125657602 888414208 18349 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4732/statm: 216898 18349 2007 9 0 211426 0
[pid=4732/tid=4734] ppid=4730 vsize=867596 CPUtime=1.23
/proc/4732/task/4734/stat : 4734 (java) R 4730 4732 645 0 -1 64 15786 0 1 0 109 14 0 0 25 0 9 0 125657603 888418304 18349 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4735] ppid=4730 vsize=867592 CPUtime=0.03
/proc/4732/task/4735/stat : 4735 (java) S 4730 4732 645 0 -1 64 1832 0 0 0 3 0 0 0 17 0 9 0 125657604 888414208 18349 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4736] ppid=4730 vsize=867592 CPUtime=0
/proc/4732/task/4736/stat : 4736 (java) S 4730 4732 645 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 125657604 888414208 18349 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4737] ppid=4730 vsize=867592 CPUtime=0
/proc/4732/task/4737/stat : 4737 (java) S 4730 4732 645 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 125657604 888414208 18349 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4738] ppid=4730 vsize=867592 CPUtime=0
/proc/4732/task/4738/stat : 4738 (java) S 4730 4732 645 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 125657606 888414208 18349 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4739] ppid=4730 vsize=867592 CPUtime=0.19
/proc/4732/task/4739/stat : 4739 (java) S 4730 4732 645 0 -1 64 701 0 0 0 19 0 0 0 16 0 9 0 125657606 888414208 18349 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4740] ppid=4730 vsize=867592 CPUtime=0
/proc/4732/task/4740/stat : 4740 (java) S 4730 4732 645 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 125657606 888414208 18349 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4741] ppid=4730 vsize=867592 CPUtime=0
/proc/4732/task/4741/stat : 4741 (java) S 4730 4732 645 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 125657606 888414208 18349 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867592

[startup+3.10246 s]
/proc/loadavg: 2.54 3.79 5.31 3/98 4745
/proc/meminfo: memFree=1032752/2055920 swapFree=4179140/4192956
[pid=4732] ppid=4730 vsize=868100 CPUtime=3.07
/proc/4732/stat : 4732 (java) S 4730 4732 645 0 -1 0 49136 635 1 0 268 28 10 1 20 0 9 0 125657602 888934400 28829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4732/statm: 217025 28829 2637 9 0 211531 0
[pid=4732/tid=4734] ppid=4730 vsize=868100 CPUtime=2.4
/proc/4732/task/4734/stat : 4734 (java) R 4730 4732 645 0 -1 64 28684 635 1 0 209 20 10 1 25 0 9 0 125657603 888934400 28829 996147200 134512640 134550740 4294955984 18446744073709551615 4127267381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4735] ppid=4730 vsize=868100 CPUtime=0.41
/proc/4732/task/4735/stat : 4735 (java) S 4730 4732 645 0 -1 64 18651 635 0 0 26 4 10 1 16 0 9 0 125657604 888934400 28829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4736] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4736/stat : 4736 (java) S 4730 4732 645 0 -1 64 17 635 0 0 0 0 10 1 16 0 9 0 125657604 888934400 28829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4737] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4737/stat : 4737 (java) S 4730 4732 645 0 -1 64 9 635 0 0 0 0 10 1 15 0 9 0 125657604 888934400 28829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4738] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4738/stat : 4738 (java) S 4730 4732 645 0 -1 64 1 635 0 0 0 0 10 1 25 0 9 0 125657606 888934400 28829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4739] ppid=4730 vsize=868100 CPUtime=0.43
/proc/4732/task/4739/stat : 4739 (java) S 4730 4732 645 0 -1 64 965 635 0 0 31 1 10 1 16 0 9 0 125657606 888934400 28829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4740] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4740/stat : 4740 (java) S 4730 4732 645 0 -1 64 1 635 0 0 0 0 10 1 25 0 9 0 125657606 888934400 28829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4741] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4741/stat : 4741 (java) S 4730 4732 645 0 -1 64 10 635 0 0 0 0 10 1 15 0 9 0 125657606 888934400 28829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868100

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

[startup+3.9024 s]
/proc/loadavg: 2.54 3.79 5.31 3/97 4745
/proc/meminfo: memFree=1013752/2055920 swapFree=4179140/4192956
[pid=4732] ppid=4730 vsize=868100 CPUtime=3.86
/proc/4732/stat : 4732 (java) S 4730 4732 645 0 -1 0 49152 635 1 0 347 28 10 1 20 0 9 0 125657602 888934400 28838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4732/statm: 217025 28838 2637 9 0 211531 0
[pid=4732/tid=4734] ppid=4730 vsize=868100 CPUtime=3.19
/proc/4732/task/4734/stat : 4734 (java) R 4730 4732 645 0 -1 64 28691 635 1 0 288 20 10 1 25 0 9 0 125657603 888934400 28838 996147200 134512640 134550740 4294955984 18446744073709551615 4127267413 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4735] ppid=4730 vsize=868100 CPUtime=0.41
/proc/4732/task/4735/stat : 4735 (java) S 4730 4732 645 0 -1 64 18651 635 0 0 26 4 10 1 17 0 9 0 125657604 888934400 28838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4736] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4736/stat : 4736 (java) S 4730 4732 645 0 -1 64 17 635 0 0 0 0 10 1 16 0 9 0 125657604 888934400 28838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4737] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4737/stat : 4737 (java) S 4730 4732 645 0 -1 64 9 635 0 0 0 0 10 1 15 0 9 0 125657604 888934400 28838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4738] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4738/stat : 4738 (java) S 4730 4732 645 0 -1 64 1 635 0 0 0 0 10 1 25 0 9 0 125657606 888934400 28838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4739] ppid=4730 vsize=868100 CPUtime=0.44
/proc/4732/task/4739/stat : 4739 (java) S 4730 4732 645 0 -1 64 974 635 0 0 32 1 10 1 15 0 9 0 125657606 888934400 28838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4740] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4740/stat : 4740 (java) S 4730 4732 645 0 -1 64 1 635 0 0 0 0 10 1 25 0 9 0 125657606 888934400 28838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4741] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4741/stat : 4741 (java) S 4730 4732 645 0 -1 64 10 635 0 0 0 0 10 1 15 0 9 0 125657606 888934400 28838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 868100

[startup+4.00241 s]
/proc/loadavg: 2.54 3.79 5.31 3/97 4745
/proc/meminfo: memFree=1013752/2055920 swapFree=4179140/4192956
[pid=4732] ppid=4730 vsize=868100 CPUtime=3.95
/proc/4732/stat : 4732 (java) S 4730 4732 645 0 -1 0 49166 635 1 0 356 28 10 1 20 0 9 0 125657602 888934400 28848 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4732/statm: 217025 28848 2637 9 0 211531 0
[pid=4732/tid=4734] ppid=4730 vsize=868100 CPUtime=3.27
/proc/4732/task/4734/stat : 4734 (java) S 4730 4732 645 0 -1 64 28703 635 1 0 296 20 10 1 25 0 9 0 125657603 888934400 28848 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4735] ppid=4730 vsize=868100 CPUtime=0.41
/proc/4732/task/4735/stat : 4735 (java) S 4730 4732 645 0 -1 64 18651 635 0 0 26 4 10 1 17 0 9 0 125657604 888934400 28848 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4736] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4736/stat : 4736 (java) S 4730 4732 645 0 -1 64 17 635 0 0 0 0 10 1 16 0 9 0 125657604 888934400 28848 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4737] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4737/stat : 4737 (java) S 4730 4732 645 0 -1 64 9 635 0 0 0 0 10 1 15 0 9 0 125657604 888934400 28848 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4738] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4738/stat : 4738 (java) S 4730 4732 645 0 -1 64 1 635 0 0 0 0 10 1 25 0 9 0 125657606 888934400 28848 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4739] ppid=4730 vsize=868100 CPUtime=0.45
/proc/4732/task/4739/stat : 4739 (java) S 4730 4732 645 0 -1 64 976 635 0 0 33 1 10 1 15 0 9 0 125657606 888934400 28848 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4740] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4740/stat : 4740 (java) S 4730 4732 645 0 -1 64 1 635 0 0 0 0 10 1 25 0 9 0 125657606 888934400 28848 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4732/tid=4741] ppid=4730 vsize=868100 CPUtime=0.11
/proc/4732/task/4741/stat : 4741 (java) S 4730 4732 645 0 -1 64 10 635 0 0 0 0 10 1 15 0 9 0 125657606 888934400 28848 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 868100

Child status: 0
Real time (s): 4.02333
CPU time (s): 3.98839
CPU user time (s): 3.67244
CPU system time (s): 0.315951
CPU usage (%): 99.1315
Max. virtual memory (cumulated for all children) (KiB): 868244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.67244
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49830
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= 1801
involuntary context switches= 1940

runsolver used 0.007998 second user time and 0.019996 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-04 04:49:30
IDJOB=1064095
IDBENCH=54906
IDSOLVER=363
FILE ID=node76/1064095-1215139769
PBS_JOBID= 7877356
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7673da9bb2ec89d6ebeb64aba0b3e8de
RANDOM SEED=997508396

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1119912 kB
Buffers:          5820 kB
Cached:          99608 kB
SwapCached:       6432 kB
Active:         839040 kB
Inactive:        32372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1119912 kB
SwapTotal:     4192956 kB
SwapFree:      4179140 kB
Dirty:            4064 kB
Writeback:           0 kB
Mapped:         786112 kB
Slab:            47976 kB
Committed_AS:  1124152 kB
PageTables:       3596 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= 66552 MiB
End job on node76 at 2008-07-04 04:49:34