Trace number 232016

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 107.003 107.184

DiagnosticValue
CHECKS749377810
NODES520363

General information on the benchmark

Namerandom/rand-2-25/
rand-25-25-300-147-59021_ext.xml
MD5SUMcdd3c876f1ca310a3dbf83d43aee3f8e
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 benchmark67.1258
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=mac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/232016-1168081217/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=25  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.45	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.45	   
0.45	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.66	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=883  maxDegree=24
0.66	     maxArity=2
0.66	       =>  wckTime=0.306  cpuTime=0.23  mem=13M778
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.491  cpuTime=0.35  mem=14M80
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.85	     detectedInconsistency=no
0.85	       =>  wckTime=0.0040  cpuTime=0.01  mem=14M80
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=29782  nbPropagations=409  nbRevisions=6153  nbUselessRevisions=5386  nbAssignments=23
0.89	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.045  cpuTime=0.03  mem=15M120
0.91	   
0.91	   search
0.91	     run=1  nbConstraintChecks=79431  nbPropagations=1430  nbRevisions=22537  nbUselessRevisions=19673  nbAssignments=59
0.91	     nbFailedAssignments=21  nbBacktracks=26  nbVisitedNodes=103  nbRestartNogoods=1  mapSize=26  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.066  cpuTime=0.04  mem=15M120
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=148692  nbPropagations=3247  nbRevisions=53526  nbUselessRevisions=46587
0.94	     nbAssignments=108  nbFailedAssignments=43  nbBacktracks=48  nbVisitedNodes=192  nbRestartNogoods=3  mapSize=48
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.091  cpuTime=0.05  mem=15M120
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=248605  nbPropagations=6123  nbRevisions=104956  nbUselessRevisions=91320
0.96	     nbAssignments=175  nbFailedAssignments=71  nbBacktracks=81  nbVisitedNodes=310  nbRestartNogoods=7  mapSize=78
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.114  cpuTime=0.07  mem=15M120
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=392988  nbPropagations=10553  nbRevisions=187342  nbUselessRevisions=163059
0.99	     nbAssignments=281  nbFailedAssignments=121  nbBacktracks=133  nbVisitedNodes=501  nbRestartNogoods=10  mapSize=126
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.141  cpuTime=0.1  mem=15M120
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=632997  nbPropagations=17606  nbRevisions=323894  nbUselessRevisions=282077
1.03	     nbAssignments=441  nbFailedAssignments=201  nbBacktracks=208  nbVisitedNodes=800  nbRestartNogoods=14  mapSize=201
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.187  cpuTime=0.14  mem=15M120
1.09	   
1.09	   search
1.09	     run=6  nbConstraintChecks=958597  nbPropagations=28184  nbRevisions=531885  nbUselessRevisions=463190
1.09	     nbAssignments=671  nbFailedAssignments=312  nbBacktracks=322  nbVisitedNodes=1224  nbRestartNogoods=24  mapSize=314
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.247  cpuTime=0.2  mem=15M120
1.18	   
1.18	   search
1.18	     run=7  nbConstraintChecks=1483951  nbPropagations=44391  nbRevisions=855786  nbUselessRevisions=745146
1.18	     nbAssignments=1030  nbFailedAssignments=496  nbBacktracks=492  nbVisitedNodes=1897  nbRestartNogoods=30
1.18	     mapSize=483  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.336  cpuTime=0.28  mem=15M120
1.32	   
1.32	   search
1.32	     run=8  nbConstraintChecks=2191346  nbPropagations=68462  nbRevisions=1341889  nbUselessRevisions=1168728
1.32	     nbAssignments=1532  nbFailedAssignments=736  nbBacktracks=750  nbVisitedNodes=2830  nbRestartNogoods=36
1.32	     mapSize=736  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.473  cpuTime=0.41  mem=15M120
1.46	   
1.46	   INFO : Stopping hyperNogood (mapSize=1030, nbTooLargekeys=0, mem=15M120)
1.50	   
1.50	   search
1.50	     run=9  nbConstraintChecks=3247377  nbPropagations=104031  nbRevisions=2065356  nbUselessRevisions=1799286
1.50	     nbAssignments=2288  nbFailedAssignments=1103  nbBacktracks=1134  nbVisitedNodes=4231  nbRestartNogoods=44
1.50	       =>  wckTime=0.652  cpuTime=0.58  mem=15M120
1.76	   
1.76	   search
1.76	     run=10  nbConstraintChecks=4878694  nbPropagations=157294  nbRevisions=3151596  nbUselessRevisions=2745259
1.76	     nbAssignments=3459  nbFailedAssignments=1692  nbBacktracks=1711  nbVisitedNodes=6409  nbRestartNogoods=53
1.76	       =>  wckTime=0.915  cpuTime=0.83  mem=15M120
2.13	   
2.13	   search
2.13	     run=11  nbConstraintChecks=7267337  nbPropagations=236606  nbRevisions=4778317  nbUselessRevisions=4161558
2.13	     nbAssignments=5199  nbFailedAssignments=2563  nbBacktracks=2575  nbVisitedNodes=9646  nbRestartNogoods=63
2.13	       =>  wckTime=1.288  cpuTime=1.21  mem=15M120
2.65	   
2.65	   search
2.65	     run=12  nbConstraintChecks=10887528  nbPropagations=354582  nbRevisions=7205334  nbUselessRevisions=6274079
2.65	     nbAssignments=7749  nbFailedAssignments=3810  nbBacktracks=3873  nbVisitedNodes=14385  nbRestartNogoods=70
2.65	       =>  wckTime=1.809  cpuTime=1.72  mem=15M120
3.42	   
3.42	   search
3.42	     run=13  nbConstraintChecks=16254290  nbPropagations=530722  nbRevisions=10839006  nbUselessRevisions=9438472
3.42	     nbAssignments=11577  nbFailedAssignments=5688  nbBacktracks=5820  nbVisitedNodes=21512  nbRestartNogoods=82
3.42	       =>  wckTime=2.573  cpuTime=2.49  mem=15M120
4.54	   
4.54	   search
4.54	     run=14  nbConstraintChecks=24136488  nbPropagations=792999  nbRevisions=16237584  nbUselessRevisions=14140035
4.54	     nbAssignments=17206  nbFailedAssignments=8394  nbBacktracks=8739  nbVisitedNodes=32000  nbRestartNogoods=91
4.54	       =>  wckTime=3.698  cpuTime=3.61  mem=15M120
6.27	   
6.27	   search
6.27	     run=15  nbConstraintChecks=36223324  nbPropagations=1185879  nbRevisions=24336983  nbUselessRevisions=21194885
6.27	     nbAssignments=25732  nbFailedAssignments=12537  nbBacktracks=13117  nbVisitedNodes=47905  nbRestartNogoods=102
6.27	       =>  wckTime=5.421  cpuTime=5.33  mem=15M120
8.92	   
8.92	   search
8.92	     run=16  nbConstraintChecks=54473343  nbPropagations=1774491  nbRevisions=36514232  nbUselessRevisions=31802874
8.92	     nbAssignments=38540  nbFailedAssignments=18772  nbBacktracks=19685  nbVisitedNodes=71727  nbRestartNogoods=120
8.92	       =>  wckTime=8.079  cpuTime=7.98  mem=15M120
12.89	   
12.89	   search
12.89	     run=17  nbConstraintChecks=82024022  nbPropagations=2660179  nbRevisions=54888883  nbUselessRevisions=47816375
12.89	     nbAssignments=57919  nbFailedAssignments=28293  nbBacktracks=29539  nbVisitedNodes=107885  nbRestartNogoods=139
12.89	       =>  wckTime=12.043  cpuTime=11.93  mem=15M120
18.76	   
18.76	   search
18.76	     run=18  nbConstraintChecks=123890088  nbPropagations=3991089  nbRevisions=82555266  nbUselessRevisions=71927466
18.76	     nbAssignments=86948  nbFailedAssignments=42538  nbBacktracks=44317  nbVisitedNodes=161919  nbRestartNogoods=152
18.76	       =>  wckTime=17.916  cpuTime=17.8  mem=15M120
27.46	   
27.46	   search
27.46	     run=19  nbConstraintChecks=184967197  nbPropagations=5982984  nbRevisions=123934291  nbUselessRevisions=107990689
27.46	     nbAssignments=130147  nbFailedAssignments=63563  nbBacktracks=66485  nbVisitedNodes=242445  nbRestartNogoods=167
27.46	       =>  wckTime=26.611  cpuTime=26.49  mem=15M120
40.75	   
40.75	   search
40.75	     run=20  nbConstraintChecks=279023511  nbPropagations=8974525  nbRevisions=186269580  nbUselessRevisions=162331743
40.75	     nbAssignments=195083  nbFailedAssignments=95242  nbBacktracks=99738  nbVisitedNodes=363537  nbRestartNogoods=179
40.75	       =>  wckTime=39.901  cpuTime=39.78  mem=15M120
60.47	   
60.47	   search
60.47	     run=21  nbConstraintChecks=417675192  nbPropagations=13457614  nbRevisions=279745328  nbUselessRevisions=243846321
60.47	     nbAssignments=292376  nbFailedAssignments=142652  nbBacktracks=149616  nbVisitedNodes=544893  nbRestartNogoods=195
60.47	       =>  wckTime=59.621  cpuTime=59.47  mem=15M120
90.66	   
90.67	   search
90.67	     run=22  nbConstraintChecks=632779051  nbPropagations=20206401  nbRevisions=420769624  nbUselessRevisions=366798251
90.67	     nbAssignments=439507  nbFailedAssignments=214961  nbBacktracks=224434  nbVisitedNodes=819087  nbRestartNogoods=216
90.67	       =>  wckTime=89.819  cpuTime=89.66  mem=15M120
107.16	   
107.16	   search
107.16	     run=23  nbConstraintChecks=749377810  nbPropagations=28193224  nbRevisions=587775273  nbUselessRevisions=512421786
107.16	     nbAssignments=520363  nbFailedAssignments=254624  nbBacktracks=265602  nbVisitedNodes=969737  nbRestartNogoods=234
107.16	       =>  wckTime=106.312  cpuTime=106.14  mem=15M120
107.16	   
107.16	   global
107.16	     nbConstraintChecks=749377810  nbPropagations=28193249  nbRevisions=587775273  nbUselessRevisions=512421786
107.16	     nbRestartNogoods=234  solvingWckTime=106.313  solvingCpuTime=106.14  expiredTime=no  totalExploration=no
107.16	     nbFoundSolutions=1  globalCpuTime=106.54
107.16	       =>  wckTime=106.807  cpuTime=106.49  mem=15M120
107.16	   
107.16	s SATISFIABLE
107.16	v 12 24 17 18 15 5 10 12 23 19 10 10 22 14 15 22 20 11 3 12 6 12 23 16 14 
107.16	d NODES 520363
107.16	d CHECKS 749377810
107.16	   
107.16	   totalWckTime=106.882  totalCpuTime=106.54

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/node62/watcher-232016-1168081217 -o ROOT/results/node62/solver-232016-1168081217 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/232016-1168081217/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: 0.06 0.22 0.76 3/73 5337
/proc/meminfo: memFree=1116944/2055920 swapFree=4192812/4192956
[pid=5336] ppid=5331 vsize=0 CPUtime=0
/proc/5336/stat : 5336 (runsolver) R 5331 5336 4752 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156520231 0 0 18446744073709551615 0 0 0 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 0 0 0
/proc/5336/statm: 18 1 0 0 0 1 0

[startup+0.102437 s]
/proc/loadavg: 0.06 0.22 0.76 3/73 5337
/proc/meminfo: memFree=1116944/2055920 swapFree=4192812/4192956
[pid=5336] ppid=5331 vsize=907808 CPUtime=0.05
/proc/5336/stat : 5336 (java) D 5331 5336 4752 0 -1 0 2455 0 1 0 4 1 0 0 19 0 4 0 156520231 929595392 2202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/5336/statm: 226952 2202 1214 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.510513 s]
/proc/loadavg: 0.06 0.22 0.76 3/73 5337
/proc/meminfo: memFree=1116944/2055920 swapFree=4192812/4192956
[pid=5336] ppid=5331 vsize=915328 CPUtime=0.43
/proc/5336/stat : 5336 (java) R 5331 5336 4752 0 -1 0 6582 0 1 0 39 4 0 0 22 0 8 0 156520231 937295872 6321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5336/statm: 228832 6321 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.33168 s]
/proc/loadavg: 0.06 0.22 0.76 2/75 5351
/proc/meminfo: memFree=1093440/2055920 swapFree=4192812/4192956
[pid=5336] ppid=5331 vsize=915456 CPUtime=1.24
/proc/5336/stat : 5336 (java) R 5331 5336 4752 0 -1 0 8754 0 1 0 118 6 0 0 16 0 8 0 156520231 937426944 8492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801115 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5336/statm: 228864 8492 2513 14 0 215334 0
[pid=5336/tid=5338] ppid=5331 vsize=915456 CPUtime=0.03
/proc/5336/task/5338/stat : 5338 (java) S 5331 5336 4752 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 156520237 937426944 8492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5340] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5340/stat : 5340 (java) S 5331 5336 4752 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520237 937426944 8492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5341] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5341/stat : 5341 (java) S 5331 5336 4752 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520237 937426944 8492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5344] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5344/stat : 5344 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520243 937426944 8492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5346] ppid=5331 vsize=915456 CPUtime=0.2
/proc/5336/task/5346/stat : 5346 (java) S 5331 5336 4752 0 -1 64 382 0 0 0 20 0 0 0 16 0 8 0 156520243 937426944 8492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5348] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5348/stat : 5348 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156520243 937426944 8492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5350] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5350/stat : 5350 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156520244 937426944 8492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 915456

[startup+2.98 s]
/proc/loadavg: 0.06 0.22 0.76 2/75 5351
/proc/meminfo: memFree=1093376/2055920 swapFree=4192812/4192956
[pid=5336] ppid=5331 vsize=915456 CPUtime=2.89
/proc/5336/stat : 5336 (java) R 5331 5336 4752 0 -1 0 8761 0 1 0 282 7 0 0 24 0 8 0 156520231 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797324 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5336/statm: 228864 8498 2513 14 0 215334 0
[pid=5336/tid=5338] ppid=5331 vsize=915456 CPUtime=0.03
/proc/5336/task/5338/stat : 5338 (java) S 5331 5336 4752 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 156520237 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5340] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5340/stat : 5340 (java) S 5331 5336 4752 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520237 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5341] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5341/stat : 5341 (java) S 5331 5336 4752 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520237 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5344] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5344/stat : 5344 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520243 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5346] ppid=5331 vsize=915456 CPUtime=0.22
/proc/5336/task/5346/stat : 5346 (java) S 5331 5336 4752 0 -1 64 388 0 0 0 21 1 0 0 15 0 8 0 156520243 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5348] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5348/stat : 5348 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156520243 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5350] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5350/stat : 5350 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156520244 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915456

[startup+6.26664 s]
/proc/loadavg: 0.13 0.23 0.76 2/75 5359
/proc/meminfo: memFree=1093376/2055920 swapFree=4192812/4192956
[pid=5336] ppid=5331 vsize=915456 CPUtime=6.18
/proc/5336/stat : 5336 (java) R 5331 5336 4752 0 -1 0 8761 0 1 0 611 7 0 0 25 0 8 0 156520231 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810966 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5336/statm: 228864 8498 2513 14 0 215334 0
[pid=5336/tid=5338] ppid=5331 vsize=915456 CPUtime=0.03
/proc/5336/task/5338/stat : 5338 (java) S 5331 5336 4752 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 156520237 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5340] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5340/stat : 5340 (java) S 5331 5336 4752 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520237 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5341] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5341/stat : 5341 (java) S 5331 5336 4752 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520237 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5344] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5344/stat : 5344 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520243 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5346] ppid=5331 vsize=915456 CPUtime=0.22
/proc/5336/task/5346/stat : 5346 (java) S 5331 5336 4752 0 -1 64 388 0 0 0 21 1 0 0 16 0 8 0 156520243 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5348] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5348/stat : 5348 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156520243 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5350] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5350/stat : 5350 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156520244 937426944 8498 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915456

[startup+12.7449 s]
/proc/loadavg: 0.20 0.24 0.76 2/75 5359
/proc/meminfo: memFree=1093376/2055920 swapFree=4192812/4192956
[pid=5336] ppid=5331 vsize=915456 CPUtime=12.64
/proc/5336/stat : 5336 (java) R 5331 5336 4752 0 -1 0 8764 0 1 0 1257 7 0 0 25 0 8 0 156520231 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812313 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5336/statm: 228864 8500 2513 14 0 215334 0
[pid=5336/tid=5338] ppid=5331 vsize=915456 CPUtime=0.03
/proc/5336/task/5338/stat : 5338 (java) S 5331 5336 4752 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5340] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5340/stat : 5340 (java) S 5331 5336 4752 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5341] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5341/stat : 5341 (java) S 5331 5336 4752 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5344] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5344/stat : 5344 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5346] ppid=5331 vsize=915456 CPUtime=0.23
/proc/5336/task/5346/stat : 5346 (java) S 5331 5336 4752 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5348] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5348/stat : 5348 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5350] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5350/stat : 5350 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156520244 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915456

[startup+25.5935 s]
/proc/loadavg: 0.38 0.28 0.76 2/75 5359
/proc/meminfo: memFree=1093440/2055920 swapFree=4192812/4192956
[pid=5336] ppid=5331 vsize=915456 CPUtime=25.48
/proc/5336/stat : 5336 (java) R 5331 5336 4752 0 -1 0 8764 0 1 0 2541 7 0 0 25 0 8 0 156520231 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796213 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5336/statm: 228864 8500 2513 14 0 215334 0
[pid=5336/tid=5338] ppid=5331 vsize=915456 CPUtime=0.03
/proc/5336/task/5338/stat : 5338 (java) S 5331 5336 4752 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5340] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5340/stat : 5340 (java) S 5331 5336 4752 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5341] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5341/stat : 5341 (java) S 5331 5336 4752 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5344] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5344/stat : 5344 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5346] ppid=5331 vsize=915456 CPUtime=0.23
/proc/5336/task/5346/stat : 5346 (java) S 5331 5336 4752 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5348] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5348/stat : 5348 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5350] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5350/stat : 5350 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156520244 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 915456

[startup+51.1935 s]
/proc/loadavg: 0.59 0.33 0.77 2/81 5434
/proc/meminfo: memFree=1094288/2055920 swapFree=4192812/4192956
[pid=5336] ppid=5331 vsize=915456 CPUtime=51.07
/proc/5336/stat : 5336 (java) R 5331 5336 4752 0 -1 0 8764 0 1 0 5098 9 0 0 25 0 8 0 156520231 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797324 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5336/statm: 228864 8500 2513 14 0 215334 0
[pid=5336/tid=5338] ppid=5331 vsize=915456 CPUtime=0.03
/proc/5336/task/5338/stat : 5338 (java) S 5331 5336 4752 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5340] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5340/stat : 5340 (java) S 5331 5336 4752 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5341] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5341/stat : 5341 (java) S 5331 5336 4752 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5344] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5344/stat : 5344 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5346] ppid=5331 vsize=915456 CPUtime=0.23
/proc/5336/task/5346/stat : 5346 (java) S 5331 5336 4752 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5348] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5348/stat : 5348 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5350] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5350/stat : 5350 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156520244 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 915456

[startup+102.398 s]
/proc/loadavg: 0.82 0.43 0.78 2/81 5555
/proc/meminfo: memFree=1094168/2055920 swapFree=4192812/4192956
[pid=5336] ppid=5331 vsize=915456 CPUtime=102.23
/proc/5336/stat : 5336 (java) R 5331 5336 4752 0 -1 0 8764 0 1 0 10209 14 0 0 25 0 8 0 156520231 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801640 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5336/statm: 228864 8500 2513 14 0 215334 0
[pid=5336/tid=5338] ppid=5331 vsize=915456 CPUtime=0.03
/proc/5336/task/5338/stat : 5338 (java) S 5331 5336 4752 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5340] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5340/stat : 5340 (java) S 5331 5336 4752 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5341] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5341/stat : 5341 (java) S 5331 5336 4752 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156520237 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5344] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5344/stat : 5344 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5346] ppid=5331 vsize=915456 CPUtime=0.23
/proc/5336/task/5346/stat : 5346 (java) S 5331 5336 4752 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5348] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5348/stat : 5348 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156520243 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5336/tid=5350] ppid=5331 vsize=915456 CPUtime=0
/proc/5336/task/5350/stat : 5350 (java) S 5331 5336 4752 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156520244 937426944 8500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 107.184
CPU time (s): 107.003
CPU user time (s): 106.843
CPU system time (s): 0.159975
CPU usage (%): 99.8312
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.843
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8787
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= 3248
involuntary context switches= 3793

runsolver used 0.136979 s user time and 0.316951 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Jan  6 11:00:20 UTC 2007


IDJOB= 232016
IDBENCH= 6496
FILE ID= node62/232016-1168081217

PBS_JOBID= 3476178

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-25/rand-25-25-300-147-59021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/232016-1168081217/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-232016-1168081217 -o ROOT/results/node62/solver-232016-1168081217 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/232016-1168081217/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cdd3c876f1ca310a3dbf83d43aee3f8e

RANDOM SEED= 457547425

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.259
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.259
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:       1118424 kB
Buffers:         60024 kB
Cached:         779028 kB
SwapCached:          0 kB
Active:         132952 kB
Inactive:       726396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3892 kB
Writeback:           0 kB
Mapped:          30424 kB
Slab:            63812 kB
Committed_AS:  2924624 kB
PageTables:       1684 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= 66548 MiB



End job on node62 on Sat Jan  6 11:02:18 UTC 2007