Trace number 226806

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 15.3267 15.3791

DiagnosticValue
CHECKS130974824
NODES76634

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-37_ext.xml
MD5SUM6187c5c96d7099a8ef3a0bbc8135cc5b
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 benchmark9.1936
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/226806-1168080735/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.39	       =>  wckTime=0.094  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.57	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=2
0.57	       =>  wckTime=0.281  cpuTime=0.24  mem=15M763
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.464  cpuTime=0.36  mem=13M789
0.76	   
0.76	   preprocessing
0.76	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.76	     detectedInconsistency=no
0.76	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M789
0.81	   
0.81	   search
0.81	     run=0  nbConstraintChecks=47560  nbPropagations=709  nbRevisions=3756  nbUselessRevisions=2382  nbAssignments=23
0.81	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.048  cpuTime=0.03  mem=14M764
0.83	   
0.83	   search
0.83	     run=1  nbConstraintChecks=102103  nbPropagations=2152  nbRevisions=11725  nbUselessRevisions=7360  nbAssignments=58
0.83	     nbFailedAssignments=21  nbBacktracks=28  nbVisitedNodes=98  nbRestartNogoods=2  mapSize=19  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.066  cpuTime=0.04  mem=14M764
0.85	   
0.85	   search
0.85	     run=2  nbConstraintChecks=178901  nbPropagations=4697  nbRevisions=25985  nbUselessRevisions=16332
0.85	     nbAssignments=104  nbFailedAssignments=36  nbBacktracks=54  nbVisitedNodes=175  nbRestartNogoods=7  mapSize=38
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.085  cpuTime=0.06  mem=14M764
0.86	   
0.87	   search
0.87	     run=3  nbConstraintChecks=293928  nbPropagations=8746  nbRevisions=49135  nbUselessRevisions=30811
0.87	     nbAssignments=175  nbFailedAssignments=68  nbBacktracks=87  nbVisitedNodes=298  nbRestartNogoods=10  mapSize=65
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.103  cpuTime=0.07  mem=14M764
0.89	   
0.89	   search
0.89	     run=4  nbConstraintChecks=460950  nbPropagations=15080  nbRevisions=85811  nbUselessRevisions=53750
0.89	     nbAssignments=272  nbFailedAssignments=110  nbBacktracks=139  nbVisitedNodes=466  nbRestartNogoods=17  mapSize=103
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.125  cpuTime=0.09  mem=14M764
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=732655  nbPropagations=25420  nbRevisions=146260  nbUselessRevisions=91452
0.93	     nbAssignments=441  nbFailedAssignments=199  nbBacktracks=214  nbVisitedNodes=775  nbRestartNogoods=22  mapSize=172
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.164  cpuTime=0.13  mem=14M764
0.97	   
0.97	   search
0.97	     run=6  nbConstraintChecks=1079386  nbPropagations=40920  nbRevisions=237228  nbUselessRevisions=148443
0.97	     nbAssignments=672  nbFailedAssignments=311  nbBacktracks=328  nbVisitedNodes=1186  nbRestartNogoods=27  mapSize=264
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.211  cpuTime=0.18  mem=14M764
1.05	   
1.05	   search
1.05	     run=7  nbConstraintChecks=1701705  nbPropagations=65321  nbRevisions=382033  nbUselessRevisions=238991
1.05	     nbAssignments=1058  nbFailedAssignments=523  nbBacktracks=498  nbVisitedNodes=1900  nbRestartNogoods=32
1.05	     mapSize=418  nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.293  cpuTime=0.25  mem=14M764
1.18	   
1.18	   search
1.18	     run=8  nbConstraintChecks=2586740  nbPropagations=102363  nbRevisions=604555  nbUselessRevisions=377825
1.18	     nbAssignments=1629  nbFailedAssignments=833  nbBacktracks=754  nbVisitedNodes=2932  nbRestartNogoods=38
1.18	     mapSize=634  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.418  cpuTime=0.36  mem=14M764
1.33	   
1.33	   search
1.33	     run=9  nbConstraintChecks=3876383  nbPropagations=157881  nbRevisions=939100  nbUselessRevisions=585969
1.33	     nbAssignments=2403  nbFailedAssignments=1217  nbBacktracks=1140  nbVisitedNodes=4325  nbRestartNogoods=45
1.33	     mapSize=951  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.567  cpuTime=0.51  mem=14M764
1.35	   
1.35	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=14M764)
1.56	   
1.56	   search
1.56	     run=10  nbConstraintChecks=5913556  nbPropagations=243672  nbRevisions=1454857  nbUselessRevisions=906138
1.56	     nbAssignments=3647  nbFailedAssignments=1881  nbBacktracks=1716  nbVisitedNodes=6603  nbRestartNogoods=55
1.56	       =>  wckTime=0.799  cpuTime=0.73  mem=14M764
1.89	   
1.89	   search
1.89	     run=11  nbConstraintChecks=8917038  nbPropagations=373970  nbRevisions=2242937  nbUselessRevisions=1395219
1.89	     nbAssignments=5597  nbFailedAssignments=2961  nbBacktracks=2580  nbVisitedNodes=10182  nbRestartNogoods=66
1.89	       =>  wckTime=1.125  cpuTime=1.06  mem=14M764
2.39	   
2.39	   search
2.39	     run=12  nbConstraintChecks=13702859  nbPropagations=571355  nbRevisions=3432344  nbUselessRevisions=2130005
2.39	     nbAssignments=8279  nbFailedAssignments=4341  nbBacktracks=3878  nbVisitedNodes=15052  nbRestartNogoods=74
2.39	       =>  wckTime=1.633  cpuTime=1.56  mem=14M764
3.12	   
3.12	   search
3.12	     run=13  nbConstraintChecks=19994952  nbPropagations=863319  nbRevisions=5192015  nbUselessRevisions=3219794
3.12	     nbAssignments=12338  nbFailedAssignments=6448  nbBacktracks=5824  nbVisitedNodes=22380  nbRestartNogoods=80
3.12	       =>  wckTime=2.356  cpuTime=2.28  mem=14M764
4.21	   
4.21	   search
4.21	     run=14  nbConstraintChecks=29763966  nbPropagations=1294958  nbRevisions=7793783  nbUselessRevisions=4831345
4.21	     nbAssignments=18160  nbFailedAssignments=9343  nbBacktracks=8743  nbVisitedNodes=32834  nbRestartNogoods=93
4.21	       =>  wckTime=3.45  cpuTime=3.37  mem=14M764
5.87	   
5.87	   search
5.87	     run=15  nbConstraintChecks=44543342  nbPropagations=1937913  nbRevisions=11684375  nbUselessRevisions=7243268
5.87	     nbAssignments=27199  nbFailedAssignments=14000  nbBacktracks=13121  nbVisitedNodes=49156  nbRestartNogoods=98
5.87	       =>  wckTime=5.113  cpuTime=5.03  mem=14M764
8.38	   
8.38	   search
8.38	     run=16  nbConstraintChecks=66832119  nbPropagations=2904541  nbRevisions=17542899  nbUselessRevisions=10877868
8.38	     nbAssignments=40657  nbFailedAssignments=20886  nbBacktracks=19690  nbVisitedNodes=73506  nbRestartNogoods=110
8.38	       =>  wckTime=7.622  cpuTime=7.54  mem=14M764
12.25	   
12.25	   search
12.25	     run=17  nbConstraintChecks=102276339  nbPropagations=4360259  nbRevisions=26402698  nbUselessRevisions=16380538
12.25	     nbAssignments=61205  nbFailedAssignments=31577  nbBacktracks=29544  nbVisitedNodes=110666  nbRestartNogoods=118
12.25	       =>  wckTime=11.49  cpuTime=11.41  mem=14M764
15.31	   
15.31	   search
15.31	     run=18  nbConstraintChecks=130974824  nbPropagations=6185825  nbRevisions=37553418  nbUselessRevisions=23298144
15.31	     nbAssignments=76634  nbFailedAssignments=39668  nbBacktracks=36883  nbVisitedNodes=138485  nbRestartNogoods=124
15.31	       =>  wckTime=14.554  cpuTime=14.47  mem=14M764
15.32	   
15.32	   global
15.32	     nbConstraintChecks=130974824  nbPropagations=6185865  nbRevisions=37553418  nbUselessRevisions=23298144
15.32	     nbRestartNogoods=124  solvingWckTime=14.556  solvingCpuTime=14.47  expiredTime=no  totalExploration=yes
15.32	     nbFoundSolutions=0  globalCpuTime=14.86
15.32	       =>  wckTime=15.024  cpuTime=14.83  mem=14M764
15.32	   
15.32	s UNSATISFIABLE
15.32	d NODES 76634
15.32	d CHECKS 130974824
15.32	   
15.32	   totalWckTime=15.099  totalCpuTime=14.86

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/node39/watcher-226806-1168080735 -o ROOT/results/node39/solver-226806-1168080735 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226806-1168080735/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.32 0.64 1.22 4/68 21537
/proc/meminfo: memFree=1735488/2055920 swapFree=4192812/4192956
[pid=21536] ppid=21534 vsize=172 CPUtime=0
/proc/21536/stat : 21536 (java) R 21534 21536 21328 0 -1 0 217 0 0 0 0 0 0 0 20 0 1 0 156474011 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 11092267 0 0 4096 0 0 0 0 17 1 0 0
/proc/21536/statm: 43 24 18 14 0 3 0

[startup+0.103946 s]
/proc/loadavg: 0.32 0.64 1.22 4/68 21537
/proc/meminfo: memFree=1735488/2055920 swapFree=4192812/4192956
[pid=21536] ppid=21534 vsize=914988 CPUtime=0.08
/proc/21536/stat : 21536 (java) R 21534 21536 21328 0 -1 0 3056 0 1 0 7 1 0 0 17 0 8 0 156474011 936947712 2802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154016819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21536/statm: 228747 2804 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511982 s]
/proc/loadavg: 0.32 0.64 1.22 4/68 21537
/proc/meminfo: memFree=1735488/2055920 swapFree=4192812/4192956
[pid=21536] ppid=21534 vsize=915328 CPUtime=0.49
/proc/21536/stat : 21536 (java) S 21534 21536 21328 0 -1 0 7792 0 1 0 45 4 0 0 17 0 8 0 156474011 937295872 7531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21536/statm: 228832 7531 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33306 s]
/proc/loadavg: 0.32 0.64 1.22 2/75 21545
/proc/meminfo: memFree=1710088/2055920 swapFree=4192812/4192956
[pid=21536] ppid=21534 vsize=915464 CPUtime=1.33
/proc/21536/stat : 21536 (java) S 21534 21536 21328 0 -1 0 9084 0 1 0 127 6 0 0 17 0 8 0 156474011 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21536/statm: 228866 8822 2513 14 0 215336 0
[pid=21536/tid=21538] ppid=21534 vsize=915464 CPUtime=0.03
/proc/21536/task/21538/stat : 21538 (java) S 21534 21536 21328 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156474014 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21536/tid=21539] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21539/stat : 21539 (java) S 21534 21536 21328 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156474015 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21540] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21540/stat : 21540 (java) S 21534 21536 21328 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156474015 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21541] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21541/stat : 21541 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156474018 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21542] ppid=21534 vsize=915464 CPUtime=0.19
/proc/21536/task/21542/stat : 21542 (java) R 21534 21536 21328 0 -1 64 371 0 0 0 19 0 0 0 16 0 8 0 156474018 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21536/tid=21543] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21543/stat : 21543 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156474018 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21544] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21544/stat : 21544 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156474018 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915464

[startup+2.9762 s]
/proc/loadavg: 0.32 0.64 1.22 2/75 21545
/proc/meminfo: memFree=1709832/2055920 swapFree=4192812/4192956
[pid=21536] ppid=21534 vsize=915464 CPUtime=2.97
/proc/21536/stat : 21536 (java) R 21534 21536 21328 0 -1 0 9090 0 1 0 291 6 0 0 18 0 8 0 156474011 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764491 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21536/statm: 228866 8827 2513 14 0 215336 0
[pid=21536/tid=21538] ppid=21534 vsize=915464 CPUtime=0.03
/proc/21536/task/21538/stat : 21538 (java) S 21534 21536 21328 0 -1 64 254 0 0 0 3 0 0 0 17 0 8 0 156474014 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21536/tid=21539] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21539/stat : 21539 (java) S 21534 21536 21328 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156474015 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21540] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21540/stat : 21540 (java) S 21534 21536 21328 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156474015 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21541] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21541/stat : 21541 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21542] ppid=21534 vsize=915464 CPUtime=0.2
/proc/21536/task/21542/stat : 21542 (java) S 21534 21536 21328 0 -1 64 376 0 0 0 20 0 0 0 15 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21536/tid=21543] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21543/stat : 21543 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21544] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21544/stat : 21544 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915464

[startup+6.27651 s]
/proc/loadavg: 0.37 0.65 1.21 2/75 21546
/proc/meminfo: memFree=1709712/2055920 swapFree=4192812/4192956
[pid=21536] ppid=21534 vsize=915464 CPUtime=6.26
/proc/21536/stat : 21536 (java) R 21534 21536 21328 0 -1 0 9091 0 1 0 620 6 0 0 25 0 8 0 156474011 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918585 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21536/statm: 228866 8827 2513 14 0 215336 0
[pid=21536/tid=21538] ppid=21534 vsize=915464 CPUtime=0.03
/proc/21536/task/21538/stat : 21538 (java) S 21534 21536 21328 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156474014 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21536/tid=21539] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21539/stat : 21539 (java) S 21534 21536 21328 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156474015 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21540] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21540/stat : 21540 (java) S 21534 21536 21328 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156474015 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21541] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21541/stat : 21541 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21542] ppid=21534 vsize=915464 CPUtime=0.2
/proc/21536/task/21542/stat : 21542 (java) S 21534 21536 21328 0 -1 64 376 0 0 0 20 0 0 0 15 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21536/tid=21543] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21543/stat : 21543 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21544] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21544/stat : 21544 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915464

[startup+12.7461 s]
/proc/loadavg: 0.42 0.65 1.21 2/75 21546
/proc/meminfo: memFree=1709712/2055920 swapFree=4192812/4192956
[pid=21536] ppid=21534 vsize=915464 CPUtime=12.73
/proc/21536/stat : 21536 (java) R 21534 21536 21328 0 -1 0 9091 0 1 0 1267 6 0 0 25 0 8 0 156474011 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21536/statm: 228866 8827 2513 14 0 215336 0
[pid=21536/tid=21538] ppid=21534 vsize=915464 CPUtime=0.03
/proc/21536/task/21538/stat : 21538 (java) S 21534 21536 21328 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156474014 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21536/tid=21539] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21539/stat : 21539 (java) S 21534 21536 21328 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156474015 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21540] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21540/stat : 21540 (java) S 21534 21536 21328 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156474015 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21541] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21541/stat : 21541 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21542] ppid=21534 vsize=915464 CPUtime=0.2
/proc/21536/task/21542/stat : 21542 (java) S 21534 21536 21328 0 -1 64 376 0 0 0 20 0 0 0 15 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21536/tid=21543] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21543/stat : 21543 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21536/tid=21544] ppid=21534 vsize=915464 CPUtime=0
/proc/21536/task/21544/stat : 21544 (java) S 21534 21536 21328 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156474018 937435136 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 15.3791
CPU time (s): 15.3267
CPU user time (s): 15.2537
CPU system time (s): 0.072988
CPU usage (%): 99.6591
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2537
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9100
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= 1043
involuntary context switches= 229

runsolver used 0.015997 s user time and 0.046992 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 10:52:21 UTC 2007


IDJOB= 226806
IDBENCH= 6015
FILE ID= node39/226806-1168080735

PBS_JOBID= 3476106

Free space on /tmp= 66531 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6187c5c96d7099a8ef3a0bbc8135cc5b

RANDOM SEED= 329302436

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.236
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.236
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:       1736032 kB
Buffers:         27360 kB
Cached:         201800 kB
SwapCached:          0 kB
Active:          73660 kB
Inactive:       175564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2120 kB
Writeback:           0 kB
Mapped:          30236 kB
Slab:            56400 kB
Committed_AS:  3004076 kB
PageTables:       1620 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= 66531 MiB



End job on node39 on Sat Jan  6 10:52:44 UTC 2007