Trace number 2095105

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 8.38872 8.4545

DiagnosticValue
CHECKS163179
NODES7933

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-bf-1355-638.xml
MD5SUMbddb728f1bba9acd4b4d127996acf647
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 benchmark0.658898
Satisfiable
(Un)Satisfiability was proved
Number of variables4354
Number of constraints8940
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8940
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/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-2095105-1247406593.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.48/0.59	     nbVariables=4354  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=8104
0.48/0.59	       =>  wckTime=0.339  cpuTime=0.24  mem=20M602
0.48/0.59	   
0.48/0.59	   predicates being loaded...
0.58/0.65	   
0.58/0.65	   constraints being loaded...
2.94/3.01	     nbConstraints=8938  nbMergedConstraints=2  nbSingletonDomainVariables=604  nbConvertedConstraints=5912
2.94/3.01	     nbConvertConstraintsChecks=689  nbExtensionStructures=451  nbSharedExtensionStructures=5908
2.94/3.01	     nbConflictsStructures=476  nbSharedConflictsStructures=8909  nbSharedBinaryRepresentations=904
2.94/3.01	     nbEvaluationManagers=25  nbSharedEvaluationManagers=3001  minDegree=1  maxDegree=33  minArity=2  avgArity=2.4
2.94/3.01	     maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.764  symmetryCpuTime=0.2
2.94/3.01	       =>  wckTime=2.762  cpuTime=1.92  mem=30M864
3.04/3.17	   
3.04/3.17	   solver IterativeSystematicSolver being built... 
3.44/3.55	       =>  wckTime=3.296  cpuTime=2.23  mem=32M248
3.44/3.59	   
3.44/3.59	   preprocessing
3.44/3.59	     nbConstraintChecks=0  nbPropagations=4354  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.44/3.59	     detectedInconsistency=no
3.44/3.59	       =>  wckTime=0.031  cpuTime=0.02  mem=32M248
8.31/8.43	   
8.31/8.43	   search
8.31/8.43	     run=4  nbConstraintChecks=163179  nbValidityChecks=48494  minDepth=0  maxDepth=331  nbPropagations=131745
8.31/8.43	     nbRevisions=432108  nbUselessRevisions=342491  nbAssignments=7933  nbFailedAssignments=109  nbBacktracks=5968
8.31/8.43	     nbVisitedNodes=8176  nbRestartNogoods=11  nbSEliminables=?  nbREliminables=?  nbIEliminables=?  nbDEliminables=?
8.31/8.43	     nbPEliminables=?
8.31/8.43	       =>  wckTime=4.87  cpuTime=4.77  mem=33M263
8.31/8.43	   
8.31/8.43	   global
8.31/8.43	     nbConstraintChecks=163179  nbValidityChecks=48494  nbPropagations=136099  nbRevisions=432108
8.31/8.43	     nbUselessRevisions=342491  nbRestartNogoods=11  solvingWckTime=4.873  solvingCpuTime=4.77  expiredTime=no
8.31/8.43	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=7.03
8.31/8.43	       =>  wckTime=8.176  cpuTime=7.0  mem=33M263
8.31/8.43	   
8.31/8.43	s UNSATISFIABLE
8.31/8.43	d NODES 7933
8.31/8.43	d CHECKS 163179
8.31/8.43	   
8.31/8.43	   totalWckTime=8.243  totalCpuTime=7.03

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-2095105-1247406593/watcher-2095105-1247406593 -o /tmp/evaluation-result-2095105-1247406593/solver-2095105-1247406593 -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-2095105-1247406593.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.00 2.00 2.00 4/80 27775
/proc/meminfo: memFree=1763952/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=18576 CPUtime=0
/proc/27775/stat : 27775 (runsolver) R 27773 27775 27201 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27723367 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 269930261799 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27775/statm: 4644 284 249 26 0 2626 0

[startup+0.0639049 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 27775
/proc/meminfo: memFree=1763952/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=864144 CPUtime=0.04
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 2796 0 1 0 3 1 0 0 20 0 9 0 27723367 884883456 2335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 216036 2335 1106 9 0 210929 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864144

[startup+0.101909 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 27775
/proc/meminfo: memFree=1763952/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=865980 CPUtime=0.08
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 3731 0 1 0 6 2 0 0 20 0 9 0 27723367 886763520 3199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 216495 3199 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301933 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 27775
/proc/meminfo: memFree=1763952/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=866380 CPUtime=0.28
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 5935 0 1 0 24 4 0 0 20 0 9 0 27723367 887173120 5301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 216595 5301 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701981 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 27775
/proc/meminfo: memFree=1763952/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=867616 CPUtime=0.68
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 10779 0 1 0 61 7 0 0 20 0 9 0 27723367 888438784 10133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 216904 10133 2040 9 0 211340 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867616

[startup+1.50107 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27784
/proc/meminfo: memFree=1714856/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=867528 CPUtime=1.47
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 18924 0 1 0 127 20 0 0 20 0 9 0 27723367 888348672 18250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 216882 18250 2032 9 0 211340 0
[pid=27775/tid=27777] ppid=27773 vsize=867528 CPUtime=1.16
/proc/27775/task/27777/stat : 27777 (java) R 27773 27775 27201 0 -1 64 15822 0 1 0 98 18 0 0 25 0 9 0 27723368 888348672 18250 996147200 134512640 134550932 4294955968 18446744073709551615 4126875913 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=867528 CPUtime=0.06
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27201 0 -1 64 1712 0 0 0 6 0 0 0 16 0 9 0 27723370 888348672 18250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=867528 CPUtime=0
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27201 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27723370 888348672 18250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=867528 CPUtime=0
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27201 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27723370 888348672 18250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=867528 CPUtime=0
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27201 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 27723372 888348672 18250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=867528 CPUtime=0.21
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27201 0 -1 64 689 0 0 0 21 0 0 0 16 0 9 0 27723372 888348672 18250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=867528 CPUtime=0
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27201 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27723372 888348672 18250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=867528 CPUtime=0
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27201 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27723372 888348672 18250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867528

[startup+3.10227 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27784
/proc/meminfo: memFree=1698344/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=868196 CPUtime=3.04
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 30347 792 1 0 215 52 36 1 20 0 9 0 27723367 889032704 23911 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 217049 23911 2091 9 0 211507 0
[pid=27775/tid=27777] ppid=27773 vsize=868196 CPUtime=2.47
/proc/27775/task/27777/stat : 27777 (java) R 27773 27775 27201 0 -1 64 17752 792 1 0 164 46 36 1 23 0 9 0 27723368 889032704 23911 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=868196 CPUtime=0.64
/proc/27775/task/27778/stat : 27778 (java) R 27773 27775 27201 0 -1 64 10903 792 0 0 24 3 36 1 16 0 9 0 27723370 889032704 23911 996147200 134512640 134550932 4294955968 18446744073709551615 104189921 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=868196 CPUtime=0.37
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27201 0 -1 64 16 792 0 0 0 0 36 1 16 0 9 0 27723370 889032704 23911 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=868196 CPUtime=0.37
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27201 0 -1 64 5 792 0 0 0 0 36 1 16 0 9 0 27723370 889032704 23911 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=868196 CPUtime=0.37
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27201 0 -1 64 2 792 0 0 0 0 36 1 25 0 9 0 27723372 889032704 23911 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=868196 CPUtime=0.63
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27201 0 -1 64 855 792 0 0 26 0 36 1 15 0 9 0 27723372 889032704 23911 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=868196 CPUtime=0.37
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27201 0 -1 64 0 792 0 0 0 0 36 1 25 0 9 0 27723372 889032704 23911 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=868196 CPUtime=0.37
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27201 0 -1 64 9 792 0 0 0 0 36 1 15 0 9 0 27723372 889032704 23911 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868196

[startup+6.30264 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27788
/proc/meminfo: memFree=1670376/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=867964 CPUtime=6.23
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 44275 792 1 0 530 56 36 1 20 0 9 0 27723367 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 216991 25796 2640 9 0 211449 0
[pid=27775/tid=27777] ppid=27773 vsize=867964 CPUtime=5.43
/proc/27775/task/27777/stat : 27777 (java) R 27773 27775 27201 0 -1 64 29106 792 1 0 457 49 36 1 25 0 9 0 27723368 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4127384547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=867964 CPUtime=0.73
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27201 0 -1 64 13284 792 0 0 32 4 36 1 17 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27201 0 -1 64 21 792 0 0 0 0 36 1 15 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27201 0 -1 64 9 792 0 0 0 0 36 1 15 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27201 0 -1 64 2 792 0 0 0 0 36 1 25 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=867964 CPUtime=0.77
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27201 0 -1 64 1019 792 0 0 39 1 36 1 16 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27201 0 -1 64 0 792 0 0 0 0 36 1 25 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27201 0 -1 64 29 792 0 0 0 0 36 1 15 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867964

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

[startup+7.10273 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27788
/proc/meminfo: memFree=1670312/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=867964 CPUtime=7.02
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 44275 792 1 0 609 56 36 1 20 0 9 0 27723367 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 216991 25796 2640 9 0 211449 0
[pid=27775/tid=27777] ppid=27773 vsize=867964 CPUtime=6.23
/proc/27775/task/27777/stat : 27777 (java) R 27773 27775 27201 0 -1 64 29106 792 1 0 537 49 36 1 25 0 9 0 27723368 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4127384531 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=867964 CPUtime=0.73
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27201 0 -1 64 13284 792 0 0 32 4 36 1 17 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27201 0 -1 64 21 792 0 0 0 0 36 1 15 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27201 0 -1 64 9 792 0 0 0 0 36 1 15 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27201 0 -1 64 2 792 0 0 0 0 36 1 25 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=867964 CPUtime=0.77
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27201 0 -1 64 1019 792 0 0 39 1 36 1 16 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27201 0 -1 64 0 792 0 0 0 0 36 1 25 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27201 0 -1 64 29 792 0 0 0 0 36 1 15 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 867964

[startup+7.90182 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27788
/proc/meminfo: memFree=1670312/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=867964 CPUtime=7.81
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 44275 792 1 0 688 56 36 1 20 0 9 0 27723367 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 216991 25796 2640 9 0 211449 0
[pid=27775/tid=27777] ppid=27773 vsize=867964 CPUtime=7.02
/proc/27775/task/27777/stat : 27777 (java) R 27773 27775 27201 0 -1 64 29106 792 1 0 616 49 36 1 25 0 9 0 27723368 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4127380442 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=867964 CPUtime=0.73
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27201 0 -1 64 13284 792 0 0 32 4 36 1 16 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27201 0 -1 64 21 792 0 0 0 0 36 1 15 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27201 0 -1 64 9 792 0 0 0 0 36 1 15 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27201 0 -1 64 2 792 0 0 0 0 36 1 25 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=867964 CPUtime=0.77
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27201 0 -1 64 1019 792 0 0 39 1 36 1 16 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27201 0 -1 64 0 792 0 0 0 0 36 1 25 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27201 0 -1 64 29 792 0 0 0 0 36 1 15 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 867964

[startup+8.30187 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27788
/proc/meminfo: memFree=1670312/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=867964 CPUtime=8.21
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 44275 792 1 0 728 56 36 1 20 0 9 0 27723367 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 216991 25796 2640 9 0 211449 0
[pid=27775/tid=27777] ppid=27773 vsize=867964 CPUtime=7.42
/proc/27775/task/27777/stat : 27777 (java) R 27773 27775 27201 0 -1 64 29106 792 1 0 656 49 36 1 25 0 9 0 27723368 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4127384531 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=867964 CPUtime=0.73
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27201 0 -1 64 13284 792 0 0 32 4 36 1 16 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27201 0 -1 64 21 792 0 0 0 0 36 1 15 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27201 0 -1 64 9 792 0 0 0 0 36 1 15 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27201 0 -1 64 2 792 0 0 0 0 36 1 25 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=867964 CPUtime=0.77
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27201 0 -1 64 1019 792 0 0 39 1 36 1 15 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27201 0 -1 64 0 792 0 0 0 0 36 1 25 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27201 0 -1 64 29 792 0 0 0 0 36 1 15 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 867964

[startup+8.40189 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27788
/proc/meminfo: memFree=1670312/2055920 swapFree=4192812/4192956
[pid=27775] ppid=27773 vsize=867964 CPUtime=8.31
/proc/27775/stat : 27775 (java) S 27773 27775 27201 0 -1 0 44275 792 1 0 738 56 36 1 20 0 9 0 27723367 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27775/statm: 216991 25796 2640 9 0 211449 0
[pid=27775/tid=27777] ppid=27773 vsize=867964 CPUtime=7.52
/proc/27775/task/27777/stat : 27777 (java) R 27773 27775 27201 0 -1 64 29106 792 1 0 666 49 36 1 25 0 9 0 27723368 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4127384578 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=867964 CPUtime=0.73
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27201 0 -1 64 13284 792 0 0 32 4 36 1 16 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27201 0 -1 64 21 792 0 0 0 0 36 1 15 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27201 0 -1 64 9 792 0 0 0 0 36 1 15 0 9 0 27723370 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27201 0 -1 64 2 792 0 0 0 0 36 1 25 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=867964 CPUtime=0.77
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27201 0 -1 64 1019 792 0 0 39 1 36 1 15 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27201 0 -1 64 0 792 0 0 0 0 36 1 25 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=867964 CPUtime=0.37
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27201 0 -1 64 29 792 0 0 0 0 36 1 15 0 9 0 27723372 888795136 25796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 867964

Child status: 0
Real time (s): 8.4545
CPU time (s): 8.38872
CPU user time (s): 7.79281
CPU system time (s): 0.595909
CPU usage (%): 99.2221
Max. virtual memory (cumulated for all children) (KiB): 868196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.79282
system time used= 0.595909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45103
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= 2294
involuntary context switches= 2555

runsolver used 0.013997 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 15:49:54
IDJOB=2095105
IDBENCH=54871
IDSOLVER=773
FILE ID=node53/2095105-1247406593
PBS_JOBID= 9510539
Free space on /tmp= 65972 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-bf-1355-638.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-2095105-1247406593/watcher-2095105-1247406593 -o /tmp/evaluation-result-2095105-1247406593/solver-2095105-1247406593 -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-2095105-1247406593.xml

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

MD5SUM BENCH= bddb728f1bba9acd4b4d127996acf647
RANDOM SEED=35072616

node53.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1764368 kB
Buffers:         27972 kB
Cached:         111496 kB
SwapCached:          0 kB
Active:         175296 kB
Inactive:        60404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3332 kB
Writeback:           0 kB
Mapped:         114560 kB
Slab:            41104 kB
Committed_AS:  1011716 kB
PageTables:       1920 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= 65972 MiB
End job on node53 at 2009-07-12 15:50:02