Trace number 2096395

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 14.5068 14.6927

DiagnosticValue
CHECKS1229
NODES0

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-02.xml
MD5SUM6d16801e14280bc3782d0701adbaad01
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.70459
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-2096395-1247410303.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.67/0.70	     nbVariables=8710  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=17420
0.67/0.70	       =>  wckTime=0.432  cpuTime=0.32  mem=31M312
0.67/0.70	   
0.67/0.70	   predicates being loaded...
0.78/0.81	   
0.78/0.81	   constraints being loaded...
12.45/12.65	     nbConstraints=38283  nbUnaryConstraints=8912  nbGlobalConstraints=79  nbMergedConstraints=1368
12.45/12.65	     nbSingletonDomainVariables=202  nbPurgedValues=202  nbDisconnectedVariables=80  nbConvertedConstraints=31153
12.45/12.65	     nbConvertConstraintsChecks=87620  nbExtensionStructures=2713  nbSharedExtensionStructures=31146
12.45/12.65	     nbConflictsStructures=2792  nbSharedConflictsStructures=38045  nbUnbuiltConflictsStructures=6
12.45/12.65	     nbSharedBinaryRepresentations=10848  nbEvaluationManagers=85  nbSharedEvaluationManagers=6966  minDegree=1
12.45/12.65	     maxDegree=347  minArity=2  avgArity=2.58  maxArity=33  nbGenerators=79  nbFusions=0  symmetryWckTime=3.967
12.45/12.65	     symmetryCpuTime=1.15
12.45/12.65	       =>  wckTime=12.384  cpuTime=8.1  mem=260M972
13.54/13.75	   
13.54/13.75	   solver IterativeSystematicSolver being built... 
13.94/14.12	   
13.94/14.13	   INFO : Forward propagation technique limited 
14.34/14.50	       =>  wckTime=14.239  cpuTime=9.2  mem=266M519
14.43/14.60	   
14.43/14.60	   preprocessing
14.43/14.60	     nbConstraintChecks=1229  nbValidityChecks=885  nbPropagations=7234  nbRevisions=1067  nbUselessRevisions=1025
14.43/14.60	     nbRemovedValues=244  detectedInconsistency=yes
14.43/14.60	       =>  wckTime=0.084  cpuTime=0.06  mem=268M554
14.43/14.60	   
14.43/14.60	   global
14.43/14.60	     nbConstraintChecks=1229  nbValidityChecks=885  nbPropagations=7234  nbRevisions=1067  nbUselessRevisions=1025
14.43/14.60	     nbRestartNogoods=0  solvingWckTime=0.09  solvingCpuTime=0.07  expiredTime=no  totalExploration=yes
14.43/14.60	     nbFoundSolutions=0  globalCpuTime=9.31
14.43/14.60	       =>  wckTime=14.338  cpuTime=9.28  mem=268M554
14.43/14.61	   
14.43/14.61	s UNSATISFIABLE
14.43/14.61	d NODES 0
14.43/14.61	d CHECKS 1229
14.43/14.61	   
14.43/14.61	   totalWckTime=14.413  totalCpuTime=9.31

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-2096395-1247410303/watcher-2096395-1247410303 -o /tmp/evaluation-result-2096395-1247410303/solver-2096395-1247410303 -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-2096395-1247410303.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.17 2.08 2.03 3/80 29757
/proc/meminfo: memFree=1560144/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=10676 CPUtime=0
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28093673 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 2669 474 207 9 0 1184 0
[pid=29757/tid=29758] ppid=29755 vsize=10676 CPUtime=0
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28093674 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 2682840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.048545 s]
/proc/loadavg: 2.17 2.08 2.03 3/80 29757
/proc/meminfo: memFree=1560144/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=862776 CPUtime=0.04
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 2403 0 1 0 3 1 0 0 18 0 7 0 28093673 883482624 1980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 215694 1980 905 9 0 210609 0
[pid=29757/tid=29758] ppid=29755 vsize=862776 CPUtime=0.02
/proc/29757/task/29758/stat : 29758 (java) S 29755 29757 27155 0 -1 64 1706 0 1 0 2 0 0 0 18 0 7 0 28093674 883482624 1980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 862776

[startup+0.102071 s]
/proc/loadavg: 2.17 2.08 2.03 3/80 29757
/proc/meminfo: memFree=1560144/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=865984 CPUtime=0.08
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 3737 0 1 0 7 1 0 0 18 0 9 0 28093673 886767616 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 216496 3205 1700 9 0 210981 0
[pid=29757/tid=29758] ppid=29755 vsize=865984 CPUtime=0.06
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 2811 0 1 0 6 0 0 0 20 0 9 0 28093674 886767616 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 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.301096 s]
/proc/loadavg: 2.17 2.08 2.03 3/80 29757
/proc/meminfo: memFree=1560144/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=866380 CPUtime=0.27
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 5768 0 1 0 24 3 0 0 18 0 9 0 28093673 887173120 5157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 216595 5157 1957 9 0 211053 0
[pid=29757/tid=29758] ppid=29755 vsize=866380 CPUtime=0.23
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 4785 0 1 0 20 3 0 0 21 0 9 0 28093674 887173120 5157 996147200 134512640 134550932 4294955968 18446744073709551615 2586981 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866380

[startup+0.701141 s]
/proc/loadavg: 2.17 2.08 2.03 3/80 29757
/proc/meminfo: memFree=1560144/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=867524 CPUtime=0.67
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 12648 0 1 0 59 8 0 0 18 0 9 0 28093673 888344576 12010 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 216881 12010 2000 9 0 211339 0
[pid=29757/tid=29758] ppid=29755 vsize=867524 CPUtime=0.51
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 11334 0 1 0 44 7 0 0 19 0 9 0 28093674 888344576 12010 996147200 134512640 134550932 4294955968 18446744073709551615 4125970033 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867524

[startup+1.50122 s]
/proc/loadavg: 2.15 2.08 2.03 3/89 29766
/proc/meminfo: memFree=1509512/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=867524 CPUtime=1.46
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 18937 0 1 0 134 12 0 0 18 0 9 0 28093673 888344576 18265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 216881 18265 2027 9 0 211339 0
[pid=29757/tid=29758] ppid=29755 vsize=867524 CPUtime=1.17
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 15788 0 1 0 108 9 0 0 25 0 9 0 28093674 888344576 18265 996147200 134512640 134550932 4294955968 18446744073709551615 102639946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29760] ppid=29755 vsize=867524 CPUtime=0.07
/proc/29757/task/29760/stat : 29760 (java) S 29755 29757 27155 0 -1 64 1801 0 0 0 6 1 0 0 16 0 9 0 28093675 888344576 18265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29761] ppid=29755 vsize=867524 CPUtime=0
/proc/29757/task/29761/stat : 29761 (java) S 29755 29757 27155 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28093676 888344576 18265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29762] ppid=29755 vsize=867524 CPUtime=0
/proc/29757/task/29762/stat : 29762 (java) S 29755 29757 27155 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28093676 888344576 18265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29763] ppid=29755 vsize=867524 CPUtime=0
/proc/29757/task/29763/stat : 29763 (java) S 29755 29757 27155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28093678 888344576 18265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29764] ppid=29755 vsize=867524 CPUtime=0.18
/proc/29757/task/29764/stat : 29764 (java) S 29755 29757 27155 0 -1 64 645 0 0 0 18 0 0 0 15 0 9 0 28093678 888344576 18265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29765] ppid=29755 vsize=867524 CPUtime=0
/proc/29757/task/29765/stat : 29765 (java) S 29755 29757 27155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28093678 888344576 18265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29766] ppid=29755 vsize=867524 CPUtime=0
/proc/29757/task/29766/stat : 29766 (java) S 29755 29757 27155 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28093678 888344576 18265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867524

[startup+3.1024 s]
/proc/loadavg: 2.15 2.08 2.03 4/89 29766
/proc/meminfo: memFree=1488776/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=867524 CPUtime=3.05
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 23969 0 1 0 291 14 0 0 18 0 9 0 28093673 888344576 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 216881 23295 2027 9 0 211339 0
[pid=29757/tid=29758] ppid=29755 vsize=867524 CPUtime=2.5
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 15791 0 1 0 240 10 0 0 25 0 9 0 28093674 888344576 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29760] ppid=29755 vsize=867524 CPUtime=0.34
/proc/29757/task/29760/stat : 29760 (java) R 29755 29757 27155 0 -1 64 6829 0 0 0 31 3 0 0 16 0 9 0 28093675 888344576 23295 996147200 134512640 134550932 4294955968 18446744073709551615 102549449 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29761] ppid=29755 vsize=867524 CPUtime=0
/proc/29757/task/29761/stat : 29761 (java) S 29755 29757 27155 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28093676 888344576 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29762] ppid=29755 vsize=867524 CPUtime=0
/proc/29757/task/29762/stat : 29762 (java) S 29755 29757 27155 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28093676 888344576 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29763] ppid=29755 vsize=867524 CPUtime=0
/proc/29757/task/29763/stat : 29763 (java) S 29755 29757 27155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28093678 888344576 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29764] ppid=29755 vsize=867524 CPUtime=0.19
/proc/29757/task/29764/stat : 29764 (java) S 29755 29757 27155 0 -1 64 646 0 0 0 19 0 0 0 16 0 9 0 28093678 888344576 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29765] ppid=29755 vsize=867524 CPUtime=0
/proc/29757/task/29765/stat : 29765 (java) S 29755 29757 27155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28093678 888344576 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29766] ppid=29755 vsize=867524 CPUtime=0
/proc/29757/task/29766/stat : 29766 (java) S 29755 29757 27155 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28093678 888344576 23295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867524

[startup+6.30275 s]
/proc/loadavg: 2.15 2.08 2.03 3/89 29766
/proc/meminfo: memFree=1461000/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=867528 CPUtime=6.22
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 27298 0 1 0 478 144 0 0 18 0 9 0 28093673 888348672 26617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 216882 26617 2033 9 0 211340 0
[pid=29757/tid=29758] ppid=29755 vsize=867528 CPUtime=5.4
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 15839 0 1 0 402 138 0 0 25 0 9 0 28093674 888348672 26617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29760] ppid=29755 vsize=867528 CPUtime=0.51
/proc/29757/task/29760/stat : 29760 (java) S 29755 29757 27155 0 -1 64 10046 0 0 0 47 4 0 0 16 0 9 0 28093675 888348672 26617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29761] ppid=29755 vsize=867528 CPUtime=0
/proc/29757/task/29761/stat : 29761 (java) S 29755 29757 27155 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28093676 888348672 26617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29762] ppid=29755 vsize=867528 CPUtime=0
/proc/29757/task/29762/stat : 29762 (java) S 29755 29757 27155 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28093676 888348672 26617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29763] ppid=29755 vsize=867528 CPUtime=0
/proc/29757/task/29763/stat : 29763 (java) S 29755 29757 27155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28093678 888348672 26617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29764] ppid=29755 vsize=867528 CPUtime=0.29
/proc/29757/task/29764/stat : 29764 (java) S 29755 29757 27155 0 -1 64 710 0 0 0 28 1 0 0 16 0 9 0 28093678 888348672 26617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29765] ppid=29755 vsize=867528 CPUtime=0
/proc/29757/task/29765/stat : 29765 (java) S 29755 29757 27155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28093678 888348672 26617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29766] ppid=29755 vsize=867528 CPUtime=0
/proc/29757/task/29766/stat : 29766 (java) S 29755 29757 27155 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28093678 888348672 26617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867528

[startup+12.7024 s]
/proc/loadavg: 2.13 2.08 2.02 4/91 29770
/proc/meminfo: memFree=1275056/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=868172 CPUtime=12.55
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 82512 3185 1 0 799 191 260 5 18 0 9 0 28093673 889008128 72134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 217043 72134 2085 9 0 211501 0
[pid=29757/tid=29758] ppid=29755 vsize=868172 CPUtime=10.94
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 19322 3185 1 0 667 162 260 5 18 0 9 0 28093674 889008128 72134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29760] ppid=29755 vsize=868172 CPUtime=3.86
/proc/29757/task/29760/stat : 29760 (java) R 29755 29757 27155 0 -1 64 61396 3185 0 0 96 25 260 5 16 0 9 0 28093675 889008128 72134 996147200 134512640 134550932 4294955968 18446744073709551615 103732284 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29761] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29761/stat : 29761 (java) S 29755 29757 27155 0 -1 64 16 3185 0 0 0 0 260 5 16 0 9 0 28093676 889008128 72134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29762] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29762/stat : 29762 (java) S 29755 29757 27155 0 -1 64 6 3185 0 0 0 0 260 5 16 0 9 0 28093676 889008128 72134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29763] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29763/stat : 29763 (java) S 29755 29757 27155 0 -1 64 2 3185 0 0 0 0 260 5 18 0 9 0 28093678 889008128 72134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29764] ppid=29755 vsize=868172 CPUtime=2.99
/proc/29757/task/29764/stat : 29764 (java) S 29755 29757 27155 0 -1 64 931 3185 0 0 33 1 260 5 15 0 9 0 28093678 889008128 72134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29765] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29765/stat : 29765 (java) S 29755 29757 27155 0 -1 64 0 3185 0 0 0 0 260 5 19 0 9 0 28093678 889008128 72134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29766] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29766/stat : 29766 (java) S 29755 29757 27155 0 -1 64 30 3185 0 0 0 0 260 5 15 0 9 0 28093678 889008128 72134 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868172

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

[startup+13.5025 s]
/proc/loadavg: 2.13 2.08 2.02 3/89 29770
/proc/meminfo: memFree=1277432/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=868172 CPUtime=13.35
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 97159 3185 1 0 875 195 260 5 18 0 9 0 28093673 889008128 74509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 217043 74509 2638 9 0 211501 0
[pid=29757/tid=29758] ppid=29755 vsize=868172 CPUtime=11.2
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 19400 3185 1 0 693 162 260 5 17 0 9 0 28093674 889008128 74509 996147200 134512640 134550932 4294955968 18446744073709551615 4127320187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29760] ppid=29755 vsize=868172 CPUtime=4.39
/proc/29757/task/29760/stat : 29760 (java) R 29755 29757 27155 0 -1 64 75952 3185 0 0 146 28 260 5 20 0 9 0 28093675 889008128 74509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29761] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29761/stat : 29761 (java) S 29755 29757 27155 0 -1 64 21 3185 0 0 0 0 260 5 16 0 9 0 28093676 889008128 74509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29762] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29762/stat : 29762 (java) S 29755 29757 27155 0 -1 64 10 3185 0 0 0 0 260 5 16 0 9 0 28093676 889008128 74509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29763] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29763/stat : 29763 (java) S 29755 29757 27155 0 -1 64 2 3185 0 0 0 0 260 5 18 0 9 0 28093678 889008128 74509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29764] ppid=29755 vsize=868172 CPUtime=3
/proc/29757/task/29764/stat : 29764 (java) S 29755 29757 27155 0 -1 64 935 3185 0 0 34 1 260 5 15 0 9 0 28093678 889008128 74509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29765] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29765/stat : 29765 (java) S 29755 29757 27155 0 -1 64 0 3185 0 0 0 0 260 5 19 0 9 0 28093678 889008128 74509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29766] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29766/stat : 29766 (java) S 29755 29757 27155 0 -1 64 30 3185 0 0 0 0 260 5 15 0 9 0 28093678 889008128 74509 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 868172

[startup+14.3076 s]
/proc/loadavg: 2.13 2.08 2.02 3/89 29770
/proc/meminfo: memFree=1270904/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=868172 CPUtime=14.14
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 110225 3185 1 0 951 198 260 5 18 0 9 0 28093673 889008128 75524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 217043 75524 2641 9 0 211501 0
[pid=29757/tid=29758] ppid=29755 vsize=868172 CPUtime=11.84
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 30720 3185 1 0 754 165 260 5 23 0 9 0 28093674 889008128 75524 996147200 134512640 134550932 4294955968 18446744073709551615 4127467528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29760] ppid=29755 vsize=868172 CPUtime=4.47
/proc/29757/task/29760/stat : 29760 (java) S 29755 29757 27155 0 -1 64 77599 3185 0 0 154 28 260 5 16 0 9 0 28093675 889008128 75524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29761] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29761/stat : 29761 (java) S 29755 29757 27155 0 -1 64 21 3185 0 0 0 0 260 5 16 0 9 0 28093676 889008128 75524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29762] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29762/stat : 29762 (java) S 29755 29757 27155 0 -1 64 29 3185 0 0 0 0 260 5 15 0 9 0 28093676 889008128 75524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29763] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29763/stat : 29763 (java) S 29755 29757 27155 0 -1 64 2 3185 0 0 0 0 260 5 18 0 9 0 28093678 889008128 75524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29764] ppid=29755 vsize=868172 CPUtime=3.07
/proc/29757/task/29764/stat : 29764 (java) S 29755 29757 27155 0 -1 64 1015 3185 0 0 41 1 260 5 15 0 9 0 28093678 889008128 75524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29765] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29765/stat : 29765 (java) S 29755 29757 27155 0 -1 64 0 3185 0 0 0 0 260 5 19 0 9 0 28093678 889008128 75524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29766] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29766/stat : 29766 (java) S 29755 29757 27155 0 -1 64 30 3185 0 0 0 0 260 5 15 0 9 0 28093678 889008128 75524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 868172

[startup+14.5027 s]
/proc/loadavg: 2.13 2.08 2.02 3/89 29770
/proc/meminfo: memFree=1270904/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=868172 CPUtime=14.34
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 110237 3185 1 0 971 198 260 5 18 0 9 0 28093673 889008128 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 217043 75536 2641 9 0 211501 0
[pid=29757/tid=29758] ppid=29755 vsize=868172 CPUtime=12.04
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 30732 3185 1 0 774 165 260 5 25 0 9 0 28093674 889008128 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29760] ppid=29755 vsize=868172 CPUtime=4.47
/proc/29757/task/29760/stat : 29760 (java) S 29755 29757 27155 0 -1 64 77599 3185 0 0 154 28 260 5 16 0 9 0 28093675 889008128 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29761] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29761/stat : 29761 (java) S 29755 29757 27155 0 -1 64 21 3185 0 0 0 0 260 5 16 0 9 0 28093676 889008128 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29762] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29762/stat : 29762 (java) S 29755 29757 27155 0 -1 64 29 3185 0 0 0 0 260 5 15 0 9 0 28093676 889008128 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29763] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29763/stat : 29763 (java) S 29755 29757 27155 0 -1 64 2 3185 0 0 0 0 260 5 18 0 9 0 28093678 889008128 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29764] ppid=29755 vsize=868172 CPUtime=3.07
/proc/29757/task/29764/stat : 29764 (java) S 29755 29757 27155 0 -1 64 1015 3185 0 0 41 1 260 5 15 0 9 0 28093678 889008128 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29765] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29765/stat : 29765 (java) S 29755 29757 27155 0 -1 64 0 3185 0 0 0 0 260 5 19 0 9 0 28093678 889008128 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29766] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29766/stat : 29766 (java) S 29755 29757 27155 0 -1 64 30 3185 0 0 0 0 260 5 15 0 9 0 28093678 889008128 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.34
Current children cumulated vsize (KiB) 868172

[startup+14.6027 s]
/proc/loadavg: 2.13 2.08 2.02 3/89 29770
/proc/meminfo: memFree=1270904/2055920 swapFree=4192812/4192956
[pid=29757] ppid=29755 vsize=868172 CPUtime=14.43
/proc/29757/stat : 29757 (java) S 29755 29757 27155 0 -1 0 110252 3185 1 0 980 198 260 5 18 0 9 0 28093673 889008128 75551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29757/statm: 217043 75551 2641 9 0 211501 0
[pid=29757/tid=29758] ppid=29755 vsize=868172 CPUtime=12.11
/proc/29757/task/29758/stat : 29758 (java) R 29755 29757 27155 0 -1 64 30736 3185 1 0 781 165 260 5 25 0 9 0 28093674 889008128 75551 996147200 134512640 134550932 4294955968 18446744073709551615 101466496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29760] ppid=29755 vsize=868172 CPUtime=4.47
/proc/29757/task/29760/stat : 29760 (java) S 29755 29757 27155 0 -1 64 77599 3185 0 0 154 28 260 5 16 0 9 0 28093675 889008128 75551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29761] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29761/stat : 29761 (java) S 29755 29757 27155 0 -1 64 21 3185 0 0 0 0 260 5 16 0 9 0 28093676 889008128 75551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29762] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29762/stat : 29762 (java) S 29755 29757 27155 0 -1 64 29 3185 0 0 0 0 260 5 15 0 9 0 28093676 889008128 75551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29763] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29763/stat : 29763 (java) S 29755 29757 27155 0 -1 64 2 3185 0 0 0 0 260 5 18 0 9 0 28093678 889008128 75551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29764] ppid=29755 vsize=868172 CPUtime=3.09
/proc/29757/task/29764/stat : 29764 (java) S 29755 29757 27155 0 -1 64 1026 3185 0 0 43 1 260 5 15 0 9 0 28093678 889008128 75551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29765] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29765/stat : 29765 (java) S 29755 29757 27155 0 -1 64 0 3185 0 0 0 0 260 5 19 0 9 0 28093678 889008128 75551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29757/tid=29766] ppid=29755 vsize=868172 CPUtime=2.65
/proc/29757/task/29766/stat : 29766 (java) S 29755 29757 27155 0 -1 64 30 3185 0 0 0 0 260 5 15 0 9 0 28093678 889008128 75551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 868172

Child status: 0
Real time (s): 14.6927
CPU time (s): 14.5068
CPU user time (s): 12.4251
CPU system time (s): 2.08168
CPU usage (%): 98.7345
Max. virtual memory (cumulated for all children) (KiB): 883712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4251
system time used= 2.08168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113469
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= 2417
involuntary context switches= 3005

runsolver used 0.024996 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-12 16:51:44
IDJOB=2096395
IDBENCH=56325
IDSOLVER=773
FILE ID=node64/2096395-1247410303
PBS_JOBID= 9510517
Free space on /tmp= 66340 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-02.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-2096395-1247410303/watcher-2096395-1247410303 -o /tmp/evaluation-result-2096395-1247410303/solver-2096395-1247410303 -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-2096395-1247410303.xml

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

MD5SUM BENCH= 6d16801e14280bc3782d0701adbaad01
RANDOM SEED=1637104093

node64.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.220
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.220
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:       1560624 kB
Buffers:         71364 kB
Cached:         239872 kB
SwapCached:          0 kB
Active:         269804 kB
Inactive:       146908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9128 kB
Writeback:           0 kB
Mapped:         125848 kB
Slab:            63528 kB
Committed_AS:  1017304 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node64 at 2009-07-12 16:51:58