Trace number 2096991

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 7.8658 7.93235

DiagnosticValue
CHECKS75471
NODES81

General information on the benchmark

Namecsp/nengfa/
normalized-route.xml
MD5SUM81f902187cc2f27d969314bbf92ef85d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.86256
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints24492
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24492
Global constraints used (with number of constraints)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2096991-1247411419.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.37	     nbVariables=72  nbDomainTypes=62  minDomainSize=6  maxDomainSize=28  nbTotalValues=817
0.28/0.37	       =>  wckTime=0.124  cpuTime=0.11  mem=7M894
0.28/0.37	   
0.28/0.37	   predicates being loaded...
1.77/1.88	   
1.77/1.88	   constraints being loaded...
7.43/7.50	     nbConstraints=1682  nbGlobalConstraints=5  nbMergedConstraints=22815  nbConvertedConstraints=1677
7.43/7.50	     nbConvertConstraintsChecks=148424  nbExtensionStructures=1612  nbSharedExtensionStructures=1287
7.43/7.50	     nbConflictsStructures=1612  nbSharedConflictsStructures=1287  nbSharedBinaryRepresentations=30069  minDegree=14
7.43/7.50	     maxDegree=71  minArity=2  avgArity=2.03  maxArity=27  nbGenerators=0  nbFusions=0  symmetryWckTime=0.121
7.43/7.50	     symmetryCpuTime=0.06  nbCliques=5
7.43/7.50	       =>  wckTime=7.252  cpuTime=6.67  mem=22M23
7.54/7.67	   
7.54/7.67	   solver IterativeSystematicSolver being built... 
7.63/7.74	   
7.63/7.74	   INFO : Forward propagation technique limited 
7.63/7.80	       =>  wckTime=7.551  cpuTime=6.78  mem=34M422
7.73/7.81	   
7.73/7.81	   preprocessing
7.73/7.81	     nbConstraintChecks=0  nbPropagations=72  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
7.73/7.81	     detectedInconsistency=no
7.73/7.81	       =>  wckTime=0.015  cpuTime=0.01  mem=34M422
7.73/7.89	   
7.73/7.89	   search
7.73/7.90	     run=0  nbConstraintChecks=75471  minDepth=1  maxDepth=72  nbPropagations=665  nbRevisions=10003
7.73/7.90	     nbUselessRevisions=9256  nbAssignments=81  nbFailedAssignments=6  nbBacktracks=3  nbVisitedNodes=90
7.73/7.90	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=3  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
7.73/7.90	     nbREliminables=0.99  nbIEliminables=52.99  nbDEliminables=0  nbPEliminables=0
7.73/7.90	       =>  wckTime=0.095  cpuTime=0.06  mem=36M425
7.73/7.90	   
7.73/7.90	   global
7.73/7.90	     nbConstraintChecks=75471  nbPropagations=737  nbRevisions=10003  nbUselessRevisions=9256  nbRestartNogoods=0
7.73/7.90	     solvingWckTime=0.097  solvingCpuTime=0.06  expiredTime=no  totalExploration=no  nbFoundSolutions=1
7.73/7.90	     firstSolutionCpuTime=6.83  globalCpuTime=6.88
7.73/7.90	       =>  wckTime=7.65  cpuTime=6.84  mem=36M425
7.73/7.90	   
7.73/7.90	s SATISFIABLE
7.73/7.90	v 27 0 18 2 0 1 0 6 4 3 1 4 5 1 4 16 15 13 10 5 2 8 4 9 7 2 12 11 14 17 11 17 20 19 21 22 24 23 27 14 12 18 9 0 16 16 21 26 27 23 20 21 25 25 24 26 26 27 26 2 1 17 7 13 18 19 20 27 3 21 27 27 
7.73/7.90	d NODES 81
7.73/7.90	d CHECKS 75471
7.83/7.90	   
7.83/7.90	   totalWckTime=7.716  totalCpuTime=6.88

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096991-1247411419/watcher-2096991-1247411419 -o /tmp/evaluation-result-2096991-1247411419/solver-2096991-1247411419 -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-2096991-1247411419.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.01 2.00 1.96 4/81 31970
/proc/meminfo: memFree=1586896/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=18576 CPUtime=0
/proc/31970/stat : 31970 (runsolver) R 31968 31970 30436 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28207245 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 240153849127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31970/statm: 4644 284 249 26 0 2626 0

[startup+0.0427831 s]
/proc/loadavg: 2.01 2.00 1.96 4/81 31970
/proc/meminfo: memFree=1586896/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=861936 CPUtime=0.02
/proc/31970/stat : 31970 (java) S 31968 31970 30436 0 -1 0 2294 0 1 0 1 1 0 0 19 0 5 0 28207245 882622464 1894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 215484 1894 867 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.101788 s]
/proc/loadavg: 2.01 2.00 1.96 4/81 31970
/proc/meminfo: memFree=1586896/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=865980 CPUtime=0.09
/proc/31970/stat : 31970 (java) S 31968 31970 30436 0 -1 0 3737 0 1 0 7 2 0 0 19 0 9 0 28207245 886763520 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 216495 3205 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301819 s]
/proc/loadavg: 2.01 2.00 1.96 4/81 31970
/proc/meminfo: memFree=1586896/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=866380 CPUtime=0.28
/proc/31970/stat : 31970 (java) S 31968 31970 30436 0 -1 0 5933 0 1 0 24 4 0 0 19 0 9 0 28207245 887173120 5299 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 216595 5299 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701897 s]
/proc/loadavg: 2.01 2.00 1.96 4/81 31970
/proc/meminfo: memFree=1586896/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=867784 CPUtime=0.68
/proc/31970/stat : 31970 (java) S 31968 31970 30436 0 -1 0 9573 0 1 0 63 5 0 0 19 0 9 0 28207245 888610816 8927 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 216946 8928 2036 9 0 211382 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867784

[startup+1.50105 s]
/proc/loadavg: 2.01 2.00 1.96 3/90 31979
/proc/meminfo: memFree=1541000/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=867696 CPUtime=1.47
/proc/31970/stat : 31970 (java) S 31968 31970 30436 0 -1 0 18066 0 1 0 137 10 0 0 19 0 9 0 28207245 888520704 17394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 216924 17394 2025 9 0 211382 0
[pid=31970/tid=31972] ppid=31968 vsize=867696 CPUtime=1.29
/proc/31970/task/31972/stat : 31972 (java) R 31968 31970 30436 0 -1 64 15787 0 1 0 120 9 0 0 25 0 9 0 28207246 888520704 17394 996147200 134512640 134550932 4294955968 18446744073709551615 4126741987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31968 vsize=867696 CPUtime=0.03
/proc/31970/task/31973/stat : 31973 (java) S 31968 31970 30436 0 -1 64 913 0 0 0 3 0 0 0 16 0 9 0 28207248 888520704 17394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31968 31970 30436 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28207248 888520704 17394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31968 31970 30436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28207248 888520704 17394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31976] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31976/stat : 31976 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28207250 888520704 17394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31968 vsize=867696 CPUtime=0.13
/proc/31970/task/31977/stat : 31977 (java) S 31968 31970 30436 0 -1 64 664 0 0 0 13 0 0 0 17 0 9 0 28207250 888520704 17394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31978] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28207250 888520704 17394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31979] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31979/stat : 31979 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28207250 888520704 17394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867696

[startup+3.10236 s]
/proc/loadavg: 2.01 2.00 1.96 3/90 31979
/proc/meminfo: memFree=1517768/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=867696 CPUtime=3.06
/proc/31970/stat : 31970 (java) S 31968 31970 30436 0 -1 0 21071 0 1 0 293 13 0 0 19 0 9 0 28207245 888520704 20395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 216924 20395 2029 9 0 211382 0
[pid=31970/tid=31972] ppid=31968 vsize=867696 CPUtime=2.69
/proc/31970/task/31972/stat : 31972 (java) R 31968 31970 30436 0 -1 64 15825 0 1 0 259 10 0 0 25 0 9 0 28207246 888520704 20395 996147200 134512640 134550932 4294955968 18446744073709551615 103810297 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31968 vsize=867696 CPUtime=0.15
/proc/31970/task/31973/stat : 31973 (java) S 31968 31970 30436 0 -1 64 3838 0 0 0 14 1 0 0 17 0 9 0 28207248 888520704 20395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31968 31970 30436 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28207248 888520704 20395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31968 31970 30436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28207248 888520704 20395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31976] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31976/stat : 31976 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28207250 888520704 20395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31968 vsize=867696 CPUtime=0.19
/proc/31970/task/31977/stat : 31977 (java) S 31968 31970 30436 0 -1 64 706 0 0 0 19 0 0 0 15 0 9 0 28207250 888520704 20395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31978] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28207250 888520704 20395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31979] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31979/stat : 31979 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28207250 888520704 20395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867696

[startup+6.30197 s]
/proc/loadavg: 2.01 2.00 1.96 3/90 31979
/proc/meminfo: memFree=1508104/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=867696 CPUtime=6.25
/proc/31970/stat : 31970 (java) S 31968 31970 30436 0 -1 0 22248 0 1 0 608 17 0 0 19 0 9 0 28207245 888520704 21567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 216924 21567 2029 9 0 211382 0
[pid=31970/tid=31972] ppid=31968 vsize=867696 CPUtime=5.78
/proc/31970/task/31972/stat : 31972 (java) R 31968 31970 30436 0 -1 64 15831 0 1 0 565 13 0 0 25 0 9 0 28207246 888520704 21567 996147200 134512640 134550932 4294955968 18446744073709551615 4126542447 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31968 vsize=867696 CPUtime=0.22
/proc/31970/task/31973/stat : 31973 (java) S 31968 31970 30436 0 -1 64 4989 0 0 0 20 2 0 0 16 0 9 0 28207248 888520704 21567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31968 31970 30436 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28207248 888520704 21567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31968 31970 30436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28207248 888520704 21567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31976] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31976/stat : 31976 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28207250 888520704 21567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31968 vsize=867696 CPUtime=0.22
/proc/31970/task/31977/stat : 31977 (java) S 31968 31970 30436 0 -1 64 726 0 0 0 22 0 0 0 15 0 9 0 28207250 888520704 21567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31978] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28207250 888520704 21567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31979] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31979/stat : 31979 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28207250 888520704 21567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867696

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

[startup+7.10112 s]
/proc/loadavg: 2.01 2.00 1.96 3/90 31979
/proc/meminfo: memFree=1508104/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=867696 CPUtime=7.03
/proc/31970/stat : 31970 (java) S 31968 31970 30436 0 -1 0 22250 0 1 0 685 18 0 0 19 0 9 0 28207245 888520704 21568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 216924 21568 2029 9 0 211382 0
[pid=31970/tid=31972] ppid=31968 vsize=867696 CPUtime=6.56
/proc/31970/task/31972/stat : 31972 (java) R 31968 31970 30436 0 -1 64 15832 0 1 0 641 15 0 0 25 0 9 0 28207246 888520704 21568 996147200 134512640 134550932 4294955968 18446744073709551615 103774189 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31968 vsize=867696 CPUtime=0.23
/proc/31970/task/31973/stat : 31973 (java) S 31968 31970 30436 0 -1 64 4989 0 0 0 21 2 0 0 16 0 9 0 28207248 888520704 21568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31968 31970 30436 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28207248 888520704 21568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31968 31970 30436 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28207248 888520704 21568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31976] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31976/stat : 31976 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28207250 888520704 21568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31968 vsize=867696 CPUtime=0.22
/proc/31970/task/31977/stat : 31977 (java) S 31968 31970 30436 0 -1 64 727 0 0 0 22 0 0 0 15 0 9 0 28207250 888520704 21568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31978] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28207250 888520704 21568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31979] ppid=31968 vsize=867696 CPUtime=0
/proc/31970/task/31979/stat : 31979 (java) S 31968 31970 30436 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28207250 888520704 21568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 867696

[startup+7.5012 s]
/proc/loadavg: 2.01 2.00 1.96 3/90 31979
/proc/meminfo: memFree=1508104/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=868020 CPUtime=7.43
/proc/31970/stat : 31970 (java) S 31968 31970 30436 0 -1 0 23818 365 1 0 718 23 1 1 19 0 10 0 28207245 888852480 21913 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 217005 21913 2043 9 0 211463 0
[pid=31970/tid=31972] ppid=31968 vsize=868020 CPUtime=6.87
/proc/31970/task/31972/stat : 31972 (java) R 31968 31970 30436 0 -1 64 16791 365 1 0 667 18 1 1 24 0 10 0 28207246 888852480 21913 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31968 vsize=868020 CPUtime=0.27
/proc/31970/task/31973/stat : 31973 (java) S 31968 31970 30436 0 -1 64 5305 365 0 0 23 2 1 1 16 0 10 0 28207248 888852480 21913 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31968 vsize=868020 CPUtime=0.02
/proc/31970/task/31974/stat : 31974 (java) S 31968 31970 30436 0 -1 64 16 365 0 0 0 0 1 1 16 0 10 0 28207248 888852480 21913 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31968 vsize=868020 CPUtime=0.02
/proc/31970/task/31975/stat : 31975 (java) S 31968 31970 30436 0 -1 64 5 365 0 0 0 0 1 1 16 0 10 0 28207248 888852480 21913 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31976] ppid=31968 vsize=868020 CPUtime=0.02
/proc/31970/task/31976/stat : 31976 (java) S 31968 31970 30436 0 -1 64 1 365 0 0 0 0 1 1 25 0 10 0 28207250 888852480 21913 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31968 vsize=868020 CPUtime=0.28
/proc/31970/task/31977/stat : 31977 (java) S 31968 31970 30436 0 -1 64 890 365 0 0 26 0 1 1 15 0 10 0 28207250 888852480 21913 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31978] ppid=31968 vsize=868020 CPUtime=0.02
/proc/31970/task/31978/stat : 31978 (java) S 31968 31970 30436 0 -1 64 1 365 0 0 0 0 1 1 25 0 10 0 28207250 888852480 21913 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31979] ppid=31968 vsize=868020 CPUtime=0.02
/proc/31970/task/31979/stat : 31979 (java) S 31968 31970 30436 0 -1 64 6 365 0 0 0 0 1 1 15 0 10 0 28207250 888852480 21913 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 868020

[startup+7.90227 s]
/proc/loadavg: 2.01 2.00 1.96 4/91 31983
/proc/meminfo: memFree=1506584/2055920 swapFree=4192812/4192956
[pid=31970] ppid=31968 vsize=868108 CPUtime=7.83
/proc/31970/stat : 31970 (java) S 31968 31970 30436 0 -1 0 35448 365 1 0 755 26 1 1 19 0 9 0 28207245 888942592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 217027 23599 2661 9 0 211463 0
[pid=31970/tid=31972] ppid=31968 vsize=868108 CPUtime=7.04
/proc/31970/task/31972/stat : 31972 (java) R 31968 31970 30436 0 -1 64 21337 365 1 0 682 20 1 1 24 0 9 0 28207246 888942592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4125977621 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31968 vsize=868108 CPUtime=0.44
/proc/31970/task/31973/stat : 31973 (java) S 31968 31970 30436 0 -1 64 12323 365 0 0 39 3 1 1 17 0 9 0 28207248 888942592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31968 vsize=868108 CPUtime=0.02
/proc/31970/task/31974/stat : 31974 (java) S 31968 31970 30436 0 -1 64 22 365 0 0 0 0 1 1 17 0 9 0 28207248 888942592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31968 vsize=868108 CPUtime=0.02
/proc/31970/task/31975/stat : 31975 (java) S 31968 31970 30436 0 -1 64 11 365 0 0 0 0 1 1 16 0 9 0 28207248 888942592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31976] ppid=31968 vsize=868108 CPUtime=0.02
/proc/31970/task/31976/stat : 31976 (java) S 31968 31970 30436 0 -1 64 1 365 0 0 0 0 1 1 25 0 9 0 28207250 888942592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31968 vsize=868108 CPUtime=0.34
/proc/31970/task/31977/stat : 31977 (java) S 31968 31970 30436 0 -1 64 936 365 0 0 32 0 1 1 15 0 9 0 28207250 888942592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31978] ppid=31968 vsize=868108 CPUtime=0.02
/proc/31970/task/31978/stat : 31978 (java) S 31968 31970 30436 0 -1 64 1 365 0 0 0 0 1 1 25 0 9 0 28207250 888942592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31979] ppid=31968 vsize=868108 CPUtime=0.02
/proc/31970/task/31979/stat : 31979 (java) S 31968 31970 30436 0 -1 64 10 365 0 0 0 0 1 1 15 0 9 0 28207250 888942592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 868108

Child status: 0
Real time (s): 7.93235
CPU time (s): 7.8658
CPU user time (s): 7.57385
CPU system time (s): 0.291955
CPU usage (%): 99.1611
Max. virtual memory (cumulated for all children) (KiB): 868108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.57385
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35928
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= 1924
involuntary context switches= 2084

runsolver used 0.011998 second user time and 0.033994 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 17:10:20
IDJOB=2096991
IDBENCH=56821
IDSOLVER=773
FILE ID=node86/2096991-1247411419
PBS_JOBID= 9510479
Free space on /tmp= 66308 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/nengfa/normalized-route.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-2096991-1247411419/watcher-2096991-1247411419 -o /tmp/evaluation-result-2096991-1247411419/solver-2096991-1247411419 -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-2096991-1247411419.xml

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

MD5SUM BENCH= 81f902187cc2f27d969314bbf92ef85d
RANDOM SEED=178668375

node86.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.265
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.265
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:       1587440 kB
Buffers:         73560 kB
Cached:         232372 kB
SwapCached:          0 kB
Active:         269484 kB
Inactive:       134952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8948 kB
Writeback:           0 kB
Mapped:         118884 kB
Slab:            49044 kB
Committed_AS:  1006968 kB
PageTables:       2052 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= 66308 MiB
End job on node86 at 2009-07-12 17:10:28