Trace number 2097541

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 4.56231 4.65861

DiagnosticValue
CHECKS321671
NODES917

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen1.xml
MD5SUMa20b814963264f712f828b46a490fc99
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 benchmark0.638902
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5548
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2097541-1247413496.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.48/0.51	     nbVariables=916  nbDomainTypes=7  minDomainSize=6  maxDomainSize=44  nbTotalValues=36200
0.48/0.51	       =>  wckTime=0.248  cpuTime=0.17  mem=10M819
0.48/0.51	   
0.48/0.51	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
3.03/3.18	     nbConstraints=5693  nbGlobalConstraints=145  nbConvertedConstraints=5548  nbConvertConstraintsChecks=3501708
3.03/3.18	     nbExtensionStructures=2213  nbSharedExtensionStructures=5454  nbConflictsStructures=2239
3.03/3.18	     nbSharedConflictsStructures=5454  nbSharedBinaryRepresentations=174627  minDegree=1  maxDegree=62  minArity=2
3.03/3.18	     avgArity=2.1  maxArity=12  nbGenerators=54  nbFusions=35  symmetryWckTime=0.523  symmetryCpuTime=0.27  nbCliques=91
3.03/3.18	       =>  wckTime=2.912  cpuTime=2.35  mem=22M839
3.13/3.30	   
3.23/3.30	   solver IterativeSystematicSolver being built... 
3.23/3.37	   
3.23/3.37	   INFO : Forward propagation technique limited 
3.32/3.48	       =>  wckTime=3.218  cpuTime=2.5  mem=31M670
3.42/3.56	   
3.42/3.56	   preprocessing
3.42/3.56	     nbConstraintChecks=6109  nbPropagations=955  nbRevisions=154  nbUselessRevisions=31  nbRemovedValues=754
3.42/3.56	     nbRemovedTuples=5279  detectedInconsistency=no
3.42/3.56	       =>  wckTime=0.077  cpuTime=0.06  mem=32M688
4.53/4.60	   
4.53/4.60	   search
4.53/4.60	     run=0  nbConstraintChecks=315562  minDepth=40  maxDepth=916  nbPropagations=4932  nbRevisions=10690
4.53/4.60	     nbUselessRevisions=5693  nbAssignments=917  nbFailedAssignments=1  nbBacktracks=0  nbVisitedNodes=919
4.53/4.60	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
4.53/4.60	     nbREliminables=179.43  nbIEliminables=490.65  nbDEliminables=0  nbPEliminables=0
4.53/4.60	       =>  wckTime=1.111  cpuTime=1.04  mem=36M627
4.53/4.60	   
4.53/4.60	   global
4.53/4.60	     nbConstraintChecks=321671  nbPropagations=5887  nbRevisions=10844  nbUselessRevisions=5724  nbRestartNogoods=0
4.53/4.60	     solvingWckTime=1.114  solvingCpuTime=1.05  expiredTime=no  totalExploration=no  nbFoundSolutions=1
4.53/4.60	     firstSolutionCpuTime=3.53  globalCpuTime=3.6
4.53/4.60	       =>  wckTime=4.335  cpuTime=3.56  mem=36M627
4.53/4.60	   
4.53/4.60	s SATISFIABLE
4.53/4.60	v 16 254 652 414 156 394 254 16 156 394 16 254 156 394 156 394 268 30 554 792 30 268 142 380 156 394 16 254 380 142 30 268 652 414 526 764 554 792 792 554 268 30 526 764 652 414 30 268 554 792 156 394 16 254 16 254 30 268 554 792 156 394 414 652 554 792 156 394 792 554 540 778 16 254 142 380 268 30 156 394 16 254 254 16 792 554 156 394 666 428 142 380 554 792 540 778 254 16 16 254 30 268 156 394 16 254 268 30 554 792 778 540 792 554 156 394 652 414 30 268 394 156 254 16 268 30 652 414 30 268 44 282 554 792 16 254 156 394 792 554 408 170 652 414 652 414 414 652 792 554 414 652 778 540 16 254 652 414 16 254 792 554 282 44 282 44 254 16 254 16 554 792 30 268 30 268 394 156 254 16 16 254 554 792 792 554 142 380 428 666 792 554 128 366 16 254 554 792 156 394 30 268 44 282 30 268 142 380 156 394 156 394 30 268 254 16 442 680 156 394 16 254 156 394 156 394 16 254 156 394 156 394 282 44 268 30 268 30 16 254 142 380 142 380 16 254 268 30 268 30 240 478 44 282 156 394 16 254 16 254 16 254 414 652 414 652 792 554 254 16 254 16 254 16 254 16 254 16 156 394 156 394 156 394 652 414 16 254 554 792 156 394 408 170 254 16 16 254 554 792 414 652 254 16 156 394 16 254 554 792 652 414 652 414 16 254 16 254 792 554 156 394 156 394 394 156 792 554 16 254 156 394 792 554 554 792 16 254 156 394 792 554 792 554 268 30 540 778 142 380 142 380 30 268 366 128 142 380 268 30 30 268 540 778 428 666 142 380 778 540 16 254 666 428 30 268 142 380 380 142 30 268 428 666 540 778 540 778 254 16 142 380 30 268 282 44 554 792 72 310 142 380 268 30 268 30 16 254 540 778 30 268 142 380 142 380 540 778 30 268 30 268 156 394 30 268 792 554 792 554 792 554 526 764 540 778 652 414 156 394 30 268 156 394 156 394 554 792 778 540 156 394 16 254 156 394 142 380 30 268 778 540 380 142 540 778 268 30 142 380 16 254 540 778 44 282 428 666 428 666 30 268 394 156 16 254 156 394 142 380 44 282 778 540 554 792 16 254 554 792 156 394 142 380 778 540 414 652 16 254 128 366 30 268 254 16 778 540 30 268 540 778 142 380 540 778 30 268 156 394 16 254 554 792 156 394 254 16 554 792 16 254 156 394 254 16 16 254 792 554 554 792 254 16 666 428 142 380 30 268 30 268 540 778 778 540 540 778 30 268 142 380 540 778 142 380 16 254 156 394 254 16 44 282 156 394 792 554 254 16 30 268 778 540 30 268 666 428 666 428 666 428 380 142 142 380 540 778 16 254 142 380 30 268 778 540 142 380 380 142 540 778 380 142 30 268 30 268 30 268 142 380 540 778 142 380 16 254 30 268 268 30 764 526 16 254 296 58 16 254 16 254 778 540 540 778 16 254 282 44 414 652 16 254 554 792 16 254 30 268 142 380 156 394 30 268 540 778 142 380 30 268 142 380 30 268 142 380 30 268 142 380 778 540 16 254 156 394 16 254 16 254 254 16 156 394 268 30 16 254 652 414 254 16 254 16 792 554 394 156 652 414 540 778 792 554 792 554 366 128 30 268 142 380 30 268 778 540 380 142 680 442 30 268 30 268 142 380 142 380 778 540 30 268 142 380 666 428 30 268 540 778 540 778 394 156 16 254 142 380 16 254 554 792 142 380 394 156 394 156 394 156 142 380 156 394 30 268 380 142 540 778 30 268 142 380 30 268 380 142 428 666 778 540 30 268 380 142 554 792 30 268 142 380 30 268 666 428 540 778 30 268 666 428 680 442 526 764 16 254 554 792 156 394 30 268 142 380 156 394 554 792 394 156 554 792 142 380 778 540 778 540 666 428 128 366 554 792 540 778 16 254 554 792 30 268 30 268 16 254 540 778 554 792 30 268 142 380 142 380 540 778 30 268 44 282 778 540 142 380 778 540 44 282 268 30 268 30 142 380 540 778 254 16 554 792 442 680 142 380 428 666 30 268 254 16 
4.53/4.60	d NODES 917
4.53/4.60	d CHECKS 321671
4.53/4.60	   
4.53/4.60	   totalWckTime=4.407  totalCpuTime=3.6

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-2097541-1247413496/watcher-2097541-1247413496 -o /tmp/evaluation-result-2097541-1247413496/solver-2097541-1247413496 -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-2097541-1247413496.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: 1.97 1.97 1.99 3/81 32217
/proc/meminfo: memFree=1699568/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=10676 CPUtime=0
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28414984 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 2669 474 207 9 0 1184 0
[pid=32217/tid=32218] ppid=32215 vsize=10676 CPUtime=0
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28414986 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8556504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0693579 s]
/proc/loadavg: 1.97 1.97 1.99 3/81 32217
/proc/meminfo: memFree=1699568/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=864024 CPUtime=0.05
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 2835 0 1 0 4 1 0 0 18 0 9 0 28414984 884760576 2369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 216006 2369 1122 9 0 210899 0
[pid=32217/tid=32218] ppid=32215 vsize=864024 CPUtime=0.04
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 1922 0 1 0 3 1 0 0 20 0 9 0 28414986 884760576 2369 996147200 134512640 134550932 4294955968 18446744073709551615 4126400104 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101742 s]
/proc/loadavg: 1.97 1.97 1.99 3/81 32217
/proc/meminfo: memFree=1699568/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=865984 CPUtime=0.08
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 3729 0 1 0 7 1 0 0 18 0 9 0 28414984 886767616 3197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 216496 3197 1695 9 0 210981 0
[pid=32217/tid=32218] ppid=32215 vsize=865984 CPUtime=0.06
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 2812 0 1 0 5 1 0 0 18 0 9 0 28414986 886767616 3197 996147200 134512640 134550932 4294955968 18446744073709551615 4125959207 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302769 s]
/proc/loadavg: 1.97 1.97 1.99 3/81 32217
/proc/meminfo: memFree=1699568/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=866380 CPUtime=0.28
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 5832 0 1 0 25 3 0 0 18 0 9 0 28414984 887173120 5203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 216595 5203 1978 9 0 211053 0
[pid=32217/tid=32218] ppid=32215 vsize=866380 CPUtime=0.22
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 4851 0 1 0 19 3 0 0 18 0 9 0 28414986 887173120 5203 996147200 134512640 134550932 4294955968 18446744073709551615 102525925 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702814 s]
/proc/loadavg: 1.97 1.97 1.99 3/81 32217
/proc/meminfo: memFree=1699568/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=867776 CPUtime=0.68
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 8745 0 1 0 63 5 0 0 18 0 9 0 28414984 888602624 8099 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 216944 8099 2038 9 0 211380 0
[pid=32217/tid=32218] ppid=32215 vsize=867776 CPUtime=0.5
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 7380 0 1 0 45 5 0 0 19 0 9 0 28414986 888602624 8099 996147200 134512640 134550932 4294955968 18446744073709551615 4126410712 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50291 s]
/proc/loadavg: 1.97 1.97 1.99 3/90 32226
/proc/meminfo: memFree=1661800/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=867776 CPUtime=1.47
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 13742 0 1 0 132 15 0 0 18 0 9 0 28414984 888602624 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 216944 13093 2043 9 0 211380 0
[pid=32217/tid=32218] ppid=32215 vsize=867776 CPUtime=1.23
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 12323 0 1 0 108 15 0 0 25 0 9 0 28414986 888602624 13093 996147200 134512640 134550932 4294955968 18446744073709551615 102094030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32220] ppid=32215 vsize=867776 CPUtime=0
/proc/32217/task/32220/stat : 32220 (java) S 32215 32217 28996 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28414987 888602624 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32221] ppid=32215 vsize=867776 CPUtime=0
/proc/32217/task/32221/stat : 32221 (java) S 32215 32217 28996 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28414987 888602624 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32222] ppid=32215 vsize=867776 CPUtime=0
/proc/32217/task/32222/stat : 32222 (java) S 32215 32217 28996 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28414987 888602624 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32223] ppid=32215 vsize=867776 CPUtime=0
/proc/32217/task/32223/stat : 32223 (java) S 32215 32217 28996 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28414989 888602624 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32224] ppid=32215 vsize=867776 CPUtime=0.23
/proc/32217/task/32224/stat : 32224 (java) S 32215 32217 28996 0 -1 64 721 0 0 0 23 0 0 0 16 0 9 0 28414989 888602624 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32225] ppid=32215 vsize=867776 CPUtime=0
/proc/32217/task/32225/stat : 32225 (java) S 32215 32217 28996 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28414989 888602624 13093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32226] ppid=32215 vsize=867776 CPUtime=0
/proc/32217/task/32226/stat : 32226 (java) S 32215 32217 28996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28414990 888602624 13093 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) 867776

[startup+3.1011 s]
/proc/loadavg: 1.97 1.97 1.99 3/90 32226
/proc/meminfo: memFree=1645416/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=868012 CPUtime=3.03
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 20693 497 1 0 250 38 15 0 18 0 10 0 28414984 888844288 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 217003 18400 2042 9 0 211461 0
[pid=32217/tid=32218] ppid=32215 vsize=868012 CPUtime=2.62
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 17181 497 1 0 212 35 15 0 20 0 10 0 28414986 888844288 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4127219424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32220] ppid=32215 vsize=868012 CPUtime=0.22
/proc/32217/task/32220/stat : 32220 (java) S 32215 32217 28996 0 -1 64 1733 497 0 0 7 0 15 0 16 0 10 0 28414987 888844288 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32221] ppid=32215 vsize=868012 CPUtime=0.15
/proc/32217/task/32221/stat : 32221 (java) S 32215 32217 28996 0 -1 64 15 497 0 0 0 0 15 0 16 0 10 0 28414987 888844288 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32222] ppid=32215 vsize=868012 CPUtime=0.15
/proc/32217/task/32222/stat : 32222 (java) S 32215 32217 28996 0 -1 64 5 497 0 0 0 0 15 0 16 0 10 0 28414987 888844288 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32223] ppid=32215 vsize=868012 CPUtime=0.15
/proc/32217/task/32223/stat : 32223 (java) S 32215 32217 28996 0 -1 64 2 497 0 0 0 0 15 0 18 0 10 0 28414989 888844288 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32224] ppid=32215 vsize=868012 CPUtime=0.45
/proc/32217/task/32224/stat : 32224 (java) S 32215 32217 28996 0 -1 64 946 497 0 0 30 0 15 0 15 0 10 0 28414989 888844288 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32225] ppid=32215 vsize=868012 CPUtime=0.15
/proc/32217/task/32225/stat : 32225 (java) S 32215 32217 28996 0 -1 64 1 497 0 0 0 0 15 0 19 0 10 0 28414989 888844288 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32226] ppid=32215 vsize=868012 CPUtime=0.15
/proc/32217/task/32226/stat : 32226 (java) S 32215 32217 28996 0 -1 64 12 497 0 0 0 0 15 0 15 0 10 0 28414990 888844288 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868012

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

[startup+3.90119 s]
/proc/loadavg: 1.97 1.97 1.99 5/92 32230
/proc/meminfo: memFree=1632536/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=868228 CPUtime=3.84
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 31626 621 1 0 325 42 16 1 18 0 9 0 28414984 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 217057 21259 2661 9 0 211493 0
[pid=32217/tid=32218] ppid=32215 vsize=868228 CPUtime=3.23
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 23295 621 1 0 268 38 16 1 21 0 9 0 28414986 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4127366214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32220] ppid=32215 vsize=868228 CPUtime=0.35
/proc/32217/task/32220/stat : 32220 (java) S 32215 32217 28996 0 -1 64 6493 621 0 0 17 1 16 1 17 0 9 0 28414987 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32221] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32221/stat : 32221 (java) S 32215 32217 28996 0 -1 64 17 621 0 0 0 0 16 1 16 0 9 0 28414987 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32222] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32222/stat : 32222 (java) S 32215 32217 28996 0 -1 64 8 621 0 0 0 0 16 1 16 0 9 0 28414987 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32223] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32223/stat : 32223 (java) S 32215 32217 28996 0 -1 64 2 621 0 0 0 0 16 1 18 0 9 0 28414989 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32224] ppid=32215 vsize=868228 CPUtime=0.56
/proc/32217/task/32224/stat : 32224 (java) S 32215 32217 28996 0 -1 64 997 621 0 0 39 0 16 1 15 0 9 0 28414989 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32225] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32225/stat : 32225 (java) S 32215 32217 28996 0 -1 64 1 621 0 0 0 0 16 1 19 0 9 0 28414989 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32226] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32226/stat : 32226 (java) S 32215 32217 28996 0 -1 64 12 621 0 0 0 0 16 1 15 0 9 0 28414990 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 868228

[startup+4.30124 s]
/proc/loadavg: 1.97 1.97 1.99 3/90 32230
/proc/meminfo: memFree=1624288/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=868228 CPUtime=4.24
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 31922 621 1 0 365 42 16 1 18 0 9 0 28414984 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 217057 21259 2661 9 0 211493 0
[pid=32217/tid=32218] ppid=32215 vsize=868228 CPUtime=3.63
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 23591 621 1 0 308 38 16 1 25 0 9 0 28414986 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4127375941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32220] ppid=32215 vsize=868228 CPUtime=0.35
/proc/32217/task/32220/stat : 32220 (java) S 32215 32217 28996 0 -1 64 6493 621 0 0 17 1 16 1 17 0 9 0 28414987 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32221] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32221/stat : 32221 (java) S 32215 32217 28996 0 -1 64 17 621 0 0 0 0 16 1 16 0 9 0 28414987 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32222] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32222/stat : 32222 (java) S 32215 32217 28996 0 -1 64 8 621 0 0 0 0 16 1 16 0 9 0 28414987 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32223] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32223/stat : 32223 (java) S 32215 32217 28996 0 -1 64 2 621 0 0 0 0 16 1 18 0 9 0 28414989 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32224] ppid=32215 vsize=868228 CPUtime=0.56
/proc/32217/task/32224/stat : 32224 (java) S 32215 32217 28996 0 -1 64 997 621 0 0 39 0 16 1 15 0 9 0 28414989 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32225] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32225/stat : 32225 (java) S 32215 32217 28996 0 -1 64 1 621 0 0 0 0 16 1 19 0 9 0 28414989 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32226] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32226/stat : 32226 (java) S 32215 32217 28996 0 -1 64 12 621 0 0 0 0 16 1 15 0 9 0 28414990 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 868228

[startup+4.50126 s]
/proc/loadavg: 1.97 1.97 1.99 3/90 32230
/proc/meminfo: memFree=1624288/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=868228 CPUtime=4.43
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 32135 621 1 0 384 42 16 1 18 0 9 0 28414984 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 217057 21259 2661 9 0 211493 0
[pid=32217/tid=32218] ppid=32215 vsize=868228 CPUtime=3.82
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 23804 621 1 0 327 38 16 1 25 0 9 0 28414986 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4127377051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32220] ppid=32215 vsize=868228 CPUtime=0.35
/proc/32217/task/32220/stat : 32220 (java) S 32215 32217 28996 0 -1 64 6493 621 0 0 17 1 16 1 17 0 9 0 28414987 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32221] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32221/stat : 32221 (java) S 32215 32217 28996 0 -1 64 17 621 0 0 0 0 16 1 16 0 9 0 28414987 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32222] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32222/stat : 32222 (java) S 32215 32217 28996 0 -1 64 8 621 0 0 0 0 16 1 16 0 9 0 28414987 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32223] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32223/stat : 32223 (java) S 32215 32217 28996 0 -1 64 2 621 0 0 0 0 16 1 18 0 9 0 28414989 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32224] ppid=32215 vsize=868228 CPUtime=0.56
/proc/32217/task/32224/stat : 32224 (java) S 32215 32217 28996 0 -1 64 997 621 0 0 39 0 16 1 15 0 9 0 28414989 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32225] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32225/stat : 32225 (java) S 32215 32217 28996 0 -1 64 1 621 0 0 0 0 16 1 19 0 9 0 28414989 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32226] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32226/stat : 32226 (java) S 32215 32217 28996 0 -1 64 12 621 0 0 0 0 16 1 15 0 9 0 28414990 889065472 21259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 868228

[startup+4.60127 s]
/proc/loadavg: 1.97 1.97 1.99 3/90 32230
/proc/meminfo: memFree=1624288/2055920 swapFree=4192812/4192956
[pid=32217] ppid=32215 vsize=868228 CPUtime=4.53
/proc/32217/stat : 32217 (java) S 32215 32217 28996 0 -1 0 32245 621 1 0 394 42 16 1 18 0 9 0 28414984 889065472 21264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32217/statm: 217057 21264 2661 9 0 211493 0
[pid=32217/tid=32218] ppid=32215 vsize=868228 CPUtime=3.92
/proc/32217/task/32218/stat : 32218 (java) R 32215 32217 28996 0 -1 64 23911 621 1 0 337 38 16 1 25 0 9 0 28414986 889065472 21264 996147200 134512640 134550932 4294955968 18446744073709551615 4125924808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32220] ppid=32215 vsize=868228 CPUtime=0.35
/proc/32217/task/32220/stat : 32220 (java) S 32215 32217 28996 0 -1 64 6493 621 0 0 17 1 16 1 17 0 9 0 28414987 889065472 21264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32221] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32221/stat : 32221 (java) S 32215 32217 28996 0 -1 64 17 621 0 0 0 0 16 1 16 0 9 0 28414987 889065472 21264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32222] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32222/stat : 32222 (java) S 32215 32217 28996 0 -1 64 8 621 0 0 0 0 16 1 16 0 9 0 28414987 889065472 21264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32223] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32223/stat : 32223 (java) S 32215 32217 28996 0 -1 64 2 621 0 0 0 0 16 1 18 0 9 0 28414989 889065472 21264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32224] ppid=32215 vsize=868228 CPUtime=0.56
/proc/32217/task/32224/stat : 32224 (java) S 32215 32217 28996 0 -1 64 1000 621 0 0 39 0 16 1 15 0 9 0 28414989 889065472 21264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32225] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32225/stat : 32225 (java) S 32215 32217 28996 0 -1 64 1 621 0 0 0 0 16 1 19 0 9 0 28414989 889065472 21264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32217/tid=32226] ppid=32215 vsize=868228 CPUtime=0.17
/proc/32217/task/32226/stat : 32226 (java) S 32215 32217 28996 0 -1 64 12 621 0 0 0 0 16 1 15 0 9 0 28414990 889065472 21264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 868228

Child status: 0
Real time (s): 4.65861
CPU time (s): 4.56231
CPU user time (s): 4.11038
CPU system time (s): 0.451931
CPU usage (%): 97.9328
Max. virtual memory (cumulated for all children) (KiB): 870764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.11038
system time used= 0.451931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32986
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= 1955
involuntary context switches= 2089

runsolver used 0.012998 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 17:44:56
IDJOB=2097541
IDBENCH=57508
IDSOLVER=773
FILE ID=node73/2097541-1247413496
PBS_JOBID= 9510504
Free space on /tmp= 66484 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen1.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-2097541-1247413496/watcher-2097541-1247413496 -o /tmp/evaluation-result-2097541-1247413496/solver-2097541-1247413496 -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-2097541-1247413496.xml

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

MD5SUM BENCH= a20b814963264f712f828b46a490fc99
RANDOM SEED=998945802

node73.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.213
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.213
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:       1699984 kB
Buffers:         39792 kB
Cached:         139184 kB
SwapCached:          0 kB
Active:         190340 kB
Inactive:       109680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3376 kB
Writeback:           0 kB
Mapped:         141540 kB
Slab:            40920 kB
Committed_AS:   991892 kB
PageTables:       1996 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= 66480 MiB
End job on node73 at 2009-07-12 17:45:01