Trace number 2095589

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 2.33065 2.41009

DiagnosticValue
CHECKS108561
NODES416

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-01.xml
MD5SUM0389a008320032d4e55e89d7ac6d4180
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.350945
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints681
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension603
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2095589-1247407797.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.42	     nbVariables=189  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=4914
0.38/0.42	       =>  wckTime=0.181  cpuTime=0.14  mem=8M867
0.38/0.42	   
0.38/0.42	   relations being loaded...
0.48/0.57	   
0.48/0.57	   predicates being loaded...
0.58/0.63	   
0.58/0.63	   constraints being loaded...
0.78/0.86	   Too large in ConstraintConflictsSTructure
0.78/0.89	   Too large in ConstraintConflictsSTructure
1.27/1.37	     nbConstraints=681  nbRelationTypes=6  nbGlobalConstraints=78  nbExtensionStructures=6
1.27/1.37	     nbSharedExtensionStructures=72  nbConflictsStructures=4  nbSharedConflictsStructures=64
1.27/1.37	     nbUnbuiltConflictsStructures=8  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
1.27/1.37	     nbSharedEvaluationManagers=597  minDegree=10  maxDegree=46  minArity=3  avgArity=8.12  maxArity=20  nbGenerators=0
1.27/1.37	     nbFusions=0  symmetryWckTime=0.146  symmetryCpuTime=0.07
1.27/1.37	       =>  wckTime=1.132  cpuTime=0.85  mem=45M60
1.35/1.46	   
1.35/1.46	   solver IterativeSystematicSolver being built... 
1.55/1.61	   
1.55/1.61	   INFO : Forward propagation technique limited 
1.55/1.67	       =>  wckTime=1.436  cpuTime=1.03  mem=44M349
1.65/1.76	   
1.65/1.76	   preprocessing
1.65/1.76	     nbConstraintChecks=0  nbValidityChecks=422876  nbPropagations=214  nbRevisions=0  nbUselessRevisions=0
1.65/1.76	     nbRemovedValues=260  detectedInconsistency=no
1.65/1.76	       =>  wckTime=0.081  cpuTime=0.07  mem=44M349
2.24/2.34	   
2.24/2.34	   search
2.24/2.34	     run=2  nbConstraintChecks=108561  nbValidityChecks=2412557  minDepth=154  maxDepth=189  nbPropagations=6158
2.24/2.34	     nbRevisions=73484  nbUselessRevisions=73481  nbAssignments=416  nbFailedAssignments=27  nbBacktracks=24
2.24/2.34	     nbVisitedNodes=452  nbRestartNogoods=18  nbFoundSolutions=1  mapSize=8  nbInferences=0  nbTooLargeKeys=0
2.24/2.34	     nbSEliminables=0  nbREliminables=13.86  nbIEliminables=142.95  nbDEliminables=0  nbPEliminables=0
2.24/2.34	       =>  wckTime=0.663  cpuTime=0.59  mem=46M286
2.24/2.34	   
2.24/2.34	   global
2.24/2.34	     nbConstraintChecks=108561  nbValidityChecks=2835433  nbPropagations=6372  nbRevisions=73484
2.24/2.34	     nbUselessRevisions=73481  nbRestartNogoods=18  solvingWckTime=0.665  solvingCpuTime=0.59  expiredTime=no
2.24/2.34	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=1.62  globalCpuTime=1.66
2.24/2.34	       =>  wckTime=2.106  cpuTime=1.62  mem=46M286
2.24/2.34	   
2.24/2.34	s SATISFIABLE
2.24/2.34	v 12 8 5 5 1 11 0 13 2 0 2 12 4 8 3 11 4 17 0 3 0 17 19 7 4 0 2 14 14 17 3 8 13 0 19 4 7 8 18 18 0 11 2 12 4 13 0 19 4 4 13 18 24 0 19 4 0 2 4 19 8 2 15 0 18 19 4 5 20 17 0 18 7 4 17 14 15 19 18 13 8 3 4 17 12 8 13 8 19 0 17 19 0 23 8 2 0 1 11 19 3 19 17 4 4 6 0 19 7 4 17 11 4 6 18 19 0 11 4 19 14 4 0 22 0 17 4 12 4 17 2 4 17 3 13 0 7 0 11 21 0 7 1 4 3 15 14 18 19 0 11 8 0 8 13 21 4 17 19 8 1 11 4 17 0 13 19 11 14 8 17 4 19 14 14 19 10 13 4 4 3 17 0 13 10 8 4 4 4 
2.24/2.34	d NODES 416
2.24/2.34	d CHECKS 108561
2.24/2.34	   
2.24/2.35	   totalWckTime=2.161  totalCpuTime=1.66

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-2095589-1247407797/watcher-2095589-1247407797 -o /tmp/evaluation-result-2095589-1247407797/solver-2095589-1247407797 -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-2095589-1247407797.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 31524
/proc/meminfo: memFree=1764728/2055920 swapFree=4192812/4192956
[pid=31524] ppid=31522 vsize=1616 CPUtime=0
/proc/31524/stat : 31524 (java) D 31522 31524 31110 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27846148 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31524/statm: 404 148 122 9 0 46 0

[startup+0.06131 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 31524
/proc/meminfo: memFree=1764728/2055920 swapFree=4192812/4192956
[pid=31524] ppid=31522 vsize=864024 CPUtime=0.05
/proc/31524/stat : 31524 (java) S 31522 31524 31110 0 -1 0 2796 0 1 0 4 1 0 0 18 0 9 0 27846148 884760576 2335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31524/statm: 216006 2335 1107 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.102317 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 31524
/proc/meminfo: memFree=1764728/2055920 swapFree=4192812/4192956
[pid=31524] ppid=31522 vsize=865984 CPUtime=0.08
/proc/31524/stat : 31524 (java) S 31522 31524 31110 0 -1 0 3801 0 1 0 7 1 0 0 18 0 9 0 27846148 886767616 3248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31524/statm: 216496 3248 1712 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.30134 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 31524
/proc/meminfo: memFree=1764728/2055920 swapFree=4192812/4192956
[pid=31524] ppid=31522 vsize=866296 CPUtime=0.28
/proc/31524/stat : 31524 (java) S 31522 31524 31110 0 -1 0 5699 0 1 0 25 3 0 0 18 0 9 0 27846148 887087104 5102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31524/statm: 216574 5102 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.70238 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 31524
/proc/meminfo: memFree=1764728/2055920 swapFree=4192812/4192956
[pid=31524] ppid=31522 vsize=867196 CPUtime=0.68
/proc/31524/stat : 31524 (java) S 31522 31524 31110 0 -1 0 8736 0 1 0 63 5 0 0 18 0 9 0 27846148 888008704 8090 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31524/statm: 216799 8090 2035 9 0 211235 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867196

[startup+1.50247 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31533
/proc/meminfo: memFree=1727528/2055920 swapFree=4192812/4192956
[pid=31524] ppid=31522 vsize=868432 CPUtime=1.45
/proc/31524/stat : 31524 (java) S 31522 31524 31110 0 -1 0 23844 397 1 0 130 13 2 0 18 0 9 0 27846148 889274368 17272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31524/statm: 217108 17272 2656 9 0 211544 0
[pid=31524/tid=31526] ppid=31522 vsize=868432 CPUtime=1.11
/proc/31524/task/31526/stat : 31526 (java) R 31522 31524 31110 0 -1 64 15564 397 1 0 98 11 2 0 22 0 9 0 27846149 889274368 17272 996147200 134512640 134550932 4294955968 18446744073709551615 1896148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31527] ppid=31522 vsize=868432 CPUtime=0.1
/proc/31524/task/31527/stat : 31527 (java) S 31522 31524 31110 0 -1 64 6594 397 0 0 7 1 2 0 16 0 9 0 27846151 889274368 17272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31528] ppid=31522 vsize=868432 CPUtime=0.02
/proc/31524/task/31528/stat : 31528 (java) S 31522 31524 31110 0 -1 64 19 397 0 0 0 0 2 0 17 0 9 0 27846151 889274368 17272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31529] ppid=31522 vsize=868432 CPUtime=0.02
/proc/31524/task/31529/stat : 31529 (java) S 31522 31524 31110 0 -1 64 12 397 0 0 0 0 2 0 16 0 9 0 27846151 889274368 17272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31530] ppid=31522 vsize=868432 CPUtime=0.02
/proc/31524/task/31530/stat : 31530 (java) S 31522 31524 31110 0 -1 64 2 397 0 0 0 0 2 0 18 0 9 0 27846153 889274368 17272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31531] ppid=31522 vsize=868432 CPUtime=0.25
/proc/31524/task/31531/stat : 31531 (java) S 31522 31524 31110 0 -1 64 833 397 0 0 23 0 2 0 16 0 9 0 27846153 889274368 17272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31532] ppid=31522 vsize=868432 CPUtime=0.02
/proc/31524/task/31532/stat : 31532 (java) S 31522 31524 31110 0 -1 64 0 397 0 0 0 0 2 0 19 0 9 0 27846153 889274368 17272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31533] ppid=31522 vsize=868432 CPUtime=0.02
/proc/31524/task/31533/stat : 31533 (java) S 31522 31524 31110 0 -1 64 9 397 0 0 0 0 2 0 15 0 9 0 27846153 889274368 17272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868432

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

[startup+1.90251 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31533
/proc/meminfo: memFree=1727528/2055920 swapFree=4192812/4192956
[pid=31524] ppid=31522 vsize=868564 CPUtime=1.85
/proc/31524/stat : 31524 (java) S 31522 31524 31110 0 -1 0 29429 397 1 0 168 15 2 0 18 0 9 0 27846148 889409536 17373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31524/statm: 217141 17373 2658 9 0 211577 0
[pid=31524/tid=31526] ppid=31522 vsize=868564 CPUtime=1.42
/proc/31524/task/31526/stat : 31526 (java) R 31522 31524 31110 0 -1 64 21047 397 1 0 128 12 2 0 25 0 9 0 27846149 889409536 17373 996147200 134512640 134550932 4294955968 18446744073709551615 4127163355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31527] ppid=31522 vsize=868564 CPUtime=0.1
/proc/31524/task/31527/stat : 31527 (java) S 31522 31524 31110 0 -1 64 6594 397 0 0 7 1 2 0 16 0 9 0 27846151 889409536 17373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31528] ppid=31522 vsize=868564 CPUtime=0.02
/proc/31524/task/31528/stat : 31528 (java) S 31522 31524 31110 0 -1 64 19 397 0 0 0 0 2 0 17 0 9 0 27846151 889409536 17373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31529] ppid=31522 vsize=868564 CPUtime=0.02
/proc/31524/task/31529/stat : 31529 (java) S 31522 31524 31110 0 -1 64 12 397 0 0 0 0 2 0 16 0 9 0 27846151 889409536 17373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31530] ppid=31522 vsize=868564 CPUtime=0.02
/proc/31524/task/31530/stat : 31530 (java) S 31522 31524 31110 0 -1 64 2 397 0 0 0 0 2 0 18 0 9 0 27846153 889409536 17373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31531] ppid=31522 vsize=868564 CPUtime=0.33
/proc/31524/task/31531/stat : 31531 (java) S 31522 31524 31110 0 -1 64 935 397 0 0 31 0 2 0 15 0 9 0 27846153 889409536 17373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31532] ppid=31522 vsize=868564 CPUtime=0.02
/proc/31524/task/31532/stat : 31532 (java) S 31522 31524 31110 0 -1 64 0 397 0 0 0 0 2 0 19 0 9 0 27846153 889409536 17373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31533] ppid=31522 vsize=868564 CPUtime=0.02
/proc/31524/task/31533/stat : 31533 (java) S 31522 31524 31110 0 -1 64 9 397 0 0 0 0 2 0 15 0 9 0 27846153 889409536 17373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 868564

[startup+2.30156 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31537
/proc/meminfo: memFree=1705384/2055920 swapFree=4192812/4192956
[pid=31524] ppid=31522 vsize=868564 CPUtime=2.24
/proc/31524/stat : 31524 (java) S 31522 31524 31110 0 -1 0 29471 397 1 0 207 15 2 0 18 0 9 0 27846148 889409536 17384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31524/statm: 217141 17384 2658 9 0 211577 0
[pid=31524/tid=31526] ppid=31522 vsize=868564 CPUtime=1.8
/proc/31524/task/31526/stat : 31526 (java) R 31522 31524 31110 0 -1 64 21079 397 1 0 166 12 2 0 25 0 9 0 27846149 889409536 17384 996147200 134512640 134550932 4294955968 18446744073709551615 4127210080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31527] ppid=31522 vsize=868564 CPUtime=0.1
/proc/31524/task/31527/stat : 31527 (java) S 31522 31524 31110 0 -1 64 6594 397 0 0 7 1 2 0 16 0 9 0 27846151 889409536 17384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31528] ppid=31522 vsize=868564 CPUtime=0.02
/proc/31524/task/31528/stat : 31528 (java) S 31522 31524 31110 0 -1 64 19 397 0 0 0 0 2 0 17 0 9 0 27846151 889409536 17384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31529] ppid=31522 vsize=868564 CPUtime=0.02
/proc/31524/task/31529/stat : 31529 (java) S 31522 31524 31110 0 -1 64 12 397 0 0 0 0 2 0 16 0 9 0 27846151 889409536 17384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31530] ppid=31522 vsize=868564 CPUtime=0.02
/proc/31524/task/31530/stat : 31530 (java) S 31522 31524 31110 0 -1 64 2 397 0 0 0 0 2 0 18 0 9 0 27846153 889409536 17384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31531] ppid=31522 vsize=868564 CPUtime=0.35
/proc/31524/task/31531/stat : 31531 (java) S 31522 31524 31110 0 -1 64 945 397 0 0 33 0 2 0 15 0 9 0 27846153 889409536 17384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31532] ppid=31522 vsize=868564 CPUtime=0.02
/proc/31524/task/31532/stat : 31532 (java) S 31522 31524 31110 0 -1 64 0 397 0 0 0 0 2 0 19 0 9 0 27846153 889409536 17384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31533] ppid=31522 vsize=868564 CPUtime=0.02
/proc/31524/task/31533/stat : 31533 (java) S 31522 31524 31110 0 -1 64 9 397 0 0 0 0 2 0 15 0 9 0 27846153 889409536 17384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 868564

[startup+2.40201 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31537
/proc/meminfo: memFree=1705384/2055920 swapFree=4192812/4192956
[pid=31524] ppid=31522 vsize=0 CPUtime=2.3
/proc/31524/stat : 31524 (java) Z 31522 31524 31110 0 -1 12 29606 397 1 0 212 16 2 0 16 0 2 0 27846148 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31524/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 2.41009
CPU time (s): 2.33065
CPU user time (s): 2.15067
CPU system time (s): 0.179972
CPU usage (%): 96.7037
Max. virtual memory (cumulated for all children) (KiB): 868564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.15067
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30003
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= 1318
involuntary context switches= 1380

runsolver used 0.006998 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 16:09:58
IDJOB=2095589
IDBENCH=55445
IDSOLVER=773
FILE ID=node35/2095589-1247407797
PBS_JOBID= 9510574
Free space on /tmp= 66304 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095589-1247407797/watcher-2095589-1247407797 -o /tmp/evaluation-result-2095589-1247407797/solver-2095589-1247407797 -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-2095589-1247407797.xml

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

MD5SUM BENCH= 0389a008320032d4e55e89d7ac6d4180
RANDOM SEED=883576352

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1765208 kB
Buffers:         35708 kB
Cached:         122052 kB
SwapCached:          0 kB
Active:         164252 kB
Inactive:        72892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2408 kB
Writeback:           0 kB
Mapped:          99848 kB
Slab:            38656 kB
Committed_AS:  1032240 kB
PageTables:       1944 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= 66304 MiB
End job on node35 at 2009-07-12 16:10:00