Trace number 228427

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 ESACSAT 6.65499 6.83274

DiagnosticValue
CHECKS26229040
NODES30989

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-43_ext.xml
MD5SUMc3c7c1b0312d8a9feb513100584a2122
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.816874
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=esac.xml
0.43	   
0.43	   instance
0.43	     name=/tmp/evaluation/228427-1168298339/unknown.xml
0.46	   
0.46	   domains being loaded...
0.46	   
0.46	   variables being loaded...
0.50	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.50	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.50	   
0.50	   relations being loaded...
0.59	   
0.59	   constraints being loaded...
0.69	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.69	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8209  maxDegree=27
0.69	     maxArity=2
0.69	       =>  wckTime=0.297  cpuTime=0.21  mem=10M852
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.90	       =>  wckTime=0.504  cpuTime=0.34  mem=14M819
0.95	   
0.95	   preprocessing
0.95	     nbConstraintChecks=27614  nbPropagations=790  nbRevisions=4544  nbUselessRevisions=3509  nbSingletonTests=47
0.95	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.95	       =>  wckTime=0.05  cpuTime=0.03  mem=14M819
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=14546  nbPropagations=1123  nbRevisions=8051  nbUselessRevisions=6442  nbAssignments=22
0.97	     nbFailedAssignments=3  nbBacktracks=12  nbVisitedNodes=32  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.97	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.071  cpuTime=0.05  mem=14M819
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=39582  nbPropagations=2753  nbRevisions=22330  nbUselessRevisions=18074  nbAssignments=53
0.99	     nbFailedAssignments=10  nbBacktracks=27  nbVisitedNodes=79  nbRestartNogoods=2  mapSize=18  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.09  cpuTime=0.06  mem=14M819
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=63932  nbPropagations=4898  nbRevisions=42793  nbUselessRevisions=34761  nbAssignments=94
1.01	     nbFailedAssignments=22  nbBacktracks=50  nbVisitedNodes=143  nbRestartNogoods=5  mapSize=38  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.102  cpuTime=0.07  mem=14M819
1.02	   
1.02	   search
1.02	     run=3  nbConstraintChecks=108292  nbPropagations=7912  nbRevisions=74900  nbUselessRevisions=61111
1.02	     nbAssignments=154  nbFailedAssignments=41  nbBacktracks=84  nbVisitedNodes=240  nbRestartNogoods=6  mapSize=65
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.117  cpuTime=0.08  mem=14M819
1.04	   
1.04	   search
1.04	     run=4  nbConstraintChecks=178371  nbPropagations=12252  nbRevisions=125911  nbUselessRevisions=103269
1.04	     nbAssignments=238  nbFailedAssignments=69  nbBacktracks=134  nbVisitedNodes=378  nbRestartNogoods=8  mapSize=108
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.139  cpuTime=0.1  mem=14M819
1.08	   
1.08	   search
1.08	     run=5  nbConstraintChecks=286166  nbPropagations=18555  nbRevisions=204630  nbUselessRevisions=168117
1.08	     nbAssignments=366  nbFailedAssignments=116  nbBacktracks=209  nbVisitedNodes=590  nbRestartNogoods=12  mapSize=171
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.173  cpuTime=0.13  mem=14M819
1.11	   
1.11	   search
1.11	     run=6  nbConstraintChecks=411206  nbPropagations=27350  nbRevisions=318049  nbUselessRevisions=261936
1.11	     nbAssignments=540  nbFailedAssignments=168  nbBacktracks=324  nbVisitedNodes=868  nbRestartNogoods=16  mapSize=255
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.21  cpuTime=0.18  mem=14M819
1.18	   
1.18	   search
1.18	     run=7  nbConstraintChecks=660131  nbPropagations=40599  nbRevisions=496724  nbUselessRevisions=409736
1.18	     nbAssignments=815  nbFailedAssignments=267  nbBacktracks=495  nbVisitedNodes=1337  nbRestartNogoods=18  mapSize=403
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.28  cpuTime=0.24  mem=14M819
1.28	   
1.28	   search
1.28	     run=8  nbConstraintChecks=1011543  nbPropagations=60045  nbRevisions=768646  nbUselessRevisions=634916
1.28	     nbAssignments=1223  nbFailedAssignments=411  nbBacktracks=755  nbVisitedNodes=2026  nbRestartNogoods=24
1.28	     mapSize=622  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.375  cpuTime=0.33  mem=14M819
1.41	   
1.41	   search
1.41	     run=9  nbConstraintChecks=1478738  nbPropagations=88122  nbRevisions=1167692  nbUselessRevisions=965237
1.41	     nbAssignments=1822  nbFailedAssignments=619  nbBacktracks=1140  nbVisitedNodes=3030  nbRestartNogoods=26
1.41	     mapSize=942  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.507  cpuTime=0.44  mem=14M819
1.45	   
1.45	   INFO : Stopping hyperNogood (mapSize=1030, nbTooLargekeys=0, mem=14M819)
1.60	   
1.60	   search
1.60	     run=10  nbConstraintChecks=2262364  nbPropagations=130090  nbRevisions=1776780  nbUselessRevisions=1469565
1.60	     nbAssignments=2732  nbFailedAssignments=944  nbBacktracks=1719  nbVisitedNodes=4570  nbRestartNogoods=30
1.60	       =>  wckTime=0.694  cpuTime=0.62  mem=14M819
1.83	   
1.83	   search
1.83	     run=11  nbConstraintChecks=3325780  nbPropagations=191037  nbRevisions=2663906  nbUselessRevisions=2201844
1.83	     nbAssignments=4025  nbFailedAssignments=1365  nbBacktracks=2585  nbVisitedNodes=6705  nbRestartNogoods=35
1.83	       =>  wckTime=0.928  cpuTime=0.85  mem=14M819
2.20	   
2.20	   search
2.20	     run=12  nbConstraintChecks=4986295  nbPropagations=281931  nbRevisions=4000336  nbUselessRevisions=3307927
2.20	     nbAssignments=6012  nbFailedAssignments=2050  nbBacktracks=3882  nbVisitedNodes=10060  nbRestartNogoods=41
2.20	       =>  wckTime=1.294  cpuTime=1.21  mem=14M819
2.74	   
2.74	   search
2.74	     run=13  nbConstraintChecks=7462874  nbPropagations=417400  nbRevisions=5994867  nbUselessRevisions=4957479
2.74	     nbAssignments=8954  nbFailedAssignments=3041  nbBacktracks=5829  nbVisitedNodes=15029  nbRestartNogoods=48
2.74	       =>  wckTime=1.835  cpuTime=1.75  mem=14M819
3.54	   
3.54	   search
3.54	     run=14  nbConstraintChecks=11131208  nbPropagations=618703  nbRevisions=8972470  nbUselessRevisions=7422377
3.54	     nbAssignments=13343  nbFailedAssignments=4502  nbBacktracks=8749  nbVisitedNodes=22351  nbRestartNogoods=56
3.54	       =>  wckTime=2.641  cpuTime=2.54  mem=14M819
4.76	   
4.76	   search
4.76	     run=15  nbConstraintChecks=16751083  nbPropagations=919751  nbRevisions=13424703  nbUselessRevisions=11106464
4.76	     nbAssignments=19950  nbFailedAssignments=6711  nbBacktracks=13127  nbVisitedNodes=33419  nbRestartNogoods=66
4.76	       =>  wckTime=3.856  cpuTime=3.74  mem=14M819
6.63	   
6.63	   search
6.63	     run=16  nbConstraintChecks=25424704  nbPropagations=1373773  nbRevisions=20166974  nbUselessRevisions=16689167
6.63	     nbAssignments=29891  nbFailedAssignments=10076  nbBacktracks=19696  nbVisitedNodes=50153  nbRestartNogoods=78
6.63	       =>  wckTime=5.723  cpuTime=5.59  mem=14M819
6.81	   
6.81	   search
6.81	     run=17  nbConstraintChecks=26201426  nbPropagations=1842562  nbRevisions=27123822  nbUselessRevisions=22450577
6.81	     nbAssignments=30989  nbFailedAssignments=10401  nbBacktracks=20429  nbVisitedNodes=51909  nbRestartNogoods=87
6.81	       =>  wckTime=5.906  cpuTime=5.77  mem=14M819
6.81	   
6.81	   global
6.81	     nbConstraintChecks=26229040  nbPropagations=1843352  nbRevisions=27128366  nbUselessRevisions=22454086
6.81	     nbRestartNogoods=87  solvingWckTime=5.907  solvingCpuTime=5.77  expiredTime=no  totalExploration=no
6.81	     nbFoundSolutions=1  globalCpuTime=6.17
6.81	       =>  wckTime=6.414  cpuTime=6.11  mem=14M819
6.81	   
6.81	s SATISFIABLE
6.81	v 9 1 9 0 5 9 10 4 3 8 6 6 0 5 4 7 5 8 8 9 8 10 5 1 4 5 2 3 5 4 1 8 8 4 5 1 7 9 7 9 
6.81	d NODES 30989
6.81	d CHECKS 26229040
6.81	   
6.81	   totalWckTime=6.494  totalCpuTime=6.17

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/node14/watcher-228427-1168298339 -o ROOT/results/node14/solver-228427-1168298339 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228427-1168298339/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: 1.94 1.94 1.70 3/88 6030
/proc/meminfo: memFree=1718976/2055920 swapFree=4163780/4192956
[pid=6029] ppid=6027 vsize=18540 CPUtime=0
/proc/6029/stat : 6029 (runsolver) R 6027 6029 5439 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 178228833 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6029/statm: 4635 279 244 17 0 2626 0

[startup+0.108482 s]
/proc/loadavg: 1.94 1.94 1.70 3/88 6030
/proc/meminfo: memFree=1718976/2055920 swapFree=4163780/4192956
[pid=6029] ppid=6027 vsize=907808 CPUtime=0.05
/proc/6029/stat : 6029 (java) D 6027 6029 5439 0 -1 0 2507 0 1 0 4 1 0 0 17 0 4 0 178228833 929595392 2254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/6029/statm: 226952 2254 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.516523 s]
/proc/loadavg: 1.94 1.94 1.70 3/88 6030
/proc/meminfo: memFree=1718976/2055920 swapFree=4163780/4192956
[pid=6029] ppid=6027 vsize=915328 CPUtime=0.41
/proc/6029/stat : 6029 (java) R 6027 6029 5439 0 -1 0 6135 0 1 0 37 4 0 0 18 0 8 0 178228833 937295872 5874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073560995 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6029/statm: 228832 5874 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915328

[startup+1.33959 s]
/proc/loadavg: 1.94 1.94 1.70 3/95 6037
/proc/meminfo: memFree=1695240/2055920 swapFree=4163780/4192956
[pid=6029] ppid=6027 vsize=915456 CPUtime=1.22
/proc/6029/stat : 6029 (java) R 6027 6029 5439 0 -1 0 8659 0 1 0 116 6 0 0 24 0 8 0 178228833 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798146 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6029/statm: 228864 8397 2524 14 0 215334 0
[pid=6029/tid=6031] ppid=6027 vsize=915456 CPUtime=0.03
/proc/6029/task/6031/stat : 6031 (java) S 6027 6029 5439 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178228837 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6032] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6032/stat : 6032 (java) S 6027 6029 5439 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178228838 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6033] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6033/stat : 6033 (java) S 6027 6029 5439 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178228838 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6034] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6034/stat : 6034 (java) S 6027 6029 5439 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178228849 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6035] ppid=6027 vsize=915456 CPUtime=0.2
/proc/6029/task/6035/stat : 6035 (java) S 6027 6029 5439 0 -1 64 380 0 0 0 20 0 0 0 15 0 8 0 178228849 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6036] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6036/stat : 6036 (java) S 6027 6029 5439 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 178228849 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6037] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6037/stat : 6037 (java) S 6027 6029 5439 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178228849 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915456

[startup+2.99275 s]
/proc/loadavg: 1.95 1.94 1.70 3/95 6037
/proc/meminfo: memFree=1694984/2055920 swapFree=4163780/4192956
[pid=6029] ppid=6027 vsize=915456 CPUtime=2.86
/proc/6029/stat : 6029 (java) R 6027 6029 5439 0 -1 0 8697 0 1 0 280 6 0 0 25 0 8 0 178228833 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797267 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6029/statm: 228864 8434 2524 14 0 215334 0
[pid=6029/tid=6031] ppid=6027 vsize=915456 CPUtime=0.03
/proc/6029/task/6031/stat : 6031 (java) S 6027 6029 5439 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178228837 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6032] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6032/stat : 6032 (java) S 6027 6029 5439 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178228838 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6033] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6033/stat : 6033 (java) S 6027 6029 5439 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178228838 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6034] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6034/stat : 6034 (java) S 6027 6029 5439 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178228849 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6035] ppid=6027 vsize=915456 CPUtime=0.23
/proc/6029/task/6035/stat : 6035 (java) S 6027 6029 5439 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 178228849 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6036] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6036/stat : 6036 (java) S 6027 6029 5439 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 178228849 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6037] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6037/stat : 6037 (java) S 6027 6029 5439 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178228849 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915456

[startup+6.28405 s]
/proc/loadavg: 1.95 1.94 1.70 3/95 6037
/proc/meminfo: memFree=1694920/2055920 swapFree=4163780/4192956
[pid=6029] ppid=6027 vsize=915456 CPUtime=6.12
/proc/6029/stat : 6029 (java) R 6027 6029 5439 0 -1 0 8704 0 1 0 606 6 0 0 25 0 8 0 178228833 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796185 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6029/statm: 228864 8440 2524 14 0 215334 0
[pid=6029/tid=6031] ppid=6027 vsize=915456 CPUtime=0.03
/proc/6029/task/6031/stat : 6031 (java) S 6027 6029 5439 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178228837 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6032] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6032/stat : 6032 (java) S 6027 6029 5439 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178228838 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6033] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6033/stat : 6033 (java) S 6027 6029 5439 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178228838 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6034] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6034/stat : 6034 (java) S 6027 6029 5439 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178228849 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6035] ppid=6027 vsize=915456 CPUtime=0.23
/proc/6029/task/6035/stat : 6035 (java) S 6027 6029 5439 0 -1 64 393 0 0 0 23 0 0 0 16 0 8 0 178228849 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6036] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6036/stat : 6036 (java) S 6027 6029 5439 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 178228849 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6029/tid=6037] ppid=6027 vsize=915456 CPUtime=0
/proc/6029/task/6037/stat : 6037 (java) S 6027 6029 5439 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178228849 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 6.83274
CPU time (s): 6.65499
CPU user time (s): 6.585
CPU system time (s): 0.069989
CPU usage (%): 97.3986
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.585
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8799
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= 1316
involuntary context switches= 1770

runsolver used 0.013997 s user time and 0.033994 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan  8 23:18:59 UTC 2007


IDJOB= 228427
IDBENCH= 6194
FILE ID= node14/228427-1168298339

PBS_JOBID= 3502148

Free space on /tmp= 66344 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-43_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228427-1168298339/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-228427-1168298339 -o ROOT/results/node14/solver-228427-1168298339 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228427-1168298339/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c3c7c1b0312d8a9feb513100584a2122

RANDOM SEED= 749163527

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:       1719392 kB
Buffers:         37104 kB
Cached:         223156 kB
SwapCached:       4056 kB
Active:         160032 kB
Inactive:       137048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719392 kB
SwapTotal:     4192956 kB
SwapFree:      4163780 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          46952 kB
Slab:            24268 kB
Committed_AS:  5917152 kB
PageTables:       2204 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= 66344 MiB



End job on node14 on Mon Jan  8 23:19:06 UTC 2007