Trace number 1098854

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.76543 4.40399

DiagnosticValue
CHECKS14772900
NODES15122

General information on the benchmark

Namecsp/rand-2-30-15/
normalized-rand-2-30-15-306-230-5_ext.xml
MD5SUMec15930c749c78e639f3a37e785f6887
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.063989
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints220
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension220
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.39	
0.03/0.39	Abscon 112 (May, 2008)
0.18/0.65	
0.18/0.65	   configuration
0.18/0.65	     name=mac.xml
0.18/0.68	   
0.18/0.68	   instance
0.18/0.68	     name=HOME/instance-1098854-1215285527.xml
0.28/0.81	   
0.28/0.81	   domains being loaded...
0.28/0.82	   
0.28/0.82	   variables being loaded...
0.28/0.85	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15  nbTotalValues=450
0.28/0.85	       =>  wckTime=0.199  cpuTime=0.09  mem=7M919
0.28/0.85	   
0.28/0.85	   relations being loaded...
0.38/0.92	   
0.38/0.92	   constraints being loaded...
0.55/1.16	     nbConstraints=220  nbRelationTypes=220  nbExtensionStructures=220  nbSharedExtensionStructures=0
0.55/1.16	     nbConflictsStructures=220  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2675  minDegree=9
0.55/1.16	     maxDegree=19  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.111  symmetryCpuTime=0.02
0.55/1.16	       =>  wckTime=0.508  cpuTime=0.23  mem=15M874
0.60/1.21	   
0.60/1.21	   solver IterativeSystematicSolver being built... 
0.70/1.34	       =>  wckTime=0.692  cpuTime=0.33  mem=19M224
0.70/1.35	   
0.70/1.35	   preprocessing
0.70/1.35	     nbConstraintChecks=0  nbPropagations=30  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.70/1.35	     detectedInconsistency=no
0.70/1.35	       =>  wckTime=0.0040  cpuTime=0.01  mem=20M216
0.80/1.46	   
0.80/1.46	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M207)
3.68/4.36	   
3.68/4.36	   search
3.68/4.36	     run=14  nbConstraintChecks=14772872  minDepth=0  maxDepth=30  nbPropagations=933171  nbRevisions=11052835
3.68/4.36	     nbUselessRevisions=8727502  nbAssignments=15122  nbFailedAssignments=6493  nbBacktracks=8529  nbVisitedNodes=26961
3.68/4.36	     nbRestartNogoods=82  nbFoundSolutions=1  nbSEliminables=6.17  nbREliminables=1.07  nbIEliminables=0.31
3.68/4.36	     nbDEliminables=0  nbPEliminables=0
3.68/4.36	       =>  wckTime=3.012  cpuTime=2.94  mem=21M207
3.68/4.36	   
3.68/4.36	   global
3.68/4.36	     nbConstraintChecks=14772872  nbPropagations=933201  nbRevisions=11052835  nbUselessRevisions=8727502
3.68/4.36	     nbRestartNogoods=82  solvingWckTime=3.015  solvingCpuTime=2.94  expiredTime=no  totalExploration=no
3.68/4.36	     nbFoundSolutions=1  firstSolutionCpuTime=3.26  globalCpuTime=3.3
3.68/4.36	       =>  wckTime=3.709  cpuTime=3.27  mem=21M207
3.68/4.36	   
3.68/4.36	s SATISFIABLE
3.68/4.36	v 8 11 10 14 11 3 7 10 2 3 12 12 11 14 12 3 3 11 14 6 8 0 8 5 5 10 9 12 4 5 
3.68/4.36	d NODES 15122
3.68/4.36	d CHECKS 14772872
3.68/4.36	   
3.68/4.36	   totalWckTime=3.774  totalCpuTime=3.3

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-1098854-1215285527/watcher-1098854-1215285527 -o /tmp/evaluation-result-1098854-1215285527/solver-1098854-1215285527 -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-1098854-1215285527.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: 3.08 3.01 3.00 5/82 5492
/proc/meminfo: memFree=1713880/2055920 swapFree=3921008/4192956
[pid=5492] ppid=5490 vsize=308 CPUtime=0
/proc/5492/stat : 5492 (java) R 5490 5492 3145 0 -1 0 219 0 0 0 0 0 0 0 21 0 1 0 651478512 315392 39 996147200 134512640 134550740 4294955968 18446744073709551615 4043556 0 0 4096 0 0 0 0 17 0 0 0
/proc/5492/statm: 77 39 29 9 0 6 0

[startup+0.03886 s]
/proc/loadavg: 3.08 3.01 3.00 5/82 5492
/proc/meminfo: memFree=1713880/2055920 swapFree=3921008/4192956
[pid=5492] ppid=5490 vsize=861876 CPUtime=0.01
/proc/5492/stat : 5492 (java) S 5490 5492 3145 0 -1 0 1880 0 1 0 0 1 0 0 21 0 5 0 651478512 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5492/statm: 215469 1567 695 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101868 s]
/proc/loadavg: 3.08 3.01 3.00 5/82 5492
/proc/meminfo: memFree=1713880/2055920 swapFree=3921008/4192956
[pid=5492] ppid=5490 vsize=861876 CPUtime=0.01
/proc/5492/stat : 5492 (java) S 5490 5492 3145 0 -1 0 1880 0 1 0 0 1 0 0 21 0 5 0 651478512 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5492/statm: 215469 1567 695 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.301892 s]
/proc/loadavg: 3.08 3.01 3.00 5/82 5492
/proc/meminfo: memFree=1713880/2055920 swapFree=3921008/4192956
[pid=5492] ppid=5490 vsize=864076 CPUtime=0.03
/proc/5492/stat : 5492 (java) S 5490 5492 3145 0 -1 0 2725 0 1 0 2 1 0 0 21 0 9 0 651478512 884813824 2280 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5492/statm: 216019 2280 1089 9 0 210976 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 864076

[startup+0.701942 s]
/proc/loadavg: 3.08 3.01 3.00 5/82 5492
/proc/meminfo: memFree=1713880/2055920 swapFree=3921008/4192956
[pid=5492] ppid=5490 vsize=866284 CPUtime=0.27
/proc/5492/stat : 5492 (java) S 5490 5492 3145 0 -1 0 5888 0 1 0 24 3 0 0 21 0 9 0 651478512 887074816 5262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5492/statm: 216571 5262 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+1.50204 s]
/proc/loadavg: 3.08 3.01 3.00 5/91 5501
/proc/meminfo: memFree=1694032/2055920 swapFree=3921008/4192956
[pid=5492] ppid=5490 vsize=867836 CPUtime=0.89
/proc/5492/stat : 5492 (java) S 5490 5492 3145 0 -1 0 15883 281 1 0 81 8 0 0 21 0 9 0 651478512 888664064 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5492/statm: 216959 10387 2631 9 0 211465 0
[pid=5492/tid=5494] ppid=5490 vsize=867836 CPUtime=0.62
/proc/5492/task/5494/stat : 5494 (java) R 5490 5492 3145 0 -1 64 11536 281 1 0 57 5 0 0 20 0 9 0 651478513 888664064 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4126846087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5495] ppid=5490 vsize=867836 CPUtime=0.03
/proc/5492/task/5495/stat : 5495 (java) S 5490 5492 3145 0 -1 64 2847 281 0 0 3 0 0 0 16 0 9 0 651478515 888664064 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5496] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5496/stat : 5496 (java) S 5490 5492 3145 0 -1 64 16 281 0 0 0 0 0 0 17 0 9 0 651478515 888664064 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5497] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5497/stat : 5497 (java) S 5490 5492 3145 0 -1 64 9 281 0 0 0 0 0 0 16 0 9 0 651478515 888664064 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5498] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5498/stat : 5498 (java) S 5490 5492 3145 0 -1 64 1 281 0 0 0 0 0 0 17 0 9 0 651478527 888664064 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5492/tid=5499] ppid=5490 vsize=867836 CPUtime=0.2
/proc/5492/task/5499/stat : 5499 (java) S 5490 5492 3145 0 -1 64 663 281 0 0 20 0 0 0 16 0 9 0 651478527 888664064 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5500] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5500/stat : 5500 (java) S 5490 5492 3145 0 -1 64 1 281 0 0 0 0 0 0 18 0 9 0 651478537 888664064 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5492/tid=5501] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5501/stat : 5501 (java) S 5490 5492 3145 0 -1 64 3 281 0 0 0 0 0 0 15 0 9 0 651478537 888664064 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 867836

[startup+3.10224 s]
/proc/loadavg: 3.08 3.01 3.00 4/91 5505
/proc/meminfo: memFree=1682192/2055920 swapFree=3921008/4192956
[pid=5492] ppid=5490 vsize=867836 CPUtime=2.49
/proc/5492/stat : 5492 (java) S 5490 5492 3145 0 -1 0 15912 281 1 0 241 8 0 0 21 0 9 0 651478512 888664064 10414 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5492/statm: 216959 10414 2631 9 0 211465 0
[pid=5492/tid=5494] ppid=5490 vsize=867836 CPUtime=2.19
/proc/5492/task/5494/stat : 5494 (java) R 5490 5492 3145 0 -1 64 11543 281 1 0 213 6 0 0 25 0 9 0 651478513 888664064 10414 996147200 134512640 134550740 4294955968 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5495] ppid=5490 vsize=867836 CPUtime=0.03
/proc/5492/task/5495/stat : 5495 (java) S 5490 5492 3145 0 -1 64 2848 281 0 0 3 0 0 0 17 0 9 0 651478515 888664064 10414 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5496] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5496/stat : 5496 (java) S 5490 5492 3145 0 -1 64 16 281 0 0 0 0 0 0 17 0 9 0 651478515 888664064 10414 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5497] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5497/stat : 5497 (java) S 5490 5492 3145 0 -1 64 9 281 0 0 0 0 0 0 16 0 9 0 651478515 888664064 10414 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5498] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5498/stat : 5498 (java) S 5490 5492 3145 0 -1 64 1 281 0 0 0 0 0 0 17 0 9 0 651478527 888664064 10414 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5492/tid=5499] ppid=5490 vsize=867836 CPUtime=0.23
/proc/5492/task/5499/stat : 5499 (java) S 5490 5492 3145 0 -1 64 684 281 0 0 23 0 0 0 15 0 9 0 651478527 888664064 10414 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5500] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5500/stat : 5500 (java) S 5490 5492 3145 0 -1 64 1 281 0 0 0 0 0 0 18 0 9 0 651478537 888664064 10414 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5492/tid=5501] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5501/stat : 5501 (java) S 5490 5492 3145 0 -1 64 3 281 0 0 0 0 0 0 15 0 9 0 651478537 888664064 10414 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 867836

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

[startup+3.90234 s]
/proc/loadavg: 3.08 3.01 3.00 4/91 5505
/proc/meminfo: memFree=1682064/2055920 swapFree=3921008/4192956
[pid=5492] ppid=5490 vsize=867836 CPUtime=3.28
/proc/5492/stat : 5492 (java) S 5490 5492 3145 0 -1 0 15913 281 1 0 320 8 0 0 21 0 9 0 651478512 888664064 10415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5492/statm: 216959 10415 2631 9 0 211465 0
[pid=5492/tid=5494] ppid=5490 vsize=867836 CPUtime=2.99
/proc/5492/task/5494/stat : 5494 (java) R 5490 5492 3145 0 -1 64 11544 281 1 0 293 6 0 0 25 0 9 0 651478513 888664064 10415 996147200 134512640 134550740 4294955968 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5495] ppid=5490 vsize=867836 CPUtime=0.03
/proc/5492/task/5495/stat : 5495 (java) S 5490 5492 3145 0 -1 64 2848 281 0 0 3 0 0 0 17 0 9 0 651478515 888664064 10415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5496] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5496/stat : 5496 (java) S 5490 5492 3145 0 -1 64 16 281 0 0 0 0 0 0 17 0 9 0 651478515 888664064 10415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5497] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5497/stat : 5497 (java) S 5490 5492 3145 0 -1 64 9 281 0 0 0 0 0 0 16 0 9 0 651478515 888664064 10415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5498] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5498/stat : 5498 (java) S 5490 5492 3145 0 -1 64 1 281 0 0 0 0 0 0 17 0 9 0 651478527 888664064 10415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5492/tid=5499] ppid=5490 vsize=867836 CPUtime=0.23
/proc/5492/task/5499/stat : 5499 (java) S 5490 5492 3145 0 -1 64 684 281 0 0 23 0 0 0 15 0 9 0 651478527 888664064 10415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5500] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5500/stat : 5500 (java) S 5490 5492 3145 0 -1 64 1 281 0 0 0 0 0 0 18 0 9 0 651478537 888664064 10415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5492/tid=5501] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5501/stat : 5501 (java) S 5490 5492 3145 0 -1 64 3 281 0 0 0 0 0 0 15 0 9 0 651478537 888664064 10415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 867836

[startup+4.30239 s]
/proc/loadavg: 3.07 3.01 3.00 4/91 5505
/proc/meminfo: memFree=1682064/2055920 swapFree=3921008/4192956
[pid=5492] ppid=5490 vsize=867836 CPUtime=3.68
/proc/5492/stat : 5492 (java) S 5490 5492 3145 0 -1 0 15915 281 1 0 360 8 0 0 21 0 9 0 651478512 888664064 10416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5492/statm: 216959 10416 2631 9 0 211465 0
[pid=5492/tid=5494] ppid=5490 vsize=867836 CPUtime=3.39
/proc/5492/task/5494/stat : 5494 (java) R 5490 5492 3145 0 -1 64 11546 281 1 0 333 6 0 0 25 0 9 0 651478513 888664064 10416 996147200 134512640 134550740 4294955968 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5495] ppid=5490 vsize=867836 CPUtime=0.03
/proc/5492/task/5495/stat : 5495 (java) S 5490 5492 3145 0 -1 64 2848 281 0 0 3 0 0 0 16 0 9 0 651478515 888664064 10416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5496] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5496/stat : 5496 (java) S 5490 5492 3145 0 -1 64 16 281 0 0 0 0 0 0 17 0 9 0 651478515 888664064 10416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5497] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5497/stat : 5497 (java) S 5490 5492 3145 0 -1 64 9 281 0 0 0 0 0 0 16 0 9 0 651478515 888664064 10416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5498] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5498/stat : 5498 (java) S 5490 5492 3145 0 -1 64 1 281 0 0 0 0 0 0 17 0 9 0 651478527 888664064 10416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5492/tid=5499] ppid=5490 vsize=867836 CPUtime=0.23
/proc/5492/task/5499/stat : 5499 (java) S 5490 5492 3145 0 -1 64 684 281 0 0 23 0 0 0 15 0 9 0 651478527 888664064 10416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5492/tid=5500] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5500/stat : 5500 (java) S 5490 5492 3145 0 -1 64 1 281 0 0 0 0 0 0 18 0 9 0 651478537 888664064 10416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5492/tid=5501] ppid=5490 vsize=867836 CPUtime=0
/proc/5492/task/5501/stat : 5501 (java) S 5490 5492 3145 0 -1 64 3 281 0 0 0 0 0 0 15 0 9 0 651478537 888664064 10416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 867836

Child status: 0
Real time (s): 4.40399
CPU time (s): 3.76543
CPU user time (s): 3.66644
CPU system time (s): 0.098984
CPU usage (%): 85.5004
Max. virtual memory (cumulated for all children) (KiB): 867836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.66644
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16325
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= 1350
involuntary context switches= 1370

runsolver used 0.011998 second user time and 0.021996 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-05 21:18:47
IDJOB=1098854
IDBENCH=59664
IDSOLVER=363
FILE ID=node92/1098854-1215285527
PBS_JOBID= 7882270
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-30-15/normalized-rand-2-30-15-306-230-5_ext.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-1098854-1215285527/watcher-1098854-1215285527 -o /tmp/evaluation-result-1098854-1215285527/solver-1098854-1215285527 -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-1098854-1215285527.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec15930c749c78e639f3a37e785f6887
RANDOM SEED=130598448

node92.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.223
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.223
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:       1714360 kB
Buffers:         43632 kB
Cached:         187700 kB
SwapCached:       7076 kB
Active:         188384 kB
Inactive:        94552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714360 kB
SwapTotal:     4192956 kB
SwapFree:      3921008 kB
Dirty:            2620 kB
Writeback:           0 kB
Mapped:          59248 kB
Slab:            42544 kB
Committed_AS:  1544112 kB
PageTables:       2984 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= 66452 MiB
End job on node92 at 2008-07-05 21:18:51