Trace number 2096776

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 ESACSAT 7.45587 7.55855

DiagnosticValue
CHECKS1524340
NODES784

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-08.xml
MD5SUMd20c7bd53f46e51d24a0574180a1c33a
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.609906
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints3243
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension3113
Global constraints used (with number of constraints)

Solver Data

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2096776-1247410689.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.39	     nbVariables=295  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7670
0.29/0.39	       =>  wckTime=0.152  cpuTime=0.12  mem=8M867
0.29/0.39	   
0.29/0.39	   relations being loaded...
0.48/0.50	   
0.48/0.50	   predicates being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
0.99/1.06	   Too large in ConstraintConflictsSTructure
1.09/1.14	   Too large in ConstraintConflictsSTructure
1.09/1.14	   Too large in ConstraintConflictsSTructure
1.09/1.16	   Too large in ConstraintConflictsSTructure
2.46/2.57	     nbConstraints=3243  nbRelationTypes=8  nbGlobalConstraints=130  nbExtensionStructures=8
2.46/2.57	     nbSharedExtensionStructures=122  nbConflictsStructures=4  nbSharedConflictsStructures=112
2.46/2.57	     nbUnbuiltConflictsStructures=13  nbSharedBinaryRepresentations=0  nbEvaluationManagers=9
2.46/2.57	     nbSharedEvaluationManagers=3104  minDegree=4  maxDegree=146  minArity=3  avgArity=7.87  maxArity=24  nbGenerators=0
2.46/2.57	     nbFusions=0  symmetryWckTime=0.407  symmetryCpuTime=0.2
2.46/2.57	       =>  wckTime=2.325  cpuTime=1.8  mem=44M774
2.67/2.70	   
2.67/2.71	   solver IterativeSystematicSolver being built... 
3.07/3.11	   
3.07/3.11	   INFO : Forward propagation technique limited 
3.16/3.27	       =>  wckTime=3.033  cpuTime=2.17  mem=62M106
4.36/4.48	   
4.36/4.48	   preprocessing
4.36/4.48	     nbConstraintChecks=382830  nbValidityChecks=4614451  nbPropagations=3525  nbRevisions=40804
4.36/4.48	     nbUselessRevisions=40795  nbSingletonTests=343  nbEffectiveSingletonTests=0  nbACRemovals=373  nbFoundSingletons=0
4.36/4.48	     nbRemovedValues=373  detectedInconsistency=no
4.36/4.48	       =>  wckTime=1.199  cpuTime=1.13  mem=64M103
7.32/7.48	   
7.32/7.49	   search
7.32/7.49	     run=2  nbConstraintChecks=1141505  nbValidityChecks=8050637  minDepth=173  maxDepth=295  nbPropagations=21355
7.32/7.49	     nbRevisions=711336  nbUselessRevisions=711245  nbAssignments=784  nbFailedAssignments=31  nbBacktracks=5
7.32/7.49	     nbVisitedNodes=820  nbRestartNogoods=21  nbFoundSolutions=1  mapSize=4  nbInferences=0  nbTooLargeKeys=0
7.32/7.49	     nbSEliminables=0  nbREliminables=24.87  nbIEliminables=212.7  nbDEliminables=0  nbPEliminables=0
7.32/7.49	       =>  wckTime=4.205  cpuTime=4.08  mem=65M94
7.32/7.49	   
7.32/7.49	   global
7.32/7.49	     nbConstraintChecks=1524335  nbValidityChecks=12665088  nbPropagations=24880  nbRevisions=752140
7.32/7.49	     nbUselessRevisions=752040  nbRestartNogoods=21  solvingWckTime=4.208  solvingCpuTime=4.08  expiredTime=no
7.32/7.49	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.23  globalCpuTime=6.29
7.32/7.49	       =>  wckTime=7.245  cpuTime=6.25  mem=65M94
7.32/7.49	   
7.32/7.49	s SATISFIABLE
7.32/7.49	v 7 0 11 5 0 19 14 12 2 0 13 18 0 1 4 19 0 6 4 17 2 0 12 4 0 11 14 4 3 14 17 0 11 0 13 0 19 14 8 11 1 11 4 22 21 0 13 18 19 17 0 13 18 8 18 19 14 17 4 11 4 21 0 19 4 18 2 0 13 13 0 17 24 3 8 13 18 4 11 4 13 8 20 12 15 0 22 18 0 19 11 0 18 0 3 0 0 20 19 14 18 19 0 15 18 0 20 17 0 15 4 13 18 12 0 3 0 12 24 4 0 6 17 4 6 18 13 4 4 17 7 4 17 4 18 3 8 18 4 0 18 4 12 0 15 11 0 19 4 23 11 4 14 0 11 12 0 13 0 2 7 0 17 4 12 0 20 17 0 18 11 14 0 13 11 14 18 11 8 1 24 0 18 0 11 4 12 14 13 19 18 0 12 4 5 4 17 13 18 12 0 4 0 15 18 8 18 19 14 0 3 2 0 18 4 22 14 17 10 2 0 22 14 17 4 18 22 4 8 14 15 19 8 12 8 18 19 2 8 13 3 4 17 4 11 11 0 18 4 0 18 3 0 7 11 11 0 8 17 11 0 14 18 11 4 5 19 19 17 4 4 11 8 13 4 3 20 13 10 14 15 19 18 7 0 17 4 18 11 4 3 18 4 4 18 
7.32/7.49	d NODES 784
7.32/7.49	d CHECKS 1524335
7.32/7.49	   
7.32/7.49	   totalWckTime=7.311  totalCpuTime=6.29

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-2096776-1247410689/watcher-2096776-1247410689 -o /tmp/evaluation-result-2096776-1247410689/solver-2096776-1247410689 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2096776-1247410689.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.16 2.04 2.01 4/80 522
/proc/meminfo: memFree=1717536/2055920 swapFree=4192812/4192956
[pid=522] ppid=520 vsize=324 CPUtime=0
/proc/522/stat : 522 (java) R 520 522 29719 0 -1 0 224 0 0 0 0 0 0 0 18 0 1 0 28132376 331776 44 996147200 134512640 134550932 4294955968 18446744073709551615 4311693 0 0 4096 0 0 0 0 17 0 0 0
/proc/522/statm: 379 50 38 9 0 9 0

[startup+0.029023 s]
/proc/loadavg: 2.16 2.04 2.01 4/80 522
/proc/meminfo: memFree=1717536/2055920 swapFree=4192812/4192956
[pid=522] ppid=520 vsize=861936 CPUtime=0.02
/proc/522/stat : 522 (java) S 520 522 29719 0 -1 0 2070 0 1 0 1 1 0 0 18 0 5 0 28132376 882622464 1726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/522/statm: 215484 1729 796 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.101597 s]
/proc/loadavg: 2.16 2.04 2.01 4/80 522
/proc/meminfo: memFree=1717536/2055920 swapFree=4192812/4192956
[pid=522] ppid=520 vsize=865980 CPUtime=0.09
/proc/522/stat : 522 (java) S 520 522 29719 0 -1 0 3801 0 1 0 7 2 0 0 18 0 9 0 28132376 886763520 3252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/522/statm: 216495 3253 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301037 s]
/proc/loadavg: 2.16 2.04 2.01 4/80 522
/proc/meminfo: memFree=1717536/2055920 swapFree=4192812/4192956
[pid=522] ppid=520 vsize=866380 CPUtime=0.29
/proc/522/stat : 522 (java) S 520 522 29719 0 -1 0 6069 0 1 0 25 4 0 0 18 0 9 0 28132376 887173120 5435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/522/statm: 216595 5439 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701068 s]
/proc/loadavg: 2.16 2.04 2.01 4/80 522
/proc/meminfo: memFree=1717536/2055920 swapFree=4192812/4192956
[pid=522] ppid=520 vsize=867156 CPUtime=0.68
/proc/522/stat : 522 (java) S 520 522 29719 0 -1 0 10920 0 1 0 62 6 0 0 18 0 9 0 28132376 887967744 10274 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/522/statm: 216789 10275 2037 9 0 211225 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867156

[startup+1.50112 s]
/proc/loadavg: 2.16 2.04 2.01 3/89 531
/proc/meminfo: memFree=1665560/2055920 swapFree=4192812/4192956
[pid=522] ppid=520 vsize=867692 CPUtime=1.49
/proc/522/stat : 522 (java) S 520 522 29719 0 -1 0 18960 0 1 0 134 15 0 0 18 0 9 0 28132376 888516608 18286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/522/statm: 216923 18286 2033 9 0 211381 0
[pid=522/tid=524] ppid=520 vsize=867692 CPUtime=1.21
/proc/522/task/524/stat : 524 (java) R 520 522 29719 0 -1 64 15830 0 1 0 108 13 0 0 25 0 9 0 28132377 888516608 18286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=525] ppid=520 vsize=867692 CPUtime=0.03
/proc/522/task/525/stat : 525 (java) S 520 522 29719 0 -1 64 1717 0 0 0 3 0 0 0 16 0 9 0 28132378 888516608 18286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=526] ppid=520 vsize=867692 CPUtime=0
/proc/522/task/526/stat : 526 (java) S 520 522 29719 0 -1 64 16 0 0 0 0 0 0 0 17 0 9 0 28132378 888516608 18286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=527] ppid=520 vsize=867696 CPUtime=0
/proc/522/task/527/stat : 527 (java) S 520 522 29719 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 28132378 888520704 18286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=528] ppid=520 vsize=867692 CPUtime=0
/proc/522/task/528/stat : 528 (java) S 520 522 29719 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28132380 888516608 18286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=529] ppid=520 vsize=867692 CPUtime=0.21
/proc/522/task/529/stat : 529 (java) S 520 522 29719 0 -1 64 711 0 0 0 21 0 0 0 15 0 9 0 28132380 888516608 18286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=530] ppid=520 vsize=867692 CPUtime=0
/proc/522/task/530/stat : 530 (java) S 520 522 29719 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28132380 888516608 18286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=531] ppid=520 vsize=867692 CPUtime=0
/proc/522/task/531/stat : 531 (java) S 520 522 29719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28132380 888516608 18286 996147200 134512640 134550932 4294955968 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) 867692

[startup+3.10232 s]
/proc/loadavg: 2.23 2.06 2.01 3/89 531
/proc/meminfo: memFree=1636120/2055920 swapFree=4192812/4192956
[pid=522] ppid=520 vsize=868104 CPUtime=3.07
/proc/522/stat : 522 (java) S 520 522 29719 0 -1 0 47530 736 1 0 258 33 15 1 18 0 9 0 28132376 888938496 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/522/statm: 217026 27845 2639 9 0 211484 0
[pid=522/tid=524] ppid=520 vsize=868104 CPUtime=2.43
/proc/522/task/524/stat : 524 (java) R 520 522 29719 0 -1 64 27859 736 1 0 203 24 15 1 16 0 9 0 28132377 888938496 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=525] ppid=520 vsize=868104 CPUtime=0.46
/proc/522/task/525/stat : 525 (java) R 520 522 29719 0 -1 64 17881 736 0 0 24 6 15 1 17 0 9 0 28132378 888938496 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=526] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/526/stat : 526 (java) S 520 522 29719 0 -1 64 22 736 0 0 0 0 15 1 15 0 9 0 28132378 888938496 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=527] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/527/stat : 527 (java) S 520 522 29719 0 -1 64 9 736 0 0 0 0 15 1 15 0 9 0 28132378 888938496 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=528] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/528/stat : 528 (java) S 520 522 29719 0 -1 64 1 736 0 0 0 0 15 1 24 0 9 0 28132380 888938496 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=529] ppid=520 vsize=868104 CPUtime=0.45
/proc/522/task/529/stat : 529 (java) S 520 522 29719 0 -1 64 933 736 0 0 28 1 15 1 15 0 9 0 28132380 888938496 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=530] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/530/stat : 530 (java) S 520 522 29719 0 -1 64 1 736 0 0 0 0 15 1 25 0 9 0 28132380 888938496 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=531] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/531/stat : 531 (java) S 520 522 29719 0 -1 64 13 736 0 0 0 0 15 1 15 0 9 0 28132380 888938496 27845 996147200 134512640 134550932 4294955968 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) 868104

[startup+6.30244 s]
/proc/loadavg: 2.23 2.06 2.01 3/89 535
/proc/meminfo: memFree=1597848/2055920 swapFree=4192812/4192956
[pid=522] ppid=520 vsize=868104 CPUtime=6.23
/proc/522/stat : 522 (java) S 520 522 29719 0 -1 0 52333 736 1 0 571 36 15 1 18 0 9 0 28132376 888938496 32352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/522/statm: 217026 32352 2639 9 0 211484 0
[pid=522/tid=524] ppid=520 vsize=868104 CPUtime=5.42
/proc/522/task/524/stat : 524 (java) R 520 522 29719 0 -1 64 28171 736 1 0 502 24 15 1 17 0 9 0 28132377 888938496 32352 996147200 134512640 134550932 4294955968 18446744073709551615 4127318434 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=525] ppid=520 vsize=868104 CPUtime=0.55
/proc/522/task/525/stat : 525 (java) S 520 522 29719 0 -1 64 22296 736 0 0 31 8 15 1 16 0 9 0 28132378 888938496 32352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=526] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/526/stat : 526 (java) S 520 522 29719 0 -1 64 22 736 0 0 0 0 15 1 15 0 9 0 28132378 888938496 32352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=527] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/527/stat : 527 (java) S 520 522 29719 0 -1 64 9 736 0 0 0 0 15 1 15 0 9 0 28132378 888938496 32352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=528] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/528/stat : 528 (java) S 520 522 29719 0 -1 64 1 736 0 0 0 0 15 1 24 0 9 0 28132380 888938496 32352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=529] ppid=520 vsize=868104 CPUtime=0.53
/proc/522/task/529/stat : 529 (java) S 520 522 29719 0 -1 64 982 736 0 0 36 1 15 1 15 0 9 0 28132380 888938496 32352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=530] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/530/stat : 530 (java) S 520 522 29719 0 -1 64 1 736 0 0 0 0 15 1 25 0 9 0 28132380 888938496 32352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=531] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/531/stat : 531 (java) S 520 522 29719 0 -1 64 40 736 0 0 0 0 15 1 15 0 9 0 28132380 888938496 32352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868104

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

[startup+7.10149 s]
/proc/loadavg: 2.23 2.06 2.01 3/89 535
/proc/meminfo: memFree=1597848/2055920 swapFree=4192812/4192956
[pid=522] ppid=520 vsize=868104 CPUtime=7.03
/proc/522/stat : 522 (java) S 520 522 29719 0 -1 0 52346 736 1 0 651 36 15 1 18 0 9 0 28132376 888938496 32356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/522/statm: 217026 32356 2639 9 0 211484 0
[pid=522/tid=524] ppid=520 vsize=868104 CPUtime=6.21
/proc/522/task/524/stat : 524 (java) R 520 522 29719 0 -1 64 28171 736 1 0 581 24 15 1 24 0 9 0 28132377 888938496 32356 996147200 134512640 134550932 4294955968 18446744073709551615 4127337399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=525] ppid=520 vsize=868104 CPUtime=0.55
/proc/522/task/525/stat : 525 (java) S 520 522 29719 0 -1 64 22296 736 0 0 31 8 15 1 16 0 9 0 28132378 888938496 32356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=526] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/526/stat : 526 (java) S 520 522 29719 0 -1 64 22 736 0 0 0 0 15 1 15 0 9 0 28132378 888938496 32356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=527] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/527/stat : 527 (java) S 520 522 29719 0 -1 64 9 736 0 0 0 0 15 1 15 0 9 0 28132378 888938496 32356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=528] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/528/stat : 528 (java) S 520 522 29719 0 -1 64 1 736 0 0 0 0 15 1 24 0 9 0 28132380 888938496 32356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=529] ppid=520 vsize=868104 CPUtime=0.54
/proc/522/task/529/stat : 529 (java) S 520 522 29719 0 -1 64 995 736 0 0 37 1 15 1 16 0 9 0 28132380 888938496 32356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=530] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/530/stat : 530 (java) S 520 522 29719 0 -1 64 1 736 0 0 0 0 15 1 25 0 9 0 28132380 888938496 32356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=531] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/531/stat : 531 (java) S 520 522 29719 0 -1 64 40 736 0 0 0 0 15 1 15 0 9 0 28132380 888938496 32356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 868104

[startup+7.50152 s]
/proc/loadavg: 2.23 2.06 2.01 3/89 535
/proc/meminfo: memFree=1597848/2055920 swapFree=4192812/4192956
[pid=522] ppid=520 vsize=868104 CPUtime=7.41
/proc/522/stat : 522 (java) S 520 522 29719 0 -1 0 52356 736 1 0 689 36 15 1 18 0 9 0 28132376 888938496 32359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/522/statm: 217026 32359 2639 9 0 211484 0
[pid=522/tid=524] ppid=520 vsize=868104 CPUtime=6.59
/proc/522/task/524/stat : 524 (java) S 520 522 29719 0 -1 64 28181 736 1 0 619 24 15 1 18 0 9 0 28132377 888938496 32359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=525] ppid=520 vsize=868104 CPUtime=0.55
/proc/522/task/525/stat : 525 (java) S 520 522 29719 0 -1 64 22296 736 0 0 31 8 15 1 16 0 9 0 28132378 888938496 32359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=526] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/526/stat : 526 (java) S 520 522 29719 0 -1 64 22 736 0 0 0 0 15 1 15 0 9 0 28132378 888938496 32359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=527] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/527/stat : 527 (java) S 520 522 29719 0 -1 64 9 736 0 0 0 0 15 1 15 0 9 0 28132378 888938496 32359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=528] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/528/stat : 528 (java) S 520 522 29719 0 -1 64 1 736 0 0 0 0 15 1 24 0 9 0 28132380 888938496 32359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=529] ppid=520 vsize=868104 CPUtime=0.54
/proc/522/task/529/stat : 529 (java) S 520 522 29719 0 -1 64 995 736 0 0 37 1 15 1 16 0 9 0 28132380 888938496 32359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=522/tid=530] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/530/stat : 530 (java) S 520 522 29719 0 -1 64 1 736 0 0 0 0 15 1 25 0 9 0 28132380 888938496 32359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=522/tid=531] ppid=520 vsize=868104 CPUtime=0.16
/proc/522/task/531/stat : 531 (java) S 520 522 29719 0 -1 64 40 736 0 0 0 0 15 1 15 0 9 0 28132380 888938496 32359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 868104

Child status: 0
Real time (s): 7.55855
CPU time (s): 7.45587
CPU user time (s): 7.05193
CPU system time (s): 0.403938
CPU usage (%): 98.6415
Max. virtual memory (cumulated for all children) (KiB): 868192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.05193
system time used= 0.403938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53122
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= 1750
involuntary context switches= 1838

runsolver used 0.013997 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 16:58:09
IDJOB=2096776
IDBENCH=56650
IDSOLVER=774
FILE ID=node52/2096776-1247410689
PBS_JOBID= 9510542
Free space on /tmp= 66144 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-08.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096776-1247410689/watcher-2096776-1247410689 -o /tmp/evaluation-result-2096776-1247410689/solver-2096776-1247410689 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2096776-1247410689.xml

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

MD5SUM BENCH= d20c7bd53f46e51d24a0574180a1c33a
RANDOM SEED=347890285

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1718016 kB
Buffers:         42524 kB
Cached:         145020 kB
SwapCached:          0 kB
Active:         186412 kB
Inactive:        94588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3460 kB
Writeback:           0 kB
Mapped:         113916 kB
Slab:            41864 kB
Committed_AS:  1020412 kB
PageTables:       2068 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= 66140 MiB
End job on node52 at 2009-07-12 16:58:17