Trace number 2097857

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 ACUNSAT 31.1753 31.5192

DiagnosticValue
CHECKS16790800
NODES0

General information on the benchmark

Namecsp/fapp/fapp31/
normalized-fapp31-0400-2.xml
MD5SUM8b51b67d03b842d06e4a6cc96db5ee28
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.5444
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3003
Maximum constraint arity2
Maximum domain size700
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3003
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-2097857-1247414104.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.38/0.48	     nbVariables=400  nbDomainTypes=4  minDomainSize=350  maxDomainSize=700  nbTotalValues=273538
0.38/0.48	       =>  wckTime=0.218  cpuTime=0.17  mem=16M703
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.49/0.54	   
0.49/0.54	   constraints being loaded...
20.59/20.81	   
20.59/20.81	   INFO : Stopping converting binary constraints (cpu=20.2, mem = 48M225)
22.06/22.34	     nbConstraints=1644  nbMergedConstraints=1359  nbConvertedConstraints=97  nbConvertConstraintsChecks=40038600
22.06/22.34	     nbExtensionStructures=83  nbSharedExtensionStructures=17  nbConflictsStructures=83  nbSharedConflictsStructures=17
22.06/22.34	     nbUnbuiltConflictsStructures=1245  nbSharedBinaryRepresentations=88136  nbEvaluationManagers=1245
22.06/22.34	     nbSharedEvaluationManagers=302  minDegree=3  maxDegree=11  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0
22.06/22.34	     symmetryWckTime=0.716  symmetryCpuTime=0.57
22.06/22.34	       =>  wckTime=22.077  cpuTime=21.41  mem=21M124
22.17/22.44	   
22.17/22.44	   solver IterativeSystematicSolver being built... 
22.36/22.65	       =>  wckTime=22.389  cpuTime=21.6  mem=60M157
31.08/31.44	   
31.08/31.44	   preprocessing
31.08/31.44	     nbConstraintChecks=16790758  nbValidityChecks=133062  nbPropagations=133  nbRevisions=1551  nbUselessRevisions=1130
31.08/31.44	     nbRemovedValues=98152  detectedInconsistency=yes
31.08/31.44	       =>  wckTime=8.784  cpuTime=8.68  mem=60M157
31.08/31.44	   
31.08/31.44	   global
31.08/31.44	     nbConstraintChecks=16790758  nbValidityChecks=133062  nbPropagations=133  nbRevisions=1551  nbUselessRevisions=1130
31.08/31.44	     nbRestartNogoods=0  solvingWckTime=8.787  solvingCpuTime=8.68  expiredTime=no  totalExploration=yes
31.08/31.44	     nbFoundSolutions=0  globalCpuTime=30.33
31.08/31.44	       =>  wckTime=31.182  cpuTime=30.29  mem=60M157
31.08/31.45	   
31.08/31.45	s UNSATISFIABLE
31.08/31.45	d NODES 0
31.08/31.45	d CHECKS 16790758
31.08/31.46	   
31.08/31.46	   totalWckTime=31.263  totalCpuTime=30.34

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097857-1247414104/watcher-2097857-1247414104 -o /tmp/evaluation-result-2097857-1247414104/solver-2097857-1247414104 -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-2097857-1247414104.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.05 2.02 2.00 4/80 687
/proc/meminfo: memFree=1700904/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=18576 CPUtime=0
/proc/687/stat : 687 (runsolver) R 685 687 31535 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28478122 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/687/statm: 4644 284 249 26 0 2626 0

[startup+0.0508701 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 687
/proc/meminfo: memFree=1700904/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=862776 CPUtime=0.03
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 2403 0 1 0 2 1 0 0 18 0 7 0 28478122 883482624 1980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 215694 1980 905 9 0 210609 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862776

[startup+0.101813 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 687
/proc/meminfo: memFree=1700904/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=865984 CPUtime=0.08
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 3732 0 1 0 6 2 0 0 18 0 9 0 28478122 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 216496 3200 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301834 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 687
/proc/meminfo: memFree=1700904/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=866380 CPUtime=0.28
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 5860 0 1 0 24 4 0 0 18 0 9 0 28478122 887173120 5226 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 216595 5226 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701883 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 687
/proc/meminfo: memFree=1700904/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=867736 CPUtime=0.68
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 10206 0 1 0 60 8 0 0 18 0 9 0 28478122 888561664 9560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 216934 9560 2036 9 0 211370 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867736

[startup+1.50297 s]
/proc/loadavg: 2.05 2.02 2.00 3/89 696
/proc/meminfo: memFree=1660512/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=867736 CPUtime=1.47
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 12996 0 1 0 137 10 0 0 18 0 9 0 28478122 888561664 12347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 216934 12347 2041 9 0 211370 0
[pid=687/tid=689] ppid=685 vsize=867736 CPUtime=1.26
/proc/687/task/689/stat : 689 (java) R 685 687 31535 0 -1 64 11616 0 1 0 118 8 0 0 25 0 9 0 28478124 888561664 12347 996147200 134512640 134550932 4294955968 18446744073709551615 4126911408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=690] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/690/stat : 690 (java) S 685 687 31535 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28478125 888561664 12347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=691] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/691/stat : 691 (java) S 685 687 31535 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28478125 888561664 12347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=692] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/692/stat : 692 (java) S 685 687 31535 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28478125 888561664 12347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=693] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/693/stat : 693 (java) S 685 687 31535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478127 888561664 12347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=694] ppid=685 vsize=867736 CPUtime=0.2
/proc/687/task/694/stat : 694 (java) S 685 687 31535 0 -1 64 682 0 0 0 19 1 0 0 15 0 9 0 28478128 888561664 12347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=695] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/695/stat : 695 (java) S 685 687 31535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478128 888561664 12347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=696] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/696/stat : 696 (java) S 685 687 31535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478128 888561664 12347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867736

[startup+3.10216 s]
/proc/loadavg: 2.05 2.02 2.00 3/89 696
/proc/meminfo: memFree=1658784/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=867736 CPUtime=3.06
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 13364 0 1 0 296 10 0 0 18 0 9 0 28478122 888561664 12714 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 216934 12714 2041 9 0 211370 0
[pid=687/tid=689] ppid=685 vsize=867736 CPUtime=2.84
/proc/687/task/689/stat : 689 (java) R 685 687 31535 0 -1 64 11981 0 1 0 276 8 0 0 25 0 9 0 28478124 888561664 12714 996147200 134512640 134550932 4294955968 18446744073709551615 4126906736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=690] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/690/stat : 690 (java) S 685 687 31535 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28478125 888561664 12714 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=691] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/691/stat : 691 (java) S 685 687 31535 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28478125 888561664 12714 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=692] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/692/stat : 692 (java) S 685 687 31535 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28478125 888561664 12714 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=693] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/693/stat : 693 (java) S 685 687 31535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478127 888561664 12714 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=694] ppid=685 vsize=867736 CPUtime=0.2
/proc/687/task/694/stat : 694 (java) S 685 687 31535 0 -1 64 685 0 0 0 19 1 0 0 15 0 9 0 28478128 888561664 12714 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=695] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/695/stat : 695 (java) S 685 687 31535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478128 888561664 12714 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=696] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/696/stat : 696 (java) S 685 687 31535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478128 888561664 12714 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867736

[startup+6.30153 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 696
/proc/meminfo: memFree=1655712/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=867736 CPUtime=6.23
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 14008 0 1 0 613 10 0 0 18 0 9 0 28478122 888561664 13357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 216934 13357 2041 9 0 211370 0
[pid=687/tid=689] ppid=685 vsize=867736 CPUtime=6.01
/proc/687/task/689/stat : 689 (java) R 685 687 31535 0 -1 64 12623 0 1 0 592 9 0 0 25 0 9 0 28478124 888561664 13357 996147200 134512640 134550932 4294955968 18446744073709551615 4126905297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=690] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/690/stat : 690 (java) S 685 687 31535 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28478125 888561664 13357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=691] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/691/stat : 691 (java) S 685 687 31535 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28478125 888561664 13357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=692] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/692/stat : 692 (java) S 685 687 31535 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28478125 888561664 13357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=693] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/693/stat : 693 (java) S 685 687 31535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478127 888561664 13357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=694] ppid=685 vsize=867736 CPUtime=0.2
/proc/687/task/694/stat : 694 (java) S 685 687 31535 0 -1 64 687 0 0 0 19 1 0 0 15 0 9 0 28478128 888561664 13357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=695] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/695/stat : 695 (java) S 685 687 31535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478128 888561664 13357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=696] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/696/stat : 696 (java) S 685 687 31535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478128 888561664 13357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867736

[startup+12.7013 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 696
/proc/meminfo: memFree=1650080/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=867736 CPUtime=12.57
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 15363 0 1 0 1246 11 0 0 18 0 9 0 28478122 888561664 14710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 216934 14710 2041 9 0 211370 0
[pid=687/tid=689] ppid=685 vsize=867736 CPUtime=12.34
/proc/687/task/689/stat : 689 (java) R 685 687 31535 0 -1 64 13973 0 1 0 1225 9 0 0 25 0 9 0 28478124 888561664 14710 996147200 134512640 134550932 4294955968 18446744073709551615 4126906743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=690] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/690/stat : 690 (java) S 685 687 31535 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28478125 888561664 14710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=691] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/691/stat : 691 (java) S 685 687 31535 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28478125 888561664 14710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=692] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/692/stat : 692 (java) S 685 687 31535 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28478125 888561664 14710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=693] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/693/stat : 693 (java) S 685 687 31535 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28478127 888561664 14710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=694] ppid=685 vsize=867736 CPUtime=0.21
/proc/687/task/694/stat : 694 (java) S 685 687 31535 0 -1 64 692 0 0 0 20 1 0 0 15 0 9 0 28478128 888561664 14710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=695] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/695/stat : 695 (java) S 685 687 31535 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28478128 888561664 14710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=696] ppid=685 vsize=867736 CPUtime=0
/proc/687/task/696/stat : 696 (java) S 685 687 31535 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28478128 888561664 14710 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867736

[startup+25.5028 s]
/proc/loadavg: 2.03 2.01 2.00 5/89 700
/proc/meminfo: memFree=1615264/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=868384 CPUtime=25.23
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 40815 374 1 0 2501 20 1 1 18 0 9 0 28478122 889225216 23872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 217096 23872 2662 9 0 211532 0
[pid=687/tid=689] ppid=685 vsize=868384 CPUtime=24.61
/proc/687/task/689/stat : 689 (java) R 685 687 31535 0 -1 64 27536 374 1 0 2445 14 1 1 25 0 9 0 28478124 889225216 23872 996147200 134512640 134550932 4294955968 18446744073709551615 4126907959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=690] ppid=685 vsize=868384 CPUtime=0.26
/proc/687/task/690/stat : 690 (java) S 685 687 31535 0 -1 64 11447 374 0 0 21 3 1 1 17 0 9 0 28478125 889225216 23872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=691] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/691/stat : 691 (java) S 685 687 31535 0 -1 64 20 374 0 0 0 0 1 1 16 0 9 0 28478125 889225216 23872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=692] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/692/stat : 692 (java) S 685 687 31535 0 -1 64 15 374 0 0 0 0 1 1 16 0 9 0 28478125 889225216 23872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=693] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/693/stat : 693 (java) S 685 687 31535 0 -1 64 2 374 0 0 0 0 1 1 18 0 9 0 28478127 889225216 23872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=694] ppid=685 vsize=868384 CPUtime=0.37
/proc/687/task/694/stat : 694 (java) S 685 687 31535 0 -1 64 976 374 0 0 34 1 1 1 15 0 9 0 28478128 889225216 23872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=695] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/695/stat : 695 (java) S 685 687 31535 0 -1 64 0 374 0 0 0 0 1 1 19 0 9 0 28478128 889225216 23872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=696] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/696/stat : 696 (java) S 685 687 31535 0 -1 64 7 374 0 0 0 0 1 1 15 0 9 0 28478128 889225216 23872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868384

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

[startup+28.7022 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 700
/proc/meminfo: memFree=1615200/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=868384 CPUtime=28.4
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 40819 374 1 0 2818 20 1 1 18 0 9 0 28478122 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 217096 23873 2662 9 0 211532 0
[pid=687/tid=689] ppid=685 vsize=868384 CPUtime=27.78
/proc/687/task/689/stat : 689 (java) R 685 687 31535 0 -1 64 27536 374 1 0 2762 14 1 1 25 0 9 0 28478124 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4127301791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=690] ppid=685 vsize=868384 CPUtime=0.26
/proc/687/task/690/stat : 690 (java) S 685 687 31535 0 -1 64 11447 374 0 0 21 3 1 1 16 0 9 0 28478125 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=691] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/691/stat : 691 (java) S 685 687 31535 0 -1 64 20 374 0 0 0 0 1 1 16 0 9 0 28478125 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=692] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/692/stat : 692 (java) S 685 687 31535 0 -1 64 15 374 0 0 0 0 1 1 16 0 9 0 28478125 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=693] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/693/stat : 693 (java) S 685 687 31535 0 -1 64 2 374 0 0 0 0 1 1 18 0 9 0 28478127 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=694] ppid=685 vsize=868384 CPUtime=0.37
/proc/687/task/694/stat : 694 (java) S 685 687 31535 0 -1 64 980 374 0 0 34 1 1 1 16 0 9 0 28478128 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=695] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/695/stat : 695 (java) S 685 687 31535 0 -1 64 0 374 0 0 0 0 1 1 19 0 9 0 28478128 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=696] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/696/stat : 696 (java) S 685 687 31535 0 -1 64 7 374 0 0 0 0 1 1 15 0 9 0 28478128 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 868384

[startup+30.3013 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 700
/proc/meminfo: memFree=1615200/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=868384 CPUtime=29.99
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 40819 374 1 0 2977 20 1 1 18 0 9 0 28478122 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 217096 23873 2662 9 0 211532 0
[pid=687/tid=689] ppid=685 vsize=868384 CPUtime=29.37
/proc/687/task/689/stat : 689 (java) R 685 687 31535 0 -1 64 27536 374 1 0 2921 14 1 1 25 0 9 0 28478124 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4127305407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=690] ppid=685 vsize=868384 CPUtime=0.26
/proc/687/task/690/stat : 690 (java) S 685 687 31535 0 -1 64 11447 374 0 0 21 3 1 1 17 0 9 0 28478125 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=691] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/691/stat : 691 (java) S 685 687 31535 0 -1 64 20 374 0 0 0 0 1 1 16 0 9 0 28478125 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=692] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/692/stat : 692 (java) S 685 687 31535 0 -1 64 15 374 0 0 0 0 1 1 16 0 9 0 28478125 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=693] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/693/stat : 693 (java) S 685 687 31535 0 -1 64 2 374 0 0 0 0 1 1 18 0 9 0 28478127 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=694] ppid=685 vsize=868384 CPUtime=0.37
/proc/687/task/694/stat : 694 (java) S 685 687 31535 0 -1 64 980 374 0 0 34 1 1 1 16 0 9 0 28478128 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=695] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/695/stat : 695 (java) S 685 687 31535 0 -1 64 0 374 0 0 0 0 1 1 19 0 9 0 28478128 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=696] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/696/stat : 696 (java) S 685 687 31535 0 -1 64 7 374 0 0 0 0 1 1 15 0 9 0 28478128 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (KiB) 868384

[startup+31.1014 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 700
/proc/meminfo: memFree=1615200/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=868384 CPUtime=30.78
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 40819 374 1 0 3056 20 1 1 18 0 9 0 28478122 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 217096 23873 2662 9 0 211532 0
[pid=687/tid=689] ppid=685 vsize=868384 CPUtime=30.16
/proc/687/task/689/stat : 689 (java) R 685 687 31535 0 -1 64 27536 374 1 0 3000 14 1 1 25 0 9 0 28478124 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4126923378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=690] ppid=685 vsize=868384 CPUtime=0.26
/proc/687/task/690/stat : 690 (java) S 685 687 31535 0 -1 64 11447 374 0 0 21 3 1 1 16 0 9 0 28478125 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=691] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/691/stat : 691 (java) S 685 687 31535 0 -1 64 20 374 0 0 0 0 1 1 16 0 9 0 28478125 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=692] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/692/stat : 692 (java) S 685 687 31535 0 -1 64 15 374 0 0 0 0 1 1 16 0 9 0 28478125 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=693] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/693/stat : 693 (java) S 685 687 31535 0 -1 64 2 374 0 0 0 0 1 1 18 0 9 0 28478127 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=694] ppid=685 vsize=868384 CPUtime=0.37
/proc/687/task/694/stat : 694 (java) S 685 687 31535 0 -1 64 980 374 0 0 34 1 1 1 16 0 9 0 28478128 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=695] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/695/stat : 695 (java) S 685 687 31535 0 -1 64 0 374 0 0 0 0 1 1 19 0 9 0 28478128 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=696] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/696/stat : 696 (java) S 685 687 31535 0 -1 64 7 374 0 0 0 0 1 1 15 0 9 0 28478128 889225216 23873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.78
Current children cumulated vsize (KiB) 868384

[startup+31.5015 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 700
/proc/meminfo: memFree=1615200/2055920 swapFree=4192812/4192956
[pid=687] ppid=685 vsize=868384 CPUtime=31.14
/proc/687/stat : 687 (java) S 685 687 31535 0 -1 0 40991 374 1 0 3092 20 1 1 18 0 9 0 28478122 889225216 23875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/687/statm: 217096 23875 2662 9 0 211532 0
[pid=687/tid=689] ppid=685 vsize=868384 CPUtime=30.51
/proc/687/task/689/stat : 689 (java) S 685 687 31535 0 -1 64 27706 374 1 0 3035 14 1 1 24 0 9 0 28478124 889225216 23875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=690] ppid=685 vsize=868384 CPUtime=0.26
/proc/687/task/690/stat : 690 (java) S 685 687 31535 0 -1 64 11447 374 0 0 21 3 1 1 17 0 9 0 28478125 889225216 23875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=691] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/691/stat : 691 (java) S 685 687 31535 0 -1 64 20 374 0 0 0 0 1 1 16 0 9 0 28478125 889225216 23875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=692] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/692/stat : 692 (java) S 685 687 31535 0 -1 64 15 374 0 0 0 0 1 1 16 0 9 0 28478125 889225216 23875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=693] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/693/stat : 693 (java) S 685 687 31535 0 -1 64 2 374 0 0 0 0 1 1 18 0 9 0 28478127 889225216 23875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=694] ppid=685 vsize=868384 CPUtime=0.37
/proc/687/task/694/stat : 694 (java) S 685 687 31535 0 -1 64 982 374 0 0 34 1 1 1 15 0 9 0 28478128 889225216 23875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=695] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/695/stat : 695 (java) S 685 687 31535 0 -1 64 0 374 0 0 0 0 1 1 19 0 9 0 28478128 889225216 23875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=687/tid=696] ppid=685 vsize=868384 CPUtime=0.02
/proc/687/task/696/stat : 696 (java) S 685 687 31535 0 -1 64 7 374 0 0 0 0 1 1 15 0 9 0 28478128 889225216 23875 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.14
Current children cumulated vsize (KiB) 868384

Child status: 0
Real time (s): 31.5192
CPU time (s): 31.1753
CPU user time (s): 30.9413
CPU system time (s): 0.233964
CPU usage (%): 98.9088
Max. virtual memory (cumulated for all children) (KiB): 868384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9413
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41393
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= 2429
involuntary context switches= 3361

runsolver used 0.027995 second user time and 0.122981 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 17:55:04
IDJOB=2097857
IDBENCH=57884
IDSOLVER=773
FILE ID=node1/2097857-1247414104
PBS_JOBID= 9510641
Free space on /tmp= 66384 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp31/normalized-fapp31-0400-2.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-2097857-1247414104/watcher-2097857-1247414104 -o /tmp/evaluation-result-2097857-1247414104/solver-2097857-1247414104 -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-2097857-1247414104.xml

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

MD5SUM BENCH= 8b51b67d03b842d06e4a6cc96db5ee28
RANDOM SEED=1597476912

node1.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.216
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.216
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:       1701384 kB
Buffers:         39072 kB
Cached:         105904 kB
SwapCached:          0 kB
Active:         222788 kB
Inactive:        77768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2644 kB
Writeback:           0 kB
Mapped:         176052 kB
Slab:            38860 kB
Committed_AS:  1008408 kB
PageTables:       2116 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= 66384 MiB
End job on node1 at 2009-07-12 17:55:35