Trace number 228522

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 ACUNSAT 25.4361 25.6928

DiagnosticValue
CHECKS113011273
NODES133319

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-37_ext.xml
MD5SUM32ad748e3487e3f49347334b279f11f4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.63799
SatisfiableNO
(Un)Satisfiability was provedNO
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/228522-1168080885/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.42	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.61	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8241  maxDegree=27
0.61	     maxArity=2
0.61	       =>  wckTime=0.298  cpuTime=0.22  mem=10M852
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.493  cpuTime=0.35  mem=13M695
0.82	   
0.82	   preprocessing
0.82	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.82	     detectedInconsistency=no
0.82	       =>  wckTime=0.0080  cpuTime=0.0  mem=13M695
0.86	   
0.86	   search
0.86	     run=0  nbConstraintChecks=20939  nbPropagations=474  nbRevisions=5124  nbUselessRevisions=4194  nbAssignments=23
0.86	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=38  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.049  cpuTime=0.03  mem=14M670
0.88	   
0.88	   search
0.88	     run=1  nbConstraintChecks=48944  nbPropagations=1489  nbRevisions=17319  nbUselessRevisions=14125  nbAssignments=56
0.88	     nbFailedAssignments=17  nbBacktracks=27  nbVisitedNodes=93  nbRestartNogoods=3  mapSize=24  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.073  cpuTime=0.04  mem=14M670
0.90	   
0.90	   search
0.90	     run=2  nbConstraintChecks=80807  nbPropagations=3118  nbRevisions=37282  nbUselessRevisions=30309  nbAssignments=96
0.90	     nbFailedAssignments=29  nbBacktracks=49  nbVisitedNodes=158  nbRestartNogoods=5  mapSize=42  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.093  cpuTime=0.05  mem=14M670
0.92	   
0.92	   search
0.92	     run=3  nbConstraintChecks=123886  nbPropagations=5634  nbRevisions=69138  nbUselessRevisions=56422
0.92	     nbAssignments=153  nbFailedAssignments=45  nbBacktracks=82  nbVisitedNodes=246  nbRestartNogoods=7  mapSize=68
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.113  cpuTime=0.07  mem=14M670
0.94	   
0.94	   search
0.94	     run=4  nbConstraintChecks=175743  nbPropagations=9211  nbRevisions=114433  nbUselessRevisions=93651
0.94	     nbAssignments=232  nbFailedAssignments=67  nbBacktracks=133  nbVisitedNodes=367  nbRestartNogoods=9  mapSize=103
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.131  cpuTime=0.09  mem=14M670
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=262768  nbPropagations=14406  nbRevisions=181803  nbUselessRevisions=148865
0.97	     nbAssignments=345  nbFailedAssignments=97  nbBacktracks=208  nbVisitedNodes=552  nbRestartNogoods=11  mapSize=163
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.16  cpuTime=0.11  mem=14M670
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=386062  nbPropagations=21925  nbRevisions=282879  nbUselessRevisions=232036
1.01	     nbAssignments=523  nbFailedAssignments=153  nbBacktracks=323  nbVisitedNodes=833  nbRestartNogoods=13  mapSize=247
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.196  cpuTime=0.14  mem=14M670
1.07	   
1.07	   search
1.07	     run=7  nbConstraintChecks=621241  nbPropagations=33741  nbRevisions=446944  nbUselessRevisions=367618
1.07	     nbAssignments=800  nbFailedAssignments=251  nbBacktracks=496  nbVisitedNodes=1295  nbRestartNogoods=18  mapSize=395
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.258  cpuTime=0.21  mem=14M670
1.17	   
1.17	   search
1.17	     run=8  nbConstraintChecks=952248  nbPropagations=51580  nbRevisions=697776  nbUselessRevisions=574510
1.17	     nbAssignments=1200  nbFailedAssignments=385  nbBacktracks=754  nbVisitedNodes=1965  nbRestartNogoods=23
1.17	     mapSize=614  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.355  cpuTime=0.29  mem=14M670
1.31	   
1.31	   search
1.31	     run=9  nbConstraintChecks=1434790  nbPropagations=78175  nbRevisions=1078305  nbUselessRevisions=888991
1.31	     nbAssignments=1779  nbFailedAssignments=573  nbBacktracks=1139  nbVisitedNodes=2932  nbRestartNogoods=28
1.31	     mapSize=927  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.494  cpuTime=0.42  mem=14M670
1.35	   
1.35	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=14M670)
1.50	   
1.50	   search
1.50	     run=10  nbConstraintChecks=2259573  nbPropagations=119511  nbRevisions=1681518  nbUselessRevisions=1388198
1.50	     nbAssignments=2702  nbFailedAssignments=915  nbBacktracks=1716  nbVisitedNodes=4509  nbRestartNogoods=33
1.50	       =>  wckTime=0.692  cpuTime=0.6  mem=14M670
1.75	   
1.75	   search
1.75	     run=11  nbConstraintChecks=3400435  nbPropagations=181114  nbRevisions=2583303  nbUselessRevisions=2133504
1.75	     nbAssignments=4029  nbFailedAssignments=1372  nbBacktracks=2581  nbVisitedNodes=6738  nbRestartNogoods=40
1.75	       =>  wckTime=0.941  cpuTime=0.85  mem=14M670
2.10	   
2.10	   search
2.10	     run=12  nbConstraintChecks=4952672  nbPropagations=270784  nbRevisions=3895698  nbUselessRevisions=3218102
2.10	     nbAssignments=5973  nbFailedAssignments=2011  nbBacktracks=3879  nbVisitedNodes=9971  nbRestartNogoods=46
2.10	       =>  wckTime=1.286  cpuTime=1.18  mem=14M670
2.64	   
2.64	   search
2.64	     run=13  nbConstraintChecks=7451400  nbPropagations=405201  nbRevisions=5882580  nbUselessRevisions=4862804
2.64	     nbAssignments=8978  nbFailedAssignments=3062  nbBacktracks=5826  nbVisitedNodes=15059  nbRestartNogoods=54
2.64	       =>  wckTime=1.831  cpuTime=1.72  mem=14M670
3.46	   
3.46	   search
3.46	     run=14  nbConstraintChecks=11161741  nbPropagations=607044  nbRevisions=8854388  nbUselessRevisions=7318551
3.46	     nbAssignments=13370  nbFailedAssignments=4527  nbBacktracks=8747  nbVisitedNodes=22451  nbRestartNogoods=62
3.46	       =>  wckTime=2.652  cpuTime=2.53  mem=14M670
4.69	   
4.69	   search
4.69	     run=15  nbConstraintChecks=16784105  nbPropagations=909029  nbRevisions=13338008  nbUselessRevisions=11030294
4.69	     nbAssignments=19987  nbFailedAssignments=6759  nbBacktracks=13127  nbVisitedNodes=33605  nbRestartNogoods=68
4.69	       =>  wckTime=3.875  cpuTime=3.75  mem=14M670
6.52	   
6.52	   search
6.52	     run=16  nbConstraintChecks=25315259  nbPropagations=1360240  nbRevisions=20039897  nbUselessRevisions=16572142
6.52	     nbAssignments=30004  nbFailedAssignments=10202  nbBacktracks=19698  nbVisitedNodes=50484  nbRestartNogoods=75
6.52	       =>  wckTime=5.708  cpuTime=5.57  mem=14M670
9.33	   
9.33	   search
9.33	     run=17  nbConstraintChecks=38238980  nbPropagations=2040758  nbRevisions=30142038  nbUselessRevisions=24922643
9.33	     nbAssignments=44926  nbFailedAssignments=15263  nbBacktracks=29554  nbVisitedNodes=75573  nbRestartNogoods=85
9.33	       =>  wckTime=8.517  cpuTime=8.35  mem=14M670
13.52	   
13.52	   search
13.52	     run=18  nbConstraintChecks=57430752  nbPropagations=3060594  nbRevisions=45294723  nbUselessRevisions=37446731
13.52	     nbAssignments=67349  nbFailedAssignments=22900  nbBacktracks=44332  nbVisitedNodes=113357  nbRestartNogoods=94
13.52	       =>  wckTime=12.707  cpuTime=12.5  mem=14M670
19.61	   
19.61	   search
19.61	     run=19  nbConstraintChecks=85146176  nbPropagations=4577273  nbRevisions=67840006  nbUselessRevisions=56100452
19.61	     nbAssignments=100514  nbFailedAssignments=33891  nbBacktracks=66502  nbVisitedNodes=168789  nbRestartNogoods=101
19.61	       =>  wckTime=18.799  cpuTime=18.54  mem=14M670
25.66	   
25.66	   search
25.66	     run=20  nbConstraintChecks=113011273  nbPropagations=6588469  nbRevisions=97752828  nbUselessRevisions=80852750
25.66	     nbAssignments=133319  nbFailedAssignments=44715  nbBacktracks=88484  nbVisitedNodes=223705  nbRestartNogoods=110
25.66	       =>  wckTime=24.852  cpuTime=24.54  mem=14M670
25.67	   
25.67	   global
25.67	     nbConstraintChecks=113011273  nbPropagations=6588509  nbRevisions=97752828  nbUselessRevisions=80852750
25.67	     nbRestartNogoods=110  solvingWckTime=24.853  solvingCpuTime=24.54  expiredTime=no  totalExploration=yes
25.67	     nbFoundSolutions=0  globalCpuTime=24.93
25.67	       =>  wckTime=25.35  cpuTime=24.89  mem=14M670
25.67	   
25.67	s UNSATISFIABLE
25.67	d NODES 133319
25.67	d CHECKS 113011273
25.67	   
25.67	   totalWckTime=25.431  totalCpuTime=24.93

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-228522-1168080885 -o ROOT/results/node16/solver-228522-1168080885 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228522-1168080885/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.02 1.29 1.64 4/93 22973
/proc/meminfo: memFree=1324968/2055920 swapFree=4191880/4192956
[pid=22972] ppid=22970 vsize=18540 CPUtime=0
/proc/22972/stat : 22972 (runsolver) R 22970 22972 22737 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156485640 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22972/statm: 4635 279 244 17 0 2626 0

[startup+0.10384 s]
/proc/loadavg: 1.02 1.29 1.64 4/93 22973
/proc/meminfo: memFree=1324968/2055920 swapFree=4191880/4192956
[pid=22972] ppid=22970 vsize=914988 CPUtime=0.08
/proc/22972/stat : 22972 (java) R 22970 22972 22737 0 -1 0 2964 0 1 0 7 1 0 0 17 0 8 0 156485640 936947712 2710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4151974723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22972/statm: 228747 2710 1418 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511764 s]
/proc/loadavg: 1.02 1.29 1.64 4/93 22973
/proc/meminfo: memFree=1324968/2055920 swapFree=4191880/4192956
[pid=22972] ppid=22970 vsize=915328 CPUtime=0.49
/proc/22972/stat : 22972 (java) R 22970 22972 22737 0 -1 0 6404 0 1 0 45 4 0 0 18 0 8 0 156485640 937295872 6143 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154509237 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22972/statm: 228832 6143 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33562 s]
/proc/loadavg: 1.02 1.29 1.64 3/100 22980
/proc/meminfo: memFree=1301680/2055920 swapFree=4191880/4192956
[pid=22972] ppid=22970 vsize=915456 CPUtime=1.29
/proc/22972/stat : 22972 (java) R 22970 22972 22737 0 -1 0 8577 0 1 0 123 6 0 0 24 0 8 0 156485640 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22972/statm: 228864 8315 2513 14 0 215334 0
[pid=22972/tid=22974] ppid=22970 vsize=915456 CPUtime=0.02
/proc/22972/task/22974/stat : 22974 (java) S 22970 22972 22737 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 156485645 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22975] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22975/stat : 22975 (java) S 22970 22972 22737 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156485645 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22976] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22976/stat : 22976 (java) S 22970 22972 22737 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485645 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22977] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22977/stat : 22977 (java) S 22970 22972 22737 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156485648 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22978] ppid=22970 vsize=915456 CPUtime=0.23
/proc/22972/task/22978/stat : 22978 (java) S 22970 22972 22737 0 -1 64 385 0 0 0 22 1 0 0 15 0 8 0 156485648 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22979] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22979/stat : 22979 (java) S 22970 22972 22737 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156485648 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22980] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22980/stat : 22980 (java) S 22970 22972 22737 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156485648 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915456

[startup+2.98731 s]
/proc/loadavg: 1.02 1.29 1.64 3/100 22980
/proc/meminfo: memFree=1301424/2055920 swapFree=4191880/4192956
[pid=22972] ppid=22970 vsize=915456 CPUtime=2.93
/proc/22972/stat : 22972 (java) R 22970 22972 22737 0 -1 0 8595 0 1 0 287 6 0 0 25 0 8 0 156485640 937426944 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073807940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22972/statm: 228864 8332 2513 14 0 215334 0
[pid=22972/tid=22974] ppid=22970 vsize=915456 CPUtime=0.02
/proc/22972/task/22974/stat : 22974 (java) S 22970 22972 22737 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 156485645 937426944 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22975] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22975/stat : 22975 (java) S 22970 22972 22737 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156485645 937426944 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22976] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22976/stat : 22976 (java) S 22970 22972 22737 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485645 937426944 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22977] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22977/stat : 22977 (java) S 22970 22972 22737 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156485648 937426944 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22978] ppid=22970 vsize=915456 CPUtime=0.24
/proc/22972/task/22978/stat : 22978 (java) S 22970 22972 22737 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 156485648 937426944 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22979] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22979/stat : 22979 (java) S 22970 22972 22737 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156485648 937426944 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22980] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22980/stat : 22980 (java) S 22970 22972 22737 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156485648 937426944 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.26572 s]
/proc/loadavg: 1.10 1.30 1.64 3/100 22980
/proc/meminfo: memFree=1301424/2055920 swapFree=4191880/4192956
[pid=22972] ppid=22970 vsize=915456 CPUtime=6.19
/proc/22972/stat : 22972 (java) R 22970 22972 22737 0 -1 0 8599 0 1 0 612 7 0 0 25 0 8 0 156485640 937426944 8336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073831378 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22972/statm: 228864 8336 2513 14 0 215334 0
[pid=22972/tid=22974] ppid=22970 vsize=915456 CPUtime=0.02
/proc/22972/task/22974/stat : 22974 (java) S 22970 22972 22737 0 -1 64 228 0 0 0 2 0 0 0 17 0 8 0 156485645 937426944 8336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22975] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22975/stat : 22975 (java) S 22970 22972 22737 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156485645 937426944 8336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22976] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22976/stat : 22976 (java) S 22970 22972 22737 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485645 937426944 8336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22977] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22977/stat : 22977 (java) S 22970 22972 22737 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156485648 937426944 8336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22978] ppid=22970 vsize=915456 CPUtime=0.24
/proc/22972/task/22978/stat : 22978 (java) S 22970 22972 22737 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 156485648 937426944 8336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22979] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22979/stat : 22979 (java) S 22970 22972 22737 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156485648 937426944 8336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22980] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22980/stat : 22980 (java) S 22970 22972 22737 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156485648 937426944 8336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915456

[startup+12.7515 s]
/proc/loadavg: 1.17 1.31 1.65 3/100 22980
/proc/meminfo: memFree=1301424/2055920 swapFree=4191880/4192956
[pid=22972] ppid=22970 vsize=915456 CPUtime=12.61
/proc/22972/stat : 22972 (java) R 22970 22972 22737 0 -1 0 8605 0 1 0 1254 7 0 0 25 0 8 0 156485640 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073794911 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22972/statm: 228864 8341 2513 14 0 215334 0
[pid=22972/tid=22974] ppid=22970 vsize=915456 CPUtime=0.02
/proc/22972/task/22974/stat : 22974 (java) S 22970 22972 22737 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 156485645 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22975] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22975/stat : 22975 (java) S 22970 22972 22737 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156485645 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22976] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22976/stat : 22976 (java) S 22970 22972 22737 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485645 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22977] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22977/stat : 22977 (java) S 22970 22972 22737 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156485648 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22978] ppid=22970 vsize=915456 CPUtime=0.24
/proc/22972/task/22978/stat : 22978 (java) S 22970 22972 22737 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 156485648 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22979] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22979/stat : 22979 (java) S 22970 22972 22737 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156485648 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22980] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22980/stat : 22980 (java) S 22970 22972 22737 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156485648 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915456

[startup+25.5892 s]
/proc/loadavg: 1.36 1.34 1.65 3/100 22980
/proc/meminfo: memFree=1301488/2055920 swapFree=4191880/4192956
[pid=22972] ppid=22970 vsize=915456 CPUtime=25.34
/proc/22972/stat : 22972 (java) R 22970 22972 22737 0 -1 0 8610 0 1 0 2527 7 0 0 25 0 8 0 156485640 937426944 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073795781 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22972/statm: 228864 8346 2513 14 0 215334 0
[pid=22972/tid=22974] ppid=22970 vsize=915456 CPUtime=0.02
/proc/22972/task/22974/stat : 22974 (java) S 22970 22972 22737 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 156485645 937426944 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22975] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22975/stat : 22975 (java) S 22970 22972 22737 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156485645 937426944 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22976] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22976/stat : 22976 (java) S 22970 22972 22737 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485645 937426944 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22977] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22977/stat : 22977 (java) S 22970 22972 22737 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156485648 937426944 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22978] ppid=22970 vsize=915456 CPUtime=0.24
/proc/22972/task/22978/stat : 22978 (java) S 22970 22972 22737 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 156485648 937426944 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22979] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22979/stat : 22979 (java) S 22970 22972 22737 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156485648 937426944 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22972/tid=22980] ppid=22970 vsize=915456 CPUtime=0
/proc/22972/task/22980/stat : 22980 (java) S 22970 22972 22737 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156485648 937426944 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 25.6928
CPU time (s): 25.4361
CPU user time (s): 25.3541
CPU system time (s): 0.081987
CPU usage (%): 99.0009
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.3541
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8702
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= 1625
involuntary context switches= 2338

runsolver used 0.034994 s user time and 0.087986 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan  6 10:54:55 UTC 2007


IDJOB= 228522
IDBENCH= 6204
FILE ID= node16/228522-1168080885

PBS_JOBID= 3475872

Free space on /tmp= 66500 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  32ad748e3487e3f49347334b279f11f4

RANDOM SEED= 783712488

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.220
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.220
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:       1325448 kB
Buffers:         64596 kB
Cached:         490288 kB
SwapCached:        268 kB
Active:         231784 kB
Inactive:       401124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1325448 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:         106500 kB
Slab:            82076 kB
Committed_AS:  4698580 kB
PageTables:       2472 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= 66500 MiB



End job on node16 on Sat Jan  6 10:55:40 UTC 2007