Trace number 252634

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, and are wall clock time (not CPU 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 109 ACSAT 20.2099 20.4161

DiagnosticValue
CHECKS577050
NODES9178

General information on the benchmark

NamesocialGolfers/
socialGolfer-6-3-6.xml
MD5SUMbca57873de13f65fd92169603ee95089
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.23
SatisfiableYES
(Un)Satisfiability was proved
Number of variables1566
Number of constraints5805
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5805
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/252634-1168087341/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.51	     nbVariables=1566  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.51	       =>  wckTime=0.197  cpuTime=0.12  mem=6M886
0.51	   
0.51	   predicates being loaded...
0.52	   
0.52	   constraints being loaded...
1.39	     nbConstraints=5805  nbConflictsStructures=3  nbSharedConflictsStructures=5766  nbUnbuiltConflictsStructures=1
1.39	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=4  nbSharedEvaluationManagers=5801  maxDegree=19  maxArity=18
1.39	       =>  wckTime=1.073  cpuTime=0.9  mem=45M895
1.49	   
1.50	   solver IterativeSystematicSolver being built... 
1.90	       =>  wckTime=1.581  cpuTime=1.2  mem=13M102
1.96	   
1.96	   preprocessing
1.96	     nbConstraintChecks=3024  nbValidityChecks=648  nbPropagations=1566  nbRevisions=648  nbUselessRevisions=648
1.96	     nbRemovedValues=0  detectedInconsistency=no
1.96	       =>  wckTime=0.052  cpuTime=0.04  mem=14M91
2.10	   
2.10	   search
2.10	     run=0  nbConstraintChecks=35918  nbValidityChecks=5990  nbPropagations=1809  nbRevisions=4137
2.10	     nbUselessRevisions=3956  nbAssignments=108  nbFailedAssignments=4  nbBacktracks=11  nbVisitedNodes=116
2.10	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
2.10	       =>  wckTime=0.195  cpuTime=0.15  mem=14M91
2.37	   
2.37	   search
2.37	     run=1  nbConstraintChecks=186622  nbValidityChecks=16343  nbPropagations=4159  nbRevisions=15120
2.37	     nbUselessRevisions=14185  nbAssignments=281  nbFailedAssignments=10  nbBacktracks=28  nbVisitedNodes=303
2.37	     nbRestartNogoods=1  mapSize=17  nbInferences=0  nbTooLargeKeys=0
2.37	       =>  wckTime=0.471  cpuTime=0.41  mem=14M91
2.55	   
2.55	   search
2.55	     run=2  nbConstraintChecks=234489  nbValidityChecks=24969  nbPropagations=6908  nbRevisions=31415
2.55	     nbUselessRevisions=29426  nbAssignments=491  nbFailedAssignments=14  nbBacktracks=52  nbVisitedNodes=519
2.55	     nbRestartNogoods=4  mapSize=21  nbInferences=0  nbTooLargeKeys=0
2.55	       =>  wckTime=0.645  cpuTime=0.58  mem=14M91
2.98	   
2.98	   search
2.98	     run=3  nbConstraintChecks=307840  nbValidityChecks=46726  nbPropagations=10992  nbRevisions=63355
2.98	     nbUselessRevisions=58968  nbAssignments=902  nbFailedAssignments=24  nbBacktracks=91  nbVisitedNodes=951
2.98	     nbRestartNogoods=6  mapSize=35  nbInferences=0  nbTooLargeKeys=0
2.98	       =>  wckTime=1.08  cpuTime=1.01  mem=15M79
3.98	   
3.98	   search
3.98	     run=4  nbConstraintChecks=354475  nbValidityChecks=66983  nbPropagations=16568  nbRevisions=111664
3.98	     nbUselessRevisions=103508  nbAssignments=1536  nbFailedAssignments=36  nbBacktracks=148  nbVisitedNodes=1607
3.98	     nbRestartNogoods=13  mapSize=51  nbInferences=0  nbTooLargeKeys=0
3.98	       =>  wckTime=2.076  cpuTime=1.98  mem=15M79
5.16	   
5.16	   search
5.16	     run=5  nbConstraintChecks=399033  nbValidityChecks=91535  nbPropagations=24167  nbRevisions=179352
5.16	     nbUselessRevisions=165518  nbAssignments=2207  nbFailedAssignments=49  nbBacktracks=224  nbVisitedNodes=2299
5.16	     nbRestartNogoods=19  mapSize=65  nbInferences=0  nbTooLargeKeys=0
5.16	       =>  wckTime=3.259  cpuTime=3.14  mem=16M67
5.37	   
5.37	   search
5.37	     run=6  nbConstraintChecks=407071  nbValidityChecks=105272  nbPropagations=32303  nbRevisions=256126
5.37	     nbUselessRevisions=236055  nbAssignments=2520  nbFailedAssignments=67  nbBacktracks=344  nbVisitedNodes=2653
5.37	     nbRestartNogoods=26  mapSize=102  nbInferences=0  nbTooLargeKeys=0
5.37	       =>  wckTime=3.466  cpuTime=3.35  mem=16M67
6.20	   
6.20	   search
6.20	     run=7  nbConstraintChecks=421700  nbValidityChecks=127520  nbPropagations=41911  nbRevisions=349725
6.20	     nbUselessRevisions=322035  nbAssignments=3150  nbFailedAssignments=87  nbBacktracks=519  nbVisitedNodes=3321
6.20	     nbRestartNogoods=30  mapSize=135  nbInferences=0  nbTooLargeKeys=0
6.20	       =>  wckTime=4.302  cpuTime=4.17  mem=16M67
7.94	   
7.94	   search
7.94	     run=8  nbConstraintChecks=439159  nbValidityChecks=154990  nbPropagations=53656  nbRevisions=465440
7.94	     nbUselessRevisions=428059  nbAssignments=4001  nbFailedAssignments=112  nbBacktracks=779  nbVisitedNodes=4221
7.94	     nbRestartNogoods=35  mapSize=178  nbInferences=0  nbTooLargeKeys=0
7.94	       =>  wckTime=6.034  cpuTime=5.88  mem=17M55
9.16	   
9.16	   search
9.16	     run=9  nbConstraintChecks=458955  nbValidityChecks=188689  nbPropagations=67377  nbRevisions=607559
9.16	     nbUselessRevisions=558298  nbAssignments=4870  nbFailedAssignments=171  nbBacktracks=1165  nbVisitedNodes=5202
9.16	     nbRestartNogoods=41  mapSize=278  nbInferences=0  nbTooLargeKeys=0
9.16	       =>  wckTime=7.256  cpuTime=7.09  mem=18M43
10.87	   
10.87	   search
10.87	     run=10  nbConstraintChecks=510374  nbValidityChecks=260227  nbPropagations=86040  nbRevisions=809040
10.87	     nbUselessRevisions=741186  nbAssignments=6028  nbFailedAssignments=250  nbBacktracks=1746  nbVisitedNodes=6532
10.87	     nbRestartNogoods=48  mapSize=440  nbInferences=0  nbTooLargeKeys=0
10.87	       =>  wckTime=8.97  cpuTime=8.78  mem=19M31
14.55	   
14.55	   search
14.55	     run=11  nbConstraintChecks=551733  nbValidityChecks=321432  nbPropagations=109258  nbRevisions=1062389
14.55	     nbUselessRevisions=970609  nbAssignments=7471  nbFailedAssignments=327  nbBacktracks=2620  nbVisitedNodes=8134
14.55	     nbRestartNogoods=57  mapSize=586  nbInferences=5  nbTooLargeKeys=0
14.55	       =>  wckTime=12.647  cpuTime=12.42  mem=20M20
20.39	   
20.39	   search
20.39	     run=12  nbConstraintChecks=574026  nbValidityChecks=345118  nbPropagations=134482  nbRevisions=1334123
20.39	     nbUselessRevisions=1216569  nbAssignments=9178  nbFailedAssignments=345  nbBacktracks=2743  nbVisitedNodes=9871
20.39	     nbRestartNogoods=70  mapSize=606  nbInferences=5  nbTooLargeKeys=0
20.39	       =>  wckTime=18.489  cpuTime=18.22  mem=20M20
20.39	   
20.39	   global
20.39	     nbConstraintChecks=577050  nbValidityChecks=345766  nbPropagations=136048  nbRevisions=1334771
20.39	     nbUselessRevisions=1217217  nbRestartNogoods=70  solvingWckTime=18.49  solvingCpuTime=18.22  expiredTime=no
20.39	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=19.48
20.39	       =>  wckTime=20.077  cpuTime=19.42  mem=20M20
20.39	   
20.39	s SATISFIABLE
20.39	v 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 
20.39	d NODES 9178
20.39	d CHECKS 577050
20.39	   
20.39	   totalWckTime=20.157  totalCpuTime=19.48

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node34/watcher-252634-1168087341 -o ROOT/results/node34/solver-252634-1168087341 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/252634-1168087341/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 2.03 2.01 1.99 4/80 12198
/proc/meminfo: memFree=1435352/2055920 swapFree=4192812/4192956
[pid=12197] ppid=12195 vsize=18540 CPUtime=0
/proc/12197/stat : 12197 (runsolver) R 12195 12197 11272 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 157127829 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12197/statm: 4635 279 244 17 0 2626 0

[startup+0.108037 s]
/proc/loadavg: 2.03 2.01 1.99 4/80 12198
/proc/meminfo: memFree=1435352/2055920 swapFree=4192812/4192956
[pid=12197] ppid=12195 vsize=914988 CPUtime=0.09
/proc/12197/stat : 12197 (java) R 12195 12197 11272 0 -1 0 2995 0 1 0 7 2 0 0 17 0 8 0 157127829 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12197/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.51607 s]
/proc/loadavg: 2.03 2.01 1.99 4/80 12198
/proc/meminfo: memFree=1435352/2055920 swapFree=4192812/4192956
[pid=12197] ppid=12195 vsize=915328 CPUtime=0.49
/proc/12197/stat : 12197 (java) R 12195 12197 11272 0 -1 0 6139 0 1 0 45 4 0 0 18 0 8 0 157127829 937295872 5878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941994 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12197/statm: 228832 5878 2127 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33814 s]
/proc/loadavg: 2.10 2.03 2.00 3/87 12205
/proc/meminfo: memFree=1389536/2055920 swapFree=4192812/4192956
[pid=12197] ppid=12195 vsize=915620 CPUtime=1.3
/proc/12197/stat : 12197 (java) R 12195 12197 11272 0 -1 0 15313 0 1 0 96 34 0 0 25 0 8 0 157127829 937594880 15051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582787 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12197/statm: 228905 15051 2169 14 0 215375 0
[pid=12197/tid=12199] ppid=12195 vsize=915620 CPUtime=0
/proc/12197/task/12199/stat : 12199 (java) S 12195 12197 11272 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 157127833 937594880 15051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12200] ppid=12195 vsize=915620 CPUtime=0
/proc/12197/task/12200/stat : 12200 (java) S 12195 12197 11272 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 157127833 937594880 15051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12201] ppid=12195 vsize=915620 CPUtime=0
/proc/12197/task/12201/stat : 12201 (java) S 12195 12197 11272 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 157127833 937594880 15051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12202] ppid=12195 vsize=915620 CPUtime=0
/proc/12197/task/12202/stat : 12202 (java) S 12195 12197 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157127837 937594880 15051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12203] ppid=12195 vsize=915620 CPUtime=0.18
/proc/12197/task/12203/stat : 12203 (java) S 12195 12197 11272 0 -1 64 412 0 0 0 17 1 0 0 16 0 8 0 157127837 937594880 15051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12204] ppid=12195 vsize=915620 CPUtime=0
/proc/12197/task/12204/stat : 12204 (java) S 12195 12197 11272 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 157127837 937594880 15051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12205] ppid=12195 vsize=915620 CPUtime=0
/proc/12197/task/12205/stat : 12205 (java) S 12195 12197 11272 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157127837 937594880 15051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915620

[startup+2.99159 s]
/proc/loadavg: 2.10 2.03 2.00 3/87 12205
/proc/meminfo: memFree=1368608/2055920 swapFree=4192812/4192956
[pid=12197] ppid=12195 vsize=915716 CPUtime=2.94
/proc/12197/stat : 12197 (java) R 12195 12197 11272 0 -1 0 19393 0 1 0 257 37 0 0 25 0 8 0 157127829 937693184 19128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12197/statm: 228929 19128 2538 14 0 215399 0
[pid=12197/tid=12199] ppid=12195 vsize=915716 CPUtime=0.1
/proc/12197/task/12199/stat : 12199 (java) S 12195 12197 11272 0 -1 64 2255 0 0 0 10 0 0 0 16 0 8 0 157127833 937693184 19128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12200] ppid=12195 vsize=915716 CPUtime=0
/proc/12197/task/12200/stat : 12200 (java) S 12195 12197 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157127833 937693184 19128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12201] ppid=12195 vsize=915716 CPUtime=0
/proc/12197/task/12201/stat : 12201 (java) S 12195 12197 11272 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157127833 937693184 19128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12202] ppid=12195 vsize=915716 CPUtime=0
/proc/12197/task/12202/stat : 12202 (java) S 12195 12197 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157127837 937693184 19128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12203] ppid=12195 vsize=915716 CPUtime=0.35
/proc/12197/task/12203/stat : 12203 (java) S 12195 12197 11272 0 -1 64 501 0 0 0 33 2 0 0 15 0 8 0 157127837 937693184 19128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12204] ppid=12195 vsize=915716 CPUtime=0
/proc/12197/task/12204/stat : 12204 (java) S 12195 12197 11272 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 157127837 937693184 19128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12205] ppid=12195 vsize=915716 CPUtime=0
/proc/12197/task/12205/stat : 12205 (java) S 12195 12197 11272 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157127837 937693184 19128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915716

[startup+6.27854 s]
/proc/loadavg: 2.10 2.03 2.00 3/87 12205
/proc/meminfo: memFree=1368416/2055920 swapFree=4192812/4192956
[pid=12197] ppid=12195 vsize=915848 CPUtime=6.2
/proc/12197/stat : 12197 (java) R 12195 12197 11272 0 -1 0 19407 0 1 0 582 38 0 0 25 0 8 0 157127829 937828352 19139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074095532 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12197/statm: 228962 19139 2538 14 0 215432 0
[pid=12197/tid=12199] ppid=12195 vsize=915848 CPUtime=0.1
/proc/12197/task/12199/stat : 12199 (java) S 12195 12197 11272 0 -1 64 2255 0 0 0 10 0 0 0 17 0 8 0 157127833 937828352 19139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12200] ppid=12195 vsize=915848 CPUtime=0
/proc/12197/task/12200/stat : 12200 (java) S 12195 12197 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157127833 937828352 19139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12201] ppid=12195 vsize=915848 CPUtime=0
/proc/12197/task/12201/stat : 12201 (java) S 12195 12197 11272 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157127833 937828352 19139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12202] ppid=12195 vsize=915848 CPUtime=0
/proc/12197/task/12202/stat : 12202 (java) S 12195 12197 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157127837 937828352 19139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12203] ppid=12195 vsize=915848 CPUtime=0.37
/proc/12197/task/12203/stat : 12203 (java) S 12195 12197 11272 0 -1 64 512 0 0 0 35 2 0 0 15 0 8 0 157127837 937828352 19139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12204] ppid=12195 vsize=915848 CPUtime=0
/proc/12197/task/12204/stat : 12204 (java) S 12195 12197 11272 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 157127837 937828352 19139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12205] ppid=12195 vsize=915848 CPUtime=0
/proc/12197/task/12205/stat : 12205 (java) S 12195 12197 11272 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157127837 937828352 19139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915848

[startup+12.7721 s]
/proc/loadavg: 2.09 2.03 2.00 3/87 12205
/proc/meminfo: memFree=1368480/2055920 swapFree=4192812/4192956
[pid=12197] ppid=12195 vsize=915848 CPUtime=12.63
/proc/12197/stat : 12197 (java) R 12195 12197 11272 0 -1 0 19414 0 1 0 1225 38 0 0 25 0 8 0 157127829 937828352 19144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074095486 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12197/statm: 228962 19144 2538 14 0 215432 0
[pid=12197/tid=12199] ppid=12195 vsize=915848 CPUtime=0.1
/proc/12197/task/12199/stat : 12199 (java) S 12195 12197 11272 0 -1 64 2255 0 0 0 10 0 0 0 16 0 8 0 157127833 937828352 19144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12200] ppid=12195 vsize=915848 CPUtime=0
/proc/12197/task/12200/stat : 12200 (java) S 12195 12197 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157127833 937828352 19144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12201] ppid=12195 vsize=915848 CPUtime=0
/proc/12197/task/12201/stat : 12201 (java) S 12195 12197 11272 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157127833 937828352 19144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12202] ppid=12195 vsize=915848 CPUtime=0
/proc/12197/task/12202/stat : 12202 (java) S 12195 12197 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157127837 937828352 19144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12203] ppid=12195 vsize=915848 CPUtime=0.38
/proc/12197/task/12203/stat : 12203 (java) S 12195 12197 11272 0 -1 64 517 0 0 0 36 2 0 0 16 0 8 0 157127837 937828352 19144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12204] ppid=12195 vsize=915848 CPUtime=0
/proc/12197/task/12204/stat : 12204 (java) S 12195 12197 11272 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 157127837 937828352 19144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12197/tid=12205] ppid=12195 vsize=915848 CPUtime=0
/proc/12197/task/12205/stat : 12205 (java) S 12195 12197 11272 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157127837 937828352 19144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915848

Child status: 0
Real time (s): 20.4161
CPU time (s): 20.2099
CPU user time (s): 19.814
CPU system time (s): 0.395939
CPU usage (%): 98.9901
Max. virtual memory (cumulated for all children) (KiB): 915848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.814
system time used= 0.395939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19423
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= 2074
involuntary context switches= 2818

runsolver used 0.026995 s user time and 0.075988 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Jan  6 12:42:21 UTC 2007


IDJOB= 252634
IDBENCH= 12959
FILE ID= node34/252634-1168087341

PBS_JOBID= 3476213

Free space on /tmp= 66533 MiB

BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-6-3-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/252634-1168087341/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-252634-1168087341 -o ROOT/results/node34/solver-252634-1168087341 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/252634-1168087341/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  bca57873de13f65fd92169603ee95089

RANDOM SEED= 644397576

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.227
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.227
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:       1435832 kB
Buffers:         35204 kB
Cached:         460108 kB
SwapCached:          0 kB
Active:         124376 kB
Inactive:       419420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:          68648 kB
Slab:            61548 kB
Committed_AS:  3280084 kB
PageTables:       1872 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= 66533 MiB



End job on node34 on Sat Jan  6 12:42:43 UTC 2007