Trace number 230345

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 9.44256 9.55515

DiagnosticValue
CHECKS64828935
NODES30589

General information on the benchmark

Namegeom/
geo50-20-d4-75-90_ext.xml
MD5SUMa0c19c6adc148fb2642457c5af8f0547
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.438932
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints474
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension474
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/230345-1168081057/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=50  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.40	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.65	     nbConstraints=474  nbRelationTypes=474  nbExtensionStructures=474  nbSharedExtensionStructures=0
0.65	     nbConflictsStructures=474  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=4693  maxDegree=33
0.65	     maxArity=2
0.65	       =>  wckTime=0.353  cpuTime=0.27  mem=15M761
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.542  cpuTime=0.39  mem=15M239
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.85	     detectedInconsistency=no
0.85	       =>  wckTime=0.0080  cpuTime=0.0  mem=15M239
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=55288  nbPropagations=617  nbRevisions=7730  nbUselessRevisions=6295  nbAssignments=24
0.90	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.056  cpuTime=0.03  mem=15M239
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=116987  nbPropagations=1885  nbRevisions=25152  nbUselessRevisions=20648
0.93	     nbAssignments=56  nbFailedAssignments=20  nbBacktracks=26  nbVisitedNodes=96  nbRestartNogoods=3  mapSize=25
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.084  cpuTime=0.05  mem=15M239
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=204465  nbPropagations=4006  nbRevisions=55186  nbUselessRevisions=45222
0.95	     nbAssignments=102  nbFailedAssignments=41  nbBacktracks=48  nbVisitedNodes=174  nbRestartNogoods=4  mapSize=45
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.103  cpuTime=0.07  mem=15M239
0.97	   
0.97	   search
0.97	     run=3  nbConstraintChecks=333074  nbPropagations=7478  nbRevisions=105946  nbUselessRevisions=86438
0.97	     nbAssignments=173  nbFailedAssignments=71  nbBacktracks=81  nbVisitedNodes=300  nbRestartNogoods=5  mapSize=76
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.126  cpuTime=0.09  mem=15M239
1.01	   
1.01	   search
1.01	     run=4  nbConstraintChecks=529035  nbPropagations=12995  nbRevisions=188656  nbUselessRevisions=153790
1.01	     nbAssignments=273  nbFailedAssignments=114  nbBacktracks=134  nbVisitedNodes=480  nbRestartNogoods=11  mapSize=125
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.161  cpuTime=0.12  mem=15M239
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=822307  nbPropagations=21353  nbRevisions=316559  nbUselessRevisions=257778
1.06	     nbAssignments=420  nbFailedAssignments=181  nbBacktracks=210  nbVisitedNodes=743  nbRestartNogoods=13  mapSize=196
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.211  cpuTime=0.17  mem=15M239
1.12	   
1.12	   search
1.12	     run=6  nbConstraintChecks=1220210  nbPropagations=33724  nbRevisions=506843  nbUselessRevisions=412691
1.12	     nbAssignments=612  nbFailedAssignments=256  nbBacktracks=323  nbVisitedNodes=1088  nbRestartNogoods=17  mapSize=299
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.275  cpuTime=0.23  mem=15M239
1.21	   
1.21	   search
1.21	     run=7  nbConstraintChecks=1794184  nbPropagations=51859  nbRevisions=787474  nbUselessRevisions=641389
1.21	     nbAssignments=909  nbFailedAssignments=377  nbBacktracks=493  nbVisitedNodes=1612  nbRestartNogoods=21  mapSize=458
1.21	     nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.368  cpuTime=0.32  mem=15M239
1.36	   
1.36	   search
1.36	     run=8  nbConstraintChecks=2728471  nbPropagations=79583  nbRevisions=1217865  nbUselessRevisions=992406
1.36	     nbAssignments=1372  nbFailedAssignments=577  nbBacktracks=749  nbVisitedNodes=2444  nbRestartNogoods=27
1.36	     mapSize=699  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.517  cpuTime=0.46  mem=15M239
1.57	   
1.57	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=15M239)
1.59	   
1.59	   search
1.59	     run=9  nbConstraintChecks=4203971  nbPropagations=121371  nbRevisions=1878227  nbUselessRevisions=1531625
1.59	     nbAssignments=2070  nbFailedAssignments=884  nbBacktracks=1134  nbVisitedNodes=3702  nbRestartNogoods=34
1.59	       =>  wckTime=0.743  cpuTime=0.67  mem=15M239
1.88	   
1.88	   search
1.88	     run=10  nbConstraintChecks=6284019  nbPropagations=183919  nbRevisions=2873525  nbUselessRevisions=2342937
1.88	     nbAssignments=3125  nbFailedAssignments=1358  nbBacktracks=1712  nbVisitedNodes=5608  nbRestartNogoods=42
1.88	       =>  wckTime=1.038  cpuTime=0.96  mem=15M239
2.29	   
2.29	   search
2.29	     run=11  nbConstraintChecks=9323161  nbPropagations=275673  nbRevisions=4344874  nbUselessRevisions=3543945
2.29	     nbAssignments=4614  nbFailedAssignments=1975  nbBacktracks=2577  nbVisitedNodes=8266  nbRestartNogoods=44
2.29	       =>  wckTime=1.443  cpuTime=1.35  mem=15M239
2.93	   
2.93	   search
2.93	     run=12  nbConstraintChecks=14265597  nbPropagations=414409  nbRevisions=6573447  nbUselessRevisions=5360474
2.93	     nbAssignments=6918  nbFailedAssignments=2976  nbBacktracks=3874  nbVisitedNodes=12405  nbRestartNogoods=55
2.93	       =>  wckTime=2.081  cpuTime=1.99  mem=15M239
3.88	   
3.89	   search
3.89	     run=13  nbConstraintChecks=21679158  nbPropagations=623295  nbRevisions=9950881  nbUselessRevisions=8114722
3.89	     nbAssignments=10411  nbFailedAssignments=4518  nbBacktracks=5820  nbVisitedNodes=18753  nbRestartNogoods=63
3.89	       =>  wckTime=3.041  cpuTime=2.94  mem=15M239
5.31	   
5.31	   search
5.31	     run=14  nbConstraintChecks=32637232  nbPropagations=937227  nbRevisions=15000536  nbUselessRevisions=12225737
5.31	     nbAssignments=15560  nbFailedAssignments=6742  nbBacktracks=8739  nbVisitedNodes=28026  nbRestartNogoods=71
5.31	       =>  wckTime=4.463  cpuTime=4.36  mem=15M239
7.53	   
7.53	   search
7.53	     run=15  nbConstraintChecks=49760665  nbPropagations=1411898  nbRevisions=22618970  nbUselessRevisions=18416957
7.53	     nbAssignments=23442  nbFailedAssignments=10240  nbBacktracks=13118  nbVisitedNodes=42369  nbRestartNogoods=80
7.53	       =>  wckTime=6.685  cpuTime=6.55  mem=15M239
9.51	   
9.51	   search
9.51	     run=16  nbConstraintChecks=64828935  nbPropagations=2032584  nbRevisions=32606179  nbUselessRevisions=26537978
9.51	     nbAssignments=30589  nbFailedAssignments=13455  nbBacktracks=17000  nbVisitedNodes=55341  nbRestartNogoods=89
9.51	       =>  wckTime=8.67  cpuTime=8.52  mem=15M239
9.52	   
9.52	   global
9.52	     nbConstraintChecks=64828935  nbPropagations=2032634  nbRevisions=32606179  nbUselessRevisions=26537978
9.52	     nbRestartNogoods=89  solvingWckTime=8.671  solvingCpuTime=8.52  expiredTime=no  totalExploration=no
9.52	     nbFoundSolutions=1  globalCpuTime=8.97
9.52	       =>  wckTime=9.216  cpuTime=8.91  mem=15M239
9.52	   
9.52	s SATISFIABLE
9.52	v 3 18 5 2 3 19 5 7 9 1 8 3 13 13 6 12 17 6 19 5 19 14 10 8 2 11 16 15 19 15 11 19 6 16 19 11 3 17 17 15 18 4 6 7 18 7 5 14 18 9 
9.52	d NODES 30589
9.52	d CHECKS 64828935
9.52	   
9.52	   totalWckTime=9.291  totalCpuTime=8.98

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/node16/watcher-230345-1168081057 -o ROOT/results/node16/solver-230345-1168081057 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/230345-1168081057/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.20 1.54 4/93 23029
/proc/meminfo: memFree=1324392/2055920 swapFree=4191880/4192956
[pid=23028] ppid=23026 vsize=18540 CPUtime=0
/proc/23028/stat : 23028 (runsolver) R 23026 23028 22737 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156503571 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23028/statm: 4635 279 244 17 0 2626 0

[startup+0.107509 s]
/proc/loadavg: 1.02 1.20 1.54 4/93 23029
/proc/meminfo: memFree=1324392/2055920 swapFree=4191880/4192956
[pid=23028] ppid=23026 vsize=914988 CPUtime=0.09
/proc/23028/stat : 23028 (java) R 23026 23028 22737 0 -1 0 3000 0 1 0 7 2 0 0 25 0 8 0 156503571 936947712 2746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072920104 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23028/statm: 228747 2746 1428 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515436 s]
/proc/loadavg: 1.02 1.20 1.54 4/93 23029
/proc/meminfo: memFree=1324392/2055920 swapFree=4191880/4192956
[pid=23028] ppid=23026 vsize=915328 CPUtime=0.49
/proc/23028/stat : 23028 (java) R 23026 23028 22737 0 -1 0 6996 0 1 0 44 5 0 0 25 0 8 0 156503571 937295872 6735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073567214 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23028/statm: 228832 6735 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33728 s]
/proc/loadavg: 1.02 1.20 1.54 3/100 23036
/proc/meminfo: memFree=1298672/2055920 swapFree=4191880/4192956
[pid=23028] ppid=23026 vsize=915460 CPUtime=1.3
/proc/23028/stat : 23028 (java) R 23026 23028 22737 0 -1 0 9125 0 1 0 124 6 0 0 25 0 8 0 156503571 937431040 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073830659 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23028/statm: 228865 8863 2513 14 0 215335 0
[pid=23028/tid=23030] ppid=23026 vsize=915460 CPUtime=0.03
/proc/23028/task/23030/stat : 23030 (java) S 23026 23028 22737 0 -1 64 378 0 0 0 3 0 0 0 16 0 8 0 156503576 937431040 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23031] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23031/stat : 23031 (java) S 23026 23028 22737 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156503576 937431040 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23032] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23032/stat : 23032 (java) S 23026 23028 22737 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156503576 937431040 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23033] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23033/stat : 23033 (java) S 23026 23028 22737 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156503579 937431040 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23034] ppid=23026 vsize=915460 CPUtime=0.19
/proc/23028/task/23034/stat : 23034 (java) S 23026 23028 22737 0 -1 64 380 0 0 0 19 0 0 0 15 0 8 0 156503579 937431040 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23035] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23035/stat : 23035 (java) S 23026 23028 22737 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156503579 937431040 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23036] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23036/stat : 23036 (java) S 23026 23028 22737 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156503579 937431040 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.98898 s]
/proc/loadavg: 1.02 1.20 1.54 3/100 23036
/proc/meminfo: memFree=1298608/2055920 swapFree=4191880/4192956
[pid=23028] ppid=23026 vsize=915460 CPUtime=2.94
/proc/23028/stat : 23028 (java) R 23026 23028 22737 0 -1 0 9141 0 1 0 288 6 0 0 25 0 8 0 156503571 937431040 8877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073913029 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23028/statm: 228865 8877 2513 14 0 215335 0
[pid=23028/tid=23030] ppid=23026 vsize=915460 CPUtime=0.03
/proc/23028/task/23030/stat : 23030 (java) S 23026 23028 22737 0 -1 64 378 0 0 0 3 0 0 0 17 0 8 0 156503576 937431040 8877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23031] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23031/stat : 23031 (java) S 23026 23028 22737 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156503576 937431040 8877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23032] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23032/stat : 23032 (java) S 23026 23028 22737 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156503576 937431040 8877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23033] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23033/stat : 23033 (java) S 23026 23028 22737 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156503579 937431040 8877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23034] ppid=23026 vsize=915460 CPUtime=0.21
/proc/23028/task/23034/stat : 23034 (java) S 23026 23028 22737 0 -1 64 395 0 0 0 21 0 0 0 16 0 8 0 156503579 937431040 8877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23035] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23035/stat : 23035 (java) S 23026 23028 22737 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156503579 937431040 8877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23036] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23036/stat : 23036 (java) S 23026 23028 22737 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156503579 937431040 8877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.28338 s]
/proc/loadavg: 1.10 1.21 1.54 3/100 23036
/proc/meminfo: memFree=1298608/2055920 swapFree=4191880/4192956
[pid=23028] ppid=23026 vsize=915460 CPUtime=6.23
/proc/23028/stat : 23028 (java) R 23026 23028 22737 0 -1 0 9142 0 1 0 616 7 0 0 25 0 8 0 156503571 937431040 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23028/statm: 228865 8878 2513 14 0 215335 0
[pid=23028/tid=23030] ppid=23026 vsize=915460 CPUtime=0.03
/proc/23028/task/23030/stat : 23030 (java) S 23026 23028 22737 0 -1 64 378 0 0 0 3 0 0 0 17 0 8 0 156503576 937431040 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23031] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23031/stat : 23031 (java) S 23026 23028 22737 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156503576 937431040 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23032] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23032/stat : 23032 (java) S 23026 23028 22737 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156503576 937431040 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23033] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23033/stat : 23033 (java) S 23026 23028 22737 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156503579 937431040 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23034] ppid=23026 vsize=915460 CPUtime=0.22
/proc/23028/task/23034/stat : 23034 (java) S 23026 23028 22737 0 -1 64 396 0 0 0 21 1 0 0 16 0 8 0 156503579 937431040 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23035] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23035/stat : 23035 (java) S 23026 23028 22737 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156503579 937431040 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23028/tid=23036] ppid=23026 vsize=915460 CPUtime=0
/proc/23028/task/23036/stat : 23036 (java) S 23026 23028 22737 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156503579 937431040 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 9.55515
CPU time (s): 9.44256
CPU user time (s): 9.36658
CPU system time (s): 0.075988
CPU usage (%): 98.8217
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.36658
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9150
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= 1393
involuntary context switches= 1892

runsolver used 0.014997 s user time and 0.042993 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan  6 10:57:46 UTC 2007


IDJOB= 230345
IDBENCH= 6409
FILE ID= node16/230345-1168081057

PBS_JOBID= 3475872

Free space on /tmp= 66500 MiB

BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-90_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/230345-1168081057/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-230345-1168081057 -o ROOT/results/node16/solver-230345-1168081057 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/230345-1168081057/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a0c19c6adc148fb2642457c5af8f0547

RANDOM SEED= 719705833

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:       1324872 kB
Buffers:         64628 kB
Cached:         490800 kB
SwapCached:        268 kB
Active:         232224 kB
Inactive:       401312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1324872 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:         106556 kB
Slab:            82100 kB
Committed_AS:  4700964 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:58:21 UTC 2007