Trace number 1044888

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 5.79512 6.29009

DiagnosticValue
CHECKS3102290
NODES15098

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-9_ext.xml
MD5SUMe4f8b42ca6d148c9b16fcc1baf7ad15d
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 benchmark1.52677
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1044888-1215022774.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.45	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20  nbTotalValues=3953
0.38/0.45	       =>  wckTime=0.21  cpuTime=0.22  mem=8M894
0.38/0.45	   
0.38/0.45	   relations being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
1.25/1.33	     nbConstraints=5561  nbRelationTypes=21  nbGlobalConstraints=21  nbSingletonDomainVariables=213
1.25/1.33	     nbExtensionStructures=41  nbSharedExtensionStructures=5499  nbConflictsStructures=41
1.25/1.33	     nbSharedConflictsStructures=5499  nbSharedBinaryRepresentations=858  minDegree=18  maxDegree=39  minArity=2
1.25/1.33	     avgArity=2.03  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.276  symmetryCpuTime=0.16  nbCliques=21
1.25/1.33	       =>  wckTime=1.096  cpuTime=0.79  mem=42M125
1.35/1.46	   
1.35/1.46	   solver IterativeSystematicSolver being built... 
1.46/1.53	   
1.46/1.54	   INFO : Forward propagation technique limited 
1.55/1.61	       =>  wckTime=1.373  cpuTime=0.93  mem=26M655
1.76/1.83	   
1.76/1.83	   preprocessing
1.76/1.83	     nbConstraintChecks=103178  nbPropagations=2758  nbRevisions=24312  nbUselessRevisions=19431  nbSingletonTests=653
1.76/1.83	     nbEffectiveSingletonTests=0  nbACRemovals=2927  nbFoundSingletons=0  nbRemovedValues=2927  detectedInconsistency=no
1.76/1.83	       =>  wckTime=0.213  cpuTime=0.18  mem=26M655
2.16/2.22	   
2.16/2.22	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M556)
5.72/6.23	   
5.72/6.23	   search
5.72/6.23	     run=11  nbConstraintChecks=2999114  minDepth=13  maxDepth=400  nbPropagations=392918  nbRevisions=5720614
5.72/6.23	     nbUselessRevisions=5099009  nbAssignments=15098  nbFailedAssignments=2251  nbBacktracks=10774  nbVisitedNodes=19642
5.72/6.23	     nbRestartNogoods=58  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=213  nbIEliminables=170.2
5.72/6.23	     nbDEliminables=0  nbPEliminables=0
5.72/6.23	       =>  wckTime=4.613  cpuTime=4.0  mem=38M60
5.72/6.23	   
5.72/6.23	   global
5.72/6.23	     nbConstraintChecks=3102292  nbPropagations=395676  nbRevisions=5744926  nbUselessRevisions=5118440
5.72/6.23	     nbRestartNogoods=58  solvingWckTime=4.617  solvingCpuTime=4.0  expiredTime=no  totalExploration=no
5.72/6.23	     nbFoundSolutions=1  firstSolutionCpuTime=4.92  globalCpuTime=4.98
5.72/6.23	       =>  wckTime=5.992  cpuTime=4.93  mem=39M10
5.72/6.23	   
5.72/6.23	s SATISFIABLE
5.72/6.23	v 2 3 4 6 13 19 12 0 17 7 5 18 1 9 15 16 11 8 14 10 5 16 19 8 9 4 2 12 13 1 3 15 7 0 11 18 10 6 17 14 10 9 15 17 1 12 19 7 18 8 6 11 3 13 16 5 14 4 0 2 19 1 17 13 10 9 6 2 16 11 7 14 12 4 8 3 0 18 15 5 0 6 1 16 5 8 10 9 12 17 11 2 14 15 4 13 19 7 3 18 9 2 7 15 17 3 16 19 5 6 12 8 11 1 10 4 18 14 13 0 11 18 16 5 6 0 15 10 8 4 9 13 19 17 7 14 2 12 1 3 3 8 12 1 2 16 13 11 10 5 0 6 4 19 14 17 15 9 18 7 4 13 14 18 7 6 17 3 9 12 1 10 0 11 2 8 16 5 19 15 6 0 11 19 3 18 4 15 14 2 8 16 9 5 12 7 13 1 10 17 18 17 13 14 19 2 11 1 4 9 10 12 16 8 3 15 7 0 5 6 7 5 18 10 0 17 1 4 15 14 16 9 13 12 19 2 6 3 11 8 1 7 2 4 18 10 5 8 11 13 17 3 15 14 0 19 9 16 6 12 14 4 0 2 11 15 7 18 6 3 13 1 17 10 5 9 12 19 8 16 8 12 9 7 14 5 0 13 19 15 18 4 6 16 17 1 3 10 2 11 15 11 5 0 16 1 8 14 3 10 19 17 18 7 9 6 4 2 12 13 16 15 3 12 8 11 14 17 2 18 4 19 10 6 1 0 5 13 7 9 17 14 10 9 4 13 3 6 0 19 15 7 5 2 18 12 8 11 16 1 13 19 8 11 12 7 18 16 1 0 14 5 2 3 6 10 17 15 9 4 12 10 6 3 15 14 9 5 7 16 2 0 8 18 13 11 1 17 4 19 
5.72/6.23	d NODES 15098
5.72/6.23	d CHECKS 3102292
5.72/6.23	   
5.72/6.23	   totalWckTime=6.048  totalCpuTime=4.98

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-1044888-1215022774/watcher-1044888-1215022774 -o /tmp/evaluation-result-1044888-1215022774/solver-1044888-1215022774 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044888-1215022774.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27547
/proc/meminfo: memFree=1795488/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=18572 CPUtime=0
/proc/27547/stat : 27547 (runsolver) R 27545 27547 26988 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 129662716 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27547/statm: 4643 292 257 25 0 2626 0

[startup+0.0455331 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27547
/proc/meminfo: memFree=1795488/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=861876 CPUtime=0.02
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 2251 0 1 0 1 1 0 0 18 0 5 0 129662716 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 215469 1862 854 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101918 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27547
/proc/meminfo: memFree=1795488/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=865884 CPUtime=0.08
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 3710 0 1 0 6 2 0 0 18 0 9 0 129662716 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 216471 3176 1683 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301941 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27547
/proc/meminfo: memFree=1795488/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=866128 CPUtime=0.28
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 5810 0 1 0 24 4 0 0 18 0 9 0 129662716 886915072 5184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 216532 5184 1947 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.701987 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27547
/proc/meminfo: memFree=1795488/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=866988 CPUtime=0.68
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 7296 0 1 0 64 4 0 0 18 0 9 0 129662716 887795712 6666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 216747 6666 1969 9 0 211275 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866988

[startup+1.50108 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 27556
/proc/meminfo: memFree=1756568/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=868264 CPUtime=1.46
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 24899 589 1 0 130 10 6 0 18 0 10 0 129662716 889102336 16619 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 217066 16619 2632 9 0 211572 0
[pid=27547/tid=27549] ppid=27545 vsize=868264 CPUtime=1.09
/proc/27547/task/27549/stat : 27549 (java) R 27545 27547 26988 0 -1 64 18654 589 1 0 96 7 6 0 16 0 10 0 129662718 889102336 16619 996147200 134512640 134550740 4294955968 18446744073709551615 104252402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27550] ppid=27545 vsize=868264 CPUtime=0.16
/proc/27547/task/27550/stat : 27550 (java) S 27545 27547 26988 0 -1 64 4599 589 0 0 10 0 6 0 16 0 10 0 129662719 889102336 16619 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27551] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27551/stat : 27551 (java) S 27545 27547 26988 0 -1 64 15 589 0 0 0 0 6 0 16 0 10 0 129662719 889102336 16619 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27552] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27552/stat : 27552 (java) S 27545 27547 26988 0 -1 64 8 589 0 0 0 0 6 0 16 0 10 0 129662719 889102336 16619 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27553] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27553/stat : 27553 (java) S 27545 27547 26988 0 -1 64 0 589 0 0 0 0 6 0 18 0 10 0 129662721 889102336 16619 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27554] ppid=27545 vsize=868264 CPUtime=0.28
/proc/27547/task/27554/stat : 27554 (java) R 27545 27547 26988 0 -1 64 810 589 0 0 22 0 6 0 16 0 10 0 129662721 889102336 16619 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27555] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27555/stat : 27555 (java) S 27545 27547 26988 0 -1 64 2 589 0 0 0 0 6 0 19 0 10 0 129662722 889102336 16619 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27556] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27556/stat : 27556 (java) S 27545 27547 26988 0 -1 64 14 589 0 0 0 0 6 0 15 0 10 0 129662722 889102336 16619 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868264

[startup+3.37329 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 27560
/proc/meminfo: memFree=1738584/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=868264 CPUtime=2.89
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 26302 589 1 0 268 15 6 0 18 0 9 0 129662716 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 217066 16733 2633 9 0 211572 0
[pid=27547/tid=27549] ppid=27545 vsize=868264 CPUtime=2.35
/proc/27547/task/27549/stat : 27549 (java) R 27545 27547 26988 0 -1 64 19937 589 1 0 221 8 6 0 25 0 9 0 129662718 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4127090925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27550] ppid=27545 vsize=868264 CPUtime=0.16
/proc/27547/task/27550/stat : 27550 (java) S 27545 27547 26988 0 -1 64 4600 589 0 0 10 0 6 0 17 0 9 0 129662719 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27551] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27551/stat : 27551 (java) S 27545 27547 26988 0 -1 64 15 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27552] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27552/stat : 27552 (java) S 27545 27547 26988 0 -1 64 8 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27553] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27553/stat : 27553 (java) S 27545 27547 26988 0 -1 64 0 589 0 0 0 0 6 0 18 0 9 0 129662721 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27554] ppid=27545 vsize=868264 CPUtime=0.41
/proc/27547/task/27554/stat : 27554 (java) S 27545 27547 26988 0 -1 64 926 589 0 0 34 1 6 0 16 0 9 0 129662721 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27555] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27555/stat : 27555 (java) S 27545 27547 26988 0 -1 64 2 589 0 0 0 0 6 0 19 0 9 0 129662722 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27556] ppid=27545 vsize=868264 CPUtime=0.12
/proc/27547/task/27556/stat : 27556 (java) S 27545 27547 26988 0 -1 64 14 589 0 0 2 4 6 0 15 0 9 0 129662722 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 868264

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

[startup+3.70132 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 27560
/proc/meminfo: memFree=1738584/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=868264 CPUtime=3.22
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 26307 589 1 0 301 15 6 0 18 0 9 0 129662716 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 217066 16733 2633 9 0 211572 0
[pid=27547/tid=27549] ppid=27545 vsize=868264 CPUtime=2.68
/proc/27547/task/27549/stat : 27549 (java) R 27545 27547 26988 0 -1 64 19942 589 1 0 254 8 6 0 18 0 9 0 129662718 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4127078944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27550] ppid=27545 vsize=868264 CPUtime=0.16
/proc/27547/task/27550/stat : 27550 (java) S 27545 27547 26988 0 -1 64 4600 589 0 0 10 0 6 0 16 0 9 0 129662719 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27551] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27551/stat : 27551 (java) S 27545 27547 26988 0 -1 64 15 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27552] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27552/stat : 27552 (java) S 27545 27547 26988 0 -1 64 8 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27553] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27553/stat : 27553 (java) S 27545 27547 26988 0 -1 64 0 589 0 0 0 0 6 0 18 0 9 0 129662721 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27554] ppid=27545 vsize=868264 CPUtime=0.41
/proc/27547/task/27554/stat : 27554 (java) S 27545 27547 26988 0 -1 64 926 589 0 0 34 1 6 0 15 0 9 0 129662721 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27555] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27555/stat : 27555 (java) S 27545 27547 26988 0 -1 64 2 589 0 0 0 0 6 0 19 0 9 0 129662722 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27556] ppid=27545 vsize=868264 CPUtime=0.12
/proc/27547/task/27556/stat : 27556 (java) S 27545 27547 26988 0 -1 64 14 589 0 0 2 4 6 0 15 0 9 0 129662722 889102336 16733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 868264

[startup+5.30252 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27588
/proc/meminfo: memFree=1786240/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=868264 CPUtime=4.82
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 26348 589 1 0 460 16 6 0 18 0 9 0 129662716 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 217066 16735 2633 9 0 211572 0
[pid=27547/tid=27549] ppid=27545 vsize=868264 CPUtime=4.26
/proc/27547/task/27549/stat : 27549 (java) R 27545 27547 26988 0 -1 64 19981 589 1 0 412 8 6 0 24 0 9 0 129662718 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4127090925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27550] ppid=27545 vsize=868264 CPUtime=0.16
/proc/27547/task/27550/stat : 27550 (java) S 27545 27547 26988 0 -1 64 4600 589 0 0 10 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27551] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27551/stat : 27551 (java) S 27545 27547 26988 0 -1 64 15 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27552] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27552/stat : 27552 (java) S 27545 27547 26988 0 -1 64 8 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27553] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27553/stat : 27553 (java) S 27545 27547 26988 0 -1 64 0 589 0 0 0 0 6 0 18 0 9 0 129662721 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27554] ppid=27545 vsize=868264 CPUtime=0.41
/proc/27547/task/27554/stat : 27554 (java) S 27545 27547 26988 0 -1 64 928 589 0 0 34 1 6 0 17 0 9 0 129662721 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27555] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27555/stat : 27555 (java) S 27545 27547 26988 0 -1 64 2 589 0 0 0 0 6 0 19 0 9 0 129662722 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27556] ppid=27545 vsize=868264 CPUtime=0.12
/proc/27547/task/27556/stat : 27556 (java) S 27545 27547 26988 0 -1 64 14 589 0 0 2 4 6 0 15 0 9 0 129662722 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 868264

[startup+5.70257 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27588
/proc/meminfo: memFree=1786240/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=868264 CPUtime=5.22
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 26678 589 1 0 500 16 6 0 18 0 9 0 129662716 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 217066 16735 2633 9 0 211572 0
[pid=27547/tid=27549] ppid=27545 vsize=868264 CPUtime=4.66
/proc/27547/task/27549/stat : 27549 (java) R 27545 27547 26988 0 -1 64 20290 589 1 0 452 8 6 0 17 0 9 0 129662718 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4127090805 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27550] ppid=27545 vsize=868264 CPUtime=0.16
/proc/27547/task/27550/stat : 27550 (java) S 27545 27547 26988 0 -1 64 4600 589 0 0 10 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27551] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27551/stat : 27551 (java) S 27545 27547 26988 0 -1 64 15 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27552] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27552/stat : 27552 (java) S 27545 27547 26988 0 -1 64 8 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27553] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27553/stat : 27553 (java) S 27545 27547 26988 0 -1 64 0 589 0 0 0 0 6 0 18 0 9 0 129662721 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27554] ppid=27545 vsize=868264 CPUtime=0.41
/proc/27547/task/27554/stat : 27554 (java) S 27545 27547 26988 0 -1 64 928 589 0 0 34 1 6 0 17 0 9 0 129662721 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27555] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27555/stat : 27555 (java) S 27545 27547 26988 0 -1 64 2 589 0 0 0 0 6 0 19 0 9 0 129662722 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27556] ppid=27545 vsize=868264 CPUtime=0.12
/proc/27547/task/27556/stat : 27556 (java) S 27545 27547 26988 0 -1 64 35 589 0 0 2 4 6 0 15 0 9 0 129662722 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 868264

[startup+6.10761 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27588
/proc/meminfo: memFree=1786112/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=868264 CPUtime=5.62
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 26984 589 1 0 540 16 6 0 18 0 9 0 129662716 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 217066 16735 2633 9 0 211572 0
[pid=27547/tid=27549] ppid=27545 vsize=868264 CPUtime=5.06
/proc/27547/task/27549/stat : 27549 (java) R 27545 27547 26988 0 -1 64 20596 589 1 0 492 8 6 0 21 0 9 0 129662718 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4126972785 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27550] ppid=27545 vsize=868264 CPUtime=0.16
/proc/27547/task/27550/stat : 27550 (java) S 27545 27547 26988 0 -1 64 4600 589 0 0 10 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27551] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27551/stat : 27551 (java) S 27545 27547 26988 0 -1 64 15 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27552] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27552/stat : 27552 (java) S 27545 27547 26988 0 -1 64 8 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27553] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27553/stat : 27553 (java) S 27545 27547 26988 0 -1 64 0 589 0 0 0 0 6 0 18 0 9 0 129662721 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27554] ppid=27545 vsize=868264 CPUtime=0.41
/proc/27547/task/27554/stat : 27554 (java) S 27545 27547 26988 0 -1 64 928 589 0 0 34 1 6 0 17 0 9 0 129662721 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27555] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27555/stat : 27555 (java) S 27545 27547 26988 0 -1 64 2 589 0 0 0 0 6 0 19 0 9 0 129662722 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27556] ppid=27545 vsize=868264 CPUtime=0.12
/proc/27547/task/27556/stat : 27556 (java) S 27545 27547 26988 0 -1 64 35 589 0 0 2 4 6 0 15 0 9 0 129662722 889102336 16735 996147200 134512640 134550740 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) 868264

[startup+6.20262 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 27588
/proc/meminfo: memFree=1786112/2055920 swapFree=4192812/4192956
[pid=27547] ppid=27545 vsize=868264 CPUtime=5.72
/proc/27547/stat : 27547 (java) S 27545 27547 26988 0 -1 0 27047 589 1 0 550 16 6 0 18 0 9 0 129662716 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27547/statm: 217066 16735 2633 9 0 211572 0
[pid=27547/tid=27549] ppid=27545 vsize=868264 CPUtime=5.16
/proc/27547/task/27549/stat : 27549 (java) R 27545 27547 26988 0 -1 64 20659 589 1 0 502 8 6 0 22 0 9 0 129662718 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4127170044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27550] ppid=27545 vsize=868264 CPUtime=0.16
/proc/27547/task/27550/stat : 27550 (java) S 27545 27547 26988 0 -1 64 4600 589 0 0 10 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27551] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27551/stat : 27551 (java) S 27545 27547 26988 0 -1 64 15 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27552] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27552/stat : 27552 (java) S 27545 27547 26988 0 -1 64 8 589 0 0 0 0 6 0 16 0 9 0 129662719 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27553] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27553/stat : 27553 (java) S 27545 27547 26988 0 -1 64 0 589 0 0 0 0 6 0 18 0 9 0 129662721 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27554] ppid=27545 vsize=868264 CPUtime=0.41
/proc/27547/task/27554/stat : 27554 (java) S 27545 27547 26988 0 -1 64 928 589 0 0 34 1 6 0 17 0 9 0 129662721 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27547/tid=27555] ppid=27545 vsize=868264 CPUtime=0.06
/proc/27547/task/27555/stat : 27555 (java) S 27545 27547 26988 0 -1 64 2 589 0 0 0 0 6 0 19 0 9 0 129662722 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27547/tid=27556] ppid=27545 vsize=868264 CPUtime=0.12
/proc/27547/task/27556/stat : 27556 (java) S 27545 27547 26988 0 -1 64 35 589 0 0 2 4 6 0 15 0 9 0 129662722 889102336 16735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 868264

Child status: 0
Real time (s): 6.29009
CPU time (s): 5.79512
CPU user time (s): 5.60715
CPU system time (s): 0.187971
CPU usage (%): 92.131
Max. virtual memory (cumulated for all children) (KiB): 868264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.60715
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27769
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= 1250
involuntary context switches= 1281

runsolver used 0.079987 second user time and 0.164974 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-02 20:19:34
IDJOB=1044888
IDBENCH=53527
IDSOLVER=364
FILE ID=node28/1044888-1215022774
PBS_JOBID= 7874413
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-9_ext.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044888-1215022774/watcher-1044888-1215022774 -o /tmp/evaluation-result-1044888-1215022774/solver-1044888-1215022774 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044888-1215022774.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e4f8b42ca6d148c9b16fcc1baf7ad15d
RANDOM SEED=1174473603

node28.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.231
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.231
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:       1795968 kB
Buffers:         17916 kB
Cached:         136104 kB
SwapCached:          0 kB
Active:         164356 kB
Inactive:        39976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:          69600 kB
Slab:            40444 kB
Committed_AS:   275768 kB
PageTables:       1992 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= 66544 MiB
End job on node28 at 2008-07-02 20:19:40