Trace number 2097979

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 2.75658 2.83568

DiagnosticValue
CHECKS518692
NODES266

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f9.xml
MD5SUMed44375255e711677d3b57fcb63fc5af
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 benchmark1.56576
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2097979-1247414194.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.44	     nbVariables=680  nbDomainTypes=5  minDomainSize=6  maxDomainSize=35  nbTotalValues=21196
0.38/0.44	       =>  wckTime=0.193  cpuTime=0.16  mem=9M842
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.48/0.50	   
0.48/0.50	   constraints being loaded...
2.05/2.18	     nbConstraints=4215  nbGlobalConstraints=112  nbConvertedConstraints=4103  nbConvertConstraintsChecks=1691057
2.05/2.18	     nbExtensionStructures=1633  nbSharedExtensionStructures=4053  nbConflictsStructures=1663
2.05/2.18	     nbSharedConflictsStructures=4053  nbSharedBinaryRepresentations=104321  minDegree=1  maxDegree=63  minArity=2
2.05/2.18	     avgArity=2.11  maxArity=20  nbGenerators=38  nbFusions=36  symmetryWckTime=0.393  symmetryCpuTime=0.23
2.05/2.18	     nbCliques=74
2.05/2.18	       =>  wckTime=1.928  cpuTime=1.56  mem=48M758
2.25/2.31	   
2.25/2.31	   solver IterativeSystematicSolver being built... 
2.25/2.38	   
2.25/2.38	   INFO : Forward propagation technique limited 
2.35/2.47	       =>  wckTime=2.224  cpuTime=1.69  mem=29M24
2.45/2.55	   
2.45/2.55	   preprocessing
2.45/2.55	     nbConstraintChecks=24647  nbPropagations=1033  nbRevisions=821  nbUselessRevisions=34  nbRemovedValues=6182
2.45/2.55	     nbRemovedTuples=2151  detectedInconsistency=no
2.45/2.55	       =>  wckTime=0.074  cpuTime=0.05  mem=29M989
2.65/2.76	   
2.65/2.76	   search
2.65/2.76	     run=5  nbConstraintChecks=494045  minDepth=0  maxDepth=3  nbPropagations=14084  nbRevisions=113657
2.65/2.76	     nbUselessRevisions=66539  nbAssignments=266  nbFailedAssignments=169  nbBacktracks=78  nbVisitedNodes=480
2.65/2.76	     nbRestartNogoods=34  mapSize=45  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0  nbREliminables=9.18
2.65/2.76	     nbIEliminables=668.95  nbDEliminables=0  nbPEliminables=0
2.65/2.76	       =>  wckTime=0.287  cpuTime=0.23  mem=30M987
2.65/2.76	   
2.65/2.76	   global
2.65/2.76	     nbConstraintChecks=518692  nbPropagations=15117  nbRevisions=114478  nbUselessRevisions=66573  nbRestartNogoods=34
2.65/2.76	     solvingWckTime=0.29  solvingCpuTime=0.23  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
2.65/2.76	     globalCpuTime=1.98
2.65/2.77	       =>  wckTime=2.516  cpuTime=1.94  mem=30M987
2.65/2.77	   
2.65/2.77	s UNSATISFIABLE
2.65/2.77	d NODES 266
2.65/2.77	d CHECKS 518692
2.65/2.77	   
2.65/2.77	   totalWckTime=2.583  totalCpuTime=1.98

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-2097979-1247414194/watcher-2097979-1247414194 -o /tmp/evaluation-result-2097979-1247414194/solver-2097979-1247414194 -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-2097979-1247414194.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.19 2.07 2.02 4/80 4270
/proc/meminfo: memFree=1770528/2055920 swapFree=4192812/4192956
[pid=4270] ppid=4268 vsize=18576 CPUtime=0
/proc/4270/stat : 4270 (runsolver) R 4268 4270 32672 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28482150 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 271638392103 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/4270/statm: 4644 284 249 26 0 2626 0

[startup+0.0977801 s]
/proc/loadavg: 2.19 2.07 2.02 4/80 4270
/proc/meminfo: memFree=1770528/2055920 swapFree=4192812/4192956
[pid=4270] ppid=4268 vsize=865980 CPUtime=0.07
/proc/4270/stat : 4270 (java) S 4268 4270 32672 0 -1 0 3725 0 1 0 6 1 0 0 18 0 9 0 28482150 886763520 3193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4270/statm: 216495 3193 1695 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865980

[startup+0.101779 s]
/proc/loadavg: 2.19 2.07 2.02 4/80 4270
/proc/meminfo: memFree=1770528/2055920 swapFree=4192812/4192956
[pid=4270] ppid=4268 vsize=865980 CPUtime=0.08
/proc/4270/stat : 4270 (java) S 4268 4270 32672 0 -1 0 3733 0 1 0 7 1 0 0 18 0 9 0 28482150 886763520 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4270/statm: 216495 3201 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301805 s]
/proc/loadavg: 2.19 2.07 2.02 4/80 4270
/proc/meminfo: memFree=1770528/2055920 swapFree=4192812/4192956
[pid=4270] ppid=4268 vsize=866380 CPUtime=0.28
/proc/4270/stat : 4270 (java) S 4268 4270 32672 0 -1 0 5958 0 1 0 24 4 0 0 18 0 9 0 28482150 887173120 5324 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4270/statm: 216595 5324 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701843 s]
/proc/loadavg: 2.19 2.07 2.02 4/80 4270
/proc/meminfo: memFree=1770528/2055920 swapFree=4192812/4192956
[pid=4270] ppid=4268 vsize=867772 CPUtime=0.68
/proc/4270/stat : 4270 (java) S 4268 4270 32672 0 -1 0 9137 0 1 0 62 6 0 0 18 0 9 0 28482150 888598528 8491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4270/statm: 216943 8491 2037 9 0 211379 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867772

[startup+1.50293 s]
/proc/loadavg: 2.19 2.07 2.02 3/89 4279
/proc/meminfo: memFree=1706648/2055920 swapFree=4192812/4192956
[pid=4270] ppid=4268 vsize=867772 CPUtime=1.48
/proc/4270/stat : 4270 (java) S 4268 4270 32672 0 -1 0 13726 0 1 0 131 17 0 0 18 0 9 0 28482150 888598528 13077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4270/statm: 216943 13077 2041 9 0 211379 0
[pid=4270/tid=4272] ppid=4268 vsize=867772 CPUtime=1.23
/proc/4270/task/4272/stat : 4272 (java) R 4268 4270 32672 0 -1 64 12296 0 1 0 108 15 0 0 25 0 9 0 28482151 888598528 13077 996147200 134512640 134550932 4294955968 18446744073709551615 4126910790 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4273] ppid=4268 vsize=867772 CPUtime=0
/proc/4270/task/4273/stat : 4273 (java) S 4268 4270 32672 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28482153 888598528 13077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=867772 CPUtime=0
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 32672 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28482153 888598528 13077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=867772 CPUtime=0
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 32672 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28482153 888598528 13077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=867772 CPUtime=0
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 32672 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28482155 888598528 13077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=867772 CPUtime=0.23
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 32672 0 -1 64 732 0 0 0 23 0 0 0 16 0 9 0 28482155 888598528 13077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=867772 CPUtime=0
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 32672 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28482155 888598528 13077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=867772 CPUtime=0
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 32672 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28482155 888598528 13077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867772

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

[startup+2.30301 s]
/proc/loadavg: 2.19 2.07 2.02 3/91 4285
/proc/meminfo: memFree=1665224/2055920 swapFree=4192812/4192956
[pid=4270] ppid=4268 vsize=868228 CPUtime=2.25
/proc/4270/stat : 4270 (java) S 4268 4270 32672 0 -1 0 27106 534 1 0 187 29 9 0 18 0 9 0 28482150 889065472 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4270/statm: 217057 17879 2654 9 0 211493 0
[pid=4270/tid=4272] ppid=4268 vsize=868228 CPUtime=1.83
/proc/4270/task/4272/stat : 4272 (java) R 4268 4270 32672 0 -1 64 19649 534 1 0 149 25 9 0 25 0 9 0 28482151 889065472 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4273] ppid=4268 vsize=868228 CPUtime=0.2
/proc/4270/task/4273/stat : 4273 (java) R 4268 4270 32672 0 -1 64 5688 534 0 0 10 1 9 0 17 0 9 0 28482153 889065472 17879 996147200 134512640 134550932 4294955968 18446744073709551615 104190886 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=868228 CPUtime=0.09
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 32672 0 -1 64 11 534 0 0 0 0 9 0 22 0 9 0 28482153 889065472 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=868228 CPUtime=0.09
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 32672 0 -1 64 4 534 0 0 0 0 9 0 23 0 9 0 28482153 889065472 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=868228 CPUtime=0.09
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 32672 0 -1 64 2 534 0 0 0 0 9 0 24 0 9 0 28482155 889065472 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=868228 CPUtime=0.36
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 32672 0 -1 64 940 534 0 0 27 0 9 0 15 0 9 0 28482155 889065472 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=868228 CPUtime=0.09
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 32672 0 -1 64 0 534 0 0 0 0 9 0 25 0 9 0 28482155 889065472 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=868228 CPUtime=0.09
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 32672 0 -1 64 9 534 0 0 0 0 9 0 15 0 9 0 28482155 889065472 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 868228

[startup+2.70205 s]
/proc/loadavg: 2.19 2.07 2.02 3/91 4285
/proc/meminfo: memFree=1665224/2055920 swapFree=4192812/4192956
[pid=4270] ppid=4268 vsize=868224 CPUtime=2.65
/proc/4270/stat : 4270 (java) S 4268 4270 32672 0 -1 0 30160 534 1 0 226 30 9 0 18 0 9 0 28482150 889061376 18661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4270/statm: 217056 18661 2659 9 0 211492 0
[pid=4270/tid=4272] ppid=4268 vsize=868224 CPUtime=2.14
/proc/4270/task/4272/stat : 4272 (java) R 4268 4270 32672 0 -1 64 21974 534 1 0 179 26 9 0 25 0 9 0 28482151 889061376 18661 996147200 134512640 134550932 4294955968 18446744073709551615 4127308336 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4273] ppid=4268 vsize=868224 CPUtime=0.2
/proc/4270/task/4273/stat : 4273 (java) S 4268 4270 32672 0 -1 64 6357 534 0 0 10 1 9 0 17 0 9 0 28482153 889061376 18661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=868224 CPUtime=0.09
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 32672 0 -1 64 19 534 0 0 0 0 9 0 17 0 9 0 28482153 889061376 18661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=868224 CPUtime=0.09
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 32672 0 -1 64 12 534 0 0 0 0 9 0 16 0 9 0 28482153 889061376 18661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=868224 CPUtime=0.09
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 32672 0 -1 64 2 534 0 0 0 0 9 0 24 0 9 0 28482155 889061376 18661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=868224 CPUtime=0.44
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 32672 0 -1 64 984 534 0 0 35 0 9 0 15 0 9 0 28482155 889061376 18661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=868224 CPUtime=0.09
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 32672 0 -1 64 0 534 0 0 0 0 9 0 25 0 9 0 28482155 889061376 18661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=868224 CPUtime=0.09
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 32672 0 -1 64 9 534 0 0 0 0 9 0 15 0 9 0 28482155 889061376 18661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 868224

[startup+2.80106 s]
/proc/loadavg: 2.19 2.07 2.02 3/91 4285
/proc/meminfo: memFree=1665224/2055920 swapFree=4192812/4192956
[pid=4270] ppid=4268 vsize=868224 CPUtime=2.72
/proc/4270/stat : 4270 (java) S 4268 4270 32672 0 -1 0 30184 534 1 0 233 30 9 0 18 0 9 0 28482150 889061376 18663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4270/statm: 217056 18663 2659 9 0 211492 0
[pid=4270/tid=4272] ppid=4268 vsize=868224 CPUtime=2.21
/proc/4270/task/4272/stat : 4272 (java) S 4268 4270 32672 0 -1 64 21996 534 1 0 186 26 9 0 25 0 9 0 28482151 889061376 18663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4273] ppid=4268 vsize=868224 CPUtime=0.2
/proc/4270/task/4273/stat : 4273 (java) S 4268 4270 32672 0 -1 64 6357 534 0 0 10 1 9 0 17 0 9 0 28482153 889061376 18663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4274] ppid=4268 vsize=868224 CPUtime=0.09
/proc/4270/task/4274/stat : 4274 (java) S 4268 4270 32672 0 -1 64 19 534 0 0 0 0 9 0 17 0 9 0 28482153 889061376 18663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4275] ppid=4268 vsize=868224 CPUtime=0.09
/proc/4270/task/4275/stat : 4275 (java) S 4268 4270 32672 0 -1 64 12 534 0 0 0 0 9 0 16 0 9 0 28482153 889061376 18663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4276] ppid=4268 vsize=868224 CPUtime=0.09
/proc/4270/task/4276/stat : 4276 (java) S 4268 4270 32672 0 -1 64 2 534 0 0 0 0 9 0 24 0 9 0 28482155 889061376 18663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4277] ppid=4268 vsize=868224 CPUtime=0.44
/proc/4270/task/4277/stat : 4277 (java) S 4268 4270 32672 0 -1 64 986 534 0 0 35 0 9 0 15 0 9 0 28482155 889061376 18663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4278] ppid=4268 vsize=868224 CPUtime=0.09
/proc/4270/task/4278/stat : 4278 (java) S 4268 4270 32672 0 -1 64 0 534 0 0 0 0 9 0 25 0 9 0 28482155 889061376 18663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4270/tid=4279] ppid=4268 vsize=868224 CPUtime=0.09
/proc/4270/task/4279/stat : 4279 (java) S 4268 4270 32672 0 -1 64 9 534 0 0 0 0 9 0 15 0 9 0 28482155 889061376 18663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 868224

Child status: 0
Real time (s): 2.83568
CPU time (s): 2.75658
CPU user time (s): 2.42863
CPU system time (s): 0.32795
CPU usage (%): 97.2107
Max. virtual memory (cumulated for all children) (KiB): 868228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.42863
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30746
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= 1836
involuntary context switches= 1963

runsolver used 0.009998 second user time and 0.009998 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 17:56:34
IDJOB=2097979
IDBENCH=58065
IDSOLVER=773
FILE ID=node67/2097979-1247414194
PBS_JOBID= 9510513
Free space on /tmp= 66512 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f9.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-2097979-1247414194/watcher-2097979-1247414194 -o /tmp/evaluation-result-2097979-1247414194/solver-2097979-1247414194 -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-2097979-1247414194.xml

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

MD5SUM BENCH= ed44375255e711677d3b57fcb63fc5af
RANDOM SEED=1407828631

node67.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.239
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.239
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:       1771328 kB
Buffers:         43324 kB
Cached:         158160 kB
SwapCached:          0 kB
Active:         118880 kB
Inactive:       106168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5336 kB
Writeback:           0 kB
Mapped:          40888 kB
Slab:            44788 kB
Committed_AS:  1016620 kB
PageTables:       1852 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= 66508 MiB
End job on node67 at 2009-07-12 17:56:37