Trace number 2096639

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.69413 5.80743

DiagnosticValue
CHECKS598149
NODES300

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-19-10.xml
MD5SUMa1d7d5acf2070b73940ebc1e3be12414
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 benchmark1.05984
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3443
Maximum constraint arity38
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension3315
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-2096639-1247410418.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.38/0.43	     nbVariables=291  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7566
0.38/0.43	       =>  wckTime=0.163  cpuTime=0.12  mem=8M867
0.38/0.43	   
0.38/0.43	   relations being loaded...
0.87/0.94	   
0.87/0.94	   predicates being loaded...
0.98/1.01	   
0.98/1.01	   constraints being loaded...
1.47/1.57	   Too large in ConstraintConflictsSTructure
1.58/1.69	   Too large in ConstraintConflictsSTructure
1.67/1.70	   Too large in ConstraintConflictsSTructure
1.67/1.73	   Too large in ConstraintConflictsSTructure
3.14/3.23	     nbConstraints=3443  nbRelationTypes=8  nbGlobalConstraints=128  nbExtensionStructures=8
3.14/3.23	     nbSharedExtensionStructures=120  nbConflictsStructures=4  nbSharedConflictsStructures=115
3.14/3.23	     nbUnbuiltConflictsStructures=12  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
3.14/3.23	     nbSharedEvaluationManagers=3307  minDegree=6  maxDegree=154  minArity=3  avgArity=7.85  maxArity=38  nbGenerators=0
3.14/3.23	     nbFusions=0  symmetryWckTime=0.447  symmetryCpuTime=0.2
3.14/3.23	       =>  wckTime=2.967  cpuTime=2.3  mem=69M654
3.34/3.42	   
3.34/3.42	   solver IterativeSystematicSolver being built... 
3.74/3.82	   
3.74/3.82	   INFO : Forward propagation technique limited 
3.84/3.99	       =>  wckTime=3.728  cpuTime=2.66  mem=87M393
4.13/4.22	   
4.13/4.22	   preprocessing
4.13/4.22	     nbConstraintChecks=199  nbValidityChecks=1553912  nbPropagations=325  nbRevisions=19  nbUselessRevisions=19
4.13/4.22	     nbRemovedValues=430  detectedInconsistency=no
4.13/4.22	       =>  wckTime=0.22  cpuTime=0.2  mem=89M338
5.62/5.73	   
5.62/5.73	   search
5.62/5.73	     run=0  nbConstraintChecks=597950  nbValidityChecks=4487779  minDepth=127  maxDepth=291  nbPropagations=2159
5.62/5.73	     nbRevisions=108956  nbUselessRevisions=108924  nbAssignments=300  nbFailedAssignments=5  nbBacktracks=4
5.62/5.73	     nbVisitedNodes=307  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=2  nbInferences=0  nbTooLargeKeys=0
5.62/5.73	     nbSEliminables=0  nbREliminables=35.81  nbIEliminables=176.2  nbDEliminables=0  nbPEliminables=0
5.62/5.73	       =>  wckTime=1.731  cpuTime=1.64  mem=90M309
5.62/5.73	   
5.62/5.73	   global
5.62/5.73	     nbConstraintChecks=598149  nbValidityChecks=6041691  nbPropagations=2484  nbRevisions=108975
5.62/5.73	     nbUselessRevisions=108943  nbRestartNogoods=0  solvingWckTime=1.733  solvingCpuTime=1.64  expiredTime=no
5.62/5.73	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.28  globalCpuTime=4.35
5.62/5.73	       =>  wckTime=5.466  cpuTime=4.3  mem=90M309
5.62/5.73	   
5.62/5.73	s SATISFIABLE
5.62/5.73	v 0 21 2 1 0 13 2 3 4 1 18 0 17 0 18 1 8 4 5 4 3 4 0 14 21 4 4 2 0 13 4 11 14 2 14 0 11 14 12 4 13 3 14 13 13 0 8 18 4 18 4 11 8 4 17 0 18 2 0 3 4 4 13 4 4 7 4 20 1 0 8 18 15 0 17 20 18 22 8 13 6 2 0 20 18 15 0 17 4 18 18 0 18 12 0 14 18 15 0 8 23 15 0 13 4 17 12 0 4 18 19 0 8 17 4 6 0 17 0 18 15 0 8 19 15 0 22 13 4 4 15 0 17 0 0 20 18 18 8 7 0 20 19 4 11 20 2 8 4 13 13 4 2 7 19 8 18 24 0 18 18 15 4 19 4 4 18 17 0 0 6 21 14 12 8 18 15 0 17 4 11 0 2 0 8 17 14 8 4 18 12 0 8 4 6 0 8 4 2 17 8 18 15 4 13 19 15 0 8 18 3 0 13 18 0 0 14 20 19 15 0 19 4 2 0 12 1 0 17 18 18 18 8 8 15 17 8 12 0 19 18 2 14 17 17 4 2 19 8 14 13 13 0 11 8 18 4 17 0 8 17 0 8 0 2 17 4 0 0 12 8 4 18 0 8 4 4 18 0 20 15 8 13 18 11 8 4 4 2 4 4 
5.62/5.73	d NODES 300
5.62/5.73	d CHECKS 598149
5.62/5.73	   
5.62/5.73	   totalWckTime=5.537  totalCpuTime=4.36

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-2096639-1247410418/watcher-2096639-1247410418 -o /tmp/evaluation-result-2096639-1247410418/solver-2096639-1247410418 -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-2096639-1247410418.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.06 2.02 2.00 4/80 30601
/proc/meminfo: memFree=1706032/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=18576 CPUtime=0
/proc/30601/stat : 30601 (runsolver) R 30599 30601 27423 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28105733 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 236437695783 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30601/statm: 4644 284 249 26 0 2626 0

[startup+0.0451281 s]
/proc/loadavg: 2.06 2.02 2.00 4/80 30601
/proc/meminfo: memFree=1706032/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=861936 CPUtime=0.03
/proc/30601/stat : 30601 (java) S 30599 30601 27423 0 -1 0 2278 0 1 0 2 1 0 0 18 0 5 0 28105733 882622464 1880 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 215484 1894 867 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.107774 s]
/proc/loadavg: 2.06 2.02 2.00 4/80 30601
/proc/meminfo: memFree=1706032/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=865984 CPUtime=0.08
/proc/30601/stat : 30601 (java) S 30599 30601 27423 0 -1 0 3801 0 1 0 7 1 0 0 18 0 9 0 28105733 886767616 3251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 216496 3251 1714 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301794 s]
/proc/loadavg: 2.06 2.02 2.00 4/80 30601
/proc/meminfo: memFree=1706032/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=866380 CPUtime=0.29
/proc/30601/stat : 30601 (java) S 30599 30601 27423 0 -1 0 5839 0 1 0 26 3 0 0 18 0 9 0 28105733 887173120 5208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 216595 5208 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701838 s]
/proc/loadavg: 2.06 2.02 2.00 4/80 30601
/proc/meminfo: memFree=1706032/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=866616 CPUtime=0.68
/proc/30601/stat : 30601 (java) S 30599 30601 27423 0 -1 0 14003 0 1 0 62 6 0 0 18 0 9 0 28105733 887414784 13365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 216654 13365 1998 9 0 211112 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866616

[startup+1.50293 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 30610
/proc/meminfo: memFree=1636328/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=867752 CPUtime=1.47
/proc/30601/stat : 30601 (java) S 30599 30601 27423 0 -1 0 20400 0 1 0 138 9 0 0 18 0 9 0 28105733 888578048 19749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 216938 19749 2053 9 0 211374 0
[pid=30601/tid=30603] ppid=30599 vsize=867752 CPUtime=1.23
/proc/30601/task/30603/stat : 30603 (java) R 30599 30601 27423 0 -1 64 15800 0 1 0 116 7 0 0 25 0 9 0 28105735 888578048 19749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=867752 CPUtime=0.03
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 27423 0 -1 64 3223 0 0 0 2 1 0 0 16 0 9 0 28105736 888578048 19749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=867752 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 27423 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28105737 888578048 19749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30606] ppid=30599 vsize=867752 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28105737 888578048 19749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30607] ppid=30599 vsize=867752 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 27423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28105739 888578048 19749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30608] ppid=30599 vsize=867752 CPUtime=0.18
/proc/30601/task/30608/stat : 30608 (java) R 30599 30601 27423 0 -1 64 675 0 0 0 18 0 0 0 16 0 9 0 28105739 888578048 19749 996147200 134512640 134550932 4294955968 18446744073709551615 101831322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=867752 CPUtime=0
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 27423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28105739 888578048 19749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=867752 CPUtime=0
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 27423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28105739 888578048 19749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867752

[startup+3.10211 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 30610
/proc/meminfo: memFree=1623080/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=867988 CPUtime=2.91
/proc/30601/stat : 30601 (java) S 30599 30601 27423 0 -1 0 27053 0 1 0 267 24 0 0 18 0 10 0 28105733 888819712 26250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 216997 26250 2036 9 0 211455 0
[pid=30601/tid=30603] ppid=30599 vsize=867988 CPUtime=2.44
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 27423 0 -1 64 15917 0 1 0 225 19 0 0 24 0 10 0 28105735 888819712 26250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=867988 CPUtime=0.17
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 27423 0 -1 64 9623 0 0 0 14 3 0 0 16 0 10 0 28105736 888819712 26250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=867988 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 27423 0 -1 64 15 0 0 0 0 0 0 0 16 0 10 0 28105737 888819712 26250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30606] ppid=30599 vsize=867988 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28105737 888819712 26250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30607] ppid=30599 vsize=867988 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 27423 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28105739 888819712 26250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30608] ppid=30599 vsize=867988 CPUtime=0.27
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 27423 0 -1 64 737 0 0 0 27 0 0 0 15 0 10 0 28105739 888819712 26250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=867988 CPUtime=0
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 27423 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 28105739 888819712 26250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=867988 CPUtime=0
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 27423 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 28105739 888819712 26250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 867988

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

[startup+4.7023 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 30614
/proc/meminfo: memFree=1566568/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=868196 CPUtime=4.63
/proc/30601/stat : 30601 (java) S 30599 30601 27423 0 -1 0 60000 762 1 0 411 34 17 1 18 0 9 0 28105733 889032704 37337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 217049 37337 2661 9 0 211485 0
[pid=30601/tid=30603] ppid=30599 vsize=868196 CPUtime=3.68
/proc/30601/task/30603/stat : 30603 (java) R 30599 30601 27423 0 -1 64 25676 762 1 0 328 22 17 1 25 0 9 0 28105735 889032704 37337 996147200 134512640 134550932 4294955968 18446744073709551615 4127265503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=868196 CPUtime=0.71
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 27423 0 -1 64 32499 762 0 0 44 9 17 1 16 0 9 0 28105736 889032704 37337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 27423 0 -1 64 18 762 0 0 0 0 17 1 16 0 9 0 28105737 889032704 37337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30606] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 27423 0 -1 64 9 762 0 0 0 0 17 1 16 0 9 0 28105737 889032704 37337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30607] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 27423 0 -1 64 2 762 0 0 0 0 17 1 18 0 9 0 28105739 889032704 37337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30608] ppid=30599 vsize=868196 CPUtime=0.56
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 27423 0 -1 64 974 762 0 0 38 0 17 1 15 0 9 0 28105739 889032704 37337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 27423 0 -1 64 1 762 0 0 0 0 17 1 19 0 9 0 28105739 889032704 37337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 27423 0 -1 64 13 762 0 0 0 0 17 1 15 0 9 0 28105739 889032704 37337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 868196

[startup+5.50739 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 30614
/proc/meminfo: memFree=1566440/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=868196 CPUtime=5.43
/proc/30601/stat : 30601 (java) S 30599 30601 27423 0 -1 0 60034 762 1 0 491 34 17 1 18 0 9 0 28105733 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 217049 37342 2661 9 0 211485 0
[pid=30601/tid=30603] ppid=30599 vsize=868196 CPUtime=4.47
/proc/30601/task/30603/stat : 30603 (java) R 30599 30601 27423 0 -1 64 25680 762 1 0 407 22 17 1 25 0 9 0 28105735 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4127313612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=868196 CPUtime=0.71
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 27423 0 -1 64 32499 762 0 0 44 9 17 1 17 0 9 0 28105736 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 27423 0 -1 64 18 762 0 0 0 0 17 1 16 0 9 0 28105737 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30606] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 27423 0 -1 64 9 762 0 0 0 0 17 1 16 0 9 0 28105737 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30607] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 27423 0 -1 64 2 762 0 0 0 0 17 1 18 0 9 0 28105739 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30608] ppid=30599 vsize=868196 CPUtime=0.57
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 27423 0 -1 64 978 762 0 0 39 0 17 1 15 0 9 0 28105739 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 27423 0 -1 64 1 762 0 0 0 0 17 1 19 0 9 0 28105739 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 27423 0 -1 64 39 762 0 0 0 0 17 1 15 0 9 0 28105739 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 868196

[startup+5.70241 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 30614
/proc/meminfo: memFree=1566440/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=868196 CPUtime=5.62
/proc/30601/stat : 30601 (java) S 30599 30601 27423 0 -1 0 60035 762 1 0 510 34 17 1 18 0 9 0 28105733 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 217049 37342 2661 9 0 211485 0
[pid=30601/tid=30603] ppid=30599 vsize=868196 CPUtime=4.66
/proc/30601/task/30603/stat : 30603 (java) R 30599 30601 27423 0 -1 64 25681 762 1 0 426 22 17 1 25 0 9 0 28105735 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4127344057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=868196 CPUtime=0.71
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 27423 0 -1 64 32499 762 0 0 44 9 17 1 17 0 9 0 28105736 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 27423 0 -1 64 18 762 0 0 0 0 17 1 16 0 9 0 28105737 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30606] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 27423 0 -1 64 9 762 0 0 0 0 17 1 16 0 9 0 28105737 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30607] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 27423 0 -1 64 2 762 0 0 0 0 17 1 18 0 9 0 28105739 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30608] ppid=30599 vsize=868196 CPUtime=0.57
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 27423 0 -1 64 978 762 0 0 39 0 17 1 15 0 9 0 28105739 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 27423 0 -1 64 1 762 0 0 0 0 17 1 19 0 9 0 28105739 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=868196 CPUtime=0.18
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 27423 0 -1 64 39 762 0 0 0 0 17 1 15 0 9 0 28105739 889032704 37342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 868196

[startup+5.80293 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 30614
/proc/meminfo: memFree=1566440/2055920 swapFree=4192812/4192956
[pid=30601] ppid=30599 vsize=0 CPUtime=5.67
/proc/30601/stat : 30601 (java) Z 30599 30601 27423 0 -1 12 60078 762 1 0 514 35 17 1 16 0 2 0 28105733 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.80743
CPU time (s): 5.69413
CPU user time (s): 5.31219
CPU system time (s): 0.381941
CPU usage (%): 98.0491
Max. virtual memory (cumulated for all children) (KiB): 868196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.31219
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60840
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= 1867
involuntary context switches= 2152

runsolver used 0.010998 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 16:53:38
IDJOB=2096639
IDBENCH=56531
IDSOLVER=773
FILE ID=node62/2096639-1247410418
PBS_JOBID= 9510522
Free space on /tmp= 66340 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-19-10.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-2096639-1247410418/watcher-2096639-1247410418 -o /tmp/evaluation-result-2096639-1247410418/solver-2096639-1247410418 -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-2096639-1247410418.xml

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

MD5SUM BENCH= a1d7d5acf2070b73940ebc1e3be12414
RANDOM SEED=1790565462

node62.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.220
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.220
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:       1706512 kB
Buffers:         38924 kB
Cached:         145832 kB
SwapCached:          0 kB
Active:         209184 kB
Inactive:        81152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5832 kB
Writeback:           0 kB
Mapped:         126036 kB
Slab:            43888 kB
Committed_AS:  1003112 kB
PageTables:       2068 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66340 MiB
End job on node62 at 2009-07-12 16:53:44