Trace number 2095095

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 4.63929 4.70492

DiagnosticValue
CHECKS175155
NODES3944

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-bf-2670-001.xml
MD5SUM1cbe64228f95f93dc6ecadb52932cd01
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.408937
Satisfiable
(Un)Satisfiability was proved
Number of variables2786
Number of constraints4821
Maximum constraint arity5
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4821
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2095095-1247406588.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.68/0.72	     nbVariables=2786  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=5236
0.68/0.73	       =>  wckTime=0.485  cpuTime=0.33  mem=15M694
0.68/0.73	   
0.68/0.73	   predicates being loaded...
0.68/0.79	   
0.68/0.79	   constraints being loaded...
2.25/2.37	     nbConstraints=4874  nbGlobalConstraints=53  nbSingletonDomainVariables=336  nbConvertedConstraints=3904
2.25/2.37	     nbConvertConstraintsChecks=434  nbExtensionStructures=310  nbSharedExtensionStructures=3899
2.25/2.37	     nbConflictsStructures=331  nbSharedConflictsStructures=4799  nbSharedBinaryRepresentations=620
2.25/2.37	     nbEvaluationManagers=17  nbSharedEvaluationManagers=900  minDegree=1  maxDegree=32  minArity=2  avgArity=2.35
2.25/2.37	     maxArity=278  nbGenerators=53  nbFusions=5  symmetryWckTime=0.491  symmetryCpuTime=0.2
2.25/2.37	       =>  wckTime=2.131  cpuTime=1.49  mem=23M968
2.36/2.49	   
2.36/2.49	   solver IterativeSystematicSolver being built... 
2.46/2.59	   
2.46/2.59	   INFO : Forward propagation technique limited 
2.66/2.78	       =>  wckTime=2.536  cpuTime=1.73  mem=47M721
2.76/2.81	   
2.76/2.81	   preprocessing
2.76/2.81	     nbConstraintChecks=52  nbPropagations=2797  nbRevisions=30  nbUselessRevisions=14  nbRemovedValues=16
2.76/2.81	     nbRemovedTuples=1  detectedInconsistency=no
2.76/2.82	       =>  wckTime=0.032  cpuTime=0.01  mem=47M721
4.53/4.67	   
4.53/4.67	   search
4.53/4.67	     run=6  nbConstraintChecks=175103  nbValidityChecks=38656  minDepth=0  maxDepth=29  nbPropagations=184022
4.53/4.67	     nbRevisions=540569  nbUselessRevisions=387648  nbAssignments=3944  nbFailedAssignments=215  nbBacktracks=2321
4.53/4.67	     nbVisitedNodes=4327  nbRestartNogoods=20  nbSEliminables=?  nbREliminables=?  nbIEliminables=?  nbDEliminables=?
4.53/4.67	     nbPEliminables=?
4.53/4.67	       =>  wckTime=1.888  cpuTime=1.78  mem=48M733
4.53/4.67	   
4.53/4.67	   global
4.53/4.67	     nbConstraintChecks=175155  nbValidityChecks=38656  nbPropagations=186819  nbRevisions=540599
4.53/4.67	     nbUselessRevisions=387662  nbRestartNogoods=20  solvingWckTime=1.89  solvingCpuTime=1.78  expiredTime=no
4.53/4.67	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=3.58
4.53/4.67	       =>  wckTime=4.432  cpuTime=3.52  mem=48M733
4.53/4.67	   
4.53/4.67	s UNSATISFIABLE
4.53/4.67	d NODES 3944
4.53/4.67	d CHECKS 175155
4.53/4.67	   
4.53/4.67	   totalWckTime=4.489  totalCpuTime=3.58

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-2095095-1247406588/watcher-2095095-1247406588 -o /tmp/evaluation-result-2095095-1247406588/solver-2095095-1247406588 -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-2095095-1247406588.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.02 1.97 4/80 30113
/proc/meminfo: memFree=1788472/2055920 swapFree=4192812/4192956
[pid=30113] ppid=30111 vsize=1616 CPUtime=0
/proc/30113/stat : 30113 (java) D 30111 30113 28915 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27722824 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/30113/statm: 404 148 122 9 0 46 0

[startup+0.0770729 s]
/proc/loadavg: 2.00 2.02 1.97 4/80 30113
/proc/meminfo: memFree=1788472/2055920 swapFree=4192812/4192956
[pid=30113] ppid=30111 vsize=864148 CPUtime=0.06
/proc/30113/stat : 30113 (java) S 30111 30113 28915 0 -1 0 3069 0 1 0 4 2 0 0 18 0 9 0 27722824 884887552 2554 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30113/statm: 216037 2554 1222 9 0 210930 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.101072 s]
/proc/loadavg: 2.00 2.02 1.97 4/80 30113
/proc/meminfo: memFree=1788472/2055920 swapFree=4192812/4192956
[pid=30113] ppid=30111 vsize=865984 CPUtime=0.08
/proc/30113/stat : 30113 (java) S 30111 30113 28915 0 -1 0 3764 0 1 0 6 2 0 0 18 0 9 0 27722824 886767616 3220 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30113/statm: 216496 3220 1698 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301083 s]
/proc/loadavg: 2.00 2.02 1.97 4/80 30113
/proc/meminfo: memFree=1788472/2055920 swapFree=4192812/4192956
[pid=30113] ppid=30111 vsize=866224 CPUtime=0.28
/proc/30113/stat : 30113 (java) S 30111 30113 28915 0 -1 0 5808 0 1 0 24 4 0 0 18 0 9 0 27722824 887013376 5174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30113/statm: 216556 5174 1980 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.701114 s]
/proc/loadavg: 2.00 2.02 1.97 4/80 30113
/proc/meminfo: memFree=1788472/2055920 swapFree=4192812/4192956
[pid=30113] ppid=30111 vsize=867248 CPUtime=0.68
/proc/30113/stat : 30113 (java) S 30111 30113 28915 0 -1 0 8353 0 1 0 62 6 0 0 18 0 9 0 27722824 888061952 7715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30113/statm: 216812 7715 2001 9 0 211270 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867248

[startup+1.50217 s]
/proc/loadavg: 2.00 2.02 1.97 3/89 30122
/proc/meminfo: memFree=1753520/2055920 swapFree=4192812/4192956
[pid=30113] ppid=30111 vsize=867632 CPUtime=1.47
/proc/30113/stat : 30113 (java) S 30111 30113 28915 0 -1 0 14621 0 1 0 128 19 0 0 18 0 9 0 27722824 888455168 13972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30113/statm: 216908 13972 2044 9 0 211344 0
[pid=30113/tid=30115] ppid=30111 vsize=867632 CPUtime=1.21
/proc/30113/task/30115/stat : 30115 (java) R 30111 30113 28915 0 -1 64 13218 0 1 0 103 18 0 0 25 0 9 0 27722825 888455168 13972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30116] ppid=30111 vsize=867632 CPUtime=0
/proc/30113/task/30116/stat : 30116 (java) S 30111 30113 28915 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 27722826 888455168 13972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30117] ppid=30111 vsize=867632 CPUtime=0
/proc/30113/task/30117/stat : 30117 (java) S 30111 30113 28915 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 27722827 888455168 13972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30118] ppid=30111 vsize=867632 CPUtime=0
/proc/30113/task/30118/stat : 30118 (java) S 30111 30113 28915 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27722827 888455168 13972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30119] ppid=30111 vsize=867632 CPUtime=0
/proc/30113/task/30119/stat : 30119 (java) S 30111 30113 28915 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27722829 888455168 13972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30120] ppid=30111 vsize=867632 CPUtime=0.24
/proc/30113/task/30120/stat : 30120 (java) S 30111 30113 28915 0 -1 64 705 0 0 0 24 0 0 0 16 0 9 0 27722829 888455168 13972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30121] ppid=30111 vsize=867632 CPUtime=0
/proc/30113/task/30121/stat : 30121 (java) S 30111 30113 28915 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27722829 888455168 13972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30122] ppid=30111 vsize=867632 CPUtime=0
/proc/30113/task/30122/stat : 30122 (java) S 30111 30113 28915 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27722829 888455168 13972 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) 867632

[startup+3.10227 s]
/proc/loadavg: 2.00 2.02 1.97 3/91 30124
/proc/meminfo: memFree=1719456/2055920 swapFree=4192812/4192956
[pid=30113] ppid=30111 vsize=868060 CPUtime=3.05
/proc/30113/stat : 30113 (java) S 30111 30113 28915 0 -1 0 35275 625 1 0 245 37 22 1 18 0 9 0 27722824 888893440 21665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30113/statm: 217015 21665 2662 9 0 211451 0
[pid=30113/tid=30115] ppid=30111 vsize=868060 CPUtime=2.45
/proc/30113/task/30115/stat : 30115 (java) R 30111 30113 28915 0 -1 64 26098 625 1 0 190 32 22 1 25 0 9 0 27722825 888893440 21665 996147200 134512640 134550932 4294955968 18446744073709551615 4127354660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30116] ppid=30111 vsize=868060 CPUtime=0.41
/proc/30113/task/30116/stat : 30116 (java) S 30111 30113 28915 0 -1 64 7369 625 0 0 16 2 22 1 17 0 9 0 27722826 888893440 21665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30117] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30117/stat : 30117 (java) S 30111 30113 28915 0 -1 64 17 625 0 0 0 0 22 1 16 0 9 0 27722827 888893440 21665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30118] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30118/stat : 30118 (java) S 30111 30113 28915 0 -1 64 9 625 0 0 0 0 22 1 15 0 9 0 27722827 888893440 21665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30119] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30119/stat : 30119 (java) S 30111 30113 28915 0 -1 64 2 625 0 0 0 0 22 1 18 0 9 0 27722829 888893440 21665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30120] ppid=30111 vsize=868060 CPUtime=0.62
/proc/30113/task/30120/stat : 30120 (java) S 30111 30113 28915 0 -1 64 965 625 0 0 38 1 22 1 15 0 9 0 27722829 888893440 21665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30121] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30121/stat : 30121 (java) S 30111 30113 28915 0 -1 64 1 625 0 0 0 0 22 1 19 0 9 0 27722829 888893440 21665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30122] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30122/stat : 30122 (java) S 30111 30113 28915 0 -1 64 12 625 0 0 0 0 22 1 15 0 9 0 27722829 888893440 21665 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) 868060

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

[startup+3.90233 s]
/proc/loadavg: 2.16 2.05 1.98 3/89 30126
/proc/meminfo: memFree=1711720/2055920 swapFree=4192812/4192956
[pid=30113] ppid=30111 vsize=868060 CPUtime=3.84
/proc/30113/stat : 30113 (java) S 30111 30113 28915 0 -1 0 35304 625 1 0 324 37 22 1 18 0 9 0 27722824 888893440 21685 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30113/statm: 217015 21685 2662 9 0 211451 0
[pid=30113/tid=30115] ppid=30111 vsize=868060 CPUtime=3.21
/proc/30113/task/30115/stat : 30115 (java) R 30111 30113 28915 0 -1 64 26107 625 1 0 266 32 22 1 25 0 9 0 27722825 888893440 21685 996147200 134512640 134550932 4294955968 18446744073709551615 4127349437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30116] ppid=30111 vsize=868060 CPUtime=0.41
/proc/30113/task/30116/stat : 30116 (java) S 30111 30113 28915 0 -1 64 7369 625 0 0 16 2 22 1 17 0 9 0 27722826 888893440 21685 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30117] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30117/stat : 30117 (java) S 30111 30113 28915 0 -1 64 17 625 0 0 0 0 22 1 16 0 9 0 27722827 888893440 21685 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30118] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30118/stat : 30118 (java) S 30111 30113 28915 0 -1 64 9 625 0 0 0 0 22 1 15 0 9 0 27722827 888893440 21685 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30119] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30119/stat : 30119 (java) S 30111 30113 28915 0 -1 64 2 625 0 0 0 0 22 1 18 0 9 0 27722829 888893440 21685 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30120] ppid=30111 vsize=868060 CPUtime=0.65
/proc/30113/task/30120/stat : 30120 (java) S 30111 30113 28915 0 -1 64 985 625 0 0 41 1 22 1 15 0 9 0 27722829 888893440 21685 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30121] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30121/stat : 30121 (java) S 30111 30113 28915 0 -1 64 1 625 0 0 0 0 22 1 19 0 9 0 27722829 888893440 21685 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30122] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30122/stat : 30122 (java) S 30111 30113 28915 0 -1 64 12 625 0 0 0 0 22 1 15 0 9 0 27722829 888893440 21685 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) 868060

[startup+4.30236 s]
/proc/loadavg: 2.16 2.05 1.98 3/89 30126
/proc/meminfo: memFree=1711656/2055920 swapFree=4192812/4192956
[pid=30113] ppid=30111 vsize=868060 CPUtime=4.24
/proc/30113/stat : 30113 (java) S 30111 30113 28915 0 -1 0 35311 625 1 0 364 37 22 1 18 0 9 0 27722824 888893440 21689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30113/statm: 217015 21689 2662 9 0 211451 0
[pid=30113/tid=30115] ppid=30111 vsize=868060 CPUtime=3.59
/proc/30113/task/30115/stat : 30115 (java) R 30111 30113 28915 0 -1 64 26109 625 1 0 304 32 22 1 25 0 9 0 27722825 888893440 21689 996147200 134512640 134550932 4294955968 18446744073709551615 4126381335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30116] ppid=30111 vsize=868060 CPUtime=0.41
/proc/30113/task/30116/stat : 30116 (java) S 30111 30113 28915 0 -1 64 7369 625 0 0 16 2 22 1 16 0 9 0 27722826 888893440 21689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30117] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30117/stat : 30117 (java) S 30111 30113 28915 0 -1 64 17 625 0 0 0 0 22 1 16 0 9 0 27722827 888893440 21689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30118] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30118/stat : 30118 (java) S 30111 30113 28915 0 -1 64 9 625 0 0 0 0 22 1 15 0 9 0 27722827 888893440 21689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30119] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30119/stat : 30119 (java) S 30111 30113 28915 0 -1 64 2 625 0 0 0 0 22 1 18 0 9 0 27722829 888893440 21689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30120] ppid=30111 vsize=868060 CPUtime=0.66
/proc/30113/task/30120/stat : 30120 (java) S 30111 30113 28915 0 -1 64 990 625 0 0 42 1 22 1 15 0 9 0 27722829 888893440 21689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30121] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30121/stat : 30121 (java) S 30111 30113 28915 0 -1 64 1 625 0 0 0 0 22 1 19 0 9 0 27722829 888893440 21689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30113/tid=30122] ppid=30111 vsize=868060 CPUtime=0.23
/proc/30113/task/30122/stat : 30122 (java) S 30111 30113 28915 0 -1 64 12 625 0 0 0 0 22 1 15 0 9 0 27722829 888893440 21689 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) 868060

[startup+4.70173 s]
/proc/loadavg: 2.16 2.05 1.98 3/89 30126
/proc/meminfo: memFree=1711656/2055920 swapFree=4192812/4192956
[pid=30113] ppid=30111 vsize=0 CPUtime=4.62
/proc/30113/stat : 30113 (java) Z 30111 30113 28915 0 -1 12 35429 625 1 0 401 38 22 1 16 0 2 0 27722824 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30113/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.70492
CPU time (s): 4.63929
CPU user time (s): 4.23336
CPU system time (s): 0.405938
CPU usage (%): 98.6052
Max. virtual memory (cumulated for all children) (KiB): 871116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.23336
system time used= 0.405938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36054
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= 1693
involuntary context switches= 1808

runsolver used 0.009998 second user time and 0.021996 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 15:49:48
IDJOB=2095095
IDBENCH=54866
IDSOLVER=773
FILE ID=node39/2095095-1247406588
PBS_JOBID= 9510565
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-bf-2670-001.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-2095095-1247406588/watcher-2095095-1247406588 -o /tmp/evaluation-result-2095095-1247406588/solver-2095095-1247406588 -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-2095095-1247406588.xml

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

MD5SUM BENCH= 1cbe64228f95f93dc6ecadb52932cd01
RANDOM SEED=883576352

node39.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.236
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.236
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:       1788952 kB
Buffers:         33060 kB
Cached:          99336 kB
SwapCached:          0 kB
Active:         154572 kB
Inactive:        47868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2748 kB
Writeback:           0 kB
Mapped:          90428 kB
Slab:            49660 kB
Committed_AS:   994828 kB
PageTables:       1904 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= 66428 MiB
End job on node39 at 2009-07-12 15:49:53